@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

.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; }

h1.mega, h1,
.h1, .form-fieldset__title, h2,
.h2, h3,
.h3, .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message, h4,
.h4, h5,
.h5, .form-field__label, .footer__contact .footer__menu-title, .footer__showrooms .footer__menu-title, .footer__store-link, h6,
.h6, .nav-expand .banner-article__title,
.banner-combo__stacked .banner-article__title, .banner-article__title, .banner-article--onethird .banner-article__title, .nav-expand .banner-case__title,
.banner-combo__stacked .banner-case__title, .banner-case__title, .banner-case--square .banner-case__title,
.banner-case--onethird .banner-case__title, .nav-expand .banner__title,
.banner-combo__stacked .banner__title, .banner__title, .banner--onethird .banner__title, .banner--square .banner__title,
.banner--arrow .banner__title, .circle-icon--large .circle-icon__spinner, .circle-icon--small .circle-icon__spinner,
.circle-icon--hero .circle-icon__spinner, .circle-icon--card .circle-icon__spinner, .content-newblockquote__text-quote, .feed-filter__toggle, .link-bar, .material-filter__menu-item, .nav-expand__parent-link, .controll-element-heading span {
  color: #1d1d1b;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.hidden {
  display: none; }

.display-block {
  display: block; }

button,
input[type='submit'] {
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

.FormFileUpload {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .FormFileUpload input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .FormFileUpload label {
    border: none;
    border-radius: 2px;
    background-color: #a9dae7;
    color: #1d1d1b;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 21px 30px 21px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    transition: all 150ms;
    margin-right: 15px;
    padding: 13px 30px; }
    .FormFileUpload label:hover {
      background-color: #91d0e0;
      opacity: 1; }
    @media (max-width: 1349px) {
      .FormFileUpload label {
        font-size: 13px;
        padding: 20px 26px; } }
    @media (max-width: 1199px) {
      .FormFileUpload label {
        font-size: 12px;
        padding: 19px 24px; } }
    @media (max-width: 991px) {
      .FormFileUpload label {
        font-size: 11px;
        padding: 16px 20px; } }
    @media (max-width: 767px) {
      .FormFileUpload label {
        padding: 14px 18px; } }
    .FormFileUpload label--small {
      padding: 13px 30px; }
      @media (max-width: 1349px) {
        .FormFileUpload label--small {
          padding: 12px 26px; } }
      @media (max-width: 1199px) {
        .FormFileUpload label--small {
          padding: 12px 24px; } }
      @media (max-width: 991px) {
        .FormFileUpload label--small {
          padding: 12px 20px; } }
      @media (max-width: 767px) {
        .FormFileUpload label--small {
          padding: 12px 18px; } }
    @media (max-width: 1349px) {
      .FormFileUpload label {
        padding: 12px 26px; } }
    @media (max-width: 1199px) {
      .FormFileUpload label {
        padding: 12px 24px; } }
    @media (max-width: 991px) {
      .FormFileUpload label {
        padding: 12px 20px; } }
    @media (max-width: 767px) {
      .FormFileUpload label {
        padding: 12px 18px; } }
  .FormFileUpload .file-upload-caption {
    font-size: 14px; }
    @media (max-width: 1349px) {
      .FormFileUpload .file-upload-caption {
        font-size: 13px; } }
    @media (max-width: 1199px) {
      .FormFileUpload .file-upload-caption {
        font-size: 12px; } }
    @media (max-width: 991px) {
      .FormFileUpload .file-upload-caption {
        font-size: 11px; } }
  .FormFileUpload .Form__Element__ValidationError {
    margin-top: 10px;
    width: 100%; }

.form-fieldset__title {
  color: #d0d3d4;
  margin-bottom: 0.7em; }

.form-field {
  overflow: hidden;
  font-size: 1.1667em; }
  .form-field__label {
    display: block;
    margin: 0 0 4px; }
  .form-field--required .form-field__label:after {
    content: '*'; }
  .form-field__select {
    background: #eef1f3;
    margin-right: -14px;
    position: relative; }
    .form-field__select select {
      appearance: none;
      margin: 0;
      background: transparent;
      border: none;
      font-size: inherit;
      padding: 12px 26px;
      padding-right: 50px;
      width: 100%;
      height: 4em;
      outline: none; }
    .form-field__select select::-ms-expand {
      display: none; }
    .form-field__select .icon {
      content: '';
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 50%;
      margin-top: -7px;
      right: 30px;
      pointer-events: none; }
  .form-field input[type='tel'],
  .form-field input[type='text'],
  .form-field input[type='email'],
  .form-field input[type='tel'],
  .form-field textarea {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 12px;
    border: 1px solid #d0d3d4;
    outline: none; }
  .form-field textarea {
    resize: none;
    height: 316px; }
  .form-field--invalid input[type='tel'],
  .form-field--invalid input[type='text'],
  .form-field--invalid input[type='email'],
  .form-field--invalid textarea, .form-field.ValidationFail input[type='tel'],
  .form-field.ValidationFail input[type='text'],
  .form-field.ValidationFail input[type='email'],
  .form-field.ValidationFail textarea {
    border-color: #d22630; }
  .form-field--invalid .form-item__input--checkbox ~ span, .form-field.ValidationFail .form-item__input--checkbox ~ span {
    color: #d22630; }
  .form-field .form-item:last-of-type {
    margin-bottom: 0; }

.EPiServerForms textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 12px;
  border: 1px solid #d0d3d4;
  outline: none;
  height: 10em;
  resize: none;
  max-width: 600px; }

.Form__Title,
.Form__Description {
  display: none; }

.EPiServerForms .Form__MainBody .Form__Element .Form__Element__Caption {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em; }

.EPiServerForms .Form__MainBody .Form__Element.FormFileUpload .Form__Element__Caption {
  display: inline-block;
  margin-bottom: 0; }

.EPiServerForms .Form__Status .Form__Status__Message.hide {
  display: none; }

.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
  background: transparent;
  padding: 80px;
  text-align: center;
  display: block; }

.Form__Element__ValidationError {
  color: #d22630; }

* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  background-color: #eef1f3;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .2px;
  line-height: 1.4;
  min-width: 320px; }

svg use {
  pointer-events: none; }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    opacity: 0.5; }

table {
  width: 100%; }

td, th {
  border-bottom: solid 1px #d0d3d4;
  padding: 13px 10px 11px 10px;
  text-align: left;
  vertical-align: middle; }
  @media (max-width: 1199px) {
    td, th {
      padding-top: 11px;
      padding-bottom: 9px; } }
  @media (max-width: 991px) {
    td, th {
      padding-top: 8px;
      padding-bottom: 7px; } }
  td:nth-child(2), th:nth-child(2) {
    padding-left: 20px; }

thead th {
  font-weight: 500;
  text-transform: uppercase; }
  thead th:first-child {
    padding-left: 0;
    padding-right: 15px; }

tbody th {
  font-weight: bold;
  padding-left: 0;
  padding-right: 15px; }

tbody td, tbody th {
  font-size: 15px;
  min-width: 40px; }
  @media (max-width: 1349px) {
    tbody td, tbody th {
      font-size: 13px; } }
  @media (max-width: 1199px) {
    tbody td, tbody th {
      font-size: 12px; } }
  @media (max-width: 991px) {
    tbody td, tbody th {
      font-size: 11px; } }

dl {
  margin: 26px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  dl dt, dl dd {
    line-height: 2; }
  dl dt {
    flex: 1 0 100px;
    font-weight: 500;
    letter-spacing: .9px;
    text-transform: uppercase;
    word-break: break-all; }
    @media (max-width: 767px) {
      dl dt {
        flex: 0 0 35%; } }
  dl.lowercase-dt dt {
    letter-spacing: .2px;
    text-transform: none; }
  dl dd {
    flex: 0 0 calc(100% - 100px);
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 100px); }
    @media (max-width: 767px) {
      dl dd {
        flex: 0 0 65%;
        max-width: 65%; } }
    dl dd + dd {
      margin-left: 25%; }
      @media (max-width: 767px) {
        dl dd + dd {
          flex: 0 0 35%;
          max-width: 35%; } }

hr {
  border: 0;
  background-color: #EEF1F3;
  display: block;
  height: 1px;
  margin: 1em 0; }

.js__media-query-helper {
  display: none; }
  .js__media-query-helper:before {
    content: 'xl'; }
    @media (max-width: 1349px) {
      .js__media-query-helper:before {
        content: 'lg'; } }
    @media (max-width: 1199px) {
      .js__media-query-helper:before {
        content: 'md'; } }
    @media (max-width: 991px) {
      .js__media-query-helper:before {
        content: 'sm'; } }
    @media (max-width: 767px) {
      .js__media-query-helper:before {
        content: 'xs'; } }

@media (max-width: 1349px) {
  body {
    font-size: 11px; } }

@media (max-width: 767px) {
  body {
    padding-top: 50px; } }

html,
body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased; }

p + h1,
h1 + ul,
h1 + ol, p + .h1, p + .form-fieldset__title,
.h1 + ul,
.form-fieldset__title + ul,
.h1 + ol,
.form-fieldset__title + ol, p +
h2,
h2 + ul,
h2 + ol, p +
.h2,
.h2 + ul,
.h2 + ol, p +
h3,
h3 + ul,
h3 + ol, p + .h3, .EPiServerForms .Form__Status p + .Form__Status__Message.Form__Success__Message,
.h3 + ul,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message + ul,
.h3 + ol,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message + ol, p +
h4,
h4 + ul,
h4 + ol, p +
.h4,
.h4 + ul,
.h4 + ol, p +
h5,
h5 + ul,
h5 + ol, p + .h5, p + .form-field__label, .footer__contact p + .footer__menu-title, .footer__showrooms p + .footer__menu-title, p + .footer__store-link,
.h5 + ul,
.form-field__label + ul,
.footer__contact .footer__menu-title + ul,
.footer__showrooms .footer__menu-title + ul,
.footer__store-link + ul,
.h5 + ol,
.form-field__label + ol,
.footer__contact .footer__menu-title + ol,
.footer__showrooms .footer__menu-title + ol,
.footer__store-link + ol {
  margin-top: 1.1em; }

h1.mega {
  font-size: 200px;
  letter-spacing: 7px;
  line-height: 1;
  margin: 0; }
  @media (max-width: 1349px) {
    h1.mega {
      font-size: 170px;
      letter-spacing: 5px; } }
  @media (max-width: 1199px) {
    h1.mega {
      font-size: 140px;
      letter-spacing: 3px; } }
  @media (max-width: 991px) {
    h1.mega {
      font-size: 110px;
      letter-spacing: 2px; } }
  @media (max-width: 767px) {
    h1.mega {
      font-size: 60px;
      letter-spacing: 1.5px; } }

h1,
.h1,
.form-fieldset__title {
  font-size: 60px;
  letter-spacing: 4.3px; }
  @media (max-width: 1349px) {
    h1,
    .h1,
    .form-fieldset__title {
      font-size: 48px;
      letter-spacing: 3.7px; } }
  @media (max-width: 1199px) {
    h1,
    .h1,
    .form-fieldset__title {
      font-size: 40px;
      letter-spacing: 3px; } }
  @media (max-width: 991px) {
    h1,
    .h1,
    .form-fieldset__title {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 767px) {
    h1,
    .h1,
    .form-fieldset__title {
      font-size: 24px;
      letter-spacing: 1.3px;
      margin-bottom: 1em; } }

h2,
.h2 {
  font-size: 36px;
  letter-spacing: 2.6px; }
  @media (max-width: 1349px) {
    h2,
    .h2 {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 1199px) {
    h2,
    .h2 {
      font-size: 26px;
      letter-spacing: 1.9px; } }
  @media (max-width: 991px) {
    h2,
    .h2 {
      font-size: 22px;
      letter-spacing: 1.6px; } }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 18px;
      letter-spacing: 1.3px; } }

h3,
.h3,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
  font-size: 24px;
  letter-spacing: 1.7px; }
  @media (max-width: 1349px) {
    h3,
    .h3,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
      font-size: 20px;
      letter-spacing: 1.4px; } }
  @media (max-width: 1199px) {
    h3,
    .h3,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
      font-size: 18px;
      letter-spacing: 1.3px; } }
  @media (max-width: 991px) {
    h3,
    .h3,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
      font-size: 13px;
      letter-spacing: .9px; } }

h4,
.h4 {
  font-size: 20px;
  letter-spacing: 1.4px; }
  @media (max-width: 1349px) {
    h4,
    .h4 {
      font-size: 16px;
      letter-spacing: 1.1px; } }
  @media (max-width: 1199px) {
    h4,
    .h4 {
      font-size: 13px;
      letter-spacing: 0.8px; } }
  @media (max-width: 991px) {
    h4,
    .h4 {
      font-size: 11px;
      letter-spacing: 0.5px; } }

h5,
.h5,
.form-field__label,
.footer__contact .footer__menu-title,
.footer__showrooms .footer__menu-title,
.footer__store-link {
  font-size: 15px;
  letter-spacing: .9px; }
  @media (max-width: 1349px) {
    h5,
    .h5,
    .form-field__label,
    .footer__contact .footer__menu-title,
    .footer__showrooms .footer__menu-title,
    .footer__store-link {
      font-size: 13px;
      letter-spacing: .8px; } }
  @media (max-width: 1199px) {
    h5,
    .h5,
    .form-field__label,
    .footer__contact .footer__menu-title,
    .footer__showrooms .footer__menu-title,
    .footer__store-link {
      font-size: 12px;
      letter-spacing: .75px; } }
  @media (max-width: 991px) {
    h5,
    .h5,
    .form-field__label,
    .footer__contact .footer__menu-title,
    .footer__showrooms .footer__menu-title,
    .footer__store-link {
      font-size: 11px;
      letter-spacing: .7px; } }

h6,
.h6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .75px;
  margin-bottom: 0.5em; }
  @media (max-width: 1349px) {
    h6,
    .h6 {
      font-size: 11px;
      letter-spacing: .7px; } }
  @media (max-width: 991px) {
    h6,
    .h6 {
      font-size: 10px;
      letter-spacing: .5px; } }

strong,
b {
  font-weight: bold; }

.subheadline, .product-card__download__title, .contact-list__title, .design-tools-contact__title, .design-tools-contact .design-tools-contact__subtitle, .logo-collection__headline {
  margin-top: 1.6em;
  color: #1d1d1b;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.9px;
  text-transform: uppercase; }

.one-liner, .breadcrumbs__item--leaf > span, .product-info__one-liner {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase; }
  @media (max-width: 1349px) {
    .one-liner, .breadcrumbs__item--leaf > span, .product-info__one-liner {
      font-size: 13px;
      letter-spacing: 0.8px; } }
  @media (max-width: 1199px) {
    .one-liner, .breadcrumbs__item--leaf > span, .product-info__one-liner {
      font-size: 12px;
      letter-spacing: 0.75px; } }
  @media (max-width: 991px) {
    .one-liner, .breadcrumbs__item--leaf > span, .product-info__one-liner {
      font-size: 11px;
      letter-spacing: 0.7px; } }

.deemphasized, .list-checkmark > li,
.list-simple > li, .breadcrumbs-bar__link, .contact-form .form-field__select select, .contact-inquiries__list a, .feed-filter__menu-item, .info-hero__links ul > * a, .multiselect__toggle, .nav__item > a, .nav-expand__item > a, .product-menu > * a, .showroom-intro-old__link, .widget-header__filter-option > a, .controll-element .label {
  color: #1d1d1b;
  display: block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.9px; }
  @media (max-width: 1349px) {
    .deemphasized, .list-checkmark > li,
    .list-simple > li, .breadcrumbs-bar__link, .contact-form .form-field__select select, .contact-inquiries__list a, .feed-filter__menu-item, .info-hero__links ul > * a, .multiselect__toggle, .nav__item > a, .nav-expand__item > a, .product-menu > * a, .showroom-intro-old__link, .widget-header__filter-option > a, .controll-element .label {
      font-size: 13px;
      letter-spacing: 0.8px; } }
  @media (max-width: 1199px) {
    .deemphasized, .list-checkmark > li,
    .list-simple > li, .breadcrumbs-bar__link, .contact-form .form-field__select select, .contact-inquiries__list a, .feed-filter__menu-item, .info-hero__links ul > * a, .multiselect__toggle, .nav__item > a, .nav-expand__item > a, .product-menu > * a, .showroom-intro-old__link, .widget-header__filter-option > a, .controll-element .label {
      font-size: 12px; } }
  .deemphasized:hover, .list-checkmark > li:hover,
  .list-simple > li:hover, .breadcrumbs-bar__link:hover, .contact-form .form-field__select select:hover, .contact-inquiries__list a:hover, .feed-filter__menu-item:hover, .info-hero__links ul > * a:hover, .multiselect__toggle:hover, .nav__item > a:hover, .nav-expand__item > a:hover, .product-menu > * a:hover, .showroom-intro-old__link:hover, .widget-header__filter-option > a:hover, .controll-element .label:hover, .deemphasized:link, .list-checkmark > li:link,
  .list-simple > li:link, .breadcrumbs-bar__link:link, .contact-form .form-field__select select:link, .contact-inquiries__list a:link, .feed-filter__menu-item:link, .info-hero__links ul > * a:link, .multiselect__toggle:link, .nav__item > a:link, .nav-expand__item > a:link, .product-menu > * a:link, .showroom-intro-old__link:link, .widget-header__filter-option > a:link, .controll-element .label:link {
    text-decoration: none; }

.feed__no-results, .product-info__preamble {
  font-size: 16px;
  letter-spacing: 1px; }
  @media (max-width: 1349px) {
    .feed__no-results, .product-info__preamble {
      font-size: 14px; } }
  @media (max-width: 1199px) {
    .feed__no-results, .product-info__preamble {
      font-size: 13px;
      letter-spacing: 0.8px; } }
  @media (max-width: 991px) {
    .feed__no-results, .product-info__preamble {
      font-size: 12px;
      letter-spacing: 0.75px; } }

p, .list-standard > li, .list-standard-no-stroke > li {
  line-height: 1.8;
  margin-top: 1.2em; }
  p:first-child, .list-standard > li:first-child, .list-standard-no-stroke > li:first-child {
    margin-top: 0; }

.dimmed, .contact-form__legend, .showroom-info__contact-info p:first-child {
  opacity: 0.5; }

i,
em {
  font-style: italic; }

sub,
sup {
  font-size: 8px;
  vertical-align: baseline;
  position: relative; }

sub {
  top: 0.4em; }

sup {
  top: -0.5em; }

.deemphasized {
  font-weight: 300; }

.centered {
  text-align: center; }

.underline {
  text-decoration: underline; }

.text-quote {
  font-size: 1.33333em;
  line-height: 1.625; }

.list-checkmark,
.list-simple {
  margin: 15px 0; }
  .list-checkmark > li,
  .list-simple > li {
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(29, 29, 27, 0.5);
    font-weight: 300; }
    @media (max-width: 1349px) {
      .list-checkmark > li,
      .list-simple > li {
        padding: 10px 0; } }
    @media (max-width: 1199px) {
      .list-checkmark > li,
      .list-simple > li {
        padding: 8px 0; } }
    @media (max-width: 991px) {
      .list-checkmark > li,
      .list-simple > li {
        padding: 5px 0;
        font-size: 11px; } }
    .list-checkmark > li:last-child,
    .list-simple > li:last-child {
      border-bottom: 0; }
  .list-checkmark a,
  .list-simple a {
    text-decoration: none; }

.list-checkmark > li,
.list-checkmark-tight > li {
  padding-left: 30px;
  text-indent: -30px; }
  .list-checkmark > li:before,
  .list-checkmark-tight > li:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 17px;
    background-image: url(/Static/C:\build\Externwebb\BUILD_ExternWebb\src\Web\src\assets\images\checklist-sprite.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 25%; }

.list-checkmark-tight {
  margin: 15px 0; }
  .list-checkmark-tight > li {
    list-style-type: none;
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (max-width: 1199px) {
      .list-checkmark-tight > li {
        padding-top: 4px;
        padding-bottom: 4px; } }
    @media (max-width: 991px) {
      .list-checkmark-tight > li {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 11px; } }
    .list-checkmark-tight > li:last-child {
      border-bottom: 0; }
  .list-checkmark-tight a {
    text-decoration: none; }

.list-header {
  padding-left: 28px;
  margin-bottom: 0;
  padding-bottom: 1em; }
  .page-theme-aquamarine .list-header {
    border-left: 4px solid #a9dae7; }
  .page-theme-lemonyellow .list-header {
    border-left: 4px solid #f6eb61; }
  .page-theme-mistygrey .list-header {
    border-left: 4px solid #d0d3d4; }
  .page-theme-graphitegrey .list-header {
    border-left: 4px solid #a2a6a8; }
  .page-theme-polargreen .list-header {
    border-left: 4px solid #e0edd5; }
  .page-theme-springgreen .list-header {
    border-left: 4px solid #b7d698; }
  .page-theme-chilired .list-header {
    border-left: 4px solid #d22630; }
  .page-theme-salmon .list-header {
    border-left: 4px solid #e6baa8; }
  .page-theme-cinnamon .list-header {
    border-left: 4px solid #6d4f47; }
  .page-theme-flamingopink .list-header {
    border-left: 4px solid #fad0c8; }
  .page-theme-kingfisherblue .list-header {
    border-left: 4px solid #00a0d8; }
  .page-theme-white .list-header {
    border-left: 4px solid #fff; }
  .page-theme-black .list-header {
    border-left: 4px solid #1d1d1b; }
  .page-theme-pagebackground .list-header {
    border-left: 4px solid #eef1f3; }
  .page-theme-sdw20green .list-header {
    border-left: 4px solid #244f3e; }

.list-standard {
  padding-left: 30px;
  border-left: 4px solid transparent; }
  .list-header + .list-standard {
    margin-top: 0; }
  .page-theme-aquamarine .list-standard {
    border-left: 4px solid #a9dae7; }
  .page-theme-lemonyellow .list-standard {
    border-left: 4px solid #f6eb61; }
  .page-theme-mistygrey .list-standard {
    border-left: 4px solid #d0d3d4; }
  .page-theme-graphitegrey .list-standard {
    border-left: 4px solid #a2a6a8; }
  .page-theme-polargreen .list-standard {
    border-left: 4px solid #e0edd5; }
  .page-theme-springgreen .list-standard {
    border-left: 4px solid #b7d698; }
  .page-theme-chilired .list-standard {
    border-left: 4px solid #d22630; }
  .page-theme-salmon .list-standard {
    border-left: 4px solid #e6baa8; }
  .page-theme-cinnamon .list-standard {
    border-left: 4px solid #6d4f47; }
  .page-theme-flamingopink .list-standard {
    border-left: 4px solid #fad0c8; }
  .page-theme-kingfisherblue .list-standard {
    border-left: 4px solid #00a0d8; }
  .page-theme-white .list-standard {
    border-left: 4px solid #fff; }
  .page-theme-black .list-standard {
    border-left: 4px solid #1d1d1b; }
  .page-theme-pagebackground .list-standard {
    border-left: 4px solid #eef1f3; }
  .page-theme-sdw20green .list-standard {
    border-left: 4px solid #244f3e; }
  .list-standard > li {
    list-style-type: none;
    padding: 0 0 0 19px;
    text-indent: -19px;
    margin-top: 0; }
    .list-standard > li + li {
      margin-top: 1em; }
    @media (max-width: 991px) {
      .list-standard > li {
        font-size: 11px; } }
    .list-standard > li:before {
      display: inline-block;
      width: 11px;
      margin-right: 8px;
      font-weight: bold;
      text-align: right; }

.list-header + .list-standard-no-stroke {
  margin-top: 0; }

.list-standard-no-stroke > li {
  list-style-type: none;
  padding: 0 0 0 19px;
  text-indent: -19px;
  margin-top: 0; }
  .list-standard-no-stroke > li + li {
    margin-top: 1em; }
  @media (max-width: 991px) {
    .list-standard-no-stroke > li {
      font-size: 11px; } }
  .list-standard-no-stroke > li:before {
    display: inline-block;
    width: 11px;
    margin-right: 8px;
    font-weight: bold;
    text-align: right; }

ul.list-standard > li:before, ul.list-standard-no-stroke > li:before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 13px;
  margin-bottom: 1px;
  background-color: #1d1d1b;
  border-radius: 50%; }

ol.list-standard > li, ol.list-standard-no-stroke > li {
  counter-increment: item; }
  ol.list-standard > li:before, ol.list-standard-no-stroke > li:before {
    content: counter(item) "."; }

.column-bleed {
  display: block;
  margin-left: -30px;
  margin-right: -30px; }
  .column-bleed img {
    width: 100%;
    vertical-align: top; }
  @media (max-width: 1349px) {
    .column-bleed {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 1199px) {
    .column-bleed {
      margin-left: -14px;
      margin-right: -14px; } }
  @media (max-width: 991px) {
    .column-bleed {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 767px) {
    .column-bleed {
      margin-left: 0;
      margin-right: 0; } }

.column-align-bottom {
  margin-top: auto; }

.color-black {
  color: #1d1d1b !important; }

.banner-article__image-container, .banner-case__image-container, .banner__image-container, .article-card__image, .inspiration-card__image, .material-card__image, .product-card__link .product-card__image, .image-gallery-item__image, .inspiration-widget__item-image, .text-on-image__img-inner, .double-content__image, .thumbnail-list__item img {
  transition: transform 0.1s ease-out; }

html.hover-active .banner-article:hover .banner-article__image-container, .banner-article:hover html.hover-active .banner-article__image-container, html.hover-active .banner-case:hover .banner-case__image-container, .banner-case:hover html.hover-active .banner-case__image-container, html.hover-active .banner:hover .banner__image-container, .banner:hover html.hover-active .banner__image-container, html.hover-active .article-card:hover .article-card__image, .article-card:hover html.hover-active .article-card__image, html.hover-active .inspiration-card:hover .inspiration-card__image, .inspiration-card:hover html.hover-active .inspiration-card__image, html.hover-active .material-card:hover .material-card__image, .material-card:hover html.hover-active .material-card__image, html.hover-active .product-card__link:hover .product-card__image, .product-card__link:hover html.hover-active .product-card__image, html.hover-active .image-gallery-item:hover .image-gallery-item__image, .image-gallery-item:hover html.hover-active .image-gallery-item__image, html.hover-active .inspiration-widget__item:hover .inspiration-widget__item-image, .inspiration-widget__item:hover html.hover-active .inspiration-widget__item-image, html.hover-active .text-on-image__link:hover .text-on-image__img-inner, .text-on-image__link:hover html.hover-active .text-on-image__img-inner, html.hover-active .double-content__link:hover .double-content__image, .double-content__link:hover html.hover-active .double-content__image, html.hover-active .thumbnail-list__item:hover img, .thumbnail-list__item:hover html.hover-active img {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05); }

.banner-article .icon, .banner-case .icon, .banner .icon {
  transition: fill 0.1s ease-out; }

html.hover-active .banner-article:hover .banner-article__title, .banner-article:hover html.hover-active .banner-article__title,
html.hover-active .banner-article:hover .banner-article__subtitle, .banner-article:hover html.hover-active .banner-article__subtitle,
html.hover-active .banner-article:hover .banner-article__head, .banner-article:hover html.hover-active .banner-article__head,
html.hover-active .banner-article:hover .banner-article__author-meta, .banner-article:hover html.hover-active .banner-article__author-meta, html.hover-active .banner-case:hover .banner-case__title, .banner-case:hover html.hover-active .banner-case__title,
html.hover-active .banner-case:hover .banner-case__subtitle, .banner-case:hover html.hover-active .banner-case__subtitle,
html.hover-active .banner-case:hover .banner-case__head, .banner-case:hover html.hover-active .banner-case__head,
html.hover-active .banner-case:hover .banner-case__author-meta, .banner-case:hover html.hover-active .banner-case__author-meta, html.hover-active .banner:hover .banner__title, .banner:hover html.hover-active .banner__title,
html.hover-active .banner:hover .banner__subtitle, .banner:hover html.hover-active .banner__subtitle,
html.hover-active .banner:hover .banner__head, .banner:hover html.hover-active .banner__head,
html.hover-active .banner:hover .banner__author-meta, .banner:hover html.hover-active .banner__author-meta {
  z-index: 2;
  position: relative;
  transition: color 0.3s ease-in-out;
  color: #fff; }

html.hover-active .banner-article:hover .icon, .banner-article:hover html.hover-active .icon, html.hover-active .banner-case:hover .icon, .banner-case:hover html.hover-active .icon, html.hover-active .banner:hover .icon, .banner:hover html.hover-active .icon {
  z-index: 2;
  transition: fill 0.3s ease-in-out;
  fill: #fff; }

.banner-article__action, .banner-case__action, .banner__action, .article-card__action, .inspiration-card__action, .material-card__action, .product-card__link .product-card__action, .image-gallery-item__action, .inspiration-widget__item-action, .thumbnail-list__item-action, .banner-article--theme-aquamarine .banner-article__text:before, .banner-article--theme-lemonyellow .banner-article__text:before, .banner-article--theme-mistygrey .banner-article__text:before, .banner-article--theme-graphitegrey .banner-article__text:before, .banner-article--theme-polargreen .banner-article__text:before, .banner-article--theme-springgreen .banner-article__text:before, .banner-article--theme-chilired .banner-article__text:before, .banner-article--theme-salmon .banner-article__text:before, .banner-article--theme-cinnamon .banner-article__text:before, .banner-article--theme-flamingopink .banner-article__text:before, .banner-article--theme-kingfisherblue .banner-article__text:before, .banner-article--theme-white .banner-article__text:before, .banner-article--theme-black .banner-article__text:before, .banner-article--theme-pagebackground .banner-article__text:before, .banner-article--theme-sdw20green .banner-article__text:before, .banner-case__text:before, .banner--theme-aquamarine .banner__text:before, .banner--theme-lemonyellow .banner__text:before, .banner--theme-mistygrey .banner__text:before, .banner--theme-graphitegrey .banner__text:before, .banner--theme-polargreen .banner__text:before, .banner--theme-springgreen .banner__text:before, .banner--theme-chilired .banner__text:before, .banner--theme-salmon .banner__text:before, .banner--theme-cinnamon .banner__text:before, .banner--theme-flamingopink .banner__text:before, .banner--theme-kingfisherblue .banner__text:before, .banner--theme-white .banner__text:before, .banner--theme-black .banner__text:before, .banner--theme-pagebackground .banner__text:before, .banner--theme-sdw20green .banner__text:before {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(29, 29, 27, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0s linear 0.1s; }

html.hover-active .banner-article:hover .banner-article__action, .banner-article:hover html.hover-active .banner-article__action, html.hover-active .banner-case:hover .banner-case__action, .banner-case:hover html.hover-active .banner-case__action, html.hover-active .banner:hover .banner__action, .banner:hover html.hover-active .banner__action, html.hover-active .article-card:hover .article-card__action, .article-card:hover html.hover-active .article-card__action, html.hover-active .inspiration-card:hover .inspiration-card__action, .inspiration-card:hover html.hover-active .inspiration-card__action, html.hover-active .material-card:hover .material-card__action, .material-card:hover html.hover-active .material-card__action, html.hover-active .product-card__link:hover .product-card__action, .product-card__link:hover html.hover-active .product-card__action, html.hover-active .image-gallery-item:hover .image-gallery-item__action, .image-gallery-item:hover html.hover-active .image-gallery-item__action, html.hover-active .inspiration-widget__item:hover .inspiration-widget__item-action, .inspiration-widget__item:hover html.hover-active .inspiration-widget__item-action, html.hover-active .thumbnail-list__item:hover .thumbnail-list__item-action, .thumbnail-list__item:hover html.hover-active .thumbnail-list__item-action, html.hover-active .banner-article:hover .banner-article__text:before, .banner-article:hover html.hover-active .banner-article__text:before, html.hover-active .banner-case:hover .banner-case__text:before, .banner-case:hover html.hover-active .banner-case__text:before, html.hover-active .banner:hover .banner__text:before, .banner:hover html.hover-active .banner__text:before {
  transition: opacity 0.3s ease-in, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

.banner-article__action, .banner-case__action, .banner__action, .article-card__action, .inspiration-card__action, .material-card__action, .product-card__link .product-card__action, .image-gallery-item__action, .inspiration-widget__item-action, .thumbnail-list__item-action {
  white-space: nowrap;
  text-align: center; }
  .banner-article__action:after, .banner-case__action:after, .banner__action:after, .article-card__action:after, .inspiration-card__action:after, .material-card__action:after, .product-card__link .product-card__action:after, .image-gallery-item__action:after, .inspiration-widget__item-action:after, .thumbnail-list__item-action:after {
    content: "";
    height: 100%; }
  .banner-article__action > *, .banner-case__action > *, .banner__action > *, .article-card__action > *, .inspiration-card__action > *, .material-card__action > *, .product-card__link .product-card__action > *, .image-gallery-item__action > *, .inspiration-widget__item-action > *, .thumbnail-list__item-action > *, .banner-article__action:after, .banner-case__action:after, .banner__action:after, .article-card__action:after, .inspiration-card__action:after, .material-card__action:after, .product-card__link .product-card__action:after, .image-gallery-item__action:after, .inspiration-widget__item-action:after, .thumbnail-list__item-action:after {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .banner-article__action h3, .banner-case__action h3, .banner__action h3, .article-card__action h3, .inspiration-card__action h3, .material-card__action h3, .product-card__link .product-card__action h3, .image-gallery-item__action h3, .inspiration-widget__item-action h3, .thumbnail-list__item-action h3, .banner-article__action h4, .banner-case__action h4, .banner__action h4, .article-card__action h4, .inspiration-card__action h4, .material-card__action h4, .product-card__link .product-card__action h4, .image-gallery-item__action h4, .inspiration-widget__item-action h4, .thumbnail-list__item-action h4, .banner-article__action h5, .banner-case__action h5, .banner__action h5, .article-card__action h5, .inspiration-card__action h5, .material-card__action h5, .product-card__link .product-card__action h5, .image-gallery-item__action h5, .inspiration-widget__item-action h5, .thumbnail-list__item-action h5 {
    color: white;
    margin: 0;
    display: none; }
  .banner-article__action svg, .banner-case__action svg, .banner__action svg, .article-card__action svg, .inspiration-card__action svg, .material-card__action svg, .product-card__link .product-card__action svg, .image-gallery-item__action svg, .inspiration-widget__item-action svg, .thumbnail-list__item-action svg {
    fill: white; }

.container {
  position: relative;
  margin: 0 auto;
  width: 1350px; }
  .container--preview {
    background-color: #fff; }

@media (max-width: 1349px) {
  .container {
    width: 1170px; } }

@media (max-width: 1199px) {
  .container {
    width: 970px; } }

@media (max-width: 991px) {
  .container {
    width: 750px; } }

@media (max-width: 767px) {
  .container {
    width: 100%; } }

.auth-page {
  position: relative;
  padding: 80px;
  background-color: #fff;
  text-align: center; }
  .auth-page:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .auth-page:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .auth-page:before {
        width: 8px; } }
    .page-theme-aquamarine .auth-page:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .auth-page:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .auth-page:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .auth-page:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .auth-page:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .auth-page:before {
      background-color: #b7d698; }
    .page-theme-chilired .auth-page:before {
      background-color: #d22630; }
    .page-theme-salmon .auth-page:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .auth-page:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .auth-page:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .auth-page:before {
      background-color: #00a0d8; }
    .page-theme-white .auth-page:before {
      background-color: #fff; }
    .page-theme-black .auth-page:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .auth-page:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .auth-page:before {
      background-color: #244f3e; }
  @media (max-width: 1349px) {
    .auth-page {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .auth-page {
      padding: 50px; } }
  @media (max-width: 991px) {
    .auth-page {
      padding: 30px; } }
  @media (max-width: 767px) {
    .auth-page {
      padding: 20px; } }
  .auth-page__inner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    width: 41.66667%; }
    @media (max-width: 991px) {
      .auth-page__inner {
        width: 58.33333%; } }
    @media (max-width: 767px) {
      .auth-page__inner {
        width: 100%; } }
  .auth-page__title {
    margin-bottom: 1.4em; }
  .auth-page__intro {
    margin-bottom: 30px; }
  .auth-page .form-item {
    text-align: left; }

.material-page {
  position: relative; }

.anchor {
  visibility: hidden;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0; }
  .anchor--edit {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 20px 0;
    visibility: visible;
    background-color: #d22630;
    color: #fff;
    font-size: 2em;
    text-indent: 0; }

.anchor-header {
  position: relative;
  height: 61px;
  width: 1350px; }
  @media (max-width: 1349px) {
    .anchor-header {
      height: 58px;
      width: 1170px; } }
  @media (max-width: 1199px) {
    .anchor-header {
      height: 54px;
      width: 970px; } }
  @media (max-width: 991px) {
    .anchor-header {
      height: 52px;
      width: 750px; } }
  @media (max-width: 767px) {
    .anchor-header {
      height: 50px;
      width: 100%; } }
  .anchor-header__container {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    background-color: #eef1f3;
    font-size: 0;
    backface-visibility: hidden;
    white-space: nowrap; }
    .anchor-header__container:before {
      display: block;
      content: '';
      background-color: #f6eb61;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20px;
      z-index: 5;
      transform: translateZ(0); }
      @media (max-width: 1199px) {
        .anchor-header__container:before {
          width: 14px; } }
      @media (max-width: 767px) {
        .anchor-header__container:before {
          width: 8px; } }
      .page-theme-aquamarine .anchor-header__container:before {
        background-color: #a9dae7; }
      .page-theme-lemonyellow .anchor-header__container:before {
        background-color: #f6eb61; }
      .page-theme-mistygrey .anchor-header__container:before {
        background-color: #d0d3d4; }
      .page-theme-graphitegrey .anchor-header__container:before {
        background-color: #a2a6a8; }
      .page-theme-polargreen .anchor-header__container:before {
        background-color: #e0edd5; }
      .page-theme-springgreen .anchor-header__container:before {
        background-color: #b7d698; }
      .page-theme-chilired .anchor-header__container:before {
        background-color: #d22630; }
      .page-theme-salmon .anchor-header__container:before {
        background-color: #e6baa8; }
      .page-theme-cinnamon .anchor-header__container:before {
        background-color: #6d4f47; }
      .page-theme-flamingopink .anchor-header__container:before {
        background-color: #fad0c8; }
      .page-theme-kingfisherblue .anchor-header__container:before {
        background-color: #00a0d8; }
      .page-theme-white .anchor-header__container:before {
        background-color: #fff; }
      .page-theme-black .anchor-header__container:before {
        background-color: #1d1d1b; }
      .page-theme-pagebackground .anchor-header__container:before {
        background-color: #eef1f3; }
      .page-theme-sdw20green .anchor-header__container:before {
        background-color: #244f3e; }
    @media (max-width: 767px) {
      .anchor-header__container {
        width: 100%;
        z-index: 8; } }
    .anchor-header--sticky .anchor-header__container {
      position: fixed;
      top: 0;
      width: inherit;
      z-index: 9; }
      @media (max-width: 767px) {
        .anchor-header--sticky .anchor-header__container {
          top: auto;
          position: fixed; } }
  .anchor-header__snap-scroll {
    position: relative;
    width: 100%;
    margin-left: 80px;
    margin-right: 30px; }
    @media (max-width: 1349px) {
      .anchor-header__snap-scroll {
        margin-left: 70px; } }
    @media (max-width: 1199px) {
      .anchor-header__snap-scroll {
        margin-left: 50px; } }
    @media (max-width: 991px) {
      .anchor-header__snap-scroll {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .anchor-header__snap-scroll {
        margin: 0 20px 0 25px; } }
  .anchor-header__wrap {
    height: 61px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1349px) {
      .anchor-header__wrap {
        height: 58px; } }
    @media (max-width: 1199px) {
      .anchor-header__wrap {
        height: 54px; } }
    @media (max-width: 991px) {
      .anchor-header__wrap {
        height: 52px; } }
    @media (max-width: 767px) {
      .anchor-header__wrap {
        height: 50px; } }
  .anchor-header__inner-wrap {
    height: 100%;
    position: absolute;
    min-width: 100%; }
  .anchor-header--sticky .breadcrumbs {
    transform: translateX(65px);
    transition: all 400ms ease-out; }
    @media (max-width: 1349px) {
      .anchor-header--sticky .breadcrumbs {
        transform: translateX(82px); } }
    @media (max-width: 1199px) {
      .anchor-header--sticky .breadcrumbs {
        transform: translateX(88px); } }
    @media (max-width: 991px) {
      .anchor-header--sticky .breadcrumbs {
        transform: translateX(80px); } }
    @media (max-width: 767px) {
      .anchor-header--sticky .breadcrumbs {
        transform: translateX(0); } }
  .anchor-header__buttons {
    white-space: nowrap;
    height: 100%;
    text-align: left;
    padding-right: 10px; }
    .anchor-header__buttons:after {
      content: "";
      height: 100%; }
    .anchor-header__buttons > *, .anchor-header__buttons:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .anchor-header__buttons > * + * {
      margin-left: 10px; }
    .anchor-header__buttons--mobile {
      display: none;
      position: absolute;
      z-index: 7;
      right: 10px;
      top: 50px; }
      @media (max-width: 767px) {
        .anchor-header__buttons--mobile {
          display: block; } }
  .anchor-header__anchors {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    min-width: 100%;
    transition: transform .2s; }
  .anchor-header__anchor-item:first-of-type a {
    padding-left: 0; }
  .anchor-header__anchor-item a {
    padding: 0 19px; }
  .anchor-header__anchor-item a {
    color: #1d1d1b;
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.9px;
    text-decoration: none;
    white-space: nowrap; }
    @media (max-width: 1349px) {
      .anchor-header__anchor-item a {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 1199px) {
      .anchor-header__anchor-item a {
        font-size: 12px; } }
    .anchor-header__anchor-item a:hover, .anchor-header__anchor-item a:link {
      text-decoration: none; }
  .anchor-header__arrow {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 20px;
    background-color: #eef1f3;
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 767px) {
      .anchor-header__arrow {
        top: 0;
        bottom: 0; } }
    .anchor-header--no-subpages .anchor-header__arrow {
      display: none; }
    .anchor-header__arrow.is-hidden {
      border: 0;
      display: none; }
    .anchor-header__arrow--left {
      left: -20px;
      border-right: 1px solid #d0d3d4; }
    .anchor-header__arrow--right {
      right: -20px;
      border-left: 1px solid #d0d3d4; }
    .anchor-header__arrow--active {
      display: block; }
  .anchor-header__arrow-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px; }
    .is-hidden .anchor-header__arrow-icon {
      opacity: 0; }

@media (max-width: 1349px) {
  .anchor-header__anchor-item a {
    padding: 0 19px; } }

@media (max-width: 1199px) {
  .anchor-header__anchor-item a {
    padding: 0 14px; } }

@media (max-width: 991px) {
  .anchor-header__anchor-item a {
    padding: 0 9px;
    font-size: 9px; } }

@media (max-width: 767px) {
  .anchor-header__anchors {
    float: none; }
  .anchor-header__anchor-item a {
    font-size: 11px; }
  .anchor-header__title, .anchor-header__buttons:not(.anchor-header__buttons--mobile) {
    display: none; } }

.article {
  background-color: #fff;
  padding-top: 65px; }
  .article:before, .article:after {
    content: " ";
    display: table; }
  .article:after {
    clear: both; }
  @media (max-width: 1349px) {
    .article {
      padding-top: 45px; } }
  @media (max-width: 1199px) {
    .article {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .article {
      padding-top: 20px; } }
  .article--no-padding {
    padding-top: 0; }

.article-block {
  position: relative;
  margin: 55px 0;
  padding-left: 17.038%;
  padding-right: 0; }
  @media (max-width: 1349px) {
    .article-block {
      margin: 45px 0; } }
  @media (max-width: 1199px) {
    .article-block {
      margin: 40px 0; } }
  @media (max-width: 991px) {
    .article-block {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .article-block {
      padding-left: 0; } }
  .article-block--bleed-full {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .article-block--bleed-left {
      padding-left: 0; } }
  .article-block__container {
    position: relative;
    padding-left: 0;
    padding-right: 30.804%; }
    .article-block--bleed-left .article-block__container {
      padding-right: 25.556%; }
      @media (max-width: 767px) {
        .article-block--bleed-left .article-block__container {
          padding-right: 0; } }
    @media (max-width: 767px) {
      .article-block__container {
        padding-right: 0; } }
  .article-block__separator {
    display: block;
    height: 4px;
    margin: 80px 80px 80px 0; }
    @media (max-width: 991px) {
      .article-block__separator {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .article-block__separator {
        margin-left: 20px;
        margin-right: 20px; } }
    .page-theme-aquamarine .article-block__separator {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .article-block__separator {
      background-color: #f6eb61; }
    .page-theme-mistygrey .article-block__separator {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .article-block__separator {
      background-color: #a2a6a8; }
    .page-theme-polargreen .article-block__separator {
      background-color: #e0edd5; }
    .page-theme-springgreen .article-block__separator {
      background-color: #b7d698; }
    .page-theme-chilired .article-block__separator {
      background-color: #d22630; }
    .page-theme-salmon .article-block__separator {
      background-color: #e6baa8; }
    .page-theme-cinnamon .article-block__separator {
      background-color: #6d4f47; }
    .page-theme-flamingopink .article-block__separator {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .article-block__separator {
      background-color: #00a0d8; }
    .page-theme-white .article-block__separator {
      background-color: #fff; }
    .page-theme-black .article-block__separator {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .article-block__separator {
      background-color: #eef1f3; }
    .page-theme-sdw20green .article-block__separator {
      background-color: #244f3e; }
  .article-block__corridor, .article-block__corridor-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto; }
  .article-block__corridor {
    position: absolute;
    right: 0;
    width: 30.804%;
    padding: 0 20px; }
    .article-block__corridor .article-block__corridor-inner > * + * {
      margin-top: 20px; }
    .article-block__corridor .banner-linkwrap {
      align-self: flex-end;
      width: 100%; }
    .article-block__corridor .banner {
      margin-right: -20px; }
      @media (max-width: 767px) {
        .article-block__corridor .banner {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .article-block__corridor {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: auto;
        padding: 0; } }
    .article-block--bleed-left .article-block__corridor {
      width: 25.556%; }
      @media (max-width: 767px) {
        .article-block--bleed-left .article-block__corridor {
          width: auto; } }
    .content-column .article-block__corridor {
      position: relative;
      right: auto;
      bottom: auto;
      top: auto;
      width: auto;
      padding: 0; }
    .article-block__corridor--top {
      top: 0; }
      @media (max-width: 767px) {
        .article-block__corridor--top {
          margin: 30px 0; } }
    .article-block__corridor--bottom {
      top: 0;
      justify-content: flex-end; }
      .article-block__corridor--bottom .article-block__corridor-inner {
        justify-content: flex-end; }
    .article-block__corridor--bleed-right {
      padding-right: 0; }

.article .inline-form {
  position: relative;
  margin: 55px 0;
  padding: 0;
  padding-left: 17.038%; }
  @media (max-width: 767px) {
    .article .inline-form {
      padding: 0 20px; } }
  .article .inline-form form {
    position: relative;
    padding-left: 0;
    padding-right: 30.804%;
    margin-right: 80px;
    width: auto; }
    @media (max-width: 991px) {
      .article .inline-form form {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .article .inline-form form {
        margin-right: 0;
        padding: 0 0; } }

.article-intro:before, .article-intro:after {
  content: " ";
  display: table; }

.article-intro:after {
  clear: both; }

@media (max-width: 767px) {
  .article-intro {
    padding: 0 20px; } }

.article-intro__head {
  float: left;
  width: 69.196%;
  padding-right: 80px; }
  @media (max-width: 767px) {
    .article-intro__head {
      float: none;
      width: auto;
      padding-right: 0; } }

.page-theme-aquamarine .article-intro__title {
  color: #a9dae7; }

.page-theme-lemonyellow .article-intro__title {
  color: #f6eb61; }

.page-theme-mistygrey .article-intro__title {
  color: #d0d3d4; }

.page-theme-graphitegrey .article-intro__title {
  color: #a2a6a8; }

.page-theme-polargreen .article-intro__title {
  color: #e0edd5; }

.page-theme-springgreen .article-intro__title {
  color: #b7d698; }

.page-theme-chilired .article-intro__title {
  color: #d22630; }

.page-theme-salmon .article-intro__title {
  color: #e6baa8; }

.page-theme-cinnamon .article-intro__title {
  color: #6d4f47; }

.page-theme-flamingopink .article-intro__title {
  color: #fad0c8; }

.page-theme-kingfisherblue .article-intro__title {
  color: #00a0d8; }

.page-theme-white .article-intro__title {
  color: #fff; }

.page-theme-black .article-intro__title {
  color: #1d1d1b; }

.page-theme-pagebackground .article-intro__title {
  color: #eef1f3; }

.page-theme-sdw20green .article-intro__title {
  color: #244f3e; }

.article-intro__title-prefix {
  font-size: 0.5em;
  margin-bottom: 0.3em; }

.article-intro__meta {
  float: left;
  width: 30.804%;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .article-intro__meta {
      float: none;
      width: auto;
      padding: 0; } }

@media (max-width: 767px) {
  .article-meta {
    margin-top: 20px; }
    .article-meta:before, .article-meta:after {
      content: " ";
      display: table; }
    .article-meta:after {
      clear: both; } }

.article-meta__image {
  width: 83px;
  height: auto; }
  @media (max-width: 1349px) {
    .article-meta__image {
      width: 68px; } }
  @media (max-width: 1199px) {
    .article-meta__image {
      width: 50px; } }
  @media (max-width: 991px) {
    .article-meta__image {
      width: 38px; } }
  @media (max-width: 767px) {
    .article-meta__image {
      float: left;
      margin-right: 10px; } }

.article-meta__author {
  opacity: .5; }
  @media (max-width: 767px) {
    .article-meta__author {
      float: left; }
      .article-meta__author-label, .article-meta__author-value {
        display: inline; }
      .article-meta__author p {
        margin-top: 0; } }

.article-meta__tags {
  display: none;
  opacity: .5; }
  @media (max-width: 767px) {
    .article-meta__tags {
      float: left;
      width: 100%; } }

.authentication-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  padding: 30px 20px 20px;
  background-color: #fff;
  z-index: 10; }
  .authentication-box__close {
    background-color: transparent;
    border: 0;
    padding: 10px;
    outline: none;
    position: absolute;
    top: 0;
    right: 10px; }
    @media (max-width: 767px) {
      .authentication-box__close {
        padding: 20px;
        right: 3px; } }
    .authentication-box__close svg {
      width: 15px;
      height: 15px; }
      @media (max-width: 767px) {
        .authentication-box__close svg {
          width: 12px;
          height: 12px; } }
  @media (max-width: 767px) {
    .authentication-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .authentication-box--expanded {
    display: block; }
  .authentication-box__xs-headline {
    display: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d3d4; }
    @media (max-width: 767px) {
      .authentication-box__xs-headline {
        display: block; } }

.back-link {
  position: relative;
  display: block;
  min-height: 77px;
  background-color: #eef1f3; }
  @media (max-width: 1199px) {
    .back-link {
      min-height: 70px; } }
  @media (max-width: 991px) {
    .back-link {
      min-height: 62px; } }
  @media (max-width: 767px) {
    .back-link {
      min-height: 50px; } }
  .back-link__body {
    padding: 0 80px;
    line-height: 77px; }
    @media (max-width: 1349px) {
      .back-link__body {
        padding: 0 68px; } }
    @media (max-width: 1199px) {
      .back-link__body {
        padding: 0 50px;
        line-height: 70px; } }
    @media (max-width: 991px) {
      .back-link__body {
        padding: 0 44px;
        line-height: 62px; } }
    @media (max-width: 767px) {
      .back-link__body {
        padding: 0 24px;
        line-height: 50px; } }
  .back-link__icon {
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 20px;
    transform: rotate(180deg); }

.banner-linkwrap {
  color: inherit;
  display: block; }
  .banner-linkwrap:hover {
    opacity: 1; }
  .feed .banner-linkwrap {
    float: left;
    padding: 10px;
    width: 50%; }
    @media (max-width: 1199px) {
      .feed .banner-linkwrap {
        padding: 7px; } }
    @media (max-width: 767px) {
      .feed .banner-linkwrap {
        float: none;
        padding: 0;
        width: auto; } }
    .feed .banner-linkwrap.align-right {
      float: right; }
      @media (max-width: 767px) {
        .feed .banner-linkwrap.align-right {
          float: none; } }

.banner-combo {
  overflow: hidden; }
  .banner-combo:before, .banner-combo:after {
    content: " ";
    display: table; }
  .banner-combo:after {
    clear: both; }
  .banner-combo--startpage {
    margin: 20px 0; }
  .banner-combo--startpage .banner-combo__grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden; }
    .banner-combo--startpage .banner-combo__grid:before, .banner-combo--startpage .banner-combo__grid:after {
      content: " ";
      display: table; }
    .banner-combo--startpage .banner-combo__grid:after {
      clear: both; }
    .banner-combo--startpage .banner-combo__grid > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 25%; }
    .banner-combo--startpage .banner-combo__grid > * {
      padding: 10px 10px; }
  .banner-combo__stacked {
    float: left;
    width: 33.33333%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked {
        float: none;
        width: auto; } }

@media (max-width: 1349px) {
  .banner-combo--startpage {
    margin: 16px 0; }
  .banner-combo--startpage .banner-combo__grid {
    margin-left: -8px;
    margin-right: -8px; }
    .banner-combo--startpage .banner-combo__grid > * {
      padding: 8px 8px; } }

@media (max-width: 1199px) {
  .banner-combo--startpage {
    margin: 8px 0; }
  .banner-combo--startpage .banner-combo__grid {
    margin-left: -4px;
    margin-right: -4px; }
    .banner-combo--startpage .banner-combo__grid > * {
      padding: 4px 4px; } }

@media (max-width: 767px) {
  .banner-combo--startpage {
    margin: 0; }
  .banner-combo--startpage .banner-combo__grid {
    margin-left: 0;
    margin-right: 0; }
    .banner-combo--startpage .banner-combo__grid > * {
      width: 100%; }
    .banner-combo--startpage .banner-combo__grid > * {
      padding: 0 0; } }

.banner-article {
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  background-color: #d0d3d4;
  width: 100%;
  padding-bottom: 50%;
  height: 0; }
  .banner-article--square {
    padding-bottom: 80%; }
  .banner-article--half {
    float: left;
    width: 50%;
    padding-bottom: 50%; }
    @media (max-width: 767px) {
      .banner-article--half {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner-article--onethird {
    float: left;
    width: 33.33333%;
    padding-bottom: 25%; }
    @media (max-width: 767px) {
      .banner-article--onethird {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner-article--twothirds {
    float: left;
    width: 66.66667%;
    padding-bottom: 37.03704%; }
    @media (max-width: 1199px) {
      .banner-article--twothirds {
        float: none;
        width: auto;
        padding-bottom: 56%; } }
    @media (max-width: 767px) {
      .banner-article--twothirds {
        padding-bottom: 81.25%; } }
  .feed .banner-article {
    height: 100%; }
    .feed .banner-article__image-container {
      height: 100%;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .feed .banner-article__image-container {
          height: 0;
          padding-bottom: 50%; } }
  .banner-article__text-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center; }
    .banner-article__text-container:after {
      content: "";
      height: 100%; }
    .banner-article__text-container > *, .banner-article__text-container:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .banner-article__text {
    text-align: left;
    white-space: normal;
    position: relative; }
  .banner-article__image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
  .banner-article__image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .banner-article--half .banner-article__image,
    .banner-article--onethird .banner-article__image {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .banner-article--half .banner-article__image,
        .banner-article--onethird .banner-article__image {
          position: absolute;
          top: 50%;
          left: 0;
          height: auto;
          width: 100%;
          transform: translateY(-50%); } }
  .carousel .banner-article__action h3 {
    display: none; }
  .carousel .banner-article,
  .banner-combo .carousel .banner-article {
    position: absolute;
    padding-bottom: 0;
    height: 100%;
    width: 100%; }
  .nav-expand .banner-article__title,
  .banner-combo__stacked .banner-article__title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: 0; }
    @media (max-width: 1349px) {
      .nav-expand .banner-article__title,
      .banner-combo__stacked .banner-article__title {
        font-size: 16px;
        letter-spacing: 1.1px; } }
    @media (max-width: 1199px) {
      .nav-expand .banner-article__title,
      .banner-combo__stacked .banner-article__title {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 991px) {
      .nav-expand .banner-article__title,
      .banner-combo__stacked .banner-article__title {
        font-size: 11px;
        letter-spacing: 0.5px; } }
  .banner-combo__stacked--tworows .banner-article {
    padding-bottom: 55.55556%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--tworows .banner-article {
        float: left;
        width: 50%;
        padding-bottom: 28%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--tworows .banner-article {
        width: 100%;
        padding-bottom: 50%; } }
  .banner-combo__stacked--threerows .banner-article {
    padding-bottom: 37.03733%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--threerows .banner-article {
        float: left;
        width: 33.33333%;
        padding-bottom: 24%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--threerows .banner-article {
        width: 100%;
        padding-bottom: 50%; } }
  .nav-expand .banner-article {
    padding-bottom: 78%; }
    .nav-expand .banner-article__title {
      margin-bottom: 0; }
  .feed .banner-article__image-container {
    visibility: hidden; }
  .feed .banner-article__text {
    padding-left: 60px;
    padding-right: 60px; }
  .banner-article__text {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 80px;
    padding-left: 80px; }
    .nav-expand .banner-article__text .banner-article--square .banner-article__text,
    .banner-article--onethird .banner-article__text,
    .banner-combo__stacked .banner-article__text {
      padding: 15px 50px; }
      @media (max-width: 767px) {
        .nav-expand .banner-article__text .banner-article--square .banner-article__text,
        .banner-article--onethird .banner-article__text,
        .banner-combo__stacked .banner-article__text {
          padding: 15px 20px; } }
    @media (max-width: 1349px) {
      .banner-article__text {
        padding-right: 60px;
        padding-left: 60px; }
        .feed .banner-article__text {
          padding-left: 50px;
          padding-right: 50px; } }
    @media (max-width: 1199px) {
      .banner-article__text {
        padding-right: 50px;
        padding-left: 50px; }
        .feed .banner-article__text {
          padding-left: 40px;
          padding-right: 40px; } }
    @media (max-width: 991px) {
      .banner-article__text {
        padding-right: 30px;
        padding-left: 30px; }
        .feed .banner-article__text {
          padding-left: 30px;
          padding-right: 30px; } }
    @media (max-width: 767px) {
      .banner-article__text {
        padding: 30px 20px; }
        .feed .banner-article__text {
          padding-left: 20px;
          padding-right: 20px; } }
  .banner-article__head {
    float: left;
    width: 66.66667%; }
    @media (max-width: 767px) {
      .banner-article__head {
        width: 100%; } }
    .banner-article--half .banner-article__head {
      width: 100%; }
  .banner-article__author {
    float: left;
    width: 25%;
    margin-left: 8.33333%; }
    @media (max-width: 767px) {
      .banner-article__author {
        display: none; } }
    .banner-article--half .banner-article__author {
      float: right;
      width: auto;
      margin-left: 0;
      margin-top: 30px; }
    .banner-article__author-img {
      width: 68px;
      height: 68px; }
      .banner-article--half .banner-article__author-img {
        float: right;
        margin-top: 11px;
        margin-left: 20px; }
    .banner-article--half .banner-article__author-meta {
      float: right; }
      .banner-article--half .banner-article__author-meta p {
        margin-top: 0; }
  @media (max-width: 767px) {
    .banner-article__image {
      display: none; } }
  .banner-article__title {
    font-size: 36px;
    letter-spacing: 2.6px;
    margin-top: 0; }
    @media (max-width: 1349px) {
      .banner-article__title {
        font-size: 32px;
        letter-spacing: 2.3px; } }
    @media (max-width: 1199px) {
      .banner-article__title {
        font-size: 26px;
        letter-spacing: 1.9px; } }
    @media (max-width: 991px) {
      .banner-article__title {
        font-size: 22px;
        letter-spacing: 1.6px; } }
    @media (max-width: 767px) {
      .banner-article__title {
        font-size: 18px;
        letter-spacing: 1.3px; } }
    .banner-article--onethird .banner-article__title {
      font-size: 24px;
      letter-spacing: 1.7px; }
      @media (max-width: 1349px) {
        .banner-article--onethird .banner-article__title {
          font-size: 20px;
          letter-spacing: 1.4px; } }
      @media (max-width: 1199px) {
        .banner-article--onethird .banner-article__title {
          font-size: 18px;
          letter-spacing: 1.3px; } }
      @media (max-width: 991px) {
        .banner-article--onethird .banner-article__title {
          font-size: 13px;
          letter-spacing: .9px; } }
      @media (max-width: 767px) {
        .banner-article--onethird .banner-article__title {
          font-size: 36px;
          letter-spacing: 2.6px; } }
  @media (max-width: 767px) and (max-width: 1349px) {
    .banner-article--onethird .banner-article__title {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 767px) and (max-width: 1199px) {
    .banner-article--onethird .banner-article__title {
      font-size: 26px;
      letter-spacing: 1.9px; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .banner-article--onethird .banner-article__title {
      font-size: 22px;
      letter-spacing: 1.6px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .banner-article--onethird .banner-article__title {
      font-size: 18px;
      letter-spacing: 1.3px; } }
  .banner-article__meta {
    margin-top: -3px; }
  .banner-article__category {
    text-transform: uppercase; }
  .banner-article--theme-aquamarine {
    background-color: #a9dae7; }
    .banner-article--theme-aquamarine .banner-article__text {
      background-color: #a9dae7; }
      .banner-article--theme-aquamarine .banner-article__text:before {
        content: ''; }
    .banner-article--theme-aquamarine .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-lemonyellow {
    background-color: #f6eb61; }
    .banner-article--theme-lemonyellow .banner-article__text {
      background-color: #f6eb61; }
      .banner-article--theme-lemonyellow .banner-article__text:before {
        content: ''; }
    .banner-article--theme-lemonyellow .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-mistygrey {
    background-color: #d0d3d4; }
    .banner-article--theme-mistygrey .banner-article__text {
      background-color: #d0d3d4; }
      .banner-article--theme-mistygrey .banner-article__text:before {
        content: ''; }
    .banner-article--theme-mistygrey .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-graphitegrey {
    background-color: #a2a6a8; }
    .banner-article--theme-graphitegrey .banner-article__text {
      background-color: #a2a6a8; }
      .banner-article--theme-graphitegrey .banner-article__text:before {
        content: ''; }
    .banner-article--theme-graphitegrey .banner-article {
      color: #fff; }
  .banner-article--theme-polargreen {
    background-color: #e0edd5; }
    .banner-article--theme-polargreen .banner-article__text {
      background-color: #e0edd5; }
      .banner-article--theme-polargreen .banner-article__text:before {
        content: ''; }
    .banner-article--theme-polargreen .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-springgreen {
    background-color: #b7d698; }
    .banner-article--theme-springgreen .banner-article__text {
      background-color: #b7d698; }
      .banner-article--theme-springgreen .banner-article__text:before {
        content: ''; }
    .banner-article--theme-springgreen .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-chilired {
    background-color: #d22630; }
    .banner-article--theme-chilired .banner-article__text {
      background-color: #d22630; }
      .banner-article--theme-chilired .banner-article__text:before {
        content: ''; }
    .banner-article--theme-chilired .banner-article {
      color: #fff; }
  .banner-article--theme-salmon {
    background-color: #e6baa8; }
    .banner-article--theme-salmon .banner-article__text {
      background-color: #e6baa8; }
      .banner-article--theme-salmon .banner-article__text:before {
        content: ''; }
    .banner-article--theme-salmon .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-cinnamon {
    background-color: #6d4f47; }
    .banner-article--theme-cinnamon .banner-article__text {
      background-color: #6d4f47; }
      .banner-article--theme-cinnamon .banner-article__text:before {
        content: ''; }
    .banner-article--theme-cinnamon .banner-article {
      color: #fff; }
  .banner-article--theme-flamingopink {
    background-color: #fad0c8; }
    .banner-article--theme-flamingopink .banner-article__text {
      background-color: #fad0c8; }
      .banner-article--theme-flamingopink .banner-article__text:before {
        content: ''; }
    .banner-article--theme-flamingopink .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-kingfisherblue {
    background-color: #00a0d8; }
    .banner-article--theme-kingfisherblue .banner-article__text {
      background-color: #00a0d8; }
      .banner-article--theme-kingfisherblue .banner-article__text:before {
        content: ''; }
    .banner-article--theme-kingfisherblue .banner-article {
      color: #fff; }
  .banner-article--theme-white {
    background-color: #fff; }
    .banner-article--theme-white .banner-article__text {
      background-color: #fff; }
      .banner-article--theme-white .banner-article__text:before {
        content: ''; }
    .banner-article--theme-white .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-black {
    background-color: #1d1d1b; }
    .banner-article--theme-black .banner-article__text {
      background-color: #1d1d1b; }
      .banner-article--theme-black .banner-article__text:before {
        content: ''; }
    .banner-article--theme-black .banner-article {
      color: #fff; }
  .banner-article--theme-pagebackground {
    background-color: #eef1f3; }
    .banner-article--theme-pagebackground .banner-article__text {
      background-color: #eef1f3; }
      .banner-article--theme-pagebackground .banner-article__text:before {
        content: ''; }
    .banner-article--theme-pagebackground .banner-article {
      color: #1d1d1b; }
  .banner-article--theme-sdw20green {
    background-color: #244f3e; }
    .banner-article--theme-sdw20green .banner-article__text {
      background-color: #244f3e; }
      .banner-article--theme-sdw20green .banner-article__text:before {
        content: ''; }
    .banner-article--theme-sdw20green .banner-article {
      color: #fff; }

.banner-case {
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  background-color: #d0d3d4;
  width: 100%;
  padding-bottom: 50%;
  height: 0; }
  .banner-case--square {
    padding-bottom: 80%; }
  .banner-case--half {
    float: left;
    width: 50%;
    padding-bottom: 50%; }
    @media (max-width: 767px) {
      .banner-case--half {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner-case--onethird {
    float: left;
    width: 33.33333%;
    padding-bottom: 25%; }
    @media (max-width: 767px) {
      .banner-case--onethird {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner-case--twothirds {
    float: left;
    width: 66.66667%;
    padding-bottom: 37.03704%; }
    @media (max-width: 1199px) {
      .banner-case--twothirds {
        float: none;
        width: auto;
        padding-bottom: 56%; } }
    @media (max-width: 767px) {
      .banner-case--twothirds {
        padding-bottom: 81.25%; } }
  .feed .banner-case {
    height: 100%; }
    .feed .banner-case__image-container {
      height: 100%;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .feed .banner-case__image-container {
          height: 0;
          padding-bottom: 50%; } }
  .banner-case__text-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center; }
    .banner-case__text-container:after {
      content: "";
      height: 100%; }
    .banner-case__text-container > *, .banner-case__text-container:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .banner-case__text {
    text-align: left;
    white-space: normal;
    position: relative; }
  .banner-case__image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
  .banner-case__image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .banner-case--half .banner-case__image,
    .banner-case--onethird .banner-case__image {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .banner-case--half .banner-case__image,
        .banner-case--onethird .banner-case__image {
          position: absolute;
          top: 50%;
          left: 0;
          height: auto;
          width: 100%;
          transform: translateY(-50%); } }
  .carousel .banner-case__action h3 {
    display: none; }
  .carousel .banner-case,
  .banner-combo .carousel .banner-case {
    position: absolute;
    padding-bottom: 0;
    height: 100%;
    width: 100%; }
  .nav-expand .banner-case__title,
  .banner-combo__stacked .banner-case__title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: 0; }
    @media (max-width: 1349px) {
      .nav-expand .banner-case__title,
      .banner-combo__stacked .banner-case__title {
        font-size: 16px;
        letter-spacing: 1.1px; } }
    @media (max-width: 1199px) {
      .nav-expand .banner-case__title,
      .banner-combo__stacked .banner-case__title {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 991px) {
      .nav-expand .banner-case__title,
      .banner-combo__stacked .banner-case__title {
        font-size: 11px;
        letter-spacing: 0.5px; } }
  .banner-combo__stacked--tworows .banner-case {
    padding-bottom: 55.55556%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--tworows .banner-case {
        float: left;
        width: 50%;
        padding-bottom: 28%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--tworows .banner-case {
        width: 100%;
        padding-bottom: 50%; } }
  .banner-combo__stacked--threerows .banner-case {
    padding-bottom: 37.03733%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--threerows .banner-case {
        float: left;
        width: 33.33333%;
        padding-bottom: 24%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--threerows .banner-case {
        width: 100%;
        padding-bottom: 50%; } }
  .nav-expand .banner-case {
    padding-bottom: 78%; }
    .nav-expand .banner-case__title {
      margin-bottom: 0; }
  .banner-case__text {
    background-color: #a2a6a8;
    padding: 45px 0;
    text-align: center;
    width: 100%; }
    @media (max-width: 1199px) {
      .banner-case__text {
        padding: 25px 0; } }
    @media (max-width: 991px) {
      .banner-case__text {
        padding: 15px 0; } }
    .banner-case__text:before {
      content: ''; }
    .nav-expand .banner-case__text,
    .banner-case--onethird .banner-case__text,
    .banner-case--square .banner-case__text,
    .banner-combo__stacked .banner-case__text {
      padding: 15px 0; }
  .banner-case__title {
    font-size: 36px;
    letter-spacing: 2.6px;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 1349px) {
      .banner-case__title {
        font-size: 32px;
        letter-spacing: 2.3px; } }
    @media (max-width: 1199px) {
      .banner-case__title {
        font-size: 26px;
        letter-spacing: 1.9px; } }
    @media (max-width: 991px) {
      .banner-case__title {
        font-size: 22px;
        letter-spacing: 1.6px; } }
    @media (max-width: 767px) {
      .banner-case__title {
        font-size: 18px;
        letter-spacing: 1.3px; } }
    .banner-case--square .banner-case__title,
    .banner-case--onethird .banner-case__title {
      font-size: 20px;
      letter-spacing: 1.4px;
      margin-bottom: 0; }
      @media (max-width: 1349px) {
        .banner-case--square .banner-case__title,
        .banner-case--onethird .banner-case__title {
          font-size: 16px;
          letter-spacing: 1.1px; } }
      @media (max-width: 1199px) {
        .banner-case--square .banner-case__title,
        .banner-case--onethird .banner-case__title {
          font-size: 13px;
          letter-spacing: 0.8px; } }
      @media (max-width: 991px) {
        .banner-case--square .banner-case__title,
        .banner-case--onethird .banner-case__title {
          font-size: 11px;
          letter-spacing: 0.5px; } }
  .banner-case--theme-aquamarine .banner-case__text {
    background-color: #a9dae7; }
  .banner-case--theme-aquamarine .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-lemonyellow .banner-case__text {
    background-color: #f6eb61; }
  .banner-case--theme-lemonyellow .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-mistygrey .banner-case__text {
    background-color: #d0d3d4; }
  .banner-case--theme-mistygrey .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-graphitegrey .banner-case__text {
    background-color: #a2a6a8; }
  .banner-case--theme-graphitegrey .banner-case__title {
    color: #fff; }
  .banner-case--theme-polargreen .banner-case__text {
    background-color: #e0edd5; }
  .banner-case--theme-polargreen .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-springgreen .banner-case__text {
    background-color: #b7d698; }
  .banner-case--theme-springgreen .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-chilired .banner-case__text {
    background-color: #d22630; }
  .banner-case--theme-chilired .banner-case__title {
    color: #fff; }
  .banner-case--theme-salmon .banner-case__text {
    background-color: #e6baa8; }
  .banner-case--theme-salmon .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-cinnamon .banner-case__text {
    background-color: #6d4f47; }
  .banner-case--theme-cinnamon .banner-case__title {
    color: #fff; }
  .banner-case--theme-flamingopink .banner-case__text {
    background-color: #fad0c8; }
  .banner-case--theme-flamingopink .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-kingfisherblue .banner-case__text {
    background-color: #00a0d8; }
  .banner-case--theme-kingfisherblue .banner-case__title {
    color: #fff; }
  .banner-case--theme-white .banner-case__text {
    background-color: #fff; }
  .banner-case--theme-white .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-black .banner-case__text {
    background-color: #1d1d1b; }
  .banner-case--theme-black .banner-case__title {
    color: #fff; }
  .banner-case--theme-pagebackground .banner-case__text {
    background-color: #eef1f3; }
  .banner-case--theme-pagebackground .banner-case__title {
    color: #1d1d1b; }
  .banner-case--theme-sdw20green .banner-case__text {
    background-color: #244f3e; }
  .banner-case--theme-sdw20green .banner-case__title {
    color: #fff; }

@media (max-width: 767px) {
  .banner-case--square .banner-case__title {
    font-size: 36px;
    letter-spacing: 2.6px; } }
  @media (max-width: 767px) and (max-width: 1349px) {
    .banner-case--square .banner-case__title {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 767px) and (max-width: 1199px) {
    .banner-case--square .banner-case__title {
      font-size: 26px;
      letter-spacing: 1.9px; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .banner-case--square .banner-case__title {
      font-size: 22px;
      letter-spacing: 1.6px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .banner-case--square .banner-case__title {
      font-size: 18px;
      letter-spacing: 1.3px; } }

@media (max-width: 767px) {
  .banner-case--onethird .banner-case__title {
    font-size: 36px;
    letter-spacing: 2.6px; } }
  @media (max-width: 767px) and (max-width: 1349px) {
    .banner-case--onethird .banner-case__title {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 767px) and (max-width: 1199px) {
    .banner-case--onethird .banner-case__title {
      font-size: 26px;
      letter-spacing: 1.9px; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .banner-case--onethird .banner-case__title {
      font-size: 22px;
      letter-spacing: 1.6px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .banner-case--onethird .banner-case__title {
      font-size: 18px;
      letter-spacing: 1.3px; } }

.banner {
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  background-color: #d0d3d4;
  width: 100%;
  padding-bottom: 50%;
  height: 0; }
  .banner--square {
    padding-bottom: 80%; }
  .banner--half {
    float: left;
    width: 50%;
    padding-bottom: 50%; }
    @media (max-width: 767px) {
      .banner--half {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner--onethird {
    float: left;
    width: 33.33333%;
    padding-bottom: 25%; }
    @media (max-width: 767px) {
      .banner--onethird {
        float: none;
        width: auto;
        padding-bottom: 50%; } }
  .banner--twothirds {
    float: left;
    width: 66.66667%;
    padding-bottom: 37.03704%; }
    @media (max-width: 1199px) {
      .banner--twothirds {
        float: none;
        width: auto;
        padding-bottom: 56%; } }
    @media (max-width: 767px) {
      .banner--twothirds {
        padding-bottom: 81.25%; } }
  .feed .banner {
    height: 100%; }
    .feed .banner__image-container {
      height: 100%;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .feed .banner__image-container {
          height: 0;
          padding-bottom: 50%; } }
  .banner__text-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center; }
    .banner__text-container:after {
      content: "";
      height: 100%; }
    .banner__text-container > *, .banner__text-container:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .banner__text {
    text-align: left;
    white-space: normal;
    position: relative; }
  .banner__image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
  .banner__image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .banner--half .banner__image,
    .banner--onethird .banner__image {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .banner--half .banner__image,
        .banner--onethird .banner__image {
          position: absolute;
          top: 50%;
          left: 0;
          height: auto;
          width: 100%;
          transform: translateY(-50%); } }
  .carousel .banner__action h3 {
    display: none; }
  .carousel .banner,
  .banner-combo .carousel .banner {
    position: absolute;
    padding-bottom: 0;
    height: 100%;
    width: 100%; }
  .nav-expand .banner__title,
  .banner-combo__stacked .banner__title {
    font-size: 20px;
    letter-spacing: 1.4px;
    margin-bottom: 0; }
    @media (max-width: 1349px) {
      .nav-expand .banner__title,
      .banner-combo__stacked .banner__title {
        font-size: 16px;
        letter-spacing: 1.1px; } }
    @media (max-width: 1199px) {
      .nav-expand .banner__title,
      .banner-combo__stacked .banner__title {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 991px) {
      .nav-expand .banner__title,
      .banner-combo__stacked .banner__title {
        font-size: 11px;
        letter-spacing: 0.5px; } }
  .banner-combo__stacked--tworows .banner {
    padding-bottom: 55.55556%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--tworows .banner {
        float: left;
        width: 50%;
        padding-bottom: 28%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--tworows .banner {
        width: 100%;
        padding-bottom: 50%; } }
  .banner-combo__stacked--threerows .banner {
    padding-bottom: 37.03733%; }
    @media (max-width: 1199px) {
      .banner-combo__stacked--threerows .banner {
        float: left;
        width: 33.33333%;
        padding-bottom: 24%; } }
    @media (max-width: 767px) {
      .banner-combo__stacked--threerows .banner {
        width: 100%;
        padding-bottom: 50%; } }
  .nav-expand .banner {
    padding-bottom: 78%; }
    .nav-expand .banner__title {
      margin-bottom: 0; }
  .banner--arrow {
    height: 0;
    padding-bottom: 54%; }
    @media (max-width: 767px) {
      .banner--arrow {
        padding-bottom: 38%; } }
  .banner--theme-aquamarine {
    background-color: #a9dae7; }
    .banner--theme-aquamarine .banner__text {
      width: 100%;
      background-color: #a9dae7;
      color: #1d1d1b; }
      .banner--theme-aquamarine .banner__text:before {
        content: ''; }
    .banner--theme-aquamarine .banner__title,
    .banner--theme-aquamarine .banner__subtitle {
      color: inherit; }
    .banner--theme-aquamarine .icon {
      fill: #1d1d1b; }
  .banner--theme-lemonyellow {
    background-color: #f6eb61; }
    .banner--theme-lemonyellow .banner__text {
      width: 100%;
      background-color: #f6eb61;
      color: #1d1d1b; }
      .banner--theme-lemonyellow .banner__text:before {
        content: ''; }
    .banner--theme-lemonyellow .banner__title,
    .banner--theme-lemonyellow .banner__subtitle {
      color: inherit; }
    .banner--theme-lemonyellow .icon {
      fill: #1d1d1b; }
  .banner--theme-mistygrey {
    background-color: #d0d3d4; }
    .banner--theme-mistygrey .banner__text {
      width: 100%;
      background-color: #d0d3d4;
      color: #1d1d1b; }
      .banner--theme-mistygrey .banner__text:before {
        content: ''; }
    .banner--theme-mistygrey .banner__title,
    .banner--theme-mistygrey .banner__subtitle {
      color: inherit; }
    .banner--theme-mistygrey .icon {
      fill: #1d1d1b; }
  .banner--theme-graphitegrey {
    background-color: #a2a6a8; }
    .banner--theme-graphitegrey .banner__text {
      width: 100%;
      background-color: #a2a6a8;
      color: #fff; }
      .banner--theme-graphitegrey .banner__text:before {
        content: ''; }
    .banner--theme-graphitegrey .banner__title,
    .banner--theme-graphitegrey .banner__subtitle {
      color: inherit; }
    .banner--theme-graphitegrey .icon {
      fill: #fff; }
  .banner--theme-polargreen {
    background-color: #e0edd5; }
    .banner--theme-polargreen .banner__text {
      width: 100%;
      background-color: #e0edd5;
      color: #1d1d1b; }
      .banner--theme-polargreen .banner__text:before {
        content: ''; }
    .banner--theme-polargreen .banner__title,
    .banner--theme-polargreen .banner__subtitle {
      color: inherit; }
    .banner--theme-polargreen .icon {
      fill: #1d1d1b; }
  .banner--theme-springgreen {
    background-color: #b7d698; }
    .banner--theme-springgreen .banner__text {
      width: 100%;
      background-color: #b7d698;
      color: #1d1d1b; }
      .banner--theme-springgreen .banner__text:before {
        content: ''; }
    .banner--theme-springgreen .banner__title,
    .banner--theme-springgreen .banner__subtitle {
      color: inherit; }
    .banner--theme-springgreen .icon {
      fill: #1d1d1b; }
  .banner--theme-chilired {
    background-color: #d22630; }
    .banner--theme-chilired .banner__text {
      width: 100%;
      background-color: #d22630;
      color: #fff; }
      .banner--theme-chilired .banner__text:before {
        content: ''; }
    .banner--theme-chilired .banner__title,
    .banner--theme-chilired .banner__subtitle {
      color: inherit; }
    .banner--theme-chilired .icon {
      fill: #fff; }
  .banner--theme-salmon {
    background-color: #e6baa8; }
    .banner--theme-salmon .banner__text {
      width: 100%;
      background-color: #e6baa8;
      color: #1d1d1b; }
      .banner--theme-salmon .banner__text:before {
        content: ''; }
    .banner--theme-salmon .banner__title,
    .banner--theme-salmon .banner__subtitle {
      color: inherit; }
    .banner--theme-salmon .icon {
      fill: #1d1d1b; }
  .banner--theme-cinnamon {
    background-color: #6d4f47; }
    .banner--theme-cinnamon .banner__text {
      width: 100%;
      background-color: #6d4f47;
      color: #fff; }
      .banner--theme-cinnamon .banner__text:before {
        content: ''; }
    .banner--theme-cinnamon .banner__title,
    .banner--theme-cinnamon .banner__subtitle {
      color: inherit; }
    .banner--theme-cinnamon .icon {
      fill: #fff; }
  .banner--theme-flamingopink {
    background-color: #fad0c8; }
    .banner--theme-flamingopink .banner__text {
      width: 100%;
      background-color: #fad0c8;
      color: #1d1d1b; }
      .banner--theme-flamingopink .banner__text:before {
        content: ''; }
    .banner--theme-flamingopink .banner__title,
    .banner--theme-flamingopink .banner__subtitle {
      color: inherit; }
    .banner--theme-flamingopink .icon {
      fill: #1d1d1b; }
  .banner--theme-kingfisherblue {
    background-color: #00a0d8; }
    .banner--theme-kingfisherblue .banner__text {
      width: 100%;
      background-color: #00a0d8;
      color: #fff; }
      .banner--theme-kingfisherblue .banner__text:before {
        content: ''; }
    .banner--theme-kingfisherblue .banner__title,
    .banner--theme-kingfisherblue .banner__subtitle {
      color: inherit; }
    .banner--theme-kingfisherblue .icon {
      fill: #fff; }
  .banner--theme-white {
    background-color: #fff; }
    .banner--theme-white .banner__text {
      width: 100%;
      background-color: #fff;
      color: #1d1d1b; }
      .banner--theme-white .banner__text:before {
        content: ''; }
    .banner--theme-white .banner__title,
    .banner--theme-white .banner__subtitle {
      color: inherit; }
    .banner--theme-white .icon {
      fill: #1d1d1b; }
  .banner--theme-black {
    background-color: #1d1d1b; }
    .banner--theme-black .banner__text {
      width: 100%;
      background-color: #1d1d1b;
      color: #fff; }
      .banner--theme-black .banner__text:before {
        content: ''; }
    .banner--theme-black .banner__title,
    .banner--theme-black .banner__subtitle {
      color: inherit; }
    .banner--theme-black .icon {
      fill: #fff; }
  .banner--theme-pagebackground {
    background-color: #eef1f3; }
    .banner--theme-pagebackground .banner__text {
      width: 100%;
      background-color: #eef1f3;
      color: #1d1d1b; }
      .banner--theme-pagebackground .banner__text:before {
        content: ''; }
    .banner--theme-pagebackground .banner__title,
    .banner--theme-pagebackground .banner__subtitle {
      color: inherit; }
    .banner--theme-pagebackground .icon {
      fill: #1d1d1b; }
  .banner--theme-sdw20green {
    background-color: #244f3e; }
    .banner--theme-sdw20green .banner__text {
      width: 100%;
      background-color: #244f3e;
      color: #fff; }
      .banner--theme-sdw20green .banner__text:before {
        content: ''; }
    .banner--theme-sdw20green .banner__title,
    .banner--theme-sdw20green .banner__subtitle {
      color: inherit; }
    .banner--theme-sdw20green .icon {
      fill: #fff; }
  .banner__text {
    padding: 20px;
    width: 75%;
    text-align: center;
    color: #1d1d1b; }
    .nav-expand .banner__text,
    .banner--square .banner__text,
    .banner--onethird .banner__text,
    .banner-combo__stacked .banner__text {
      padding: 15px 0; }
    .banner__text--white .banner__title {
      color: #fff; }
    .banner__text--white .banner__subtitle {
      color: #fff; }
    .banner__text--black .banner__title, .banner__text--default .banner__title {
      color: #1d1d1b; }
    .banner__text--black .banner__subtitle, .banner__text--default .banner__subtitle {
      color: #1d1d1b; }
    div.banner--arrow .banner__text {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 0 26px 30px;
      text-align: left;
      max-width: 60%; }
      @media (max-width: 991px) {
        div.banner--arrow .banner__text {
          padding: 10px; } }
      @media (max-width: 767px) {
        div.banner--arrow .banner__text {
          padding: 20px; } }
  .banner__title {
    font-size: 36px;
    letter-spacing: 2.6px;
    color: inherit;
    margin-bottom: 0; }
    @media (max-width: 1349px) {
      .banner__title {
        font-size: 32px;
        letter-spacing: 2.3px; } }
    @media (max-width: 1199px) {
      .banner__title {
        font-size: 26px;
        letter-spacing: 1.9px; } }
    @media (max-width: 991px) {
      .banner__title {
        font-size: 22px;
        letter-spacing: 1.6px; } }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 18px;
        letter-spacing: 1.3px; } }
    .banner--onethird .banner__title {
      font-size: 24px;
      letter-spacing: 1.7px; }
      @media (max-width: 1349px) {
        .banner--onethird .banner__title {
          font-size: 20px;
          letter-spacing: 1.4px; } }
      @media (max-width: 1199px) {
        .banner--onethird .banner__title {
          font-size: 18px;
          letter-spacing: 1.3px; } }
      @media (max-width: 991px) {
        .banner--onethird .banner__title {
          font-size: 13px;
          letter-spacing: .9px; } }
  .banner__subtitle {
    font-size: 12px;
    font-weight: 500;
    margin-top: 0.34em;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .banner__subtitle {
        display: none; } }
  .banner--square .banner__title,
  .banner--arrow .banner__title {
    font-size: 20px;
    letter-spacing: 1.4px; }
    @media (max-width: 1349px) {
      .banner--square .banner__title,
      .banner--arrow .banner__title {
        font-size: 16px;
        letter-spacing: 1.1px; } }
    @media (max-width: 1199px) {
      .banner--square .banner__title,
      .banner--arrow .banner__title {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 991px) {
      .banner--square .banner__title,
      .banner--arrow .banner__title {
        font-size: 11px;
        letter-spacing: 0.5px; } }
  .banner .icon--arrow-right {
    position: absolute;
    top: 30px;
    right: 30px; }

@media (max-width: 767px) {
  .banner--square .banner__title {
    font-size: 36px;
    letter-spacing: 2.6px; } }
  @media (max-width: 767px) and (max-width: 1349px) {
    .banner--square .banner__title {
      font-size: 32px;
      letter-spacing: 2.3px; } }
  @media (max-width: 767px) and (max-width: 1199px) {
    .banner--square .banner__title {
      font-size: 26px;
      letter-spacing: 1.9px; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .banner--square .banner__title {
      font-size: 22px;
      letter-spacing: 1.6px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .banner--square .banner__title {
      font-size: 18px;
      letter-spacing: 1.3px; } }

.better-effect-block {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #fff;
  z-index: 1; }
  @media (max-width: 1349px) {
    .better-effect-block {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .better-effect-block {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .better-effect-block {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .better-effect-block {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1349px) {
    .better-effect-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .better-effect-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .better-effect-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .better-effect-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  .better-effect-block--margin-top {
    margin-top: 40px; }
  .better-effect-block--margin-bottom {
    margin-bottom: 40px; }
  .better-effect-block__wrap {
    margin: 0 -13px; }
    .better-effect-block__wrap:before, .better-effect-block__wrap:after {
      content: " ";
      display: table; }
    .better-effect-block__wrap:after {
      clear: both; }
  .better-effect-block__head {
    margin-bottom: 35px; }
    .better-effect-block__head:before, .better-effect-block__head:after {
      content: " ";
      display: table; }
    .better-effect-block__head:after {
      clear: both; }
    @media (max-width: 767px) {
      .better-effect-block__head {
        margin-bottom: 15px; } }
  .better-effect-block__title-wrap {
    float: left; }
    @media (max-width: 767px) {
      .better-effect-block__title-wrap {
        float: none; } }
  .better-effect-block__title {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .better-effect-block__title {
        text-align: center;
        margin-bottom: 4px; } }
    .better-effect-block__title strong {
      font-weight: 800; }
  .better-effect-block__subtitle {
    display: inline-block;
    margin-top: 0; }
    @media (max-width: 767px) {
      .better-effect-block__subtitle {
        display: block;
        text-align: center; } }
    .better-effect-block__subtitle span {
      padding: 0 5px; }
      @media (max-width: 767px) {
        .better-effect-block__subtitle span {
          display: none; } }
  .better-effect-block__whatsthis {
    display: inline-block; }
    .better-effect-block__whatsthis .tooltip__box {
      min-width: 338px; }
    @media (max-width: 767px) {
      .better-effect-block__whatsthis {
        display: none; } }
  .better-effect-block__nav {
    float: right; }
    @media (max-width: 767px) {
      .better-effect-block__nav {
        display: none; } }
    .better-effect-block__nav-list {
      float: right;
      display: block;
      margin: 0;
      padding: 0; }
    .better-effect-block__nav-item {
      display: block;
      float: left;
      margin: 0;
      padding: 0; }
      .better-effect-block__nav-item a {
        margin-top: 1.6em;
        color: #1d1d1b;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        display: block;
        position: relative;
        margin: 0;
        padding: 5px;
        text-decoration: none;
        transition: opacity .1s;
        opacity: .5; }
        .better-effect-block__nav-item a.is-active {
          opacity: 1; }
      .better-effect-block__nav-item svg {
        position: absolute;
        left: -20px; }
  .better-effect-block__info-link {
    display: none;
    float: right; }
    @media (max-width: 767px) {
      .better-effect-block__info-link {
        display: block; } }
    .better-effect-block__info-link .open {
      display: none; }
    .better-effect-block__info-link.is-open .open {
      display: inline; }
    .better-effect-block__info-link.is-open .closed {
      display: none; }
  .better-effect-block__info-block {
    display: none;
    margin-top: 30px; }
    .better-effect-block__info-block.is-open {
      display: block; }
    .better-effect-block__info-block-title {
      display: block;
      text-align: center; }
  .better-effect-block__main-col, .better-effect-block__content-col {
    float: left;
    padding: 0 13px; }
    @media (max-width: 767px) {
      .better-effect-block__main-col, .better-effect-block__content-col {
        float: none; } }
  .better-effect-block__main-col {
    width: 25%; }
    @media (max-width: 991px) {
      .better-effect-block__main-col {
        width: 35%; } }
    @media (max-width: 767px) {
      .better-effect-block__main-col {
        width: auto; } }
  .better-effect-block__content-col {
    width: 75%; }
    @media (max-width: 991px) {
      .better-effect-block__content-col {
        width: 65%; } }
    @media (max-width: 767px) {
      .better-effect-block__content-col {
        width: auto; } }
  @media (max-width: 767px) {
    .better-effect-block__potentials-lg {
      display: none; } }
  @media (min-width: 768px) {
    .better-effect-block__potentials-sm {
      display: none; } }

.better-effect-card-wrap__row:before, .better-effect-card-wrap__row:after {
  content: " ";
  display: table; }

.better-effect-card-wrap__row:after {
  clear: both; }

.better-effect-card-wrap__row + .better-effect-card-wrap__row {
  border-top: 1px solid #d0d3d4; }

.better-effect-card-wrap__col {
  float: left;
  width: 33.33333%; }
  @media (max-width: 991px) {
    .better-effect-card-wrap__col {
      width: 100%; } }
  .better-effect-card-wrap__col + .better-effect-card-wrap__col {
    border-left: 1px solid #d0d3d4; }
    @media (max-width: 991px) {
      .better-effect-card-wrap__col + .better-effect-card-wrap__col {
        border-left: 0;
        border-top: 1px solid #d0d3d4; } }

.better-effect-card {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  z-index: 1; }
  @media (max-width: 991px) {
    .better-effect-card {
      padding-bottom: 0;
      height: auto; } }
  .better-effect-card.is-hover, .better-effect-card.is-open {
    z-index: 2; }
  .better-effect-card.is-active {
    z-index: 3; }
  .better-effect-card__inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .better-effect-card__inner {
        position: relative;
        top: 0;
        transform: none;
        padding: 7.5px 0; }
        .better-effect-card__inner:before, .better-effect-card__inner:after {
          content: " ";
          display: table; }
        .better-effect-card__inner:after {
          clear: both; } }
    .better-effect-card__back .better-effect-card__inner {
      top: 0;
      transform: translateY(0);
      z-index: 4; }
      @media (max-width: 991px) {
        .better-effect-card__back .better-effect-card__inner {
          padding-top: 0;
          margin-top: -12px; } }
  .better-effect-card__front, .better-effect-card__back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: opacity .2s; }
    @media (max-width: 991px) {
      .better-effect-card__front, .better-effect-card__back {
        position: relative;
        background-color: transparent; } }
    .better-effect-card__front:after, .better-effect-card__back:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      border: 10px solid transparent;
      border-right: 10px solid #eef1f3;
      border-bottom: 10px solid #eef1f3;
      z-index: 3;
      transition: border-color .2s; }
      @media (max-width: 991px) {
        .better-effect-card__front:after, .better-effect-card__back:after {
          display: none; } }
  .better-effect-card__front {
    z-index: 2;
    cursor: pointer;
    text-align: center; }
    .is-hover .better-effect-card__front,
    .is-open .better-effect-card__front {
      z-index: 1;
      opacity: 0; }
      @media (max-width: 991px) {
        .is-hover .better-effect-card__front,
        .is-open .better-effect-card__front {
          opacity: 1; } }
  .better-effect-card__back {
    z-index: 1;
    opacity: 0; }
    @media (max-width: 991px) {
      .better-effect-card__back {
        display: none; } }
    .is-hover .better-effect-card__back,
    .is-open .better-effect-card__back {
      display: block;
      z-index: 4;
      opacity: 1; }
    .better-effect-card__back:after {
      border-right: 10px solid #b7d698;
      border-bottom: 10px solid #b7d698; }
      @media (max-width: 991px) {
        .better-effect-card__back:after {
          display: none; } }
    .better-effect-card__back .score-table {
      display: none; }
      .better-effect-card__back .score-table.is-open {
        display: block; }
    .better-effect-card__back .score-list.is-closed {
      display: none; }
    .better-effect-card__back .score-table-toggler {
      display: none;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .better-effect-card__back .score-table-toggler {
          display: block;
          text-align: right; } }
      .better-effect-card__back .score-table-toggler .open {
        display: none; }
      .better-effect-card__back .score-table-toggler.is-open .open {
        display: block; }
      .better-effect-card__back .score-table-toggler.is-open .closed {
        display: none; }
  .better-effect-card__front .better-effect-card__title {
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .better-effect-card__front .better-effect-card__title {
        margin-bottom: 0;
        float: left;
        line-height: 59px; } }
    .better-effect-card__front .better-effect-card__title svg {
      width: 6.5px;
      height: 12px;
      margin-right: 10px;
      fill: #909090;
      transition: transform .2s; }
      .is-hover .better-effect-card__front .better-effect-card__title svg,
      .is-open .better-effect-card__front .better-effect-card__title svg {
        transform: rotate(90deg); }
      @media (min-width: 992px) {
        .better-effect-card__front .better-effect-card__title svg {
          display: none; } }
  @media (max-width: 991px) {
    .better-effect-card__back .better-effect-card__title {
      display: none; } }
  @media (max-width: 991px) {
    .better-effect-card__rating {
      float: right; } }
  .better-effect-card__subscore {
    float: right; }

.better-effect-tabs__area {
  display: none;
  transition: opacity .15s linear; }
  .better-effect-tabs__area.is-active {
    display: block; }
  .better-effect-tabs__area.fade-in {
    opacity: 1; }
  @media (max-width: 767px) {
    .better-effect-tabs__area[data-item="rating"] {
      display: none; } }
  @media (max-width: 767px) {
    .better-effect-tabs__area[data-item="overview"] {
      display: block; } }

.circle-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden; }
  .circle-icon--large {
    width: 276px;
    height: 276px; }
    .circle-icon--large svg {
      stroke-width: 3.83142; }
    @media (max-width: 1349px) {
      .circle-icon--large {
        width: 247px;
        height: 247px; }
        .circle-icon--large svg {
          stroke-width: 4.31034; } }
    @media (max-width: 1199px) {
      .circle-icon--large {
        width: 185px;
        height: 185px; }
        .circle-icon--large svg {
          stroke-width: 5.88235; } }
    @media (max-width: 991px) {
      .circle-icon--large {
        width: 157px;
        height: 157px; }
        .circle-icon--large svg {
          stroke-width: 4.82759; } }
  .circle-icon--small {
    width: 106px;
    height: 106px; }
    .circle-icon--small svg {
      stroke-width: 6.31579; }
    @media (max-width: 1349px) {
      .circle-icon--small {
        width: 95px;
        height: 95px; }
        .circle-icon--small svg {
          stroke-width: 7.14286; } }
    @media (max-width: 1199px) {
      .circle-icon--small {
        width: 81px;
        height: 81px; }
        .circle-icon--small svg {
          stroke-width: 8.57143; } }
    @media (max-width: 991px) {
      .circle-icon--small {
        width: 59px;
        height: 59px; }
        .circle-icon--small svg {
          stroke-width: 8; } }
    @media (max-width: 767px) {
      .circle-icon--small {
        width: 59px;
        height: 59px; }
        .circle-icon--small svg {
          stroke-width: 8; } }
  .circle-icon--hero {
    width: 101px;
    height: 101px; }
    .circle-icon--hero svg {
      stroke-width: 6.66667; }
    @media (max-width: 1349px) {
      .circle-icon--hero {
        width: 95px;
        height: 95px; }
        .circle-icon--hero svg {
          stroke-width: 7.14286; } }
    @media (max-width: 1199px) {
      .circle-icon--hero {
        width: 81px;
        height: 81px; }
        .circle-icon--hero svg {
          stroke-width: 8.57143; } }
    @media (max-width: 991px) {
      .circle-icon--hero {
        width: 59px;
        height: 59px; }
        .circle-icon--hero svg {
          stroke-width: 8; } }
    @media (max-width: 767px) {
      .circle-icon--hero {
        width: 59px;
        height: 59px; }
        .circle-icon--hero svg {
          stroke-width: 8; } }
  .circle-icon--card {
    width: 74px;
    height: 74px; }
    .circle-icon--card svg {
      stroke-width: 6.15385; }
    @media (max-width: 1349px) {
      .circle-icon--card {
        width: 63px;
        height: 63px; }
        .circle-icon--card svg {
          stroke-width: 7.40741; } }
    @media (max-width: 1199px) {
      .circle-icon--card {
        width: 58px;
        height: 58px; }
        .circle-icon--card svg {
          stroke-width: 6; } }
    @media (max-width: 991px) {
      .circle-icon--card {
        width: 54px;
        height: 54px; }
        .circle-icon--card svg {
          stroke-width: 6.52174; } }
    @media (max-width: 767px) {
      .circle-icon--card {
        width: 54px;
        height: 54px; }
        .circle-icon--card svg {
          stroke-width: 6.52174; } }
  .circle-icon__wrap {
    position: relative;
    width: 100%;
    height: 100%; }
  .circle-icon__svg {
    display: block;
    width: 100%;
    height: 100%; }
    .circle-icon__svg #circle-outer {
      stroke: #e1e7e8; }
      .circle-icon--white .circle-icon__svg #circle-outer {
        stroke: #fff; }
    .circle-icon__svg #circle-inner {
      stroke-dashoffset: 283;
      transition: stroke-dashoffset 1s cubic-bezier(0.075, 0.82, 0.165, 1);
      /* easeOutCirc */
      stroke: #4dc77d; }
    .is-inviewport .circle-icon--0 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 283; }
    .circle-icon--0.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 283; }
    .is-inviewport .circle-icon--1 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 273.56667; }
    .circle-icon--1.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 273.56667; }
    .is-inviewport .circle-icon--2 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 264.13333; }
    .circle-icon--2.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 264.13333; }
    .is-inviewport .circle-icon--3 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 254.7; }
    .circle-icon--3.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 254.7; }
    .is-inviewport .circle-icon--4 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 245.26667; }
    .circle-icon--4.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 245.26667; }
    .is-inviewport .circle-icon--5 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 235.83333; }
    .circle-icon--5.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 235.83333; }
    .is-inviewport .circle-icon--6 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 226.4; }
    .circle-icon--6.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 226.4; }
    .is-inviewport .circle-icon--7 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 216.96667; }
    .circle-icon--7.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 216.96667; }
    .is-inviewport .circle-icon--8 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 207.53333; }
    .circle-icon--8.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 207.53333; }
    .is-inviewport .circle-icon--9 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 198.1; }
    .circle-icon--9.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 198.1; }
    .is-inviewport .circle-icon--10 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 188.66667; }
    .circle-icon--10.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 188.66667; }
    .is-inviewport .circle-icon--11 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 179.23333; }
    .circle-icon--11.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 179.23333; }
    .is-inviewport .circle-icon--12 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 169.8; }
    .circle-icon--12.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 169.8; }
    .is-inviewport .circle-icon--13 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 160.36667; }
    .circle-icon--13.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 160.36667; }
    .is-inviewport .circle-icon--14 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 150.93333; }
    .circle-icon--14.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 150.93333; }
    .is-inviewport .circle-icon--15 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 141.5; }
    .circle-icon--15.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 141.5; }
    .is-inviewport .circle-icon--16 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 132.06667; }
    .circle-icon--16.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 132.06667; }
    .is-inviewport .circle-icon--17 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 122.63333; }
    .circle-icon--17.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 122.63333; }
    .is-inviewport .circle-icon--18 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 113.2; }
    .circle-icon--18.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 113.2; }
    .is-inviewport .circle-icon--19 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 103.76667; }
    .circle-icon--19.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 103.76667; }
    .is-inviewport .circle-icon--20 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 94.33333; }
    .circle-icon--20.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 94.33333; }
    .is-inviewport .circle-icon--21 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 84.9; }
    .circle-icon--21.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 84.9; }
    .is-inviewport .circle-icon--22 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 75.46667; }
    .circle-icon--22.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 75.46667; }
    .is-inviewport .circle-icon--23 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 66.03333; }
    .circle-icon--23.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 66.03333; }
    .is-inviewport .circle-icon--24 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 56.6; }
    .circle-icon--24.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 56.6; }
    .is-inviewport .circle-icon--25 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 47.16667; }
    .circle-icon--25.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 47.16667; }
    .is-inviewport .circle-icon--26 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 37.73333; }
    .circle-icon--26.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 37.73333; }
    .is-inviewport .circle-icon--27 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 28.3; }
    .circle-icon--27.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 28.3; }
    .is-inviewport .circle-icon--28 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 18.86667; }
    .circle-icon--28.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 18.86667; }
    .is-inviewport .circle-icon--29 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 9.43333; }
    .circle-icon--29.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 9.43333; }
    .is-inviewport .circle-icon--30 .circle-icon__svg #circle-inner {
      stroke-dashoffset: 0; }
    .circle-icon--30.circle-icon--static .circle-icon__svg #circle-inner {
      stroke-dashoffset: 0; }
  .circle-icon__spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .circle-icon--large .circle-icon__spinner {
      font-size: 60px;
      letter-spacing: 4.3px;
      margin: 0;
      padding: 0;
      line-height: 1; }
      @media (max-width: 1349px) {
        .circle-icon--large .circle-icon__spinner {
          font-size: 48px;
          letter-spacing: 3.7px; } }
      @media (max-width: 1199px) {
        .circle-icon--large .circle-icon__spinner {
          font-size: 40px;
          letter-spacing: 3px; } }
      @media (max-width: 991px) {
        .circle-icon--large .circle-icon__spinner {
          font-size: 32px;
          letter-spacing: 2.3px; } }
      @media (max-width: 767px) {
        .circle-icon--large .circle-icon__spinner {
          font-size: 24px;
          letter-spacing: 1.3px;
          margin-bottom: 1em; } }
    .circle-icon--small .circle-icon__spinner,
    .circle-icon--hero .circle-icon__spinner {
      font-size: 20px;
      letter-spacing: 1.4px;
      margin: 0;
      padding: 0;
      line-height: 1; }
      @media (max-width: 1349px) {
        .circle-icon--small .circle-icon__spinner,
        .circle-icon--hero .circle-icon__spinner {
          font-size: 16px;
          letter-spacing: 1.1px; } }
      @media (max-width: 1199px) {
        .circle-icon--small .circle-icon__spinner,
        .circle-icon--hero .circle-icon__spinner {
          font-size: 13px;
          letter-spacing: 0.8px; } }
      @media (max-width: 991px) {
        .circle-icon--small .circle-icon__spinner,
        .circle-icon--hero .circle-icon__spinner {
          font-size: 11px;
          letter-spacing: 0.5px; } }
    .circle-icon--card .circle-icon__spinner {
      font-size: 15px;
      letter-spacing: .9px;
      margin: 0;
      padding: 0;
      line-height: 1; }
      @media (max-width: 1349px) {
        .circle-icon--card .circle-icon__spinner {
          font-size: 13px;
          letter-spacing: .8px; } }
      @media (max-width: 1199px) {
        .circle-icon--card .circle-icon__spinner {
          font-size: 12px;
          letter-spacing: .75px; } }
      @media (max-width: 991px) {
        .circle-icon--card .circle-icon__spinner {
          font-size: 11px;
          letter-spacing: .7px; } }

.hero-rating {
  position: absolute;
  top: 261px;
  left: 0;
  z-index: 2;
  cursor: pointer; }
  @media (max-width: 1349px) {
    .hero-rating {
      top: 256px; } }
  @media (max-width: 1199px) {
    .hero-rating {
      top: 240px; } }
  @media (max-width: 991px) {
    .hero-rating {
      top: 242px; } }
  @media (max-width: 767px) {
    .hero-rating {
      top: 130px; } }
  .hero-rating #circle-outer {
    transition: stroke .2s; }
  @media (min-width: 992px) {
    .hero-rating:hover #circle-outer {
      stroke: #e1e7e8; } }
  .hero-rating__inner {
    width: 125px;
    margin-left: 40px;
    padding-top: 10px;
    text-align: center;
    transition: background-color .2s; }
    @media (max-width: 1349px) {
      .hero-rating__inner {
        margin-left: 40px; } }
    @media (max-width: 1199px) {
      .hero-rating__inner {
        margin-left: 24px; } }
    @media (max-width: 991px) {
      .hero-rating__inner {
        margin-left: 24px;
        padding-top: 0;
        width: auto; } }
    @media (max-width: 767px) {
      .hero-rating__inner {
        margin-left: 18px; } }
    @media (min-width: 992px) {
      .hero-rating:hover .hero-rating__inner {
        background-color: #fff; } }
  .hero-rating__text {
    display: block;
    padding: 5px 10px 20px;
    opacity: 0; }
    @media (max-width: 991px) {
      .hero-rating__text {
        display: none; } }
    @media (min-width: 992px) {
      .hero-rating:hover .hero-rating__text {
        opacity: 1; } }
  .hero-rating__title {
    font-size: 14px;
    line-height: 1.15; }
  .hero-rating__subtitle {
    font-size: 14px;
    line-height: 1.15;
    opacity: .5;
    letter-spacing: .2px; }
  .hero-rating__link {
    display: block;
    height: 23px;
    line-height: 23px;
    background-color: #eef1f3;
    opacity: 0;
    transition: opacity .2s; }
    @media (max-width: 991px) {
      .hero-rating__link {
        display: none; } }
    @media (min-width: 992px) {
      .hero-rating:hover .hero-rating__link {
        opacity: 1; } }
    .hero-rating__link svg {
      display: inline-block; }

.potentials-list {
  margin: 45px auto 0;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .potentials-list {
      margin-top: 20px; } }
  .potentials-list__title {
    margin-top: 1.6em;
    color: #1d1d1b;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .potentials-list__title {
        text-align: center; } }
  .potentials-list__list {
    display: block;
    margin: 0 -10px;
    padding: 0; }
    .potentials-list__list:before, .potentials-list__list:after {
      content: " ";
      display: table; }
    .potentials-list__list:after {
      clear: both; }
    @media (max-width: 767px) {
      .potentials-list__list {
        text-align: center; } }
  .potentials-list__list-item {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 10px;
    text-align: center; }
    @media (max-width: 1199px) {
      .potentials-list__list-item {
        padding: 10px 0; } }
    @media (max-width: 991px) {
      .potentials-list__list-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .potentials-list__list-item {
        display: inline-block;
        float: none;
        width: 84px;
        vertical-align: top; } }
    @media (min-width: 992px) {
      .potentials-list__list-item:nth-child(3n + 1) {
        clear: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .potentials-list__list-item:nth-child(2n + 1) {
        clear: left; } }
  .potentials-list__link {
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer; }
  .potentials-list__icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 15px; }
  .potentials-list__icon {
    display: block;
    margin: 0 auto; }
  .potentials-list__checkbox {
    display: none;
    position: absolute;
    top: -4px;
    left: -15px; }
    .is-active .potentials-list__checkbox {
      display: block; }
  .potentials-list__item-title {
    display: block; }
  .potentials-list__icon-wrap, .potentials-list__item-title {
    opacity: .3;
    transition: opacity .2s; }
    .is-active .potentials-list__icon-wrap,
    .is-hover .potentials-list__icon-wrap, .is-active .potentials-list__item-title,
    .is-hover .potentials-list__item-title {
      opacity: 1; }
    .is-not-hover .potentials-list__icon-wrap, .is-not-hover .potentials-list__item-title {
      opacity: .5; }

.score-list__item {
  position: relative;
  text-align: left;
  margin: -1px -10px;
  padding: 10px;
  border: 1px solid transparent;
  cursor: pointer; }
  @media (max-width: 1349px) {
    .score-list__item {
      padding: 7px 10px; } }
  @media (max-width: 1199px) {
    .score-list__item {
      padding: 5px 10px; } }
  .score-list__item:hover {
    border-color: #d0d3d4; }
  .score-list__item.is-expanded {
    border-color: #d0d3d4;
    border-bottom: 0; }
  .score-list__item p {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1; }
    .score-list__item p:before, .score-list__item p:after {
      content: " ";
      display: table; }
    .score-list__item p:after {
      clear: both; }
    .score-list__item p .score-list__label {
      display: block;
      float: left;
      width: 230px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 1349px) {
        .score-list__item p .score-list__label {
          width: 200px; } }
      @media (max-width: 1199px) {
        .score-list__item p .score-list__label {
          width: 160px; } }
      @media (max-width: 991px) {
        .score-list__item p .score-list__label {
          width: auto;
          max-width: 420px; } }
      @media (max-width: 767px) {
        .score-list__item p .score-list__label {
          max-width: 260px; } }
    .score-list__item p .score-list__rating {
      display: block;
      float: right; }
  .score-list__item ol {
    counter-reset: item;
    padding-left: 30px; }
  .score-list__item li.is-inactive {
    opacity: .5; }
  .score-list__item li:before {
    display: inline-block;
    content: counter(item) "p";
    counter-increment: item;
    margin-left: -30px;
    width: 30px; }
  .score-list__item-close {
    display: block;
    float: right;
    margin-top: 20px; }

.score-list__progress {
  background-color: #eef1f3; }
  .score-list__progress:after {
    content: '';
    display: block;
    height: 10px;
    width: 0;
    background-color: #b7d698;
    transition: width .2s; }
    @media (max-width: 1349px) {
      .score-list__progress:after {
        height: 7px; } }
    @media (max-width: 1199px) {
      .score-list__progress:after {
        height: 5px; } }
    .is-open .score-list__progress:after {
      transition: none; }
  .has-hovered .score-list__progress[data-value='1']:after,
  .is-open .score-list__progress[data-value='1']:after {
    width: 33.33333%; }
  .has-hovered .score-list__progress[data-value='2']:after,
  .is-open .score-list__progress[data-value='2']:after {
    width: 66.66667%; }
  .has-hovered .score-list__progress[data-value='3']:after,
  .is-open .score-list__progress[data-value='3']:after {
    width: 100%; }

.score-list__expand {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0 -1px;
  padding: 10px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #d0d3d4;
  border-top: 0; }
  .is-expanded .score-list__expand {
    display: block; }

.score-table {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .score-table {
      margin-bottom: 0; } }
  .score-table__head {
    display: table-row; }
  .score-table__row {
    display: table-row; }
    @media (max-width: 991px) {
      .score-table__row {
        display: block;
        margin-bottom: 1em; } }
  .score-table__col {
    display: table-cell;
    padding: 0 10px;
    width: 31%; }
    @media (max-width: 991px) {
      .score-table__col {
        display: block;
        width: auto;
        padding: 0; } }
    @media (max-width: 767px) {
      .score-table__col {
        padding-left: 40px; } }
    @media (max-width: 991px) {
      .score-table__col p {
        margin-top: 0; } }
    @media (max-width: 991px) {
      .score-table__col--header {
        font-weight: 700; } }
    @media (max-width: 767px) {
      .score-table__col--header {
        padding-left: 0; } }
    .score-table__col + .score-table__col {
      width: 23%; }
      @media (max-width: 991px) {
        .score-table__col + .score-table__col {
          width: auto; } }
    .score-table__col--inactive {
      opacity: .5; }
    .score-table__head .score-table__col {
      border-bottom: 1px solid #d0d3d4; }
      @media (max-width: 991px) {
        .score-table__head .score-table__col {
          display: none; } }
  .score-table__score {
    display: none;
    width: 40px; }
    @media (max-width: 991px) {
      .score-table__score {
        display: inline-block; } }
    @media (max-width: 767px) {
      .score-table__score {
        margin-left: -40px; } }

.blog {
  background-color: #fff;
  padding-top: 65px; }
  .blog:before, .blog:after {
    content: " ";
    display: table; }
  .blog:after {
    clear: both; }
  @media (max-width: 1349px) {
    .blog {
      padding-top: 45px; } }
  @media (max-width: 1199px) {
    .blog {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .blog {
      padding-top: 20px; } }
  .blog--no-padding {
    padding-top: 0; }

.blog-block {
  position: relative;
  margin: 55px 0;
  padding-left: 17.038%;
  padding-right: 0; }
  @media (max-width: 1349px) {
    .blog-block {
      margin: 45px 0; } }
  @media (max-width: 1199px) {
    .blog-block {
      margin: 40px 0; } }
  @media (max-width: 991px) {
    .blog-block {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .blog-block {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .blog-block--bleed-left {
      padding-left: 0; } }
  .blog-block__container {
    position: relative;
    padding-left: 0;
    padding-right: 30.804%; }
    @media (max-width: 767px) {
      .blog-block__container {
        padding-right: 0; } }
  .blog-block__separator {
    display: block;
    height: 4px;
    margin: 80px 30.804% 80px 17.038%;
    background-color: #d0d3d4; }
    @media (max-width: 991px) {
      .blog-block__separator {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .blog-block__separator {
        margin-left: 20px;
        margin-right: 20px; } }
  .blog-block .button {
    margin-top: 40px; }
  .blog-block h2 a {
    text-decoration: none; }

.blog-intro:before, .blog-intro:after {
  content: " ";
  display: table; }

.blog-intro:after {
  clear: both; }

@media (max-width: 767px) {
  .blog-intro {
    padding: 0 20px; } }

.blog-intro__head {
  float: left;
  width: 69.196%;
  padding-right: 80px; }
  @media (max-width: 767px) {
    .blog-intro__head {
      float: none;
      width: auto;
      padding-right: 0; } }

.blog-intro__meta {
  float: left;
  width: 30.804%;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .blog-intro__meta {
      float: none;
      width: auto;
      padding: 0; } }

@media (max-width: 767px) {
  .blog-meta {
    margin-top: 20px; }
    .blog-meta:before, .blog-meta:after {
      content: " ";
      display: table; }
    .blog-meta:after {
      clear: both; } }

.blog-meta__image {
  width: 83px;
  height: auto; }
  @media (max-width: 1349px) {
    .blog-meta__image {
      width: 68px; } }
  @media (max-width: 1199px) {
    .blog-meta__image {
      width: 50px; } }
  @media (max-width: 991px) {
    .blog-meta__image {
      width: 38px; } }
  @media (max-width: 767px) {
    .blog-meta__image {
      float: left;
      margin-right: 10px; } }

.blog-meta__author {
  opacity: .5; }
  @media (max-width: 767px) {
    .blog-meta__author {
      float: left; }
      .blog-meta__author-label, .blog-meta__author-value {
        display: inline; }
      .blog-meta__author p {
        margin-top: 0; } }

.border-grid {
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  border-top: solid 1px #d0d3d4; }
  .border-grid__col {
    border-right: solid 1px #d0d3d4;
    border-bottom: solid 1px #d0d3d4;
    padding: 20px 20px 30px; }
    .border-grid--cols-1 .border-grid__col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1);
      max-width: calc(99.9% * 1);
      width: calc(99.9% * 1);
      margin-right: 0px; }
      .border-grid--cols-1 .border-grid__col:nth-child(1n) {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .border-grid--cols-1 .border-grid__col:nth-child(1n) {
          border-right: 0; }
        .border-grid--cols-1 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1),
        .border-grid--cols-1 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1) ~ .border-grid__col {
          border-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .border-grid--cols-1 .border-grid__col {
          flex-basis: calc(99.9% * Infinity/12);
          max-width: calc(99.9% * Infinity/12);
          width: calc(99.9% * Infinity/12);
          margin-right: 0px;
          padding: 15px 15px 20px; }
          .border-grid--cols-1 .border-grid__col:nth-child(0n) {
            border-right: 0; }
          .border-grid--cols-1 .border-grid__col:nth-child(0n+1):nth-last-child(-n+0),
          .border-grid--cols-1 .border-grid__col:nth-child(0n+1):nth-last-child(-n+0) ~ .border-grid__col {
            border-bottom: 0; } }
      @media (max-width: 767px) {
        .border-grid--cols-1 .border-grid__col {
          flex-basis: calc(99.9% * Infinity/12);
          max-width: calc(99.9% * Infinity/12);
          width: calc(99.9% * Infinity/12);
          margin-right: 0px;
          padding: 15px; }
          .border-grid--cols-1 .border-grid__col:nth-child(0n) {
            border-right: 0; }
          .border-grid--cols-1 .border-grid__col:nth-child(0n+1):nth-last-child(-n+0),
          .border-grid--cols-1 .border-grid__col:nth-child(0n+1):nth-last-child(-n+0) ~ .border-grid__col {
            border-bottom: 0; } }
    .border-grid--cols-2 .border-grid__col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 0.5);
      max-width: calc(99.9% * 0.5);
      width: calc(99.9% * 0.5);
      margin-right: 0px; }
      .border-grid--cols-2 .border-grid__col:nth-child(2n) {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .border-grid--cols-2 .border-grid__col:nth-child(2n) {
          border-right: 0; }
        .border-grid--cols-2 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2),
        .border-grid--cols-2 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2) ~ .border-grid__col {
          border-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .border-grid--cols-2 .border-grid__col {
          flex-basis: calc(99.9% * 1);
          max-width: calc(99.9% * 1);
          width: calc(99.9% * 1);
          margin-right: 0px;
          padding: 15px 15px 20px; }
          .border-grid--cols-2 .border-grid__col:nth-child(1n) {
            border-right: 0; }
          .border-grid--cols-2 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1),
          .border-grid--cols-2 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1) ~ .border-grid__col {
            border-bottom: 0; } }
      @media (max-width: 767px) {
        .border-grid--cols-2 .border-grid__col {
          flex-basis: calc(99.9% * 1);
          max-width: calc(99.9% * 1);
          width: calc(99.9% * 1);
          margin-right: 0px;
          padding: 15px; }
          .border-grid--cols-2 .border-grid__col:nth-child(1n) {
            border-right: 0; }
          .border-grid--cols-2 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1),
          .border-grid--cols-2 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1) ~ .border-grid__col {
            border-bottom: 0; } }
    .border-grid--cols-3 .border-grid__col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 0.33333);
      max-width: calc(99.9% * 0.33333);
      width: calc(99.9% * 0.33333);
      margin-right: 0px; }
      .border-grid--cols-3 .border-grid__col:nth-child(3n) {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .border-grid--cols-3 .border-grid__col:nth-child(3n) {
          border-right: 0; }
        .border-grid--cols-3 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3),
        .border-grid--cols-3 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3) ~ .border-grid__col {
          border-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .border-grid--cols-3 .border-grid__col {
          flex-basis: calc(99.9% * 0.5);
          max-width: calc(99.9% * 0.5);
          width: calc(99.9% * 0.5);
          margin-right: 0px;
          padding: 15px 15px 20px; }
          .border-grid--cols-3 .border-grid__col:nth-child(2n) {
            border-right: 0; }
          .border-grid--cols-3 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2),
          .border-grid--cols-3 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2) ~ .border-grid__col {
            border-bottom: 0; } }
      @media (max-width: 767px) {
        .border-grid--cols-3 .border-grid__col {
          flex-basis: calc(99.9% * 1);
          max-width: calc(99.9% * 1);
          width: calc(99.9% * 1);
          margin-right: 0px;
          padding: 15px; }
          .border-grid--cols-3 .border-grid__col:nth-child(1n) {
            border-right: 0; }
          .border-grid--cols-3 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1),
          .border-grid--cols-3 .border-grid__col:nth-child(1n+1):nth-last-child(-n+1) ~ .border-grid__col {
            border-bottom: 0; } }
    .border-grid--cols-4 .border-grid__col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 0.25);
      max-width: calc(99.9% * 0.25);
      width: calc(99.9% * 0.25);
      margin-right: 0px; }
      .border-grid--cols-4 .border-grid__col:nth-child(4n) {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .border-grid--cols-4 .border-grid__col:nth-child(4n) {
          border-right: 0; }
        .border-grid--cols-4 .border-grid__col:nth-child(4n+1):nth-last-child(-n+4),
        .border-grid--cols-4 .border-grid__col:nth-child(4n+1):nth-last-child(-n+4) ~ .border-grid__col {
          border-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .border-grid--cols-4 .border-grid__col {
          flex-basis: calc(99.9% * 0.33333);
          max-width: calc(99.9% * 0.33333);
          width: calc(99.9% * 0.33333);
          margin-right: 0px;
          padding: 15px 15px 20px; }
          .border-grid--cols-4 .border-grid__col:nth-child(3n) {
            border-right: 0; }
          .border-grid--cols-4 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3),
          .border-grid--cols-4 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3) ~ .border-grid__col {
            border-bottom: 0; } }
      @media (max-width: 767px) {
        .border-grid--cols-4 .border-grid__col {
          flex-basis: calc(99.9% * 0.5);
          max-width: calc(99.9% * 0.5);
          width: calc(99.9% * 0.5);
          margin-right: 0px;
          padding: 15px; }
          .border-grid--cols-4 .border-grid__col:nth-child(2n) {
            border-right: 0; }
          .border-grid--cols-4 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2),
          .border-grid--cols-4 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2) ~ .border-grid__col {
            border-bottom: 0; } }
    .border-grid--cols-5 .border-grid__col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 0.2);
      max-width: calc(99.9% * 0.2);
      width: calc(99.9% * 0.2);
      margin-right: 0px; }
      .border-grid--cols-5 .border-grid__col:nth-child(5n) {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .border-grid--cols-5 .border-grid__col:nth-child(5n) {
          border-right: 0; }
        .border-grid--cols-5 .border-grid__col:nth-child(5n+1):nth-last-child(-n+5),
        .border-grid--cols-5 .border-grid__col:nth-child(5n+1):nth-last-child(-n+5) ~ .border-grid__col {
          border-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .border-grid--cols-5 .border-grid__col {
          flex-basis: calc(99.9% * 0.33333);
          max-width: calc(99.9% * 0.33333);
          width: calc(99.9% * 0.33333);
          margin-right: 0px;
          padding: 15px 15px 20px; }
          .border-grid--cols-5 .border-grid__col:nth-child(3n) {
            border-right: 0; }
          .border-grid--cols-5 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3),
          .border-grid--cols-5 .border-grid__col:nth-child(3n+1):nth-last-child(-n+3) ~ .border-grid__col {
            border-bottom: 0; } }
      @media (max-width: 767px) {
        .border-grid--cols-5 .border-grid__col {
          flex-basis: calc(99.9% * 0.5);
          max-width: calc(99.9% * 0.5);
          width: calc(99.9% * 0.5);
          margin-right: 0px;
          padding: 15px; }
          .border-grid--cols-5 .border-grid__col:nth-child(2n) {
            border-right: 0; }
          .border-grid--cols-5 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2),
          .border-grid--cols-5 .border-grid__col:nth-child(2n+1):nth-last-child(-n+2) ~ .border-grid__col {
            border-bottom: 0; } }

.brand-block {
  padding: 80px;
  padding: 60px;
  background-color: #fff; }
  @media (max-width: 1349px) {
    .brand-block {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .brand-block {
      padding: 50px; } }
  @media (max-width: 991px) {
    .brand-block {
      padding: 30px; } }
  @media (max-width: 767px) {
    .brand-block {
      padding: 20px; } }
  .brand-block:before, .brand-block:after {
    content: " ";
    display: table; }
  .brand-block:after {
    clear: both; }
  .brand-block__img-wrap {
    position: relative;
    float: left;
    width: 23%;
    height: 160px; }
    @media (max-width: 1349px) {
      .brand-block__img-wrap {
        height: 135px; } }
    @media (max-width: 1199px) {
      .brand-block__img-wrap {
        height: 110px; } }
    @media (max-width: 991px) {
      .brand-block__img-wrap {
        height: 90px; } }
    @media (max-width: 767px) {
      .brand-block__img-wrap {
        width: 100%;
        height: auto;
        float: none; } }
  .brand-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .brand-block__img {
        position: static;
        margin-bottom: 20px;
        transform: none; } }
  .brand-block__body {
    float: left;
    width: 77%;
    max-width: 460px;
    padding-left: 60px; }
    @media (max-width: 1199px) {
      .brand-block__body {
        padding-left: 50px; } }
    @media (max-width: 991px) {
      .brand-block__body {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .brand-block__body {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-left: 0; } }
  .brand-block__link {
    display: block;
    margin-top: 22px; }

.brand-stroke {
  position: relative; }
  .brand-stroke:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .brand-stroke:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .brand-stroke:before {
        width: 8px; } }
    .page-theme-aquamarine .brand-stroke:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .brand-stroke:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .brand-stroke:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .brand-stroke:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .brand-stroke:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .brand-stroke:before {
      background-color: #b7d698; }
    .page-theme-chilired .brand-stroke:before {
      background-color: #d22630; }
    .page-theme-salmon .brand-stroke:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .brand-stroke:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .brand-stroke:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .brand-stroke:before {
      background-color: #00a0d8; }
    .page-theme-white .brand-stroke:before {
      background-color: #fff; }
    .page-theme-black .brand-stroke:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .brand-stroke:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .brand-stroke:before {
      background-color: #244f3e; }

.breadcrumbs {
  list-style-type: none;
  margin: 0 -8px;
  padding: 0; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    clear: both; }
  @media (max-width: 1199px) {
    .breadcrumbs {
      margin: 0 -5px; } }
  @media (max-width: 991px) {
    .breadcrumbs {
      margin: 0 -6px; } }
  .breadcrumbs__item {
    float: left; }
    .breadcrumbs__item:after {
      color: #a2a6a8;
      content: '/'; }
    .breadcrumbs__item:last-child:after {
      display: none; }
    .breadcrumbs__item > a,
    .breadcrumbs__item:not(.breadcrumbs__item--leaf) > span {
      display: inline-block;
      font-size: 11px;
      line-height: 15px;
      padding: 10px 8px; }
      @media (max-width: 1199px) {
        .breadcrumbs__item > a,
        .breadcrumbs__item:not(.breadcrumbs__item--leaf) > span {
          font-size: 10px;
          padding: 10px 5px; } }
      @media (max-width: 991px) {
        .breadcrumbs__item > a,
        .breadcrumbs__item:not(.breadcrumbs__item--leaf) > span {
          font-size: 9px;
          padding: 4px 6px; } }
    .breadcrumbs__item > a,
    .breadcrumbs__item > a:link,
    .breadcrumbs__item > a:visited,
    .breadcrumbs__item > a:active,
    .breadcrumbs__item:not(.breadcrumbs__item--leaf) > span {
      color: #a2a6a8; }
    .breadcrumbs__item > a:hover {
      opacity: 0.5; }
    .breadcrumbs__item--leaf > span {
      display: inline-block;
      padding: 10px 8px;
      line-height: 15px; }
      @media (max-width: 1199px) {
        .breadcrumbs__item--leaf > span {
          padding: 10px 5px; } }
      @media (max-width: 991px) {
        .breadcrumbs__item--leaf > span {
          padding: 4px 6px; } }

.breadcrumbs-bar {
  position: relative;
  width: inherit;
  height: 50px;
  z-index: 10; }
  @media (max-width: 1199px) {
    .breadcrumbs-bar {
      height: 50px; } }
  @media (max-width: 991px) {
    .breadcrumbs-bar {
      height: 50px; } }
  @media (max-width: 767px) {
    .breadcrumbs-bar {
      height: 38px; } }
  @media (max-width: 767px) {
    .breadcrumbs-bar--multiple-items {
      height: 61px; } }
  .breadcrumbs-bar__container {
    background-color: #fff;
    min-height: 50px;
    overflow: hidden;
    padding: 0 80px;
    position: absolute;
    width: inherit;
    z-index: 4;
    position: relative; }
    .breadcrumbs-bar__container:before {
      display: block;
      content: '';
      background-color: #f6eb61;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20px;
      z-index: 5;
      transform: translateZ(0); }
      @media (max-width: 1199px) {
        .breadcrumbs-bar__container:before {
          width: 14px; } }
      @media (max-width: 767px) {
        .breadcrumbs-bar__container:before {
          width: 8px; } }
      .page-theme-aquamarine .breadcrumbs-bar__container:before {
        background-color: #a9dae7; }
      .page-theme-lemonyellow .breadcrumbs-bar__container:before {
        background-color: #f6eb61; }
      .page-theme-mistygrey .breadcrumbs-bar__container:before {
        background-color: #d0d3d4; }
      .page-theme-graphitegrey .breadcrumbs-bar__container:before {
        background-color: #a2a6a8; }
      .page-theme-polargreen .breadcrumbs-bar__container:before {
        background-color: #e0edd5; }
      .page-theme-springgreen .breadcrumbs-bar__container:before {
        background-color: #b7d698; }
      .page-theme-chilired .breadcrumbs-bar__container:before {
        background-color: #d22630; }
      .page-theme-salmon .breadcrumbs-bar__container:before {
        background-color: #e6baa8; }
      .page-theme-cinnamon .breadcrumbs-bar__container:before {
        background-color: #6d4f47; }
      .page-theme-flamingopink .breadcrumbs-bar__container:before {
        background-color: #fad0c8; }
      .page-theme-kingfisherblue .breadcrumbs-bar__container:before {
        background-color: #00a0d8; }
      .page-theme-white .breadcrumbs-bar__container:before {
        background-color: #fff; }
      .page-theme-black .breadcrumbs-bar__container:before {
        background-color: #1d1d1b; }
      .page-theme-pagebackground .breadcrumbs-bar__container:before {
        background-color: #eef1f3; }
      .page-theme-sdw20green .breadcrumbs-bar__container:before {
        background-color: #244f3e; }
    @media (max-width: 1349px) {
      .breadcrumbs-bar__container {
        padding: 0 68px; } }
    @media (max-width: 1199px) {
      .breadcrumbs-bar__container {
        min-height: 50px;
        padding: 0 50px; } }
    @media (max-width: 991px) {
      .breadcrumbs-bar__container {
        min-height: 50px;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__container {
        min-height: 38px;
        padding: 0 24px;
        position: fixed;
        top: auto;
        width: inherit; } }
    .breadcrumbs-bar--sticky .breadcrumbs-bar__container {
      position: fixed;
      top: 0;
      width: inherit; }
      @media (max-width: 767px) {
        .breadcrumbs-bar--sticky .breadcrumbs-bar__container {
          top: auto; } }
  .breadcrumbs-bar__logo {
    opacity: 0;
    padding: 13px 0 15px;
    position: absolute;
    left: 50px;
    transform: translateY(-100%);
    cursor: pointer; }
    @media (max-width: 1199px) {
      .breadcrumbs-bar__logo {
        left: 44px; } }
    @media (max-width: 991px) {
      .breadcrumbs-bar__logo {
        left: 35px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__logo {
        display: none; } }
    .breadcrumbs-bar--sticky .breadcrumbs-bar__logo {
      opacity: 1;
      transform: translateY(0);
      transition: all 300ms ease-out; }
    .breadcrumbs-bar__logo > img {
      display: block;
      width: 66px;
      height: 22px; }
  .breadcrumbs-bar__breadcrumbs {
    float: left;
    padding-top: 8px;
    padding-bottom: 7px; }
    @media (max-width: 991px) {
      .breadcrumbs-bar__breadcrumbs {
        padding-top: 14px;
        padding-bottom: 13px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__breadcrumbs {
        padding-top: 8px;
        padding-bottom: 7px; } }
    .breadcrumbs-bar--sticky .breadcrumbs-bar__breadcrumbs {
      transform: translateX(65px);
      transition: all 400ms ease-out; }
      @media (max-width: 1349px) {
        .breadcrumbs-bar--sticky .breadcrumbs-bar__breadcrumbs {
          transform: translateX(82px); } }
      @media (max-width: 1199px) {
        .breadcrumbs-bar--sticky .breadcrumbs-bar__breadcrumbs {
          transform: translateX(88px); } }
      @media (max-width: 991px) {
        .breadcrumbs-bar--sticky .breadcrumbs-bar__breadcrumbs {
          transform: translateX(80px); } }
      @media (max-width: 767px) {
        .breadcrumbs-bar--sticky .breadcrumbs-bar__breadcrumbs {
          transform: translateX(0); } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__breadcrumbs .breadcrumbs .breadcrumbs__item:last-of-type {
        width: 100%; } }
  .breadcrumbs-bar__link {
    float: right;
    line-height: 50px;
    margin-top: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .breadcrumbs-bar__link {
        line-height: 50px; } }
    @media (max-width: 991px) {
      .breadcrumbs-bar__link {
        line-height: 50px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__link {
        line-height: 38px;
        position: absolute;
        right: 15px;
        bottom: 0; } }
    .breadcrumbs-bar__link a {
      text-decoration: none; }
    .breadcrumbs-bar__link .icon {
      margin-left: 10px; }
      @media (max-width: 767px) {
        .breadcrumbs-bar__link .icon {
          margin-left: 4px;
          width: 13px;
          height: 13px; } }
  .breadcrumbs-bar__download {
    color: #a2a6a8;
    float: right;
    line-height: 50px;
    text-align: right;
    margin-top: 0; }
    @media (max-width: 1199px) {
      .breadcrumbs-bar__download {
        line-height: 50px; } }
    @media (max-width: 991px) {
      .breadcrumbs-bar__download {
        line-height: 50px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__download {
        display: none; } }
    .breadcrumbs-bar__download .button--small {
      top: 5px; }
      @media (max-width: 1349px) {
        .breadcrumbs-bar__download .button--small {
          top: 7px; } }
  .breadcrumbs-bar__manufacturer {
    color: #a2a6a8;
    float: right;
    line-height: 50px;
    text-align: right;
    margin-top: 0; }
    @media (max-width: 1199px) {
      .breadcrumbs-bar__manufacturer {
        line-height: 50px; } }
    @media (max-width: 991px) {
      .breadcrumbs-bar__manufacturer {
        line-height: 50px; } }
    @media (max-width: 767px) {
      .breadcrumbs-bar__manufacturer {
        display: none; } }
    .breadcrumbs-bar__manufacturer--drabert img {
      margin-bottom: -2px;
      height: 14px;
      width: auto; }
    .breadcrumbs-bar__manufacturer--kinnarps img {
      margin-bottom: -6px;
      height: 26px;
      width: auto;
      margin-left: 12px; }
    .breadcrumbs-bar__manufacturer--martinstoll img {
      margin-bottom: -2px;
      height: 14px;
      width: auto;
      margin-left: 12px; }
    .breadcrumbs-bar__manufacturer--materia img {
      margin-bottom: -2px;
      height: 16px;
      width: auto;
      margin-left: 12px; }
    .breadcrumbs-bar__manufacturer--ncnordiccare img {
      margin-bottom: -11px;
      height: 35px;
      width: auto;
      margin-left: 8px; }
    .breadcrumbs-bar__manufacturer--skandiform img {
      margin-bottom: -1px;
      height: 14px;
      width: auto;
      margin-left: 12px; }
    .breadcrumbs-bar__manufacturer img {
      display: inline-block;
      margin-left: 8px; }

.brochure {
  background-color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 65px; }
  .brochure:before, .brochure:after {
    content: " ";
    display: table; }
  .brochure:after {
    clear: both; }
  @media (max-width: 1349px) {
    .brochure {
      padding-top: 45px; } }
  @media (max-width: 1199px) {
    .brochure {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .brochure {
      padding-top: 20px; } }
  .brochure--no-padding {
    padding-top: 0; }
  .brochure .brochure-app form {
    margin: 0 -100px; }
  .brochure .brochure-app ul {
    list-style-type: disc; }
    .brochure .brochure-app ul li {
      margin-left: 1em; }
  .brochure .brochure-app .form-field + .form-field {
    margin-top: 20px; }
  .brochure .brochure-app .brochureitems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .brochure .brochure-app .brochureitems .brochureitem {
      transition: all 0.25s ease-in-out;
      border: 1px solid #eef1f3;
      padding: 2em;
      padding-bottom: 1em;
      margin-top: 2em;
      display: flex;
      flex-direction: column;
      width: 300px; }
      .brochure .brochure-app .brochureitems .brochureitem img {
        width: 237px;
        height: auto;
        margin: 0 auto; }
      .brochure .brochure-app .brochureitems .brochureitem__text {
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.6px; }
      .brochure .brochure-app .brochureitems .brochureitem-selected {
        background: #eee; }
  .brochure .brochure-app .form-fieldset {
    padding: 80px;
    float: left;
    width: 50%; }

.button {
  border: none;
  border-radius: 2px;
  background-color: #b7d698;
  color: #1d1d1b;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 21px 30px 21px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  transition: all 150ms; }
  .button:hover {
    background-color: #a8cd82;
    opacity: 1; }
  @media (max-width: 1349px) {
    .button {
      font-size: 13px;
      padding: 20px 26px; } }
  @media (max-width: 1199px) {
    .button {
      font-size: 12px;
      padding: 19px 24px; } }
  @media (max-width: 991px) {
    .button {
      font-size: 11px;
      padding: 16px 20px; } }
  @media (max-width: 767px) {
    .button {
      padding: 14px 18px; } }
  .button--small {
    padding: 13px 30px; }
    @media (max-width: 1349px) {
      .button--small {
        padding: 12px 26px; } }
    @media (max-width: 1199px) {
      .button--small {
        padding: 12px 24px; } }
    @media (max-width: 991px) {
      .button--small {
        padding: 12px 20px; } }
    @media (max-width: 767px) {
      .button--small {
        padding: 12px 18px; } }
  .button.hidden {
    display: none; }
  .button--block {
    display: block;
    width: 100%; }
  .button--secondary {
    background-color: #a9dae7; }
    .button--secondary:hover {
      background-color: #91d0e0; }
  .page-theme-aquamarine .button--search {
    background-color: #a9dae7;
    color: #1d1d1b; }
    .page-theme-aquamarine .button--search:hover {
      background-color: #91d0e0; }
  .page-theme-lemonyellow .button--search {
    background-color: #f6eb61;
    color: #1d1d1b; }
    .page-theme-lemonyellow .button--search:hover {
      background-color: #f4e744; }
  .page-theme-mistygrey .button--search {
    background-color: #d0d3d4;
    color: #1d1d1b; }
    .page-theme-mistygrey .button--search:hover {
      background-color: #c0c4c5; }
  .page-theme-graphitegrey .button--search {
    background-color: #a2a6a8;
    color: #fff; }
    .page-theme-graphitegrey .button--search:hover {
      background-color: #929799; }
  .page-theme-polargreen .button--search {
    background-color: #e0edd5;
    color: #1d1d1b; }
    .page-theme-polargreen .button--search:hover {
      background-color: #d0e4c0; }
  .page-theme-springgreen .button--search {
    background-color: #b7d698;
    color: #1d1d1b; }
    .page-theme-springgreen .button--search:hover {
      background-color: #a8cd82; }
  .page-theme-chilired .button--search {
    background-color: #d22630;
    color: #fff; }
    .page-theme-chilired .button--search:hover {
      background-color: #b8212a; }
  .page-theme-salmon .button--search {
    background-color: #e6baa8;
    color: #1d1d1b; }
    .page-theme-salmon .button--search:hover {
      background-color: #dfa790; }
  .page-theme-cinnamon .button--search {
    background-color: #6d4f47;
    color: #fff; }
    .page-theme-cinnamon .button--search:hover {
      background-color: #5a423b; }
  .page-theme-flamingopink .button--search {
    background-color: #fad0c8;
    color: #1d1d1b; }
    .page-theme-flamingopink .button--search:hover {
      background-color: #f7b8ac; }
  .page-theme-kingfisherblue .button--search {
    background-color: #00a0d8;
    color: #fff; }
    .page-theme-kingfisherblue .button--search:hover {
      background-color: #0089b9; }
  .page-theme-white .button--search {
    background-color: #fff;
    color: #1d1d1b; }
    .page-theme-white .button--search:hover {
      background-color: #f0f0f0; }
  .page-theme-black .button--search {
    background-color: #1d1d1b;
    color: #fff; }
    .page-theme-black .button--search:hover {
      background-color: #0d0d0c; }
  .page-theme-pagebackground .button--search {
    background-color: #eef1f3;
    color: #1d1d1b; }
    .page-theme-pagebackground .button--search:hover {
      background-color: #dce2e6; }
  .page-theme-sdw20green .button--search {
    background-color: #244f3e;
    color: #fff; }
    .page-theme-sdw20green .button--search:hover {
      background-color: #1a3a2e; }
  .button--outline {
    background-color: transparent;
    border: 1px solid #888C8C; }
    .button--outline:hover {
      background-color: transparent;
      opacity: 0.5; }
  .button--outline-neg {
    color: #fff;
    background-color: transparent;
    border: 1px solid #FFF; }
    .button--outline-neg:hover {
      background-color: transparent;
      opacity: 0.5; }
  .button--icon {
    text-align: left; }
  .button__icon {
    position: absolute;
    left: 25px;
    top: 17px;
    transform: translate3d(0, 0, 0); }
    @media (max-width: 1349px) {
      .button__icon {
        left: 22px; } }
    @media (max-width: 1199px) {
      .button__icon {
        top: 14px;
        left: 18px; } }
    @media (max-width: 991px) {
      .button__icon {
        top: 11px; } }
    .button--small .button__icon {
      top: 10px; }
      @media (max-width: 1349px) {
        .button--small .button__icon {
          top: 8px; } }
  .button__label {
    display: block;
    padding-left: 28px; }

.button-description {
  display: block;
  margin-top: 10px;
  opacity: 0.5; }

.call-to-action {
  background-color: #eef1f3;
  padding: 49px 50px; }
  .call-to-action--theme-aquamarine {
    background-color: #a9dae7; }
  .call-to-action--theme-lemonyellow {
    background-color: #f6eb61; }
  .call-to-action--theme-mistygrey {
    background-color: #d0d3d4; }
  .call-to-action--theme-graphitegrey {
    background-color: #a2a6a8; }
  .call-to-action--theme-polargreen {
    background-color: #e0edd5; }
  .call-to-action--theme-springgreen {
    background-color: #b7d698; }
  .call-to-action--theme-chilired {
    background-color: #d22630; }
  .call-to-action--theme-salmon {
    background-color: #e6baa8; }
  .call-to-action--theme-cinnamon {
    background-color: #6d4f47; }
  .call-to-action--theme-flamingopink {
    background-color: #fad0c8; }
  .call-to-action--theme-kingfisherblue {
    background-color: #00a0d8; }
  .call-to-action--theme-white {
    background-color: #fff; }
  .call-to-action--theme-black {
    background-color: #1d1d1b; }
  .call-to-action--theme-pagebackground {
    background-color: #eef1f3; }
  .call-to-action--theme-sdw20green {
    background-color: #244f3e; }
  .call-to-action--text-theme-white {
    color: #fff !important; }
  .call-to-action--text-theme-black {
    color: #1d1d1b !important; }
  @media (max-width: 1349px) {
    .call-to-action {
      padding: 40px 40px; } }
  @media (max-width: 1199px) {
    .call-to-action {
      padding: 30px 32px; } }
  @media (max-width: 991px) {
    .call-to-action {
      padding: 21px 15px; } }
  @media (max-width: 767px) {
    .call-to-action {
      padding: 25px 20px; } }
  .call-to-action__text, .call-to-action__button {
    margin: 15px 30px; }
    @media (max-width: 1349px) {
      .call-to-action__text, .call-to-action__button {
        margin: 10px 20px; } }
    @media (max-width: 1199px) {
      .call-to-action__text, .call-to-action__button {
        margin: 9px 18px; } }
    @media (max-width: 991px) {
      .call-to-action__text, .call-to-action__button {
        margin: 7.5px 15px; } }
    @media (max-width: 767px) {
      .call-to-action__text, .call-to-action__button {
        margin: 0; } }
  .call-to-action__text {
    width: 40%;
    display: inline-block;
    position: relative;
    top: 1px;
    vertical-align: middle; }
  .call-to-action__button {
    display: inline-block;
    vertical-align: middle; }

.article-card {
  padding: 10px 10px 0;
  position: relative;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0; }
  .article-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .article-card__link:hover {
    opacity: 1; }
  .article-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .article-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article-card__text, .article-card__title, .article-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .article-card__text, .article-card__title, .article-card__subtitle {
        font-size: 11px; } }
  .article-card__title {
    margin-bottom: 2px; }
  .article-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .article-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .article-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .article-card:before, .article-card:after {
        content: " ";
        display: table; }
      .article-card:after {
        clear: both; }
      .article-card__image-container {
        float: left;
        width: 50%;
        height: auto; }
      .article-card__text {
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; }
      .article-card:nth-child(even) .article-card__image-container {
        float: right; }
      .article-card:nth-child(even) .article-card__text {
        right: auto;
        left: 0;
        text-align: right; } }
  .article-card__image-container, .article-card__text {
    height: 0;
    padding-bottom: 61.66%; }
    @media (max-width: 767px) {
      .article-card__image-container, .article-card__text {
        padding-bottom: 30.83%; } }
  .article-card__image-container:after, .article-card__text:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    bottom: 0; }
  .article-card__text:after {
    display: none; }
  .article-card--theme-aquamarine .article-card__image-container:after,
  .article-card--theme-aquamarine .article-card__text:after {
    background-color: #a9dae7; }
  .article-card--theme-lemonyellow .article-card__image-container:after,
  .article-card--theme-lemonyellow .article-card__text:after {
    background-color: #f6eb61; }
  .article-card--theme-mistygrey .article-card__image-container:after,
  .article-card--theme-mistygrey .article-card__text:after {
    background-color: #d0d3d4; }
  .article-card--theme-graphitegrey .article-card__image-container:after,
  .article-card--theme-graphitegrey .article-card__text:after {
    background-color: #a2a6a8; }
  .article-card--theme-polargreen .article-card__image-container:after,
  .article-card--theme-polargreen .article-card__text:after {
    background-color: #e0edd5; }
  .article-card--theme-springgreen .article-card__image-container:after,
  .article-card--theme-springgreen .article-card__text:after {
    background-color: #b7d698; }
  .article-card--theme-chilired .article-card__image-container:after,
  .article-card--theme-chilired .article-card__text:after {
    background-color: #d22630; }
  .article-card--theme-salmon .article-card__image-container:after,
  .article-card--theme-salmon .article-card__text:after {
    background-color: #e6baa8; }
  .article-card--theme-cinnamon .article-card__image-container:after,
  .article-card--theme-cinnamon .article-card__text:after {
    background-color: #6d4f47; }
  .article-card--theme-flamingopink .article-card__image-container:after,
  .article-card--theme-flamingopink .article-card__text:after {
    background-color: #fad0c8; }
  .article-card--theme-kingfisherblue .article-card__image-container:after,
  .article-card--theme-kingfisherblue .article-card__text:after {
    background-color: #00a0d8; }
  .article-card--theme-white .article-card__image-container:after,
  .article-card--theme-white .article-card__text:after {
    background-color: #fff; }
  .article-card--theme-black .article-card__image-container:after,
  .article-card--theme-black .article-card__text:after {
    background-color: #1d1d1b; }
  .article-card--theme-pagebackground .article-card__image-container:after,
  .article-card--theme-pagebackground .article-card__text:after {
    background-color: #eef1f3; }
  .article-card--theme-sdw20green .article-card__image-container:after,
  .article-card--theme-sdw20green .article-card__text:after {
    background-color: #244f3e; }
  .article-card__text {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    background: white;
    margin-left: 1px;
    overflow: hidden; }
  .article-card:nth-child(4n +1) .article-card__text {
    margin-left: 0; }
  .article-card__subtitle {
    margin-top: 2em;
    margin-bottom: 0.8em; }
  .article-card__tags {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px; }

@media (max-width: 1199px) {
  .article-card__text {
    padding-left: 12px;
    padding-right: 12px; }
  .article-card__title {
    font-size: 12px; }
  .article-card__tags {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px; } }

@media (max-width: 991px) {
  .article-card__subtitle {
    margin-top: 12px;
    margin-bottom: 4px; }
  .article-card h5 {
    overflow: hidden;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .article-card__tags {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (max-width: 767px) {
  .article-card__text:after {
    display: block; } }

.assets-card {
  float: left;
  padding: 10px 10px 0;
  position: relative;
  width: 16.66667%; }
  @media (max-width: 1199px) {
    .assets-card {
      padding: 7px 7px 0;
      width: 25%; } }
  @media (max-width: 767px) {
    .assets-card {
      width: 50%; } }
  .assets-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
    .assets-card__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .assets-card__image-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .assets-card__image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .assets-card__text {
    padding-top: 14px;
    min-height: 68px;
    text-align: center; }
  .assets-card__text, .assets-card__title, .assets-card__subtitle {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none;
    word-wrap: break-word; }
    @media (max-width: 1199px) {
      .assets-card__text, .assets-card__title, .assets-card__subtitle {
        font-size: 11px; } }
  .assets-card__title {
    margin-bottom: 2px; }
  .assets-card__subtitle {
    color: #a2a6a8; }
  .assets-card__subtitle {
    margin-top: 0; }

.image-bank-card {
  float: left;
  padding: 10px 10px 0;
  position: relative;
  width: 16.66667%; }
  @media (max-width: 1199px) {
    .image-bank-card {
      padding: 7px 7px 0;
      width: 25%; } }
  @media (max-width: 767px) {
    .image-bank-card {
      width: 50%; } }
  .image-bank-card__image-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative; }
  .image-bank-card__image {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .image-bank-card__image--wide {
      width: auto;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .image-bank-card__download-options {
    padding: 8px 0; }
    @media (max-width: 767px) {
      .image-bank-card__download-options {
        padding-left: 14px;
        padding-right: 14px; } }

.inspiration-card {
  padding: 10px 10px 0;
  position: relative;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer; }
  .inspiration-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .inspiration-card__link:hover {
    opacity: 1; }
  .inspiration-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .inspiration-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .inspiration-card__text, .inspiration-card__title, .inspiration-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .inspiration-card__text, .inspiration-card__title, .inspiration-card__subtitle {
        font-size: 11px; } }
  .inspiration-card__title {
    margin-bottom: 2px; }
  .inspiration-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .inspiration-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .inspiration-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .inspiration-card:before, .inspiration-card:after {
        content: " ";
        display: table; }
      .inspiration-card:after {
        clear: both; } }
  .inspiration-card--cols-4 {
    width: 25%;
    flex: 0 1 25%; }
  .inspiration-card__image-container {
    padding-bottom: 56.43%; }
  @media (max-width: 767px) {
    .inspiration-card__text {
      padding: 5px 20px 15px; } }
  .inspiration-card__title {
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: inherit;
    margin-bottom: 0;
    padding: 10px 0 0;
    text-transform: uppercase; }
  .inspiration-card__mark {
    position: absolute;
    display: block;
    right: 0;
    top: 2em;
    padding: 0.8em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
    .inspiration-card__mark-springgreen {
      background-color: #b7d698; }
    .inspiration-card__mark-aquamarine {
      background-color: #a9dae7; }
    .inspiration-card__mark-flamingopink {
      background-color: #fad0c8; }

@media (max-width: 767px) {
  .inspiration-card--cols-4 {
    width: auto;
    flex: 0 1 auto; } }

.material-card {
  padding: 10px 10px 0;
  position: relative;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0 10px 10px; }
  .material-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .material-card__link:hover {
    opacity: 1; }
  .material-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .material-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .material-card__text, .material-card__title, .material-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .material-card__text, .material-card__title, .material-card__subtitle {
        font-size: 11px; } }
  .material-card__title {
    margin-bottom: 2px; }
  .material-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .material-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .material-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .material-card:before, .material-card:after {
        content: " ";
        display: table; }
      .material-card:after {
        clear: both; }
      .material-card__image-container {
        float: left;
        width: 50%;
        height: auto; }
      .material-card__text {
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; }
      .material-card:nth-child(even) .material-card__image-container {
        float: right; }
      .material-card:nth-child(even) .material-card__text {
        right: auto;
        left: 0;
        text-align: right; } }
  @media (min-width: 1200px) {
    .material-card:nth-child(5n+1) {
      clear: left; } }
  @media (max-width: 1349px) {
    .material-card {
      padding: 0 7px 7px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .material-card {
      width: 25%; }
      .material-card:nth-child(4n+1) {
        clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .material-card {
      width: 33.33333%; }
      .material-card:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 767px) {
    .material-card {
      width: auto;
      padding: 0; } }
  .material-card__image-container {
    padding-bottom: 80%; }
    @media (max-width: 767px) {
      .material-card__image-container {
        padding-bottom: 30.83%; } }
  .material-card__new {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2px;
    position: absolute;
    top: 15px;
    left: 18px; }
    .material-card__new--dark {
      color: #1d1d1b; }
  .material-card__title {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: none; }

.product-card {
  padding: 10px 10px 0;
  position: relative;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0; }
  .product-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .product-card__link:hover {
    opacity: 1; }
  .product-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-card__text, .product-card__title, .product-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .product-card__text, .product-card__title, .product-card__subtitle {
        font-size: 11px; } }
  .product-card__title {
    margin-bottom: 2px; }
  .product-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .product-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .product-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .product-card:before, .product-card:after {
        content: " ";
        display: table; }
      .product-card:after {
        clear: both; }
      .product-card__image-container {
        float: left;
        width: 50%;
        height: auto; }
      .product-card__text {
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; }
      .product-card:nth-child(even) .product-card__image-container {
        float: right; }
      .product-card:nth-child(even) .product-card__text {
        right: auto;
        left: 0;
        text-align: right; } }
  .product-card__image-container {
    padding-bottom: 133.1%; }
    @media (max-width: 767px) {
      .product-card__image-container {
        padding-bottom: 66.5%; } }
  .product-card__text {
    padding-top: 12px; }
  .product-card__rating {
    position: absolute;
    top: 16px;
    left: 16px; }
    @media (max-width: 767px) {
      .product-card:nth-child(even) .product-card__rating {
        left: auto;
        right: 16px; } }
    .product-card__rating.tooltip {
      position: absolute; }

.product-card__download {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEF2F3;
  z-index: 1; }
  .product-card__download.active {
    display: block; }

.product-card__download__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 20px;
  padding-right: 100px;
  line-height: 20px;
  background: #e0edd5;
  white-space: nowrap;
  z-index: 1; }

.product-card__download__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  padding: 20px;
  overflow-y: auto; }
  .product-card__download__list li + li {
    margin-top: 10px; }

.product-card__download__link {
  display: block;
  text-decoration: none; }
  .product-card__download__link .icon, .product-card__download__link span {
    display: inline-block;
    vertical-align: middle; }
  .product-card__download__link .icon {
    width: 13px;
    height: 13px; }
  .product-card__download__link span {
    text-decoration: underline;
    margin-left: 7px; }

.product-card__download__description {
  margin-top: 3px;
  opacity: 0.5; }

.product-card__download-navigation {
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 1; }
  .product-card__download-navigation:before, .product-card__download-navigation:after {
    content: " ";
    display: table; }
  .product-card__download-navigation:after {
    clear: both; }

.product-card__download-navigation__item {
  cursor: pointer;
  display: block;
  float: left;
  width: 40px;
  height: 41px;
  border-radius: 2px;
  margin-right: 5px;
  background: #D0D3D4; }
  .product-card__download-navigation__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 2px; }
  .product-card__download-navigation__item.active:before {
    background: #1d1d1b; }
  .product-card__download-navigation__item .icon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .product-card__download-navigation__item .icon--cube {
    width: 17px;
    height: 20px; }
  .product-card__download-navigation__item .icon--image-stack {
    width: 21px;
    height: 15px; }
  .product-card__download-navigation__item.active .icon {
    fill: #fff; }
  .product-card__download-navigation__item:hover .icon {
    opacity: 0.5; }

.search-hit-card {
  color: #a2a6a8;
  margin: 26px 0; }
  .search-hit-card:hover {
    cursor: pointer;
    opacity: 0.5; }
  .search-hit-card--product {
    margin: 20px 0;
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .search-hit-card--product {
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .search-hit-card--product {
        align-items: center;
        margin: 0 -20px; } }
    @media (max-width: 767px) {
      .search-hit-card--product:nth-child(even) .search-hit-card__image-container {
        order: 2; }
      .search-hit-card--product:nth-child(even) .search-hit-card__text {
        order: 1;
        text-align: right; } }
  .search-hit-card__image-container {
    flex-shrink: 0;
    flex-grow: 0;
    width: 150px;
    height: 200px;
    min-height: 1px; }
    @media (max-width: 1199px) {
      .search-hit-card__image-container {
        width: 120px;
        height: 160px; } }
    @media (max-width: 991px) {
      .search-hit-card__image-container {
        width: 90px;
        height: 120px; } }
    @media (max-width: 767px) {
      .search-hit-card__image-container {
        width: 50%;
        height: auto; } }
  .search-hit-card__image {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .search-hit-card__image {
        height: auto; } }
  .search-hit-card em {
    color: #1d1d1b;
    font-style: normal; }
  .search-hit-card__image-container + .search-hit-card__text {
    margin-left: 40px; }
    @media (max-width: 1349px) {
      .search-hit-card__image-container + .search-hit-card__text {
        margin-left: 30px; } }
    @media (max-width: 1199px) {
      .search-hit-card__image-container + .search-hit-card__text {
        margin-left: 20px; } }
    @media (max-width: 991px) {
      .search-hit-card__image-container + .search-hit-card__text {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .search-hit-card__image-container + .search-hit-card__text {
        margin-left: 0;
        padding: 0 20px;
        width: 50%; } }
  .search-hit-card__text a {
    color: #00a0d8;
    text-decoration: none;
    word-break: break-all; }
  @media (max-width: 1199px) {
    .search-hit-card__excerpt {
      margin-top: 0; } }
  .search-hit-card__keyword-list {
    margin: 8px -5px 15px -5px; }
    @media (max-width: 991px) {
      .search-hit-card__keyword-list {
        display: none; } }
    .search-hit-card__keyword-list > li {
      display: inline-block;
      padding: 3px 5px; }
    .search-hit-card__keyword-list em {
      font-weight: bold; }
  .search-hit-card__links-container {
    margin: 10px -10px; }
    @media (max-width: 767px) {
      .search-hit-card__links-container {
        margin: 5px 0; } }
  .search-hit-card__link {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .search-hit-card__link {
        margin: 0; }
        .search-hit-card__link.icon-link {
          padding-left: 0; }
        .search-hit-card__link.search-hit-card__link--hidden-xs {
          display: none; }
        .search-hit-card__link svg {
          display: none; } }

.staff-card {
  padding: 10px 10px 0;
  position: relative;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0; }
  .staff-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .staff-card__link:hover {
    opacity: 1; }
  .staff-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .staff-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .staff-card__text, .staff-card__title, .staff-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .staff-card__text, .staff-card__title, .staff-card__subtitle {
        font-size: 11px; } }
  .staff-card__title {
    margin-bottom: 2px; }
  .staff-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .staff-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .staff-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .staff-card:before, .staff-card:after {
        content: " ";
        display: table; }
      .staff-card:after {
        clear: both; }
      .staff-card__image-container {
        float: left;
        width: 50%;
        height: auto; }
      .staff-card__text {
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; }
      .staff-card:nth-child(even) .staff-card__image-container {
        float: right; }
      .staff-card:nth-child(even) .staff-card__text {
        right: auto;
        left: 0;
        text-align: right; } }
  .staff-card:nth-child(4n + 1) {
    clear: left; }
    @media (max-width: 767px) {
      .staff-card:nth-child(4n + 1) {
        clear: none; } }
  .staff-card__image-container {
    padding-bottom: 66.548%; }
    @media (max-width: 767px) {
      .staff-card__image-container {
        padding-bottom: 33.274%; } }
  .staff-card__image-placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 150px;
    height: 150px;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIxMTYgNjkgNTAgNTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxwYXRoIGQ9Ik0xNTcuNzY1NjI1LDExMC44NTkzNzUgQzE1NS43NSwxMTAuMTQwNjI1IDE1Mi44NTkzNzUsMTA5Ljg5MDYyNSAxNTEuMDE1NjI1LDEwOS40ODQzNzUgQzE0OS45NTMxMjUsMTA5LjI1IDE0OC40MDYyNSwxMDguNjU2MjUgMTQ3Ljg5MDYyNSwxMDguMDQ2ODc1IEMxNDcuMzc1LDEwNy40MjE4NzUgMTQ3LjY4NzUsMTAxLjY1NjI1IDE0Ny42ODc1LDEwMS42NTYyNSBDMTQ3LjY4NzUsMTAxLjY1NjI1IDE0OC42NDA2MjUsMTAwLjE1NjI1IDE0OS4xNTYyNSw5OC44NDM3NSBDMTQ5LjY3MTg3NSw5Ny41MzEyNSAxNTAuMjM0Mzc1LDkzLjkzNzUgMTUwLjIzNDM3NSw5My45Mzc1IEMxNTAuMjM0Mzc1LDkzLjkzNzUgMTUxLjI5Njg3NSw5My45Mzc1IDE1MS42NzE4NzUsOTIuMDc4MTI1IEMxNTIuMDc4MTI1LDkwLjA0Njg3NSAxNTIuNzAzMTI1LDg5LjIwMzEyNSAxNTIuNjI1LDg3LjY4NzUgQzE1Mi41NDY4NzUsODYuMjgxMjUgMTUxLjgxMjUsODYuMjAzMTI1IDE1MS43MzQzNzUsODYuMjAzMTI1IEMxNTEuNzM0Mzc1LDg2LjIwMzEyNSAxNTIuNSw4NC4wNzgxMjUgMTUyLjYwOTM3NSw3OS41NzgxMjUgQzE1Mi43MzQzNzUsNzQuMjUgMTQ4LjY1NjI1LDY5IDE0MSw2OSBDMTMzLjM0Mzc1LDY5IDEyOS4yODEyNSw3NC4yMzQzNzUgMTI5LjM5MDYyNSw3OS41NjI1IEMxMjkuNDg0Mzc1LDg0LjA0Njg3NSAxMzAuMjY1NjI1LDg2LjE4NzUgMTMwLjI2NTYyNSw4Ni4xODc1IEMxMzAuMTg3NSw4Ni4xODc1IDEyOS40NTMxMjUsODYuMjY1NjI1IDEyOS4zNzUsODcuNjcxODc1IEMxMjkuMjk2ODc1LDg5LjE4NzUgMTI5LjkzNzUsOTAgMTMwLjMyODEyNSw5Mi4wMzEyNSBDMTMwLjcwMzEyNSw5My44OTA2MjUgMTMxLjc2NTYyNSw5My45MDYyNSAxMzEuNzY1NjI1LDkzLjkwNjI1IEMxMzEuNzY1NjI1LDkzLjkwNjI1IDEzMi4zMjgxMjUsOTcuNTE1NjI1IDEzMi44NDM3NSw5OC44MjgxMjUgQzEzMy4zNTkzNzUsMTAwLjE1NjI1IDEzNC4zMTI1LDEwMS42NDA2MjUgMTM0LjMxMjUsMTAxLjY0MDYyNSBDMTM0LjMxMjUsMTAxLjY0MDYyNSAxMzQuNjI1LDEwNy40MDYyNSAxMzQuMTA5Mzc1LDEwOC4wMzEyNSBDMTMzLjU5Mzc1LDEwOC42NTYyNSAxMzIuMDQ2ODc1LDEwOS4yMzQzNzUgMTMwLjk4NDM3NSwxMDkuNDY4NzUgQzEyOS4xMjUsMTA5Ljg3NSAxMjYuMjUsMTEwLjE0MDYyNSAxMjQuMjM0Mzc1LDExMC44NTkzNzUgQzEyMi4yMTg3NSwxMTEuNTc4MTI1IDExNiwxMTQgMTE2LDExOSBMMTQxLDExOSBMMTY2LDExOSBDMTY2LDExNCAxNTkuNzgxMjUsMTExLjU3ODEyNSAxNTcuNzY1NjI1LDExMC44NTkzNzUgWiIgaWQ9IlNoYXBlIiBzdHJva2U9Im5vbmUiIGZpbGw9IiNEMEQzRDQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC4yMDQ5OTA2NzIiPjwvcGF0aD4NCjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .staff-card__image-placeholder {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .staff-card__image {
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
    @media (max-width: 767px) {
      .staff-card__image {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .staff-card__text {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .staff-card__text {
        margin-top: 0; } }
    .staff-card__text p {
      margin: 0; }
      @media (max-width: 767px) {
        .staff-card__text p {
          line-height: 1.6; } }
  .staff-card__name {
    text-transform: capitalize; }
  @media (max-width: 767px) {
    .staff-card__phone, .staff-card__mail {
      display: block; } }
  .staff-card__phone {
    text-decoration: none; }
  .staff-card__phone + .staff-card__mail-wrap:before {
    content: '· '; }
    @media (max-width: 767px) {
      .staff-card__phone + .staff-card__mail-wrap:before {
        display: none; } }
  .staff-card__mail-wrap + .staff-card__mail-wrap:before {
    content: '· '; }
    @media (max-width: 767px) {
      .staff-card__mail-wrap + .staff-card__mail-wrap:before {
        display: none; } }

.tip-card {
  padding: 10px 10px 0;
  position: relative;
  width: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 10px; }
  .tip-card__link {
    display: block;
    outline: none;
    text-decoration: none; }
  .tip-card__link:hover {
    opacity: 1; }
  .tip-card__image-container {
    height: 0;
    position: relative;
    overflow: hidden; }
  .tip-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tip-card__text, .tip-card__title, .tip-card__subtitle {
    color: #a2a6a8;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: inherit;
    text-transform: none; }
    @media (max-width: 1199px) {
      .tip-card__text, .tip-card__title, .tip-card__subtitle {
        font-size: 11px; } }
  .tip-card__title {
    margin-bottom: 2px; }
  .tip-card__subtitle {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .tip-card {
      padding: 7px 7px 0; } }
  @media (max-width: 767px) {
    .tip-card {
      float: none;
      height: auto;
      padding: 0;
      width: auto;
      position: relative;
      flex: 0 1 auto; }
      .tip-card:before, .tip-card:after {
        content: " ";
        display: table; }
      .tip-card:after {
        clear: both; } }
  @media (max-width: 1199px) {
    .tip-card {
      padding-bottom: 5px; } }
  @media (max-width: 991px) {
    .tip-card {
      width: 33.33333%; } }
  @media (max-width: 767px) {
    .tip-card {
      margin: 10px;
      padding-top: 0;
      padding-bottom: 0;
      width: auto; } }
  .tip-card__inner {
    background-color: #fff;
    border-bottom: solid 4px;
    overflow: hidden;
    padding: 26px;
    position: relative; }
    @media (max-width: 1199px) {
      .tip-card__inner {
        padding: 18px; } }
    @media (max-width: 767px) {
      .tip-card__inner {
        padding: 20px; } }
    .tip-card--aquamarine .tip-card__inner {
      border-bottom-color: #a9dae7; }
    .tip-card--lemonyellow .tip-card__inner {
      border-bottom-color: #f6eb61; }
    .tip-card--mistygrey .tip-card__inner {
      border-bottom-color: #d0d3d4; }
    .tip-card--graphitegrey .tip-card__inner {
      border-bottom-color: #a2a6a8; }
    .tip-card--polargreen .tip-card__inner {
      border-bottom-color: #e0edd5; }
    .tip-card--springgreen .tip-card__inner {
      border-bottom-color: #b7d698; }
    .tip-card--chilired .tip-card__inner {
      border-bottom-color: #d22630; }
    .tip-card--salmon .tip-card__inner {
      border-bottom-color: #e6baa8; }
    .tip-card--cinnamon .tip-card__inner {
      border-bottom-color: #6d4f47; }
    .tip-card--flamingopink .tip-card__inner {
      border-bottom-color: #fad0c8; }
    .tip-card--kingfisherblue .tip-card__inner {
      border-bottom-color: #00a0d8; }
    .tip-card--white .tip-card__inner {
      border-bottom-color: #fff; }
    .tip-card--black .tip-card__inner {
      border-bottom-color: #1d1d1b; }
    .tip-card--pagebackground .tip-card__inner {
      border-bottom-color: #eef1f3; }
    .tip-card--sdw20green .tip-card__inner {
      border-bottom-color: #244f3e; }
    .tip-card__inner:before {
      content: '';
      float: left;
      padding-bottom: 43%;
      width: 1px; }
      @media (max-width: 1199px) {
        .tip-card__inner:before {
          padding-bottom: 52%; } }
      @media (max-width: 767px) {
        .tip-card__inner:before {
          padding-bottom: 31%; } }
  .tip-card__link {
    text-decoration: none; }
    .tip-card__link:hover {
      opacity: 0.7; }
  .tip-card__category {
    position: absolute;
    bottom: 15px;
    right: 26px;
    margin: 0; }
    @media (max-width: 1199px) {
      .tip-card__category {
        right: 18px;
        bottom: 10px; } }
    .tip-card--aquamarine .tip-card__category {
      color: #a9dae7; }
    .tip-card--lemonyellow .tip-card__category {
      color: #f6eb61; }
    .tip-card--mistygrey .tip-card__category {
      color: #d0d3d4; }
    .tip-card--graphitegrey .tip-card__category {
      color: #a2a6a8; }
    .tip-card--polargreen .tip-card__category {
      color: #e0edd5; }
    .tip-card--springgreen .tip-card__category {
      color: #b7d698; }
    .tip-card--chilired .tip-card__category {
      color: #d22630; }
    .tip-card--salmon .tip-card__category {
      color: #e6baa8; }
    .tip-card--cinnamon .tip-card__category {
      color: #6d4f47; }
    .tip-card--flamingopink .tip-card__category {
      color: #fad0c8; }
    .tip-card--kingfisherblue .tip-card__category {
      color: #00a0d8; }
    .tip-card--white .tip-card__category {
      color: #fff; }
    .tip-card--black .tip-card__category {
      color: #1d1d1b; }
    .tip-card--pagebackground .tip-card__category {
      color: #eef1f3; }
    .tip-card--sdw20green .tip-card__category {
      color: #244f3e; }

.carousel {
  position: relative;
  z-index: 1; }
  .carousel--has-childitems {
    padding-bottom: 160px; }
    @media (max-width: 1349px) {
      .carousel--has-childitems {
        padding-bottom: 140px; } }
    @media (max-width: 1199px) {
      .carousel--has-childitems {
        padding-bottom: 131px; } }
    @media (max-width: 991px) {
      .carousel--has-childitems {
        padding-bottom: 120px; } }
    @media (max-width: 767px) {
      .carousel--has-childitems {
        padding-bottom: 118px; } }
  .carousel--white-bg {
    background-color: #fff; }
  .carousel__container {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .carousel__container {
        padding-bottom: 87.5%; } }
    .carousel--has-childitems .carousel__container {
      overflow: visible; }
    .carousel--brand-stroke .carousel__container {
      position: relative; }
      .carousel--brand-stroke .carousel__container:before {
        display: block;
        content: '';
        background-color: #f6eb61;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        z-index: 5;
        transform: translateZ(0); }
        @media (max-width: 1199px) {
          .carousel--brand-stroke .carousel__container:before {
            width: 14px; } }
        @media (max-width: 767px) {
          .carousel--brand-stroke .carousel__container:before {
            width: 8px; } }
        .page-theme-aquamarine .carousel--brand-stroke .carousel__container:before {
          background-color: #a9dae7; }
        .page-theme-lemonyellow .carousel--brand-stroke .carousel__container:before {
          background-color: #f6eb61; }
        .page-theme-mistygrey .carousel--brand-stroke .carousel__container:before {
          background-color: #d0d3d4; }
        .page-theme-graphitegrey .carousel--brand-stroke .carousel__container:before {
          background-color: #a2a6a8; }
        .page-theme-polargreen .carousel--brand-stroke .carousel__container:before {
          background-color: #e0edd5; }
        .page-theme-springgreen .carousel--brand-stroke .carousel__container:before {
          background-color: #b7d698; }
        .page-theme-chilired .carousel--brand-stroke .carousel__container:before {
          background-color: #d22630; }
        .page-theme-salmon .carousel--brand-stroke .carousel__container:before {
          background-color: #e6baa8; }
        .page-theme-cinnamon .carousel--brand-stroke .carousel__container:before {
          background-color: #6d4f47; }
        .page-theme-flamingopink .carousel--brand-stroke .carousel__container:before {
          background-color: #fad0c8; }
        .page-theme-kingfisherblue .carousel--brand-stroke .carousel__container:before {
          background-color: #00a0d8; }
        .page-theme-white .carousel--brand-stroke .carousel__container:before {
          background-color: #fff; }
        .page-theme-black .carousel--brand-stroke .carousel__container:before {
          background-color: #1d1d1b; }
        .page-theme-pagebackground .carousel--brand-stroke .carousel__container:before {
          background-color: #eef1f3; }
        .page-theme-sdw20green .carousel--brand-stroke .carousel__container:before {
          background-color: #244f3e; }
      .carousel--brand-stroke .carousel__container:before {
        transform-origin: top;
        transform: scaleY(0);
        transition: transform 0.5s ease-out;
        z-index: 3; }
      .images-has-loaded .carousel--brand-stroke .carousel__container:before {
        transform: scaleY(1); }
    .carousel--brand-stroke.images-has-loaded .carousel__container:before {
      transform: scaleY(1); }
    .carousel--onethird .carousel__container {
      padding-bottom: 75%; }
      @media (max-width: 767px) {
        .carousel--onethird .carousel__container {
          padding-bottom: 50%; } }
    .carousel--half .carousel__container {
      padding-bottom: 100%; }
      @media (max-width: 767px) {
        .carousel--half .carousel__container {
          padding-bottom: 50%; } }
    .carousel--twothirds .carousel__container {
      padding-bottom: 55.55556%; }
      @media (max-width: 1199px) {
        .carousel--twothirds .carousel__container {
          padding-bottom: 56%; } }
      @media (max-width: 767px) {
        .carousel--twothirds .carousel__container {
          padding-bottom: 81.25%; } }
    .banner-combo__stacked--tworows .carousel__container {
      padding-bottom: 55.55556%; }
      @media (max-width: 1199px) {
        .banner-combo__stacked--tworows .carousel__container {
          float: left;
          width: 50%;
          padding-bottom: 28%; } }
      @media (max-width: 767px) {
        .banner-combo__stacked--tworows .carousel__container {
          width: 100%;
          padding-bottom: 50%; } }
    .banner-combo__stacked--threerows .carousel__container {
      padding-bottom: 37.03733%; }
      @media (max-width: 1199px) {
        .banner-combo__stacked--threerows .carousel__container {
          float: left;
          width: 33.33333%;
          padding-bottom: 24%; } }
      @media (max-width: 767px) {
        .banner-combo__stacked--threerows .carousel__container {
          width: 100%;
          padding-bottom: 50%; } }
  .carousel__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s;
    z-index: 1; }
    .images-has-loaded .carousel__loader {
      opacity: 0; }
  .carousel__prev, .carousel__next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    border-right: 40px solid rgba(0, 0, 0, 0.2);
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    outline: 0;
    transition: opacity 0.5s ease-out 1s, border 0.5s; }
    @media (max-width: 1349px) {
      .carousel__prev, .carousel__next {
        margin-top: -35px;
        border-right-width: 35px;
        border-top-width: 35px;
        border-bottom-width: 35px; } }
    @media (max-width: 1199px) {
      .carousel__prev, .carousel__next {
        margin-top: -30px;
        border-right-width: 30px;
        border-top-width: 30px;
        border-bottom-width: 30px; } }
    @media (max-width: 991px) {
      .carousel__prev, .carousel__next {
        margin-top: -22px;
        border-right-width: 22px;
        border-top-width: 22px;
        border-bottom-width: 22px; } }
    @media (max-width: 767px) {
      .carousel__prev, .carousel__next {
        display: none; } }
    @media (min-width: 768px) {
      .carousel__prev:hover, .carousel__next:hover {
        border-right-color: black; } }
    .images-has-loaded .carousel__prev,
    .container--preview .carousel__prev, .images-has-loaded .carousel__next,
    .container--preview .carousel__next {
      opacity: 1; }
    .carousel__prev.is-hidden, .carousel__next.is-hidden {
      display: none; }
    .carousel__prev svg, .carousel__next svg {
      position: absolute;
      top: 50%;
      left: 22px;
      fill: #fff;
      width: 8px;
      height: 15px;
      margin-top: -7.5px; }
      @media (max-width: 1349px) {
        .carousel__prev svg, .carousel__next svg {
          width: 7px;
          height: 13px;
          left: 20px;
          margin-top: -6.5px; } }
      @media (max-width: 1199px) {
        .carousel__prev svg, .carousel__next svg {
          width: 6px;
          height: 11px;
          left: 17px;
          margin-top: -5.5px; } }
      @media (max-width: 991px) {
        .carousel__prev svg, .carousel__next svg {
          width: 5px;
          height: 9px;
          left: 13px;
          margin-top: -4.5px; } }
  .carousel__prev {
    transform: rotate(180deg); }
    .carousel--brand-stroke .carousel__prev {
      left: 20px; }
      @media (max-width: 1199px) {
        .carousel--brand-stroke .carousel__prev {
          left: 14px; } }
      @media (max-width: 767px) {
        .carousel--brand-stroke .carousel__prev {
          left: 8px; } }
  .carousel__next {
    right: 0; }
  .carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.5s;
    -webkit-transform: translate3d(0, 0, 0); }
    .container--preview .carousel__item--first {
      opacity: 1;
      z-index: 2; }
      .container--preview .carousel__item--first h1,
      .container--preview .carousel__item--first h2,
      .container--preview .carousel__item--first h3,
      .container--preview .carousel__item--first h4,
      .container--preview .carousel__item--first h5,
      .container--preview .carousel__item--first p,
      .container--preview .carousel__item--first strong {
        left: 0;
        opacity: 1;
        transition: left 0.5s ease-out 1s, opacity 0.5s ease-out 1s; }
    .carousel__item .brand-stroke:before {
      display: none; }
    .carousel__item h1,
    .carousel__item h2,
    .carousel__item h3,
    .carousel__item h4,
    .carousel__item h5,
    .carousel__item p,
    .carousel__item strong {
      position: relative;
      display: inline-block;
      width: 100%;
      left: -20px;
      opacity: 0;
      transition: left 0.5s ease-out, opacity 0.5s ease-out;
      -webkit-transform: translate3d(0, 0, 0);
      will-change: margin, opacity; }
    .images-has-loaded .carousel__item--first, .carousel__item.is-active {
      opacity: 1;
      z-index: 2; }
      .images-has-loaded .carousel__item--first h1,
      .images-has-loaded .carousel__item--first h2,
      .images-has-loaded .carousel__item--first h3,
      .images-has-loaded .carousel__item--first h4,
      .images-has-loaded .carousel__item--first h5,
      .images-has-loaded .carousel__item--first p,
      .images-has-loaded .carousel__item--first strong, .carousel__item.is-active h1,
      .carousel__item.is-active h2,
      .carousel__item.is-active h3,
      .carousel__item.is-active h4,
      .carousel__item.is-active h5,
      .carousel__item.is-active p,
      .carousel__item.is-active strong {
        left: 0;
        opacity: 1;
        transition: left 0.5s ease-out 1s, opacity 0.5s ease-out 1s; }
    .carousel__item.is-inactive {
      z-index: 1; }
      .carousel__item.is-inactive h1,
      .carousel__item.is-inactive h2,
      .carousel__item.is-inactive h3,
      .carousel__item.is-inactive h4,
      .carousel__item.is-inactive h5,
      .carousel__item.is-inactive p,
      .carousel__item.is-inactive strong {
        left: -20px; }
  .carousel__indicators {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    z-index: 3;
    transition: opacity 0.5s ease-out 1s; }
    @media (max-width: 1349px) {
      .carousel__indicators {
        bottom: 30px; } }
    @media (max-width: 1199px) {
      .carousel__indicators {
        bottom: 20px; } }
    @media (max-width: 991px) {
      .carousel__indicators {
        bottom: 15px; } }
    .images-has-loaded .carousel__indicators,
    .container--preview .carousel__indicators {
      opacity: 1; }
    .banner-combo__stacked--tworows .carousel__indicators {
      bottom: 15px; }
    .banner-combo__stacked--threerows .carousel__indicators {
      bottom: 5px; }
      @media (max-width: 767px) {
        .banner-combo__stacked--threerows .carousel__indicators {
          bottom: 15px; } }
  .carousel__indicator {
    display: block;
    float: left;
    padding: 10px 5px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .carousel__indicator {
        padding: 10px 4px; } }
    @media (max-width: 991px) {
      .carousel__indicator {
        padding: 10px 3.5px; } }
    @media (max-width: 767px) {
      .carousel__indicator {
        padding: 10px 3px; } }
    .carousel__indicator-dot {
      width: 30px;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color .5s ease-out; }
      @media (max-width: 1199px) {
        .carousel__indicator-dot {
          width: 25px; } }
      @media (max-width: 991px) {
        .carousel__indicator-dot {
          width: 22px; } }
      @media (max-width: 767px) {
        .carousel__indicator-dot {
          width: 20px; } }
      .is-active .carousel__indicator-dot {
        background-color: #fff; }
  .carousel--onethird {
    float: left;
    width: 33.33333%; }
    @media (max-width: 767px) {
      .carousel--onethird {
        float: none;
        width: auto; } }
  .carousel--half {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .carousel--half {
        float: none;
        width: auto; } }
  .carousel--twothirds {
    float: left;
    width: 66.66667%; }
    @media (max-width: 1199px) {
      .carousel--twothirds {
        float: none;
        width: auto; } }
  .brand-stroke > .carousel:first-of-type .carousel__prev {
    left: 20px; }
    @media (max-width: 1199px) {
      .brand-stroke > .carousel:first-of-type .carousel__prev {
        left: 14px; } }
    @media (max-width: 767px) {
      .brand-stroke > .carousel:first-of-type .carousel__prev {
        left: 8px; } }
  @media (max-width: 1199px) {
    .brand-stroke .banner-combo__stacked > .carousel:first-of-type .carousel__prev {
      left: 14px; } }
  @media (max-width: 767px) {
    .brand-stroke .banner-combo__stacked > .carousel:first-of-type .carousel__prev {
      left: 8px; } }

.category-header {
  position: relative;
  width: inherit; }
  .category-header--sticky {
    height: 140px; }
    @media (max-width: 1349px) {
      .category-header--sticky {
        height: 120px; } }
    @media (max-width: 1199px) {
      .category-header--sticky {
        height: 110px; } }
    @media (max-width: 991px) {
      .category-header--sticky {
        height: 85px; } }
    @media (max-width: 767px) {
      .category-header--sticky {
        height: 85px; } }
  .category-header__sticky-trigger {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 77px; }
    @media (max-width: 1349px) {
      .category-header__sticky-trigger {
        height: 74px; } }
    @media (max-width: 1199px) {
      .category-header__sticky-trigger {
        height: 70px; } }
    @media (max-width: 991px) {
      .category-header__sticky-trigger {
        height: 62px; } }
    @media (max-width: 767px) {
      .category-header__sticky-trigger {
        top: 0;
        height: 85px; } }
  .category-header__container {
    position: relative;
    position: relative;
    width: inherit;
    padding: 0 80px;
    z-index: 2;
    background-color: #eef1f3;
    font-size: 0;
    backface-visibility: hidden;
    white-space: nowrap; }
    .category-header__container:before {
      display: block;
      content: '';
      background-color: #f6eb61;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20px;
      z-index: 5;
      transform: translateZ(0); }
      @media (max-width: 1199px) {
        .category-header__container:before {
          width: 14px; } }
      @media (max-width: 767px) {
        .category-header__container:before {
          width: 8px; } }
      .page-theme-aquamarine .category-header__container:before {
        background-color: #a9dae7; }
      .page-theme-lemonyellow .category-header__container:before {
        background-color: #f6eb61; }
      .page-theme-mistygrey .category-header__container:before {
        background-color: #d0d3d4; }
      .page-theme-graphitegrey .category-header__container:before {
        background-color: #a2a6a8; }
      .page-theme-polargreen .category-header__container:before {
        background-color: #e0edd5; }
      .page-theme-springgreen .category-header__container:before {
        background-color: #b7d698; }
      .page-theme-chilired .category-header__container:before {
        background-color: #d22630; }
      .page-theme-salmon .category-header__container:before {
        background-color: #e6baa8; }
      .page-theme-cinnamon .category-header__container:before {
        background-color: #6d4f47; }
      .page-theme-flamingopink .category-header__container:before {
        background-color: #fad0c8; }
      .page-theme-kingfisherblue .category-header__container:before {
        background-color: #00a0d8; }
      .page-theme-white .category-header__container:before {
        background-color: #fff; }
      .page-theme-black .category-header__container:before {
        background-color: #1d1d1b; }
      .page-theme-pagebackground .category-header__container:before {
        background-color: #eef1f3; }
      .page-theme-sdw20green .category-header__container:before {
        background-color: #244f3e; }
    @media (max-width: 1349px) {
      .category-header__container {
        padding: 0 60px; } }
    @media (max-width: 1199px) {
      .category-header__container {
        padding: 0 50px; } }
    @media (max-width: 991px) {
      .category-header__container {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .category-header__container {
        padding: 0 20px 0 28px;
        z-index: 8; } }
    .category-header--sticky .category-header__container {
      position: fixed;
      top: 0;
      z-index: 9;
      height: 77px; }
      @media (max-width: 1349px) {
        .category-header--sticky .category-header__container {
          height: 74px; } }
      @media (max-width: 1199px) {
        .category-header--sticky .category-header__container {
          height: 70px; } }
      @media (max-width: 991px) {
        .category-header--sticky .category-header__container {
          height: 62px; } }
      @media (max-width: 767px) {
        .category-header--sticky .category-header__container {
          height: 85px;
          position: fixed; } }
  .category-header__wrap {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center; }
  .category-header__arrow {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 20px;
    background-color: #eef1f3;
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 767px) {
      .category-header__arrow {
        display: block;
        top: 15px;
        bottom: 15px; } }
    .category-header--no-subpages .category-header__arrow {
      display: none; }
    .category-header__arrow.is-hidden {
      border: 0; }
    .category-header__arrow--left {
      left: 20px;
      border-right: 1px solid #d0d3d4; }
      @media (max-width: 1199px) {
        .category-header__arrow--left {
          left: 14px; } }
      @media (max-width: 767px) {
        .category-header__arrow--left {
          left: 8px; } }
    .category-header__arrow--right {
      right: 0;
      border-left: 1px solid #d0d3d4; }
    .category-header__arrow--active {
      display: block; }
  .category-header__arrow-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px; }
    .is-hidden .category-header__arrow-icon {
      opacity: 0; }
  .category-header__list {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transition: transform .2s; }
    .category-header--no-subpages .category-header__list {
      float: right; }
  .category-header__item {
    display: inline-block;
    text-align: center; }
    .category-header__item--offset {
      margin-left: 50px; }
      @media (max-width: 767px) {
        .category-header__item--offset {
          margin-left: 30px; } }
  .category-header__link {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 25px;
    height: 140px;
    text-decoration: none;
    transition: opacity .1s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 1349px) {
      .category-header__link {
        height: 120px;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .category-header__link {
        height: 110px;
        padding-right: 20px;
        padding-left: 20px; } }
    @media (max-width: 991px) {
      .category-header__link {
        height: 85px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .category-header__link:hover {
        opacity: .5; } }
    .category-header__link--inactive {
      opacity: .2; }
      @media (min-width: 768px) {
        .category-header__link--inactive:hover {
          opacity: .5; } }
    .category-header--sticky .category-header__link {
      padding-bottom: 0;
      height: 77px;
      vertical-align: middle; }
      @media (max-width: 1349px) {
        .category-header--sticky .category-header__link {
          height: 74px; } }
      @media (max-width: 1199px) {
        .category-header--sticky .category-header__link {
          height: 70px;
          padding-right: 15px;
          padding-left: 15px; } }
      @media (max-width: 991px) {
        .category-header--sticky .category-header__link {
          height: 62px; } }
      @media (max-width: 767px) {
        .category-header--sticky .category-header__link {
          top: 50px;
          height: 85px;
          padding-bottom: 10px;
          vertical-align: bottom;
          z-index: 10; } }
  .category-header__icon {
    display: inline-block;
    max-height: 52px;
    width: auto; }
    @media (max-width: 1349px) {
      .category-header__icon {
        max-height: 42px; } }
    @media (max-width: 1199px) {
      .category-header__icon {
        max-height: 36px; } }
    @media (max-width: 991px) {
      .category-header__icon {
        max-height: 31px; } }
    @media (min-width: 768px) {
      .category-header--sticky .category-header__icon {
        display: none; } }
  .category-header__counter {
    color: #313639;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px; }
    @media (max-width: 1349px) {
      .category-header__counter {
        font-size: 32px; } }
    @media (max-width: 1199px) {
      .category-header__counter {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .category-header__counter {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .category-header--sticky .category-header__counter {
        display: none; } }
  .category-header__item-title {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.8px;
    display: block;
    padding-top: 11px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .category-header__item-title {
        font-size: 10px;
        letter-spacing: 0.7px; } }
    @media (max-width: 1199px) {
      .category-header__item-title {
        padding-top: 9px; } }
    .category-header--sticky .category-header__item-title {
      padding-top: 0; }
      @media (max-width: 767px) {
        .category-header--sticky .category-header__item-title {
          padding-top: 9px; } }

.columns {
  padding: 80px;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 1349px) {
    .columns {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .columns {
      padding: 50px; } }
  @media (max-width: 991px) {
    .columns {
      padding: 30px; } }
  @media (max-width: 767px) {
    .columns {
      padding: 20px; } }
  .columns--brand-stroke {
    position: relative; }
    .columns--brand-stroke:before {
      display: block;
      content: '';
      background-color: #f6eb61;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 20px;
      z-index: 5;
      transform: translateZ(0); }
      @media (max-width: 1199px) {
        .columns--brand-stroke:before {
          width: 14px; } }
      @media (max-width: 767px) {
        .columns--brand-stroke:before {
          width: 8px; } }
      .page-theme-aquamarine .columns--brand-stroke:before {
        background-color: #a9dae7; }
      .page-theme-lemonyellow .columns--brand-stroke:before {
        background-color: #f6eb61; }
      .page-theme-mistygrey .columns--brand-stroke:before {
        background-color: #d0d3d4; }
      .page-theme-graphitegrey .columns--brand-stroke:before {
        background-color: #a2a6a8; }
      .page-theme-polargreen .columns--brand-stroke:before {
        background-color: #e0edd5; }
      .page-theme-springgreen .columns--brand-stroke:before {
        background-color: #b7d698; }
      .page-theme-chilired .columns--brand-stroke:before {
        background-color: #d22630; }
      .page-theme-salmon .columns--brand-stroke:before {
        background-color: #e6baa8; }
      .page-theme-cinnamon .columns--brand-stroke:before {
        background-color: #6d4f47; }
      .page-theme-flamingopink .columns--brand-stroke:before {
        background-color: #fad0c8; }
      .page-theme-kingfisherblue .columns--brand-stroke:before {
        background-color: #00a0d8; }
      .page-theme-white .columns--brand-stroke:before {
        background-color: #fff; }
      .page-theme-black .columns--brand-stroke:before {
        background-color: #1d1d1b; }
      .page-theme-pagebackground .columns--brand-stroke:before {
        background-color: #eef1f3; }
      .page-theme-sdw20green .columns--brand-stroke:before {
        background-color: #244f3e; }
  .columns--no-margin-top {
    padding-top: 0; }
  .columns--no-margin-bottom {
    padding-bottom: 0; }
  .columns--theme-aquamarine {
    background-color: #a9dae7; }
  .columns--theme-lemonyellow {
    background-color: #f6eb61; }
  .columns--theme-mistygrey {
    background-color: #d0d3d4; }
  .columns--theme-graphitegrey {
    background-color: #a2a6a8; }
  .columns--theme-polargreen {
    background-color: #e0edd5; }
  .columns--theme-springgreen {
    background-color: #b7d698; }
  .columns--theme-chilired {
    background-color: #d22630; }
  .columns--theme-salmon {
    background-color: #e6baa8; }
  .columns--theme-cinnamon {
    background-color: #6d4f47; }
  .columns--theme-flamingopink {
    background-color: #fad0c8; }
  .columns--theme-kingfisherblue {
    background-color: #00a0d8; }
  .columns--theme-white {
    background-color: #fff; }
  .columns--theme-black {
    background-color: #1d1d1b; }
  .columns--theme-pagebackground {
    background-color: #eef1f3; }
  .columns--theme-sdw20green {
    background-color: #244f3e; }
  .columns--text-aquamarine {
    color: #a9dae7; }
  .columns--text-lemonyellow {
    color: #f6eb61; }
  .columns--text-mistygrey {
    color: #d0d3d4; }
  .columns--text-graphitegrey {
    color: #a2a6a8; }
  .columns--text-polargreen {
    color: #e0edd5; }
  .columns--text-springgreen {
    color: #b7d698; }
  .columns--text-chilired {
    color: #d22630; }
  .columns--text-salmon {
    color: #e6baa8; }
  .columns--text-cinnamon {
    color: #6d4f47; }
  .columns--text-flamingopink {
    color: #fad0c8; }
  .columns--text-kingfisherblue {
    color: #00a0d8; }
  .columns--text-white {
    color: #fff; }
  .columns--text-black {
    color: #1d1d1b; }
  .columns--text-pagebackground {
    color: #eef1f3; }
  .columns--text-sdw20green {
    color: #244f3e; }
  .columns__title {
    margin-bottom: 1em; }
  .columns__grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -30px;
    margin-right: -30px;
    display: flex; }
    .columns__grid:before, .columns__grid:after {
      content: " ";
      display: table; }
    .columns__grid:after {
      clear: both; }
    .columns__grid > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; }
    .columns__grid > * {
      padding: 30px 30px; }
    .columns__grid > * {
      display: flex;
      flex-direction: column;
      min-height: 1px; }
      .columns__grid > * > * {
        min-height: 1px; }
  .columns h5 {
    margin-top: 1.6em;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: inherit; }
  .columns img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 1em 0; }
    .columns img:first-child {
      margin-top: 0; }
    .columns img:last-child {
      margin-bottom: 0; }
  .columns p:first-child {
    margin-top: 0; }
  .columns .subheadline {
    margin-top: 3em; }
  .columns--cols-2 .columns__grid > * {
    width: 50%; }
    .columns--cols-2 .columns__grid > *:nth-child(2n +1) {
      clear: left; }
  .columns--cols-2.columns--center .columns__grid > * {
    width: 20%; }
    .columns--cols-2.columns--center .columns__grid > *:nth-child(2n +1) {
      margin-left: 30%; }
  .columns--cols-3 .columns__grid > * {
    width: 33.33333%; }
    .columns--cols-3 .columns__grid > *:nth-child(3n +1) {
      clear: left; }
  .columns--cols-3.columns--center .columns__grid > * {
    width: 20%; }
    .columns--cols-3.columns--center .columns__grid > *:nth-child(3n +1) {
      margin-left: 20%; }
  .columns--cols-4 .columns__grid > * {
    width: 25%; }
    .columns--cols-4 .columns__grid > *:nth-child(4n +1) {
      clear: left; }
  .columns--cols-4.columns--center .columns__grid > * {
    width: 20%; }
    .columns--cols-4.columns--center .columns__grid > *:nth-child(4n +1) {
      margin-left: 10%; }
  .columns--cols-5 .columns__grid > * {
    width: 20%; }
    .columns--cols-5 .columns__grid > *:nth-child(5n +1) {
      clear: left; }
  .columns--cols-5.columns--center .columns__grid > * {
    width: 20%; }
    .columns--cols-5.columns--center .columns__grid > *:nth-child(5n +1) {
      margin-left: 0%; }
  .columns .dimmed:nth-child(2), .columns .contact-form__legend:nth-child(2) {
    margin-top: 3em; }
  .columns--cols-1.columns--center .columns__grid > * {
    width: 58%;
    margin-left: 21%; }

@media (max-width: 1349px) {
  .columns__grid {
    margin-left: -20px;
    margin-right: -20px; }
    .columns__grid > * {
      padding: 20px 20px; } }

@media (max-width: 1199px) {
  .columns__grid {
    margin-left: -14px;
    margin-right: -14px; }
    .columns__grid > * {
      padding: 14px 14px; } }

@media (max-width: 991px) {
  .columns__grid {
    margin-left: -10px;
    margin-right: -10px; }
    .columns__grid > * {
      padding: 10px 10px; } }

@media (max-width: 767px) {
  .columns__grid {
    margin-left: -8px;
    margin-right: -8px;
    display: block; }
    .columns__grid > * {
      padding: 8px 8px; }
  .columns--cols-2 .columns__grid > * {
    width: 100%; }
  .columns--cols-2.columns--center .columns__grid > * {
    width: 100%; }
    .columns--cols-2.columns--center .columns__grid > *:nth-child(2n +1) {
      margin-left: 0; }
  .columns--cols-3 .columns__grid > * {
    width: 100%; }
  .columns--cols-3.columns--center .columns__grid > * {
    width: 100%; }
    .columns--cols-3.columns--center .columns__grid > *:nth-child(3n +1) {
      margin-left: 0; }
  .columns--cols-4 .columns__grid > * {
    width: 100%; }
  .columns--cols-4.columns--center .columns__grid > * {
    width: 100%; }
    .columns--cols-4.columns--center .columns__grid > *:nth-child(4n +1) {
      margin-left: 0; }
  .columns--cols-5 .columns__grid > * {
    width: 100%; }
  .columns--cols-5.columns--center .columns__grid > * {
    width: 100%; }
    .columns--cols-5.columns--center .columns__grid > *:nth-child(5n +1) {
      margin-left: 0; }
  .columns--cols-1.columns--center .columns__grid > * {
    float: none;
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto; } }

.conceptnavigation-block__container {
  position: relative; }

.ball__theme--aquamarine {
  background-color: #a9dae7; }

.ball__theme--lemonyellow {
  background-color: #f6eb61; }

.ball__theme--mistygrey {
  background-color: #d0d3d4; }

.ball__theme--graphitegrey {
  background-color: #a2a6a8; }

.ball__theme--polargreen {
  background-color: #e0edd5; }

.ball__theme--springgreen {
  background-color: #b7d698; }

.ball__theme--chilired {
  background-color: #d22630; }

.ball__theme--salmon {
  background-color: #e6baa8; }

.ball__theme--cinnamon {
  background-color: #6d4f47; }

.ball__theme--flamingopink {
  background-color: #fad0c8; }

.ball__theme--kingfisherblue {
  background-color: #00a0d8; }

.ball__theme--white {
  background-color: #fff; }

.ball__theme--black {
  background-color: #1d1d1b; }

.ball__theme--pagebackground {
  background-color: #eef1f3; }

.ball__theme--sdw20green {
  background-color: #244f3e; }

.block__theme--aquamarine {
  background-color: rgba(169, 218, 231, 0.2); }

.block__theme--lemonyellow {
  background-color: rgba(246, 235, 97, 0.2); }

.block__theme--mistygrey {
  background-color: rgba(208, 211, 212, 0.2); }

.block__theme--graphitegrey {
  background-color: rgba(162, 166, 168, 0.2); }

.block__theme--polargreen {
  background-color: rgba(224, 237, 213, 0.2); }

.block__theme--springgreen {
  background-color: rgba(183, 214, 152, 0.2); }

.block__theme--chilired {
  background-color: rgba(210, 38, 48, 0.2); }

.block__theme--salmon {
  background-color: rgba(230, 186, 168, 0.2); }

.block__theme--cinnamon {
  background-color: rgba(109, 79, 71, 0.2); }

.block__theme--flamingopink {
  background-color: rgba(250, 208, 200, 0.2); }

.block__theme--kingfisherblue {
  background-color: rgba(0, 160, 216, 0.2); }

.block__theme--white {
  background-color: rgba(255, 255, 255, 0.2); }

.block__theme--black {
  background-color: rgba(29, 29, 27, 0.2); }

.block__theme--pagebackground {
  background-color: rgba(238, 241, 243, 0.2); }

.block__theme--sdw20green {
  background-color: rgba(36, 79, 62, 0.2); }

.conceptnavigation-block {
  padding: 80px;
  min-height: 380px; }
  .conceptnavigation-block:before, .conceptnavigation-block:after {
    content: " ";
    display: table; }
  .conceptnavigation-block:after {
    clear: both; }
  @media (max-width: 1349px) {
    .conceptnavigation-block {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .conceptnavigation-block {
      padding: 50px; } }
  @media (max-width: 991px) {
    .conceptnavigation-block {
      padding: 30px; } }
  @media (max-width: 767px) {
    .conceptnavigation-block {
      padding: 20px; } }
  .conceptnavigation-block__col-left {
    float: left;
    width: 40%;
    display: flex;
    justify-content: center;
    padding-right: 60px; }
  .conceptnavigation-block__col-right {
    float: right;
    width: 60%; }
  .conceptnavigation-block img {
    max-width: 100%; }
  .conceptnavigation-block__title {
    margin: 40px 0 64px;
    text-align: center; }
  .conceptnavigation-block__text {
    margin-bottom: 70px; }
  .conceptnavigation-block__ball {
    width: 220px;
    height: 220px;
    top: 0;
    position: relative; }
    .conceptnavigation-block__ball .ball {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 220px;
      height: 220px;
      border-radius: 110px;
      padding: 10%;
      border: none;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1;
      position: absolute; }
    .conceptnavigation-block__ball--sticky {
      position: fixed;
      top: 80px; }
    .conceptnavigation-block__ball--offset {
      top: 160px; }
    .conceptnavigation-block__ball--freeze {
      position: absolute;
      bottom: 80px;
      top: unset; }
    .conceptnavigation-block__ball--svg {
      position: absolute;
      display: flex;
      transition: transform 150ms; }

@media (max-width: 1349px) {
  .conceptnavigation-block {
    min-height: 340px; }
    .conceptnavigation-block__col-left {
      padding-right: 60px; }
    .conceptnavigation-block__title {
      margin-bottom: 44px; }
    .conceptnavigation-block__text {
      margin-bottom: 50px; }
    .conceptnavigation-block__ball .ball:first-child {
      margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .conceptnavigation-block {
    min-height: 320px; }
    .conceptnavigation-block__col-left {
      padding-right: 50px; }
    .conceptnavigation-block__title {
      margin-top: 30px;
      margin-bottom: 30px; }
    .conceptnavigation-block__text {
      margin-bottom: 26px; } }

@media (max-width: 991px) {
  .conceptnavigation-block {
    min-height: 280px; }
    .conceptnavigation-block__col-left {
      padding-right: 30px; }
    .conceptnavigation-block__ball .ball:first-child {
      margin-bottom: 10px;
      margin-right: 8px; } }

@media (max-width: 767px) {
  .conceptnavigation-block {
    padding-top: 30px;
    min-height: unset; }
    .conceptnavigation-block__col-left {
      width: 100%;
      height: 200px;
      justify-content: left; }
    .conceptnavigation-block__col-right {
      width: 100%;
      float: unset; }
    .conceptnavigation-block__title {
      margin-top: 0;
      margin-bottom: 20px; }
    .conceptnavigation-block__text {
      margin-bottom: 20px; }
    .conceptnavigation-block__ball .ball {
      width: 170px;
      height: 170px; }
    .conceptnavigation-block__ball--svg {
      position: absolute;
      display: flex;
      width: 170px;
      height: 170px; }
    .conceptnavigation-block__ball--sticky {
      margin-left: 20px; }
    .conceptnavigation-block__ball--freeze {
      margin-left: 20px; } }

.image-map {
  position: relative; }
  .image-map:before, .image-map:after {
    content: " ";
    display: table; }
  .image-map:after {
    clear: both; }
  .image-map div.show {
    opacity: 1; }
  .image-map .image-map-points {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.25s ease-in-out;
    opacity: 0; }
    .image-map .image-map-points:hover {
      opacity: 1; }
    .image-map .image-map-points .image-map-point {
      position: absolute;
      width: auto;
      height: auto; }
      .image-map .image-map-points .image-map-point-circle {
        background-color: white;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 10px solid gray;
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.25s ease-in-out; }
        .image-map .image-map-points .image-map-point-circle:hover {
          opacity: 1; }
      .image-map .image-map-points .image-map-point-tooltip {
        position: absolute;
        min-width: 100px;
        max-width: 200px;
        background-color: white;
        border-radius: 5px;
        color: black;
        padding: 1.5em;
        top: 90%;
        left: 90%;
        opacity: 0;
        transition: opacity 0.25s ease-in-out; }
        .image-map .image-map-points .image-map-point-tooltip a {
          text-decoration: none; }
        .image-map .image-map-points .image-map-point-tooltip h5 {
          margin-bottom: 0;
          margin-right: 20px;
          text-transform: none;
          white-space: nowrap; }
        .image-map .image-map-points .image-map-point-tooltip p {
          margin-top: 0; }
      .image-map .image-map-points .image-map-point .show {
        opacity: 1; }
  .image-map img {
    position: relative;
    width: 100%; }

.contact-block {
  padding: 80px;
  background-color: #fff; }
  .contact-block:before, .contact-block:after {
    content: " ";
    display: table; }
  .contact-block:after {
    clear: both; }
  @media (max-width: 1349px) {
    .contact-block {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .contact-block {
      padding: 50px; } }
  @media (max-width: 991px) {
    .contact-block {
      padding: 30px; } }
  @media (max-width: 767px) {
    .contact-block {
      padding: 20px; } }
  .contact-block__col-left {
    float: left;
    padding-right: 80px;
    width: 40%; }
  .contact-block__col-right {
    float: left;
    width: 60%; }
  .contact-block img {
    max-width: 100%; }
  .contact-block__title {
    margin: 40px 0 64px;
    text-align: center; }
  .contact-block__text {
    margin-bottom: 70px; }
  .contact-block__buttons {
    margin: 0 auto;
    text-align: center;
    width: 200px; }
    .contact-block__buttons .button {
      width: 100%; }
      .contact-block__buttons .button:first-child {
        margin-bottom: 30px; }

@media (max-width: 1349px) {
  .contact-block__col-left {
    padding-right: 60px; }
  .contact-block__title {
    margin-bottom: 44px; }
  .contact-block__text {
    margin-bottom: 50px; }
  .contact-block__buttons .button:first-child {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .contact-block__col-left {
    padding-right: 50px; }
  .contact-block__title {
    margin-top: 30px;
    margin-bottom: 30px; }
  .contact-block__text {
    margin-bottom: 26px; } }

@media (max-width: 991px) {
  .contact-block__col-left {
    padding-right: 30px; }
  .contact-block__buttons .button:first-child {
    margin-bottom: 10px;
    margin-right: 8px; } }

@media (max-width: 767px) {
  .contact-block {
    padding-top: 30px; }
    .contact-block__col-left {
      padding-right: 0;
      width: auto; }
    .contact-block__col-right {
      display: none; }
    .contact-block__title {
      margin-top: 0;
      margin-bottom: 20px; }
    .contact-block__text {
      margin-bottom: 20px; }
    .contact-block__buttons {
      text-align: center; } }

.contact-block-compact {
  background-color: #eef1f3;
  padding: 49px 50px;
  text-align: center; }
  @media (max-width: 1349px) {
    .contact-block-compact {
      padding: 40px 40px; } }
  @media (max-width: 1199px) {
    .contact-block-compact {
      padding: 30px 32px; } }
  @media (max-width: 991px) {
    .contact-block-compact {
      padding: 21px 15px; } }
  @media (max-width: 767px) {
    .contact-block-compact {
      padding: 25px 20px; } }
  .contact-block-compact__title, .contact-block-compact__button {
    margin: 15px 30px; }
    @media (max-width: 1349px) {
      .contact-block-compact__title, .contact-block-compact__button {
        margin: 10px 20px; } }
    @media (max-width: 1199px) {
      .contact-block-compact__title, .contact-block-compact__button {
        margin: 9px 18px; } }
    @media (max-width: 991px) {
      .contact-block-compact__title, .contact-block-compact__button {
        margin: 7.5px 15px; } }
    @media (max-width: 767px) {
      .contact-block-compact__title, .contact-block-compact__button {
        margin: 0; } }
  .contact-block-compact__title {
    color: #a2a6a8;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    top: 1px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .contact-block-compact__title {
        display: block;
        margin-bottom: 16px; } }
  .contact-block-compact__button {
    display: inline-block;
    vertical-align: middle; }

.contact-form {
  display: none;
  background: white;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 1349px) {
    .contact-form {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .contact-form {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .contact-form {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding-left: 20px;
      padding-right: 20px; } }
  .contact-form form {
    margin: 0 -100px; }
    .contact-form form:before, .contact-form form:after {
      content: " ";
      display: table; }
    .contact-form form:after {
      clear: both; }
  .contact-form .form-fieldset {
    float: left;
    padding: 80px;
    width: 50%; }
  .contact-form__legend {
    text-align: right;
    line-height: 10px;
    margin-top: -10px; }
  .contact-form .form-field + .form-field {
    margin-top: 20px; }
  .contact-form [data-element-key="product"] {
    display: none; }

@media (max-width: 1349px) {
  .contact-form form {
    margin: 0 -60px; }
  .contact-form .form-fieldset {
    padding: 60px; } }

@media (max-width: 1199px) {
  .contact-form form {
    margin: 0 -50px; }
  .contact-form .form-fieldset {
    padding: 50px; } }

@media (max-width: 991px) {
  .contact-form form {
    margin: 0 -30px; }
  .contact-form .form-fieldset {
    padding: 30px; } }

@media (max-width: 767px) {
  .contact-form {
    padding-top: 10px;
    padding-bottom: 10px; }
    .contact-form form {
      margin: 0 -20px; }
    .contact-form .form-fieldset {
      padding: 10px 20px;
      width: 100%; } }

.contact-inquiries {
  background: white; }
  .contact-inquiries:before, .contact-inquiries:after {
    content: " ";
    display: table; }
  .contact-inquiries:after {
    clear: both; }
  .contact-inquiries__item {
    float: left;
    width: 50%;
    padding: 80px;
    position: relative; }
    @media (max-width: 1349px) {
      .contact-inquiries__item {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .contact-inquiries__item {
        padding: 50px; } }
    @media (max-width: 991px) {
      .contact-inquiries__item {
        padding: 30px; } }
    @media (max-width: 767px) {
      .contact-inquiries__item {
        padding: 20px; } }
    .contact-inquiries__item:nth-child(even):before, .contact-inquiries__item:nth-child(odd):after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: #eef1f3;
      top: 0; }
    .contact-inquiries__item:nth-child(even):before {
      left: -1px; }
    .contact-inquiries__item:nth-child(odd) {
      clear: both; }
      .contact-inquiries__item:nth-child(odd):after {
        right: 0; }
    .contact-inquiries__item:nth-child(1n+3) {
      border-top: 1px solid #eef1f3; }
    .contact-inquiries__item hr {
      max-width: 20px;
      margin: 3em 0; }
    .contact-inquiries__item p {
      margin-top: 2em; }
  .contact-inquiries__list a {
    display: inline-block;
    padding: 0.35em 0;
    white-space: nowrap; }
    .contact-inquiries__list a > * {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      white-space: normal; }
  .contact-inquiries__contacts li {
    padding: 1.125em 0;
    white-space: nowrap; }
    .contact-inquiries__contacts li > * {
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px;
      white-space: normal; }
    .contact-inquiries__contacts li strong {
      text-transform: uppercase; }

@media (max-width: 767px) {
  .contact-inquiries__item {
    padding: 20px;
    width: 100%; }
  .contact-inquiries__item + .contact-inquiries__item {
    border-top: 1px solid #eef1f3; } }

.contact-list {
  margin: 0 -15px; }
  .contact-list:before, .contact-list:after {
    content: " ";
    display: table; }
  .contact-list:after {
    clear: both; }
  .contact-list > * {
    float: left;
    width: 100%;
    padding: 15px; }
    .contact-list > *:before, .contact-list > *:after {
      content: " ";
      display: table; }
    .contact-list > *:after {
      clear: both; }
  .contact-list__image {
    float: left; }
  .contact-list__info {
    overflow: hidden;
    padding-left: 18px;
    line-height: 20px; }
  .contact-list__title {
    margin: 0 0 0.3em; }
  .contact-list--cols-2 > * {
    width: 50%; }
    .contact-list--cols-2 > *:nth-child(2n +1) {
      clear: left; }
  .contact-list--cols-3 > * {
    width: 33.33333%; }
    .contact-list--cols-3 > *:nth-child(3n +1) {
      clear: left; }

@media (max-width: 991px) {
  .contact-list--cols-3 > * {
    width: 50%; }
    .contact-list--cols-3 > *:nth-child(3n +1) {
      clear: none; }
    .contact-list--cols-3 > *:nth-child(odd) {
      clear: left; } }

@media (max-width: 767px) {
  .contact-list > * {
    width: 100%; } }

.contact-person-list-block {
  padding: 80px;
  background: white; }
  @media (max-width: 1349px) {
    .contact-person-list-block {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .contact-person-list-block {
      padding: 50px; } }
  @media (max-width: 991px) {
    .contact-person-list-block {
      padding: 30px; } }
  @media (max-width: 767px) {
    .contact-person-list-block {
      padding: 20px; } }
  .contact-person-list-block__title {
    margin-bottom: 1.5em; }
  .contact-person-list-block__body {
    margin-bottom: 2em;
    max-width: 486px; }
  .contact-person-list-block .contact-list__image {
    width: 70px;
    height: 70px; }

.content-blockquote {
  margin-right: 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .content-blockquote {
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .content-blockquote {
      margin-right: 0;
      padding: 0 20px; } }
  .content-blockquote__inner {
    padding: 30px 40px; }
    @media (max-width: 1349px) {
      .content-blockquote__inner {
        padding: 25px; } }
    .content-blockquote--with-image .content-blockquote__inner {
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      align-items: center;
      text-align: left; }
      @media (max-width: 991px) {
        .content-blockquote--with-image .content-blockquote__inner {
          flex-direction: column;
          text-align: center; } }
    .page-theme-aquamarine .content-blockquote__inner {
      border-top: 4px solid #a9dae7;
      border-bottom: 4px solid #a9dae7; }
    .page-theme-lemonyellow .content-blockquote__inner {
      border-top: 4px solid #f6eb61;
      border-bottom: 4px solid #f6eb61; }
    .page-theme-mistygrey .content-blockquote__inner {
      border-top: 4px solid #d0d3d4;
      border-bottom: 4px solid #d0d3d4; }
    .page-theme-graphitegrey .content-blockquote__inner {
      border-top: 4px solid #a2a6a8;
      border-bottom: 4px solid #a2a6a8; }
    .page-theme-polargreen .content-blockquote__inner {
      border-top: 4px solid #e0edd5;
      border-bottom: 4px solid #e0edd5; }
    .page-theme-springgreen .content-blockquote__inner {
      border-top: 4px solid #b7d698;
      border-bottom: 4px solid #b7d698; }
    .page-theme-chilired .content-blockquote__inner {
      border-top: 4px solid #d22630;
      border-bottom: 4px solid #d22630; }
    .page-theme-salmon .content-blockquote__inner {
      border-top: 4px solid #e6baa8;
      border-bottom: 4px solid #e6baa8; }
    .page-theme-cinnamon .content-blockquote__inner {
      border-top: 4px solid #6d4f47;
      border-bottom: 4px solid #6d4f47; }
    .page-theme-flamingopink .content-blockquote__inner {
      border-top: 4px solid #fad0c8;
      border-bottom: 4px solid #fad0c8; }
    .page-theme-kingfisherblue .content-blockquote__inner {
      border-top: 4px solid #00a0d8;
      border-bottom: 4px solid #00a0d8; }
    .page-theme-white .content-blockquote__inner {
      border-top: 4px solid #fff;
      border-bottom: 4px solid #fff; }
    .page-theme-black .content-blockquote__inner {
      border-top: 4px solid #1d1d1b;
      border-bottom: 4px solid #1d1d1b; }
    .page-theme-pagebackground .content-blockquote__inner {
      border-top: 4px solid #eef1f3;
      border-bottom: 4px solid #eef1f3; }
    .page-theme-sdw20green .content-blockquote__inner {
      border-top: 4px solid #244f3e;
      border-bottom: 4px solid #244f3e; }
  .content-blockquote--bleed-right {
    margin-right: -20px; }
    @media (max-width: 767px) {
      .content-blockquote--bleed-right {
        margin-right: 0; } }
  .content-column .content-blockquote {
    margin-right: 0; }
  .content-blockquote__author-image {
    flex-shrink: 0;
    display: block;
    width: 160px;
    height: 160px; }
    @media (max-width: 991px) {
      .content-blockquote__author-image {
        width: 120px;
        height: 120px;
        margin-bottom: 20px; } }
  .content-blockquote--with-image .content-blockquote__quote {
    margin-left: 30px; }
    @media (max-width: 991px) {
      .content-blockquote--with-image .content-blockquote__quote {
        margin-left: 0; } }
  .content-blockquote__quote p:first-child {
    margin-top: 0; }
  .content-blockquote__author {
    margin-top: 10px;
    opacity: .5; }

.content-column {
  margin: 0 -30px;
  padding-right: 80px; }
  .content-column:before, .content-column:after {
    content: " ";
    display: table; }
  .content-column:after {
    clear: both; }
  @media (max-width: 991px) {
    .content-column {
      margin: 0;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .content-column {
      padding-right: 0; } }
  .content-column__col {
    float: left;
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 991px) {
      .content-column__col {
        float: none;
        width: auto;
        padding: 0; } }
    @media (max-width: 991px) {
      .content-column__col + .content-column__col {
        padding-top: 20px; } }

.content-fact {
  background-color: #eef1f3;
  padding: 30px;
  margin-right: 80px; }
  @media (max-width: 991px) {
    .content-fact {
      margin-right: 40px;
      padding: 10px; } }
  @media (max-width: 767px) {
    .content-fact {
      margin-right: 0;
      padding: 20px; } }
  .content-fact--bleed-right {
    margin-right: -20px; }
    @media (max-width: 767px) {
      .content-fact--bleed-right {
        margin-right: 0; } }
  .content-fact .content-column {
    margin-right: 0; }

.content-media__img-wrap {
  position: relative;
  padding-bottom: 53%;
  height: 0;
  background-color: #fff; }

.content-media__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }

.content-media__video {
  background-color: #d0d3d4; }

.content-media__caption {
  opacity: .5; }
  @media (max-width: 767px) {
    .content-media__caption {
      margin-top: 18px;
      padding: 0 20px; } }

.content-newblockquote {
  margin-right: 0;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .content-newblockquote {
      width: 90%;
      padding-right: 1rem; } }
  @media (min-width: 768px) {
    .content-newblockquote {
      margin: 0 -30.804% 0 -17.038%; } }
  .content-newblockquote__inner {
    padding: 2rem 0 2rem 0; }
    .content-newblockquote--with-image .content-newblockquote__inner {
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      align-items: center;
      text-align: left;
      flex-direction: column; }
  .content-newblockquote__citation-mark {
    font-size: 5rem;
    line-height: 0;
    color: #b7d698;
    position: absolute;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 768px) {
      .content-newblockquote__citation-mark--first {
        top: 1rem; } }
    .content-newblockquote__citation-mark--second {
      right: 0;
      bottom: 0;
      transform: rotate(180deg); }
      @media (min-width: 768px) {
        .content-newblockquote__citation-mark--second {
          bottom: 1rem; } }
  .content-newblockquote--bleed-right {
    margin-right: -20px; }
    @media (max-width: 767px) {
      .content-newblockquote--bleed-right {
        margin-right: 0; } }
  .content-column .content-newblockquote {
    margin-right: 0; }
  .content-newblockquote__author-image {
    flex-shrink: 0;
    display: block;
    height: 120px;
    width: 120px;
    margin-right: 0.5rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .content-newblockquote__author-image {
        width: 140px;
        height: 140px; } }
  .content-newblockquote__quote {
    position: relative; }
    @media (min-width: 992px) {
      .content-newblockquote__quote {
        flex-direction: row; } }
    .content-newblockquote--with-image .content-newblockquote__quote {
      margin-left: 30px; }
      @media (max-width: 991px) {
        .content-newblockquote--with-image .content-newblockquote__quote {
          margin-left: 0; } }
    .content-newblockquote__quote p:first-child {
      margin-top: 0; }
  .content-newblockquote__text-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    line-height: 0.8rem; }
    @media (min-width: 768px) {
      .content-newblockquote__text-container {
        padding: 0 2rem;
        flex-direction: row; } }
  .content-newblockquote__text-quote {
    font-size: 60px;
    letter-spacing: 4.3px;
    text-align: left !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    line-height: 1.25rem !important;
    margin-bottom: 1rem !important; }
    @media (max-width: 1349px) {
      .content-newblockquote__text-quote {
        font-size: 48px;
        letter-spacing: 3.7px; } }
    @media (max-width: 1199px) {
      .content-newblockquote__text-quote {
        font-size: 40px;
        letter-spacing: 3px; } }
    @media (max-width: 991px) {
      .content-newblockquote__text-quote {
        font-size: 32px;
        letter-spacing: 2.3px; } }
    @media (max-width: 767px) {
      .content-newblockquote__text-quote {
        font-size: 24px;
        letter-spacing: 1.3px;
        margin-bottom: 1em; } }
    @media (min-width: 768px) {
      .content-newblockquote__text-quote {
        margin-bottom: 0rem !important; } }
  .content-newblockquote__right {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: space-between;
    width: 75%; }
    @media (min-width: 768px) {
      .content-newblockquote__right {
        align-self: initial;
        padding-left: 2rem;
        text-align: right;
        width: 40%;
        justify-content: space-between; } }
  .content-newblockquote__remarks {
    text-align: right;
    line-height: 0.9rem;
    font-weight: 500; }
  .content-newblockquote__author {
    margin-top: 10px;
    text-align: right;
    font-weight: 700; }

.content-text {
  margin-right: 80px; }
  @media (max-width: 991px) {
    .content-text {
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .content-text {
      margin-right: 0;
      padding: 0 20px; } }
  .article-block__corridor .content-text,
  .content-column .content-text {
    margin-right: 0; }

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 100%; }
  .cookie.is-hidden {
    display: none !important; }
  .cookie__body {
    position: relative;
    padding: 10px 40px;
    background-color: #fff;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .cookie__body {
        padding: 10px 20px; } }
  .cookie button {
    flex-grow: 0;
    flex-shrink: 0; }
  .cookie__message {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px; }
    .cookie__message a {
      text-decoration: none; }
    .cookie__message svg {
      line-height: 14px;
      vertical-align: baseline;
      margin-left: 6px;
      width: 10px;
      height: 10px; }

.country-selector {
  /*

    &__sub-link:hover {
        img, span {
            opacity: 0.5;
        }
    }
    &__sub-link:focus {
        img, span {
            opacity: 1;
        }
    }
    &__sub-link:focus &__sub-list {
        display: block;
    }
    */ }
  .country-selector > div {
    padding: 40px 80px;
    background: #fff; }
  .country-selector > div + div {
    margin-top: 1px; }
  .country-selector__title {
    margin-bottom: 2em; }
  .country-selector__list {
    margin-left: -15px;
    margin-right: -15px; }
    .country-selector__list:before, .country-selector__list:after {
      content: " ";
      display: table; }
    .country-selector__list:after {
      clear: both; }
    .country-selector__list > * {
      padding: 15px 15px; }
    .country-selector__list > li {
      position: relative;
      float: left;
      display: block;
      width: 100%;
      max-width: 190px; }
  .country-selector__list > li > * {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: none; }
    .country-selector__list > li > * > img {
      height: 15px;
      margin-right: 8px;
      vertical-align: middle; }
    .country-selector__list > li > * > span {
      display: inline-block;
      vertical-align: middle;
      text-decoration: underline; }
    .country-selector__list > li > *:hover, .country-selector__list > li > *.country-selector--sub-list-open {
      opacity: 1; }
      .country-selector__list > li > *:hover > img, .country-selector__list > li > *:hover > span, .country-selector__list > li > *.country-selector--sub-list-open > img, .country-selector__list > li > *.country-selector--sub-list-open > span {
        opacity: 0.5; }
  .country-selector__sub-list {
    cursor: initial;
    position: absolute;
    bottom: 100%;
    left: 10px;
    margin-left: -12px;
    margin-bottom: 16px;
    min-width: 150px;
    padding: 20px;
    cursor: initial;
    background: #fff;
    border: 1px solid #EEF1F3;
    line-height: 22px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: none; }
    .country-selector--sub-list-open .country-selector__sub-list {
      display: block; }
  .country-selector__sub-list:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 100%;
    left: 4px;
    margin-top: -7px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #EEF1F3; }
  .country-selector__sub-list:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    top: 100%;
    margin-top: -20px;
    left: 0;
    background: #fff; }

@media (max-width: 1349px) {
  .country-selector > div {
    padding: 30px 60px; } }

@media (max-width: 1199px) {
  .country-selector > div {
    padding: 25px 50px; } }

@media (max-width: 991px) {
  .country-selector > div {
    padding: 20px 30px; } }

@media (max-width: 767px) {
  .country-selector > div {
    padding: 20px; } }

.design-tools-contact {
  background: white;
  white-space: nowrap;
  padding: 80px; }
  @media (max-width: 1349px) {
    .design-tools-contact {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .design-tools-contact {
      padding: 50px; } }
  @media (max-width: 991px) {
    .design-tools-contact {
      padding: 30px; } }
  @media (max-width: 767px) {
    .design-tools-contact {
      padding: 20px; } }
  .design-tools-contact__image, .design-tools-contact__texts, .design-tools-contact__column {
    vertical-align: bottom;
    display: inline-block; }
  .design-tools-contact__image {
    width: 25%; }
  .design-tools-contact__texts {
    width: 75%;
    padding-left: 40px;
    white-space: normal; }
  .design-tools-contact__title {
    font-size: 1.5em; }
  .design-tools-contact__columns {
    margin: 0 -20px; }
    .design-tools-contact__columns:before, .design-tools-contact__columns:after {
      content: " ";
      display: table; }
    .design-tools-contact__columns:after {
      clear: both; }
  .design-tools-contact__columns > * {
    float: left;
    width: 33.33333%;
    margin-top: 23px;
    padding: 0 20px; }
  .design-tools-contact .design-tools-contact__subtitle {
    margin-bottom: 10px; }

@media (max-width: 1199px) {
  .design-tools-contact__image {
    display: none; }
  .design-tools-contact__texts {
    display: block;
    width: 100%;
    padding-left: 0; } }

@media (max-width: 991px) {
  .design-tools-contact__columns > * {
    width: 100%; } }

.downloads-block {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .downloads-block--plate {
    background-color: #fff; }
  .downloads-block--margins {
    margin: 40px 0; }
    @media (max-width: 1349px) {
      .downloads-block--margins {
        margin: 30px 0; } }
    @media (max-width: 1199px) {
      .downloads-block--margins {
        margin: 20px 0; } }
  .downloads-block__main, .downloads-block__aside {
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 50px; }
    @media (max-width: 1349px) {
      .downloads-block__main, .downloads-block__aside {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .downloads-block__main, .downloads-block__aside {
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .downloads-block__main, .downloads-block__aside {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .downloads-block__main, .downloads-block__aside {
        padding-bottom: 10px; } }
  .downloads-block__main {
    padding-top: 55px;
    padding-left: 80px;
    padding-right: 20px;
    width: 100%; }
    .downloads-block--aside .downloads-block__main {
      width: 75%; }
    @media (max-width: 1349px) {
      .downloads-block__main {
        padding-top: 48px;
        padding-left: 60px; } }
    @media (max-width: 1199px) {
      .downloads-block__main {
        padding-top: 40px;
        padding-left: 50px; } }
    @media (max-width: 991px) {
      .downloads-block__main {
        flex-basis: 100%;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .downloads-block__main {
        padding-left: 20px;
        padding-right: 20px; } }
  .downloads-block__aside {
    display: flex;
    width: 25%;
    padding-top: 127px; }
    .downloads-block--margins.downloads-block--plate .downloads-block__aside {
      background-color: #eef1f3; }
    @media (max-width: 1349px) {
      .downloads-block__aside {
        padding-top: 106px; } }
    @media (max-width: 1199px) {
      .downloads-block__aside {
        padding-top: 95px; } }
    @media (max-width: 991px) {
      .downloads-block__aside {
        flex: 0 0 100%;
        max-width: none;
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
        margin-top: 0; }
        .downloads-block--margins.downloads-block--plate .downloads-block__aside {
          padding-top: 28px; } }
  .downloads-block__cols {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    @media (max-width: 1349px) {
      .downloads-block__cols {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .downloads-block__cols {
        margin-top: 0; } }
  .downloads-block__col {
    flex: 0 0 calc(99.9% * 3/12 - (30px - 30px * 3/12));
    max-width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
    width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
    margin-right: 30px;
    margin-bottom: 20px; }
    .downloads-block__col:last-child, .downloads-block__col:nth-child(4n) {
      margin-right: 0; }
    .downloads-block--aside .downloads-block__col {
      flex: 0 0 calc(99.9% * 4/12 - (30px - 30px * 4/12));
      max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
      width: calc(99.9% * 4/12 - (30px - 30px * 4/12)); }
      .downloads-block--aside .downloads-block__col:nth-child(3n) {
        margin-right: 0; }
      @media (max-width: 767px) {
        .downloads-block--aside .downloads-block__col {
          flex: 0 0 auto;
          max-width: none;
          width: 100%;
          margin-top: 28px; }
          .downloads-block--aside .downloads-block__col:first-child {
            margin-top: 20px; } }
    @media (max-width: 767px) {
      .downloads-block__col {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
        margin-top: 28px; }
        .downloads-block__col:first-child {
          margin-top: 20px; } }
  .downloads-block__info {
    padding-left: 50px;
    padding-right: 70px; }
    @media (max-width: 1349px) {
      .downloads-block__info {
        padding-left: 42px;
        padding-right: 56px; } }
    @media (max-width: 1199px) {
      .downloads-block__info {
        padding-left: 32px;
        padding-right: 45px; } }
    @media (max-width: 991px) {
      .downloads-block__info {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .downloads-block__info {
        padding-left: 20px;
        padding-right: 20px; } }
  .downloads-block__info-title {
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    margin-bottom: 20px; }
  .downloads-block__info-cta {
    float: right;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .downloads-block__info-cta {
        display: block;
        float: none;
        margin-top: 15px; } }
  .downloads-block__cta-container {
    align-self: flex-end;
    padding-right: 80px;
    width: 100%; }
    @media (max-width: 1349px) {
      .downloads-block__cta-container {
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .downloads-block__cta-container {
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .downloads-block__cta-container {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .downloads-block__cta-container {
        padding-left: 20px;
        padding-right: 20px; } }
    .downloads-block__cta-container .button {
      width: 100%; }
      @media (max-width: 991px) {
        .downloads-block__cta-container .button {
          width: auto; } }

.download-list {
  list-style-type: none;
  margin: 24px 0 0;
  padding: 0; }
  @media (max-width: 1349px) {
    .download-list {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .download-list {
      margin-top: 14px; } }
  .download-list__item {
    margin: 12px 0; }
  .download-list__item-icon {
    float: left;
    position: relative; }
    .download-list__item--image .download-list__item-icon {
      height: 21px;
      width: 29px; }
      @media (max-width: 1349px) {
        .download-list__item--image .download-list__item-icon {
          height: 20px;
          width: 27px; } }
      @media (max-width: 1199px) {
        .download-list__item--image .download-list__item-icon {
          height: 16px;
          width: 23px; } }
    .download-list__item--cad .download-list__item-icon {
      height: 34px;
      width: 29px; }
      @media (max-width: 1349px) {
        .download-list__item--cad .download-list__item-icon {
          height: 32px;
          width: 27px; } }
      @media (max-width: 1199px) {
        .download-list__item--cad .download-list__item-icon {
          height: 26px;
          width: 23px; } }
    .download-list__item--document .download-list__item-icon {
      height: 30px;
      width: 22px;
      top: 2px; }
      @media (max-width: 1349px) {
        .download-list__item--document .download-list__item-icon {
          height: 27px;
          width: 21px; } }
      @media (max-width: 1199px) {
        .download-list__item--document .download-list__item-icon {
          height: 26px;
          width: 18px; } }
  .download-list__item-text {
    display: block;
    padding-left: 46px; }
    @media (max-width: 1349px) {
      .download-list__item-text {
        padding-left: 42px; } }
    @media (max-width: 1199px) {
      .download-list__item-text {
        padding-left: 36px; } }
  .download-list__item-link {
    display: block;
    margin-bottom: 4px; }
  .download-list__item-meta {
    opacity: 0.5; }

.download-option > a {
  display: block;
  padding: 3px;
  text-decoration: none; }
  .download-option > a .icon {
    width: 13px;
    height: 13px; }
  .download-option > a .icon, .download-option > a > span {
    display: inline-block;
    vertical-align: middle; }

.download-option__text {
  margin-left: 7px;
  text-decoration: underline; }

.download-option__meta {
  opacity: 0.5; }

.environment-label {
  align-items: center;
  display: flex;
  height: 100%; }
  .environment-label__name {
    margin-bottom: 0; }
  .environment-label__image-container {
    margin-right: 10px;
    opacity: 0.4;
    width: 110px; }
    @media (max-width: 1199px) {
      .environment-label__image-container {
        width: 90px; } }
    @media (max-width: 991px) {
      .environment-label__image-container {
        width: 80px; } }
    @media (max-width: 767px) {
      .environment-label__image-container {
        width: 70px; } }
    .environment-label__image-container img {
      display: block;
      height: auto;
      margin: 0 auto;
      max-height: 46px;
      max-width: 100%;
      width: auto; }
      @media (max-width: 1199px) {
        .environment-label__image-container img {
          max-height: 40px; } }
      @media (max-width: 991px) {
        .environment-label__image-container img {
          max-height: 30px; } }

.environment-labels {
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
  margin: 40px 0;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1349px) {
    .environment-labels {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .environment-labels {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .environment-labels {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .environment-labels {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1349px) {
    .environment-labels {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .environment-labels {
      margin: 30px 0;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .environment-labels {
      margin: 20px 0;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .environment-labels__title {
    margin-bottom: 40px; }
    @media (max-width: 1349px) {
      .environment-labels__title {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .environment-labels__title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .environment-labels__title {
        text-align: center; } }
  @media (max-width: 767px) {
    .environment-labels__list {
      margin-left: -20px;
      margin-right: -20px; } }
  .environment-labels .border-grid__col {
    padding: 25px; }
    @media (max-width: 1199px) {
      .environment-labels .border-grid__col {
        padding: 20px; } }
    @media (max-width: 991px) {
      .environment-labels .border-grid__col {
        padding: 15px; } }
    @media (max-width: 767px) {
      .environment-labels .border-grid__col {
        padding: 10px 20px; } }

.expandable-intro {
  padding: 80px;
  background-color: #fff;
  padding-bottom: 0; }
  .expandable-intro:before, .expandable-intro:after {
    content: " ";
    display: table; }
  .expandable-intro:after {
    clear: both; }
  @media (max-width: 1349px) {
    .expandable-intro {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .expandable-intro {
      padding: 50px; } }
  @media (max-width: 991px) {
    .expandable-intro {
      padding: 30px; } }
  @media (max-width: 767px) {
    .expandable-intro {
      padding: 20px; } }
  .expandable-intro__col {
    float: left;
    width: 50%; }
    .expandable-intro__col:nth-child(1) {
      padding-right: 30px; }
    .expandable-intro__col:nth-child(2) {
      padding-left: 10px; }
    @media (max-width: 767px) {
      .expandable-intro__col {
        float: none;
        width: auto; }
        .expandable-intro__col:nth-child(2) {
          padding-left: 0; } }
  .expandable-intro__visible-text {
    display: inline; }
  .expandable-intro__one-liner {
    font-weight: 500;
    letter-spacing: .9px;
    text-transform: uppercase; }
  .expandable-intro__text-toggle {
    margin-top: 1.2em;
    margin-bottom: 1.2em; }
    .expandable-intro__text-toggle.is-hidden {
      display: none; }

.feed {
  min-height: 300px;
  position: relative; }
  .feed + .feed {
    margin-top: 34px; }
  @media (max-width: 767px) {
    .feed {
      padding: 0 7px; }
      .feed__grid {
        margin: 0; } }
  @media (max-width: 767px) {
    .feed__title {
      padding: 20px; } }
  .feed__grid {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .feed__grid {
        margin-left: -7px;
        margin-right: -7px; } }
    @media (max-width: 767px) {
      .feed__grid {
        margin-left: 0;
        margin-right: 0;
        display: block; } }
    .feed__grid .feed__grid-item--left {
      float: left; }
    .feed__grid .feed__grid-item--right {
      float: right; }
    .feed__grid .feed__grid-item--clear {
      clear: both; }
    .feed__grid .feed__grid-item--split {
      float: left; }
    .feed__grid .feed__grid-item--split > div {
      margin: 40px -70px; }
    .feed__category .feed__grid {
      padding-left: 25px; }
      @media (max-width: 1199px) {
        .feed__category .feed__grid {
          padding-left: 20px; } }
      @media (max-width: 991px) {
        .feed__category .feed__grid {
          padding-left: 18px; } }
      @media (max-width: 767px) {
        .feed__category .feed__grid {
          padding-left: 0; } }
  .feed__category {
    padding-left: 35px;
    position: relative; }
    .feed__category:before, .feed__category:after {
      content: " ";
      display: table; }
    .feed__category:after {
      clear: both; }
    @media (max-width: 1349px) {
      .feed__category {
        padding-left: 30px; } }
    @media (max-width: 1199px) {
      .feed__category {
        padding-left: 27px; } }
    @media (max-width: 991px) {
      .feed__category {
        padding-left: 24px; } }
    @media (max-width: 767px) {
      .feed__category {
        padding-left: 0; } }
    .feed__category + .feed__category {
      margin-top: 56px; }
      @media (max-width: 1349px) {
        .feed__category + .feed__category {
          margin-top: 48px; } }
      @media (max-width: 1199px) {
        .feed__category + .feed__category {
          margin-top: 42px; } }
      @media (max-width: 991px) {
        .feed__category + .feed__category {
          margin-top: 36px; } }
      @media (max-width: 767px) {
        .feed__category + .feed__category {
          margin-top: 0; } }
    .feed--loading .feed__category {
      display: none; }
    .feed__category:before {
      content: '';
      display: block;
      background-color: #d0d3d4;
      height: calc(100% - 46px);
      width: 1px;
      position: absolute;
      top: 0; }
      @media (max-width: 767px) {
        .feed__category:before {
          display: none; } }
  .feed__category-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .feed__category-title {
        background-color: #a2a6a8;
        color: #fff;
        padding: 7px 20px;
        position: relative;
        bottom: auto;
        left: auto;
        transform: none; } }
  .feed__no-results {
    text-align: center; }
  .feed .loader {
    display: none;
    margin-top: 70px; }
  .feed--loading .loader {
    display: block; }
  .feed .material-info {
    clear: both;
    padding: 60px 10px 20px; }
    .feed .material-info:first-child {
      padding-top: 30px; }
  .feed__meta {
    overflow: hidden;
    margin-bottom: 40px; }
  .feed__meta-right {
    float: right;
    display: flex;
    align-items: center; }
  .feed__grid-switch {
    opacity: .5;
    cursor: pointer;
    margin-left: 20px; }
    .feed__grid-switch--active, .feed__grid-switch--active:hover {
      opacity: 1; }

@media (max-width: 1349px) {
  .feed__grid .feed__grid-item--split > div {
    margin: 25px -50px; } }

@media (max-width: 1199px) {
  .feed__grid .feed__grid-item--split > div {
    margin: 20px -43px; } }

@media (max-width: 991px) {
  .feed__grid .feed__grid-item--split > div {
    margin: 10px -23px; } }

@media (max-width: 767px) {
  .feed__grid .feed__grid-item--split > div {
    margin: 0; }
  .feed__grid .feed__grid-item--left,
  .feed__grid .feed__grid-item--right,
  .feed__grid .feed__grid-item--split {
    float: none; }
  .feed__meta {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
  .feed__meta-right {
    display: none; } }

.feed-container {
  padding: 40px 0;
  background: white;
  position: relative;
  width: inherit;
  overflow: hidden; }
  .feed-container .feed, .feed-container .feed-filter {
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 1349px) {
      .feed-container .feed, .feed-container .feed-filter {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .feed-container .feed, .feed-container .feed-filter {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .feed-container .feed, .feed-container .feed-filter {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .feed-container .feed, .feed-container .feed-filter {
        padding-left: 20px;
        padding-right: 20px; } }
  .feed-container--transparent {
    background: transparent;
    padding-top: 10px; }
    .feed-container--transparent .feed {
      padding: 0; }
  .feed-container--no-padding {
    background: transparent;
    padding: 0; }
    .feed-container--no-padding .feed {
      padding: 0; }
    .feed-container--no-padding .feed__grid {
      margin: 0; }
    .feed-container--no-padding .feed__grid > * {
      padding: 0; }

@media (max-width: 1349px) {
  .feed-container {
    padding: 25px 0; }
    .feed-container--no-padding {
      padding: 0; } }

@media (max-width: 1199px) {
  .feed-container {
    padding: 20px 0; }
    .feed-container--no-padding {
      padding: 0; } }

@media (max-width: 991px) {
  .feed-container {
    padding: 10px 0; }
    .feed-container--no-padding {
      padding: 0; } }

@media (max-width: 767px) {
  .feed-container {
    padding: 0; }
    .feed-container .feed, .feed-container .feed-filter {
      padding: 0; }
    .feed-container--margin-top {
      padding: 10px 0 0; } }

.feed-filter {
  background-color: #fff;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    .feed-filter {
      margin-top: -50px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
      .feed-container .feed-filter {
        padding-top: 50px; }
      .tip-feed-nav .feed-filter {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .feed-filter--expanded {
      position: fixed;
      height: 100%;
      width: inherit;
      z-index: 12;
      top: 50px; } }
  .feed-filter--sticky {
    position: fixed;
    top: 77px;
    width: inherit;
    z-index: 9; }
    @media (max-width: 1349px) {
      .feed-filter--sticky {
        top: 74px; } }
    @media (max-width: 1199px) {
      .feed-filter--sticky {
        top: 70px; } }
    @media (max-width: 991px) {
      .feed-filter--sticky {
        top: 62px; } }
    @media (max-width: 767px) {
      .feed-filter--sticky {
        top: 135px;
        z-index: 7; }
        .feed-filter--sticky.feed-filter--expanded {
          z-index: 12;
          top: 50px; } }
  .feed-filter__header,
  .feed-filter:not([data-filter-tab]) .feed-filter__collapse, .feed-filter__tab {
    border-bottom: solid 1px #d0d3d4; }
    @media (max-width: 767px) {
      .feed-filter__header,
      .feed-filter:not([data-filter-tab]) .feed-filter__collapse, .feed-filter__tab {
        padding-left: 20px;
        padding-right: 20px; } }
  .feed-filter__header {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 1199px) {
      .feed-filter__header {
        padding-top: 16px;
        padding-bottom: 16px; } }
    @media (max-width: 991px) {
      .feed-filter__header {
        padding-top: 14px;
        padding-bottom: 14px; } }
    @media (max-width: 767px) {
      .feed-filter__header {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media (max-width: 767px) {
      .feed-filter--expanded .feed-filter__header {
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 12; } }
  .feed-filter__collapse {
    background-color: #fff;
    display: none;
    padding-top: 24px;
    padding-bottom: 20px; }
    .feed-filter__collapse:before, .feed-filter__collapse:after {
      content: " ";
      display: table; }
    .feed-filter__collapse:after {
      clear: both; }
    @media (max-width: 767px) {
      .feed-filter__collapse {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 11;
        transition: opacity 300ms ease-in-out; } }
    .feed-filter--expanded .feed-filter__collapse {
      display: block; }
      @media (max-width: 767px) {
        .feed-filter--expanded .feed-filter__collapse {
          margin-left: 0;
          margin-right: 0;
          opacity: 1;
          overflow: auto;
          height: 100%;
          padding-top: 80px;
          top: 0;
          left: 0; }
          .tip-feed-nav .feed-filter--expanded .feed-filter__collapse {
            padding-top: 53px; } }
  .feed-filter[data-filter-tab] .feed-filter__collapse {
    padding: 0; }
  .feed-filter__menu {
    display: none;
    position: relative;
    margin-top: 30px; }
    .feed-filter--expanded .feed-filter__menu {
      display: block; }
    .feed-filter__menu:before, .feed-filter__menu:after {
      content: " ";
      display: table; }
    .feed-filter__menu:after {
      clear: both; }
    .feed-filter__menu-item {
      float: left;
      opacity: 0.3; }
      .feed-filter__menu-item:hover {
        opacity: 0.6; }
    .feed-filter__menu-item + .feed-filter__menu-item {
      margin-left: 64px; }
    .feed-filter__menu-arrow-left, .feed-filter__menu-arrow-right {
      text-decoration: none;
      position: absolute;
      display: none;
      top: 50%;
      margin-top: -6px; }
      .feed-filter__menu-arrow-left svg, .feed-filter__menu-arrow-right svg {
        height: 12px; }
    .feed-filter__menu-arrow-left {
      left: 0; }
    .feed-filter__menu-arrow-right {
      right: 0; }
    @media (max-width: 1349px) {
      .feed-filter__menu-item + .feed-filter__menu-item {
        margin-left: 56px; } }
    @media (max-width: 1199px) {
      .feed-filter__menu-item + .feed-filter__menu-item {
        margin-left: 36px; } }
    @media (max-width: 991px) {
      .feed-filter__menu-item + .feed-filter__menu-item {
        margin-left: 26px; } }
    @media (max-width: 767px) {
      .feed-filter__menu-item {
        width: 100%;
        text-align: center;
        display: none; }
      .feed-filter__menu-item + .feed-filter__menu-item {
        margin-left: 0; }
      .feed-filter__menu-arrow-left, .feed-filter__menu-arrow-right {
        display: block; } }
  .feed-filter[data-filter-tab] .feed-filter__tab {
    padding-top: 24px;
    padding-bottom: 20px;
    display: none; }
    .feed-filter[data-filter-tab] .feed-filter__tab:before, .feed-filter[data-filter-tab] .feed-filter__tab:after {
      content: " ";
      display: table; }
    .feed-filter[data-filter-tab] .feed-filter__tab:after {
      clear: both; }
    @media (max-width: 767px) {
      .feed-filter[data-filter-tab] .feed-filter__tab {
        padding-top: 126px; } }
  .feed-filter[data-filter-tab="0"] .feed-filter__tab[data-filter-tab="0"] {
    display: block; }
  .feed-filter[data-filter-tab="0"] .feed-filter__menu-item[data-filter-tab="0"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="1"] .feed-filter__tab[data-filter-tab="1"] {
    display: block; }
  .feed-filter[data-filter-tab="1"] .feed-filter__menu-item[data-filter-tab="1"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="2"] .feed-filter__tab[data-filter-tab="2"] {
    display: block; }
  .feed-filter[data-filter-tab="2"] .feed-filter__menu-item[data-filter-tab="2"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="3"] .feed-filter__tab[data-filter-tab="3"] {
    display: block; }
  .feed-filter[data-filter-tab="3"] .feed-filter__menu-item[data-filter-tab="3"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="4"] .feed-filter__tab[data-filter-tab="4"] {
    display: block; }
  .feed-filter[data-filter-tab="4"] .feed-filter__menu-item[data-filter-tab="4"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="5"] .feed-filter__tab[data-filter-tab="5"] {
    display: block; }
  .feed-filter[data-filter-tab="5"] .feed-filter__menu-item[data-filter-tab="5"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="6"] .feed-filter__tab[data-filter-tab="6"] {
    display: block; }
  .feed-filter[data-filter-tab="6"] .feed-filter__menu-item[data-filter-tab="6"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="7"] .feed-filter__tab[data-filter-tab="7"] {
    display: block; }
  .feed-filter[data-filter-tab="7"] .feed-filter__menu-item[data-filter-tab="7"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="8"] .feed-filter__tab[data-filter-tab="8"] {
    display: block; }
  .feed-filter[data-filter-tab="8"] .feed-filter__menu-item[data-filter-tab="8"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="9"] .feed-filter__tab[data-filter-tab="9"] {
    display: block; }
  .feed-filter[data-filter-tab="9"] .feed-filter__menu-item[data-filter-tab="9"] {
    opacity: 1;
    display: block; }
  .feed-filter[data-filter-tab="10"] .feed-filter__tab[data-filter-tab="10"] {
    display: block; }
  .feed-filter[data-filter-tab="10"] .feed-filter__menu-item[data-filter-tab="10"] {
    opacity: 1;
    display: block; }
  .feed-filter__toggle, .feed-filter__reset {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
    padding: 0; }
  .feed-filter__toggle {
    font-size: 15px;
    letter-spacing: .9px;
    margin-bottom: 0;
    user-select: none; }
    @media (max-width: 1349px) {
      .feed-filter__toggle {
        font-size: 13px;
        letter-spacing: .8px; } }
    @media (max-width: 1199px) {
      .feed-filter__toggle {
        font-size: 12px;
        letter-spacing: .75px; } }
    @media (max-width: 991px) {
      .feed-filter__toggle {
        font-size: 11px;
        letter-spacing: .7px; } }
    @media (max-width: 767px) {
      .feed-filter__toggle {
        padding-top: 7px;
        padding-bottom: 6px; } }
    .feed-filter__toggle:active {
      background-color: transparent; }
    .feed-filter__toggle .icon {
      margin-left: 20px;
      position: relative;
      top: 2px;
      transition: transform 200ms; }
      @media (max-width: 1349px) {
        .feed-filter__toggle .icon {
          margin-left: 15px;
          width: 7px;
          height: 12px; } }
    .feed-filter--expanded .feed-filter__toggle .icon {
      transform: rotate(90deg); }
      @media (max-width: 767px) {
        .feed-filter--expanded .feed-filter__toggle .icon {
          display: none; } }
  .feed-filter__reset {
    color: #a2a6a8;
    font-size: 12px;
    opacity: 0;
    width: 0;
    overflow: hidden;
    float: right;
    transition: opacity 200ms; }
    .feed-filter__collapse .feed-filter__reset {
      display: none; }
    @media (max-width: 767px) {
      .feed-filter__header .feed-filter__reset {
        display: none; }
      .feed-filter__collapse .feed-filter__reset {
        display: block; } }
    .feed-filter--expanded .feed-filter__reset,
    .feed-filter__collapse .feed-filter__reset {
      opacity: 1;
      width: auto; }
    .feed-filter__reset:hover {
      opacity: 0.5;
      transition: none; }
  .feed-filter[data-filter-tab] .feed-filter__collapse .feed-filter__reset {
    margin: 20px; }
  .feed-filter__close {
    display: none; }
    @media (max-width: 767px) {
      .feed-filter__close {
        background-color: transparent;
        border: 0;
        float: right;
        padding: 8px;
        outline: none;
        width: 28px;
        height: 28px; }
        .feed-filter__close:before, .feed-filter__close:after {
          content: '';
          display: block;
          background-color: #1d1d1b;
          width: 16px;
          height: 1px;
          position: absolute; }
        .feed-filter__close:before {
          transform: rotate(45deg); }
        .feed-filter__close:after {
          transform: rotate(-45deg); } }
    @media (max-width: 767px) {
      .feed-filter--expanded .feed-filter__close {
        display: block; } }
  .feed-filter__search-bar, .material-filter__search-bar {
    padding-top: 15px;
    position: relative;
    min-height: 58px; }
    .feed-filter__search-bar:before, .material-filter__search-bar:before, .feed-filter__search-bar:after, .material-filter__search-bar:after {
      content: " ";
      display: table; }
    .feed-filter__search-bar:after, .material-filter__search-bar:after {
      clear: both; }
    @media (max-width: 1199px) {
      .feed-filter__search-bar, .material-filter__search-bar {
        padding-top: 8px;
        min-height: 51px; } }
    @media (max-width: 767px) {
      .feed-filter__search-bar, .material-filter__search-bar {
        border-bottom: solid 1px #d0d3d4;
        min-height: 47px;
        padding-top: 4px;
        padding-left: 20px;
        padding-right: 20px; } }
    .feed-filter__search-bar--search-disabled .feed-filter__search-field {
      visibility: hidden; }
    .feed-filter--sticky .feed-filter__search-bar, .feed-filter--sticky .material-filter__search-bar {
      display: none; }
  .feed-filter__num-hits, .feed-filter__sortby {
    margin: 0;
    padding-top: 10px;
    position: absolute; }
  .feed-filter__sortby {
    left: 114px; }
    .feed-filter__sortby-item, .feed-filter__sortby span {
      opacity: 0.5;
      text-decoration: none;
      margin-right: 18px;
      display: inline-block; }
    .feed-filter__sortby-item.active {
      opacity: 1;
      display: inline-block; }
    @media (max-width: 767px) {
      .feed-filter__sortby {
        right: 60px;
        text-align: center; }
        .feed-filter__sortby-item {
          display: none; } }
  .feed-filter__search-field {
    float: right;
    position: relative;
    background: white;
    z-index: 1; }
    .feed-filter__focused-search ~ .feed-filter__search-bar .feed-filter__search-field, .feed-filter__focused-search ~ .material-filter__search-bar .feed-filter__search-field {
      display: none; }
    @media (max-width: 767px) {
      .feed-filter__search-field {
        border-bottom: 0; } }
    .feed-filter__search-field.search-field--expanded {
      width: 585px; }
      @media (max-width: 1349px) {
        .feed-filter__search-field.search-field--expanded {
          width: 515px; } }
      @media (max-width: 1199px) {
        .feed-filter__search-field.search-field--expanded {
          width: 428px; } }
      @media (max-width: 991px) {
        .feed-filter__search-field.search-field--expanded {
          width: 338px; } }
      @media (max-width: 767px) {
        .feed-filter__search-field.search-field--expanded {
          width: 100%; } }
  .feed-filter__better-effect-title {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 15px; }
    @media (max-width: 1199px) {
      .feed-filter__better-effect-title {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .feed-filter__better-effect-title {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .feed-filter__better-effect-title {
        padding-left: 6px; } }
    .feed-filter__better-effect-title strong {
      font-weight: 700; }
  .feed-filter__better-effect-link {
    display: inline-block; }
  .feed-filter__better-effect-checkbox {
    margin: 25px 0; }
    @media (max-width: 767px) {
      .feed-filter__better-effect-checkbox {
        margin-left: 6px; } }
    .feed-filter__better-effect-checkbox .link-group__item--checkbox a {
      padding-left: calc(.9375em * 1.334 + 7px); }
  .feed-filter .feed-filter__focused-search {
    margin-top: 20px;
    margin-bottom: 60px; }
    @media (max-width: 1199px) {
      .feed-filter .feed-filter__focused-search {
        margin-top: 25px;
        margin-bottom: 45px; } }
    @media (max-width: 767px) {
      .feed-filter .feed-filter__focused-search {
        margin-top: 25px;
        margin-bottom: 25px; } }

.range {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 20px;
  margin: 0 26px;
  user-select: none; }
  @media (max-width: 1349px) {
    .range {
      width: 68px; } }
  @media (max-width: 767px) {
    .range {
      width: auto;
      max-width: 100%; } }
  .range--lg {
    width: auto;
    height: 41px;
    max-width: 352px;
    margin: 0 54px; }
    @media (max-width: 1199px) {
      .range--lg {
        height: 30px;
        max-width: 255px;
        margin: 0 40px; } }
    @media (max-width: 991px) {
      .range--lg {
        height: 20px;
        max-width: 178px;
        margin: 0 26px; } }
    @media (max-width: 767px) {
      .range--lg {
        max-width: 100%;
        margin-left: 32px; } }
  .range__low, .range__high {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: inherit; }
    .range--lg .range__low, .range--lg .range__high {
      width: 54px; }
      @media (max-width: 1199px) {
        .range--lg .range__low, .range--lg .range__high {
          width: 40px; } }
      @media (max-width: 991px) {
        .range--lg .range__low, .range--lg .range__high {
          width: 26px; } }
    .range__low svg, .range__high svg {
      width: inherit;
      height: inherit; }
  .range__low {
    left: 0;
    margin-left: -26px;
    cursor: pointer; }
    .range--lg .range__low {
      margin-left: -54px; }
      @media (max-width: 1199px) {
        .range--lg .range__low {
          margin-left: -40px; } }
      @media (max-width: 991px) {
        .range--lg .range__low {
          margin-left: -26px; } }
  .range__high {
    left: 100%;
    margin-left: 0; }
    .range__high svg {
      transform: rotate(-180deg); }
  .range__handle-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0; }
    .range--lg .range__handle-value {
      width: 41px;
      line-height: 41px; }
      @media (max-width: 1199px) {
        .range--lg .range__handle-value {
          width: 30px;
          line-height: 30px; } }
      @media (max-width: 991px) {
        .range--lg .range__handle-value {
          width: 20px;
          line-height: 20px; } }
    .range__high .range__handle-value {
      left: auto;
      right: 0; }
  .range__track {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 6px; }
    .range--lg .range__track {
      top: 15px;
      height: 10px; }
      @media (max-width: 1199px) {
        .range--lg .range__track {
          top: 11.5px;
          height: 7px; } }
      @media (max-width: 991px) {
        .range--lg .range__track {
          top: 7px;
          height: 6px; } }
  .range__indicator {
    position: relative;
    background-color: #b7d698;
    height: inherit;
    width: 100%; }
    .range__indicator:before, .range__indicator:after {
      content: '';
      position: absolute;
      display: inline-block;
      top: 0;
      width: 6px;
      height: inherit;
      background-color: #b7d698; }
      .range--lg .range__indicator:before, .range--lg .range__indicator:after {
        width: 10px; }
        @media (max-width: 1199px) {
          .range--lg .range__indicator:before, .range--lg .range__indicator:after {
            width: 7px; } }
        @media (max-width: 991px) {
          .range--lg .range__indicator:before, .range--lg .range__indicator:after {
            width: 6px; } }
    .range__indicator:before {
      left: -6px; }
      .range--lg .range__indicator:before {
        left: -10px; }
        @media (max-width: 1199px) {
          .range--lg .range__indicator:before {
            left: -7px; } }
        @media (max-width: 991px) {
          .range--lg .range__indicator:before {
            left: -6px; } }
    .range__indicator:after {
      right: -6px; }
      .range--lg .range__indicator:after {
        right: -10px; }
        @media (max-width: 1199px) {
          .range--lg .range__indicator:after {
            right: -7px; } }
        @media (max-width: 991px) {
          .range--lg .range__indicator:after {
            right: -6px; } }

.filter-search-field {
  border-bottom: solid 1px #fff;
  overflow: hidden;
  position: relative;
  padding-left: 26px;
  width: 0;
  transition: width 400ms ease-in-out; }
  .filter-search-field--expanded {
    border-color: #eef1f3;
    padding-bottom: 0;
    width: 400px; }
  .filter-search-field__toggle {
    border: 0;
    background-color: transparent;
    outline: none;
    padding: 8px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%); }
  .filter-search-field__input {
    border: 0;
    padding: 10px 20px 10px 10px;
    line-height: 1.8;
    outline: none;
    height: 42px;
    font-size: 12px;
    width: 100%; }
  .filter-search-field__close {
    display: none;
    background-color: transparent;
    border: 0;
    padding: 8px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    width: 28px;
    height: 28px; }
    .filter-search-field__close:before, .filter-search-field__close:after {
      content: '';
      display: block;
      background-color: #1d1d1b;
      width: 16px;
      height: 1px;
      position: absolute; }
    .filter-search-field__close:before {
      transform: rotate(45deg); }
    .filter-search-field__close:after {
      transform: rotate(-45deg); }
    .filter-search-field--expanded .filter-search-field__close {
      display: block; }

.flash {
  margin: 20px 0;
  padding: 15px 25px; }
  .flash--error {
    background-color: #d22630;
    color: #fff; }
  .flash p:first-child {
    margin-top: 0; }

.footer {
  position: relative;
  background: transparent;
  padding: 0;
  margin-top: 20px;
  overflow: hidden; }
  .footer:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .footer:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .footer:before {
        width: 8px; } }
    .page-theme-aquamarine .footer:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .footer:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .footer:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .footer:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .footer:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .footer:before {
      background-color: #b7d698; }
    .page-theme-chilired .footer:before {
      background-color: #d22630; }
    .page-theme-salmon .footer:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .footer:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .footer:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .footer:before {
      background-color: #00a0d8; }
    .page-theme-white .footer:before {
      background-color: #fff; }
    .page-theme-black .footer:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .footer:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .footer:before {
      background-color: #244f3e; }
  .footer > * {
    background: #fff; }
  .footer > * + * {
    margin-top: 1px; }
  .footer a {
    text-decoration: none; }
  .footer ul {
    margin-top: 1em; }
  .footer li + li {
    margin-top: 0.3em; }
  .footer .icon--flag {
    height: 10px; }

.footer__menu {
  margin: 0 -20px;
  padding: 10px 80px; }
  .footer__menu:before, .footer__menu:after {
    content: " ";
    display: table; }
  .footer__menu:after {
    clear: both; }

.footer__menu-title .icon {
  display: none; }

.footer__contact, .footer__showrooms {
  float: left;
  width: 20.83333%;
  padding: 20px; }

.footer__links {
  margin-left: -10px;
  margin-right: -10px;
  float: right;
  width: 50%;
  font-size: 11px;
  padding: 10px 20px;
  margin-right: 0; }
  .footer__links:before, .footer__links:after {
    content: " ";
    display: table; }
  .footer__links:after {
    clear: both; }
  .footer__links > * {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%; }
  .footer__links .footer__menu-title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.4em; }
  .footer__links ul {
    margin-top: 0; }

.footer__links-group,
.footer__links-list {
  padding-top: 10px;
  padding-bottom: 10px; }

.footer__links-list {
  width: 66.66667%;
  border-top: 1px solid #eef1f3; }

@media (max-width: 1349px) {
  .footer__menu {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 1199px) {
  .footer__menu {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 991px) {
  .footer__menu {
    padding-left: 30px;
    padding-right: 30px; }
  .footer__contact, .footer__showrooms {
    width: 25%; }
  .footer__links {
    width: 50%; }
  .footer__links-group {
    width: 50%; }
  .footer__links-list {
    width: 100%; } }

@media (max-width: 767px) {
  .footer__menu,
  .footer__contact,
  .footer__showrooms,
  .footer__links,
  .footer__links-group,
  .footer__links-list {
    width: 100%;
    border: none;
    margin: 0; }
  .footer__menu {
    background: transparent;
    padding: 0; }
    .footer__menu > * {
      background: #fff; }
    .footer__menu > * + * {
      margin-top: 1px; }
    .footer__menu .footer__links {
      background: transparent;
      padding: 0; }
      .footer__menu .footer__links > * {
        background: #fff; }
      .footer__menu .footer__links > * + * {
        margin-top: 1px; }
      .footer__menu .footer__links .footer__links-list {
        padding: 0;
        background: transparent; }
      .footer__menu .footer__links .footer__links-list ul {
        background: transparent;
        padding: 0; }
        .footer__menu .footer__links .footer__links-list ul > * {
          background: #fff; }
        .footer__menu .footer__links .footer__links-list ul > * + * {
          margin-top: 1px; }
  .footer__contact,
  .footer__showrooms,
  .footer__links-group,
  .footer__links-list li {
    padding: 0 20px; }
  .footer__contact .footer__menu-title,
  .footer__showrooms .footer__menu-title,
  .footer__links .footer__menu-title {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    padding: 15px 0;
    display: block;
    cursor: pointer;
    margin: 0; }
    .footer__contact .footer__menu-title:hover,
    .footer__showrooms .footer__menu-title:hover,
    .footer__links .footer__menu-title:hover {
      opacity: 0.5; }
  .footer__menu-title {
    position: relative; }
    .footer__menu-title .icon {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      height: 15px;
      margin-top: -7px;
      fill: #1d1d1b;
      opacity: 0.5;
      transition: transform 200ms; }
    .footer__menu-title--expanded .icon {
      transform: rotate(90deg); }
  .footer__menu-content {
    padding-bottom: 15px;
    display: none; }
  .footer__menu-title--expanded + .footer__menu-content {
    display: block; } }

.footer__bar {
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
  font-size: 0; }
  @media (max-width: 1349px) {
    .footer__bar {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .footer__bar {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .footer__bar {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .footer__bar {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer__bar:after {
    content: "";
    height: 100%; }
  .footer__bar:after, .footer__bar > * {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    padding: 15px 20px;
    font-size: 11px; }

.footer__list-item > *, .footer__store-link > * {
  display: inline-block;
  vertical-align: middle; }
  .footer__list-item > * + *, .footer__store-link > * + * {
    margin-left: 5px; }

.footer__list-item .icon--map-pin, .footer__store-link .icon--map-pin {
  width: 6px;
  height: 9px; }

.footer__store {
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 1349px) {
    .footer__store {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .footer__store {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .footer__store {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .footer__store {
      padding-left: 20px;
      padding-right: 20px; } }

.footer__store-link {
  display: inline-block;
  margin: 0;
  padding: 15px 0;
  fill: #909090; }

.footer__socials {
  width: 33.33333%; }

.footer__legal {
  width: 66.66667%;
  text-align: right; }
  .footer__legal ul {
    margin: 0; }
  .footer__legal ul, .footer__legal li {
    display: inline-block; }
  .footer__legal li + li, .footer__legal ul + ul {
    margin-left: 30px;
    margin-top: 0.3em; }

@media (max-width: 1199px) {
  .footer__socials a + a {
    margin-left: 25px; } }

@media (max-width: 991px) {
  .footer__socials {
    width: 50%; }
    .footer__socials .icon {
      width: 26px;
      height: 26px; }
    .footer__socials a + a {
      margin-left: 20px; }
  .footer__legal {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: 0;
    text-align: left;
    width: 50%; }
    .footer__legal:before, .footer__legal:after {
      content: " ";
      display: table; }
    .footer__legal:after {
      clear: both; }
    .footer__legal > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; }
    .footer__legal ul, .footer__legal li {
      display: block; }
    .footer__legal li + li, .footer__legal ul + ul {
      margin-left: 0; } }

@media (max-width: 767px) {
  .footer__bar:after {
    display: none; }
  .footer__bar > * {
    width: 100%;
    display: block; }
  .footer__legal {
    margin-left: 0;
    margin-right: 0; }
  .footer__legal > * {
    width: 100%;
    padding: 0; } }

.form-item {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.1667em; }
  .form-item__label {
    display: inline-block;
    font-size: .85712em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    margin-bottom: .5em;
    letter-spacing: 0.03em;
    color: #1d1d1b; }
    .form-item--required .form-item__label:after {
      content: "*"; }
  .form-item__input {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 12px;
    border: 1px solid #d0d3d4;
    outline: none; }
    .form-item__input--text, .form-item__input--password {
      width: 100%; }
    .form-item__input--checkbox {
      appearance: none;
      width: 14px;
      height: 14px;
      margin: 0;
      margin-right: 5px;
      padding: 0;
      opacity: 0;
      border: 0; }
  .form-item__checkbox-icon {
    fill: none;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px; }
    .form-item__input:checked + .form-item__checkbox-icon {
      fill: #1d1d1b;
      stroke: #1d1d1b;
      stroke-width: 1; }
  .form-item__description {
    margin-top: 0;
    font-size: .85712em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: rgba(29, 29, 27, 0.5); }

.form-row {
  margin: 0 -10px; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row:last-of-type > .form-col > .form-item {
    margin-bottom: 0; }

.form-col {
  float: left;
  padding: 0 10px; }
  .form-col--1 {
    width: 16.66667%; }
    @media (max-width: 767px) {
      .form-col--1 {
        float: none;
        width: auto; } }
  .form-col--offset-1 {
    margin-left: 16.66667%; }
    @media (max-width: 767px) {
      .form-col--offset-1 {
        margin-left: 0; } }
  .form-col--2 {
    width: 33.33333%; }
    @media (max-width: 767px) {
      .form-col--2 {
        float: none;
        width: auto; } }
  .form-col--offset-2 {
    margin-left: 33.33333%; }
    @media (max-width: 767px) {
      .form-col--offset-2 {
        margin-left: 0; } }
  .form-col--3 {
    width: 50%; }
    @media (max-width: 767px) {
      .form-col--3 {
        float: none;
        width: auto; } }
  .form-col--offset-3 {
    margin-left: 50%; }
    @media (max-width: 767px) {
      .form-col--offset-3 {
        margin-left: 0; } }
  .form-col--4 {
    width: 66.66667%; }
    @media (max-width: 767px) {
      .form-col--4 {
        float: none;
        width: auto; } }
  .form-col--offset-4 {
    margin-left: 66.66667%; }
    @media (max-width: 767px) {
      .form-col--offset-4 {
        margin-left: 0; } }
  .form-col--5 {
    width: 83.33333%; }
    @media (max-width: 767px) {
      .form-col--5 {
        float: none;
        width: auto; } }
  .form-col--offset-5 {
    margin-left: 83.33333%; }
    @media (max-width: 767px) {
      .form-col--offset-5 {
        margin-left: 0; } }
  .form-col--6 {
    width: 100%; }
    @media (max-width: 767px) {
      .form-col--6 {
        float: none;
        width: auto; } }
  .form-col--offset-6 {
    margin-left: 100%; }
    @media (max-width: 767px) {
      .form-col--offset-6 {
        margin-left: 0; } }

.login-form__password {
  margin-bottom: 2em; }
  @media (max-width: 767px) {
    .login-form__password {
      margin-bottom: 1em; } }

.login-form__remember-me {
  margin-top: 8px; }
  @media (max-width: 767px) {
    .login-form__remember-me {
      margin-top: 0; } }

@media (max-width: 767px) {
  .login-form__forgot-password {
    text-align: center; } }

.hamburger {
  background-color: transparent;
  border: 0;
  height: 40px;
  width: 40px;
  padding: 15px 12px;
  position: relative; }
  .hamburger__front, .hamburger__back {
    position: absolute;
    transition-duration: 100ms; }
  .hamburger__front {
    transition-delay: 100ms;
    top: 17px;
    left: 13px; }
    .hamburger__front:before, .hamburger__front:after {
      content: '';
      display: block;
      background-color: #1d1d1b;
      width: 14px;
      height: 1px; }
    .hamburger__front:after {
      margin-top: 4px; }
  .hamburger__back {
    transform: scaleX(0);
    transform-origin: 8px 0;
    top: 20px;
    left: 13px; }
    .hamburger__back:before, .hamburger__back:after {
      content: '';
      display: block;
      background-color: #1d1d1b;
      width: 14px;
      height: 1px;
      position: absolute; }
    .hamburger__back:before {
      transform: rotate(45deg); }
    .hamburger__back:after {
      transform: rotate(-45deg); }
  .hamburger--close .hamburger__front {
    transition-duration: 100ms;
    transform: scaleX(0);
    transition-delay: 0s; }
  .hamburger--close .hamburger__back {
    transition: 100ms;
    transition-delay: 100ms;
    transform: scaleX(1); }

.headline-bar {
  background: #fff;
  padding: 62px;
  text-align: center; }
  .headline-bar--thin {
    padding: 3em; }
  .headline-bar--no-padding-bottom {
    padding-bottom: 0; }
  @media (max-width: 1349px) {
    .headline-bar {
      padding: 52px; } }
  @media (max-width: 1199px) {
    .headline-bar {
      padding: 42px; } }
  @media (max-width: 991px) {
    .headline-bar {
      padding: 32px; } }
  @media (max-width: 767px) {
    .headline-bar {
      padding: 22px; } }
  .page-theme-aquamarine .headline-bar--theme-page {
    background-color: #a9dae7;
    color: #1d1d1b; }
  .page-theme-lemonyellow .headline-bar--theme-page {
    background-color: #f6eb61;
    color: #1d1d1b; }
  .page-theme-mistygrey .headline-bar--theme-page {
    background-color: #d0d3d4;
    color: #1d1d1b; }
  .page-theme-graphitegrey .headline-bar--theme-page {
    background-color: #a2a6a8;
    color: #fff; }
  .page-theme-polargreen .headline-bar--theme-page {
    background-color: #e0edd5;
    color: #1d1d1b; }
  .page-theme-springgreen .headline-bar--theme-page {
    background-color: #b7d698;
    color: #1d1d1b; }
  .page-theme-chilired .headline-bar--theme-page {
    background-color: #d22630;
    color: #fff; }
  .page-theme-salmon .headline-bar--theme-page {
    background-color: #e6baa8;
    color: #1d1d1b; }
  .page-theme-cinnamon .headline-bar--theme-page {
    background-color: #6d4f47;
    color: #fff; }
  .page-theme-flamingopink .headline-bar--theme-page {
    background-color: #fad0c8;
    color: #1d1d1b; }
  .page-theme-kingfisherblue .headline-bar--theme-page {
    background-color: #00a0d8;
    color: #fff; }
  .page-theme-white .headline-bar--theme-page {
    background-color: #fff;
    color: #1d1d1b; }
  .page-theme-black .headline-bar--theme-page {
    background-color: #1d1d1b;
    color: #fff; }
  .page-theme-pagebackground .headline-bar--theme-page {
    background-color: #eef1f3;
    color: #1d1d1b; }
  .page-theme-sdw20green .headline-bar--theme-page {
    background-color: #244f3e;
    color: #fff; }
  .headline-bar--theme-aquamarine {
    background-color: #a9dae7;
    color: #1d1d1b; }
  .headline-bar--theme-lemonyellow {
    background-color: #f6eb61;
    color: #1d1d1b; }
  .headline-bar--theme-mistygrey {
    background-color: #d0d3d4;
    color: #1d1d1b; }
  .headline-bar--theme-graphitegrey {
    background-color: #a2a6a8;
    color: #fff; }
  .headline-bar--theme-polargreen {
    background-color: #e0edd5;
    color: #1d1d1b; }
  .headline-bar--theme-springgreen {
    background-color: #b7d698;
    color: #1d1d1b; }
  .headline-bar--theme-chilired {
    background-color: #d22630;
    color: #fff; }
  .headline-bar--theme-salmon {
    background-color: #e6baa8;
    color: #1d1d1b; }
  .headline-bar--theme-cinnamon {
    background-color: #6d4f47;
    color: #fff; }
  .headline-bar--theme-flamingopink {
    background-color: #fad0c8;
    color: #1d1d1b; }
  .headline-bar--theme-kingfisherblue {
    background-color: #00a0d8;
    color: #fff; }
  .headline-bar--theme-white {
    background-color: #fff;
    color: #1d1d1b; }
  .headline-bar--theme-black {
    background-color: #1d1d1b;
    color: #fff; }
  .headline-bar--theme-pagebackground {
    background-color: #eef1f3;
    color: #1d1d1b; }
  .headline-bar--theme-sdw20green {
    background-color: #244f3e;
    color: #fff; }
  .headline-bar--text-aquamarine {
    color: #a9dae7; }
  .headline-bar--text-lemonyellow {
    color: #f6eb61; }
  .headline-bar--text-mistygrey {
    color: #d0d3d4; }
  .headline-bar--text-graphitegrey {
    color: #a2a6a8; }
  .headline-bar--text-polargreen {
    color: #e0edd5; }
  .headline-bar--text-springgreen {
    color: #b7d698; }
  .headline-bar--text-chilired {
    color: #d22630; }
  .headline-bar--text-salmon {
    color: #e6baa8; }
  .headline-bar--text-cinnamon {
    color: #6d4f47; }
  .headline-bar--text-flamingopink {
    color: #fad0c8; }
  .headline-bar--text-kingfisherblue {
    color: #00a0d8; }
  .headline-bar--text-white {
    color: #fff; }
  .headline-bar--text-black {
    color: #1d1d1b; }
  .headline-bar--text-pagebackground {
    color: #eef1f3; }
  .headline-bar--text-sdw20green {
    color: #244f3e; }
  .headline-bar > * {
    margin: 0; }
  .headline-bar h1,
  .headline-bar h2,
  .headline-bar h3,
  .headline-bar h4,
  .headline-bar h5 {
    color: inherit; }

.hero {
  position: relative;
  background: #fff;
  overflow: hidden; }
  .hero--showroom {
    padding-bottom: 55.555%;
    height: 0; }
    .hero--showroom .hero__text {
      position: relative;
      max-width: 610px;
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 1199px) {
        .hero--showroom .hero__text {
          max-width: 500px; } }
      @media (max-width:   991px) {
        .hero--showroom .hero__text {
          max-width: 400px; } }
      @media (max-width: 767px) {
        .hero--showroom .hero__text {
          display: none; } }
  .page-theme-aquamarine .hero__text {
    color: #a9dae7; }
  .page-theme-lemonyellow .hero__text {
    color: #f6eb61; }
  .page-theme-mistygrey .hero__text {
    color: #d0d3d4; }
  .page-theme-graphitegrey .hero__text {
    color: #a2a6a8; }
  .page-theme-polargreen .hero__text {
    color: #e0edd5; }
  .page-theme-springgreen .hero__text {
    color: #b7d698; }
  .page-theme-chilired .hero__text {
    color: #d22630; }
  .page-theme-salmon .hero__text {
    color: #e6baa8; }
  .page-theme-cinnamon .hero__text {
    color: #6d4f47; }
  .page-theme-flamingopink .hero__text {
    color: #fad0c8; }
  .page-theme-kingfisherblue .hero__text {
    color: #00a0d8; }
  .page-theme-white .hero__text {
    color: #fff; }
  .page-theme-black .hero__text {
    color: #1d1d1b; }
  .page-theme-pagebackground .hero__text {
    color: #eef1f3; }
  .page-theme-sdw20green .hero__text {
    color: #244f3e; }
  .hero__link:hover {
    opacity: 0.8; }
  .hero__image-outer {
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 767px) {
      .hero__image-outer {
        width: 175%; }
        .hero--image-center .hero__image-outer {
          margin-left: -37.5%; }
        .hero--image-left .hero__image-outer {
          margin-left: -75%; } }
    .hero__image-outer + .hero__text {
      position: absolute; }
      @media (max-width: 767px) {
        .hero__image-outer + .hero__text {
          padding: 60px;
          padding-left: 20px; } }
  .hero__image-inner {
    position: relative;
    height: 0; }
  .hero__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: top; }
  .hero__map-wrap {
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    height: 100%;
    z-index: 0; }
    @media (max-width: 1199px) {
      .hero__map-wrap {
        left: 14px; } }
    @media (max-width: 767px) {
      .hero__map-wrap {
        left: 8px; } }
  .hero__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero__text {
    padding: 80px;
    left: 0;
    top: 0;
    margin: 0;
    max-width: 810px;
    padding: 115px 80px; }
    @media (max-width: 1349px) {
      .hero__text {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .hero__text {
        padding: 50px; } }
    @media (max-width: 991px) {
      .hero__text {
        padding: 30px; } }
    @media (max-width: 767px) {
      .hero__text {
        padding: 20px; } }
    @media (max-width: 1349px) {
      .hero__text {
        max-width: 660px;
        padding: 90px 60px; } }
    @media (max-width: 1199px) {
      .hero__text {
        max-width: 540px;
        padding: 80px 50px; } }
    @media (max-width: 991px) {
      .hero__text {
        max-width: 410px;
        padding: 60px 30px 60px 40px; } }
    @media (max-width: 767px) {
      .hero__text {
        max-width: 100%;
        padding: 60px;
        padding-left: 20px; } }
    .hero--wide .hero__text {
      max-width: 1010px; }
      @media (max-width: 1349px) {
        .hero--wide .hero__text {
          max-width: 810px; } }
      @media (max-width: 1199px) {
        .hero--wide .hero__text {
          max-width: 680px; } }
      @media (max-width: 991px) {
        .hero--wide .hero__text {
          max-width: 540px; } }
      @media (max-width: 767px) {
        .hero--wide .hero__text {
          max-width: 100%; } }
    .hero__text.hero__text--black {
      color: #1d1d1b; }
    .hero__text.hero__text--white {
      color: #fff; }
    .hero__text.hero__text--center {
      margin: 0 auto;
      text-align: center; }
  .hero__text > * {
    margin: 0;
    padding: 0;
    color: inherit; }
    .hero__text > * + * {
      margin-top: 0.4em; }

.horisontal-checkboxes {
  position: relative;
  padding-bottom: 0; }
  .horisontal-checkboxes__option .form-item {
    margin-bottom: 0; }
  .horisontal-checkboxes__option .form-item__input--checkbox:checked ~ span {
    font-weight: bold; }
  .horisontal-checkboxes .form-item__label {
    position: relative;
    padding-right: 1.5em; }

.iframe {
  background-color: #fff; }
  .iframe--box-padding {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1349px) {
      .iframe--box-padding {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (max-width: 1199px) {
      .iframe--box-padding {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      .iframe--box-padding {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .iframe--box-padding {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .iframe__item {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .iframe--sixteennine .iframe__item {
      padding-bottom: 56.25%; }
    .iframe--fourthree .iframe__item {
      padding-bottom: 75%; }
    .iframe--square .iframe__item {
      padding-bottom: 100%; }
  .iframe__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.icon--360 {
  width: 59px;
  height: 60px; }

.icon--alternative-business-model {
  width: 29px;
  height: 32px; }

.icon--arrow-right, .icon--arrow-left {
  width: 15px;
  height: 15px; }

.icon--career {
  width: 22px;
  height: 22px; }

.icon--checkbox {
  width: 16px;
  height: 17px; }

.icon--checkbox-fancy {
  width: 15px;
  height: 16px; }

.icon--checkbox-round {
  width: 18px;
  height: 18px; }

.icon--checkbox-round-disabled {
  width: 18px;
  height: 18px; }

.icon--checkmark {
  width: 13px;
  height: 13px; }

.icon--chevron-down {
  width: 15px;
  height: 8px; }

.icon--chevron-right {
  width: 8px;
  height: 15px; }

.icon--circularity {
  width: 39px;
  height: 30px; }

.icon--close-cross {
  width: 14px;
  height: 13px; }

.icon--compose {
  width: 26px;
  height: 25px; }

.icon--contact {
  width: 12px;
  height: 7px; }

.icon--cube {
  width: 29px;
  height: 34px; }

.icon--done-all {
  width: 24px;
  height: 14px; }

.icon--download {
  width: 20px;
  height: 20px; }

.icon--drawing-tools {
  width: 38px;
  height: 31px; }

.icon--eco-label {
  width: 45px;
  height: 54px; }

.icon--efficiency {
  width: 31px;
  height: 30px; }

.icon--envelope {
  width: 10px;
  height: 6px; }

.icon--eye {
  width: 20px;
  height: 12px; }

.icon--external-link-arrow {
  width: 16px;
  height: 12px; }

.icon--facebook {
  width: 26px;
  height: 26px; }

.icon--fax {
  width: 10px;
  height: 10px; }

.icon--flag-swe {
  width: 14px;
  height: 10px; }

.icon--heart {
  width: 19px;
  height: 17px; }

.icon--image-focus {
  width: 46px;
  height: 40px; }

.icon--image-stack {
  width: 29px;
  height: 21px; }

.icon--information {
  width: 7px;
  height: 20px; }

.icon--instagram {
  width: 26px;
  height: 26px; }

.icon--label {
  width: 39px;
  height: 35px; }

.icon--linkedin {
  width: 30px;
  height: 30px; }

.icon--loop {
  width: 28px;
  height: 23px; }

.icon--map-pin {
  width: 20px;
  height: 28px; }

.icon--network {
  width: 20px;
  height: 24px; }

.icon--news {
  width: 30px;
  height: 30px; }

.icon--office-chair {
  width: 14px;
  height: 24px; }

.icon--office-chair-armrests {
  width: 29px;
  height: 49px; }

.icon--office-chair-backs {
  width: 29px;
  height: 49px; }

.icon--office-chair-underframes {
  width: 29px;
  height: 49px; }

.icon--pdf {
  width: 22px;
  height: 29px; }

.icon--person {
  width: 22px;
  height: 22px; }

.icon--persons {
  width: 21px;
  height: 18px; }

.icon--phone {
  width: 9px;
  height: 9px; }

.icon--pinterest {
  width: 25px;
  height: 26px; }

.icon--radio-button {
  width: 36px;
  height: 36px; }

.icon--range-handle {
  width: 26px;
  height: 20px; }

.icon--search {
  width: 20px;
  height: 19px; }

.icon--sustainability {
  width: 36px;
  height: 30px; }

.icon--table-legs {
  width: 68px;
  height: 34px; }

.icon--twitter {
  width: 27px;
  height: 23px; }

.icon--wellbeing {
  width: 22px;
  height: 30px; }

.icon--zoom {
  width: 26px;
  height: 26px; }

.icon--2-col {
  width: 15px;
  height: 14px; }

.icon--4-col {
  width: 15px;
  height: 14px; }

.icon-link {
  color: #00a0d8;
  padding-left: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .icon-link svg {
    fill: #a2a6a8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.image-bar:before, .image-bar:after {
  content: " ";
  display: table; }

.image-bar:after {
  clear: both; }

.image-bar img {
  float: left;
  width: 100%;
  position: relative;
  vertical-align: top; }

.image-bar--count-1 img {
  width: 100%; }

.image-bar--count-2 img {
  width: 50%; }

.image-bar--count-3 img {
  width: 33.33333%; }

.image-bar--count-4 img {
  width: 25%; }

.image-bar--count-5 img {
  width: 20%; }

.image-gallery {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 1349px) {
    .image-gallery {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 1199px) {
    .image-gallery {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .image-gallery {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .image-gallery {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .image-gallery--filter, .image-gallery--showroom {
    padding: 80px; }
    @media (max-width: 1349px) {
      .image-gallery--filter, .image-gallery--showroom {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .image-gallery--filter, .image-gallery--showroom {
        padding: 50px; } }
    @media (max-width: 991px) {
      .image-gallery--filter, .image-gallery--showroom {
        padding: 30px; } }
    @media (max-width: 767px) {
      .image-gallery--filter, .image-gallery--showroom {
        padding: 20px; } }
  .image-gallery__content {
    margin: 0 auto;
    max-width: 1074px; }
    @media (max-width: 1349px) {
      .image-gallery__content {
        max-width: 950px; } }
    @media (max-width: 1199px) {
      .image-gallery__content {
        max-width: 804px; } }
    @media (max-width: 991px) {
      .image-gallery__content {
        max-width: 500px; } }
    .image-gallery--filter .image-gallery__content,
    .image-gallery--showroom .image-gallery__content {
      max-width: 100%; }
  .image-gallery__title {
    text-align: center;
    margin-bottom: 50px; }
    .widget-header .image-gallery__title {
      margin-bottom: 0; }
    .image-gallery--filter .image-gallery__title,
    .image-gallery--showroom .image-gallery__title {
      text-align: left; }
  .image-gallery__grid {
    margin: -15px; }
    .image-gallery__grid:before, .image-gallery__grid:after {
      content: " ";
      display: table; }
    .image-gallery__grid:after {
      clear: both; }
    @media (max-width: 1199px) {
      .image-gallery__grid {
        margin: -10px; } }
    @media (max-width: 767px) {
      .image-gallery__grid {
        margin: -4px; } }

.image-gallery-item {
  float: left;
  width: 25%;
  padding: 15px; }
  @media (max-width: 1199px) {
    .image-gallery-item {
      padding: 10px; } }
  @media (max-width: 767px) {
    .image-gallery-item {
      width: 50%;
      padding: 4px; }
      .image-gallery-item:nth-child(4n + 3) {
        clear: left; } }
  .image-gallery-item:nth-child(4n + 1) {
    clear: left; }
  .image-gallery--showroom .image-gallery-item {
    width: 20%; }
    .image-gallery--showroom .image-gallery-item:nth-child(4n + 1) {
      clear: none; }
    .image-gallery--showroom .image-gallery-item:nth-child(5n + 1) {
      clear: left; }
    @media (max-width: 767px) {
      .image-gallery--showroom .image-gallery-item {
        width: 50%; }
        .image-gallery--showroom .image-gallery-item:nth-child(4n + 1) {
          clear: left; } }
  .image-gallery-item__square-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    cursor: pointer; }
    .image-gallery--showroom .image-gallery-item__square-container {
      padding-bottom: 133.15789%; }
  .image-gallery-item__square {
    background-color: #eef1f3;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .image-gallery-item__image-container {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .image-gallery-item__image {
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain; }
  .image-gallery-item--landscape .image-gallery-item__image-container {
    white-space: nowrap; }
    .image-gallery-item--landscape .image-gallery-item__image-container:after {
      content: "";
      height: 100%; }
    .image-gallery-item--landscape .image-gallery-item__image-container > *, .image-gallery-item--landscape .image-gallery-item__image-container:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .image-gallery-item--landscape .image-gallery-item__image {
    height: auto; }
  .image-gallery-item--portrait .image-gallery-item__square {
    text-align: center; }
  .image-gallery-item--portrait .image-gallery-item__image {
    width: auto;
    max-width: 100%; }
  .image-gallery-item__description {
    padding-top: 1em; }
    .image-gallery-item__description :first-child {
      padding-top: 0;
      margin-top: 0; }

.image-viewer__arrow {
  display: block;
  width: 20px;
  height: 19px;
  fill: #fff;
  cursor: pointer; }
  .image-viewer__arrow svg {
    display: block; }
  .image-viewer__arrow--prev {
    transform: rotate(-180deg); }

.image-viewer__loader {
  position: absolute; }

.image-viewer__thumbnails {
  height: 17vh;
  min-height: 130px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1349px) {
    .image-viewer__thumbnails {
      min-height: inherit;
      height: 120px; } }
  @media (max-width: 1199px) {
    .image-viewer__thumbnails {
      min-height: inherit;
      height: 110px; } }
  @media (max-width: 991px) {
    .image-viewer__thumbnails {
      min-height: inherit;
      height: 100px; } }

.image-viewer__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%; }

.image-viewer__navigation {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0; }
  .image-viewer__navigation--col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 20vw;
    cursor: pointer;
    padding-right: 7.8125vw; }
    .image-viewer__navigation--col.is-disabled {
      opacity: 0;
      cursor: inherit; }
    .image-viewer__navigation--col:last-child {
      justify-content: flex-start;
      padding-left: 7.8125vw; }
    @media (max-width: 767px) {
      .image-viewer__navigation--col {
        width: 10vw;
        min-width: 20px;
        justify-content: center;
        padding-right: 0; }
        .image-viewer__navigation--col:last-child {
          padding-left: 0;
          justify-content: center; } }

.image-viewer-item {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .image-viewer-item__video.video {
    padding: 0;
    width: 60vw;
    height: 33.5vw; }
  .image-viewer-item__image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1; }
    .image-viewer-item__image-container picture {
      height: auto;
      width: auto;
      max-height: 80vh;
      max-width: 60vw; }
      .image-viewer-item--has-thumbnails .image-viewer-item__image-container picture {
        max-height: 70vh; }
      @media (max-width: 767px) {
        .image-viewer-item__image-container picture {
          max-width: 80vw; } }
    .image-viewer-item__image-container img {
      height: auto;
      width: auto;
      max-height: 80vh;
      max-width: 60vw; }
      .image-viewer-item--has-thumbnails .image-viewer-item__image-container img {
        max-height: 70vh; }
      .image-viewer-item--has-products .image-viewer-item__image-container img {
        max-height: calc(70vh - 228px); }
      @media (max-width: 767px) {
        .image-viewer-item__image-container img {
          max-width: 80vw; } }
  .image-viewer-item__image-inner {
    position: relative; }
    .image-viewer-item--has-caption .image-viewer-item__image-inner {
      padding-bottom: 70px; }
  .image-viewer-item__caption {
    color: #fff;
    text-align: center;
    margin: 10px auto 5px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 300ms ease; }
    .image-viewer-item__caption p {
      line-height: 1.2em; }
      @media (max-width: 767px) {
        .image-viewer-item__caption p {
          margin-top: .5em; } }
    .images-has-loaded .image-viewer-item__caption {
      opacity: 1; }

.image-viewer-products {
  position: relative;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px; }
  .image-viewer-products__headline {
    padding: 15px 0; }
    @media (min-width: 1200px) {
      .image-viewer-products__headline {
        padding: 60px 0; } }
  .image-viewer-products__images {
    white-space: nowrap;
    padding-bottom: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1200px) {
      .image-viewer-products__images {
        position: absolute;
        bottom: 30px;
        margin-top: -70px;
        text-align: center;
        width: 100%;
        padding-bottom: 0;
        overflow-x: initial; } }
  .image-viewer-products__link {
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    transition: opacity 300ms; }
    .image-viewer-products__link img {
      display: block;
      margin-bottom: 5px;
      max-width: 120px; }
    .image-viewer-products__link:hover {
      opacity: .8; }

.js__images-loaded img {
  opacity: 0;
  transition: opacity .3s ease-out .01s; }

img.js__image-loaded {
  opacity: 0;
  transition: opacity .3s ease-out .01s; }

img.images-has-loaded {
  opacity: 1; }

.container--preview img,
.feed img,
.images-has-loaded img {
  opacity: 1; }

.info-hero {
  background: #00a0d8;
  color: white;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 1349px) {
    .info-hero {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .info-hero {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .info-hero {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .info-hero {
      padding-left: 20px;
      padding-right: 20px; } }
  .info-hero__title {
    color: inherit;
    padding: 115px 0 0;
    margin: 0; }
  .info-hero__content {
    margin: 0 -100px; }
    .info-hero__content:before, .info-hero__content:after {
      content: " ";
      display: table; }
    .info-hero__content:after {
      clear: both; }
    .info-hero__content > * {
      float: left;
      padding: 100px;
      width: 50%; }
  .info-hero__address:before, .info-hero__address:after {
    content: " ";
    display: table; }
  .info-hero__address:after {
    clear: both; }
  .info-hero__address h5 {
    color: inherit; }
  .info-hero__address > * {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .info-hero__links {
    float: right; }
    .info-hero__links h3 {
      color: inherit;
      margin-bottom: 14px; }
    .info-hero__links ul {
      border-top: solid 1px white;
      margin-top: 0;
      margin-bottom: 40px; }
      .info-hero__links ul:before, .info-hero__links ul:after {
        content: " ";
        display: table; }
      .info-hero__links ul:after {
        clear: both; }
      .info-hero__links ul > * {
        white-space: nowrap;
        border-bottom: solid 1px white;
        float: left;
        position: relative;
        width: 50%;
        height: 57px; }
        .info-hero__links ul > *:after {
          content: "";
          height: 100%; }
        .info-hero__links ul > * > *, .info-hero__links ul > *:after {
          white-space: normal;
          display: inline-block;
          vertical-align: middle; }
        .info-hero__links ul > *:nth-child(odd) {
          border-right: solid 1px white; }
        .info-hero__links ul > * a {
          position: relative;
          color: white;
          display: inline-block;
          padding-left: 58px;
          padding-right: 4px; }
        .info-hero__links ul > * a .icon {
          position: absolute;
          left: 29px;
          top: 50%;
          transform: translate(-50%, -50%);
          fill: white;
          height: 22px; }
        @media (max-width: 1349px) {
          .info-hero__links ul > * {
            height: 54px; }
            .info-hero__links ul > * a {
              padding-left: 56px; }
            .info-hero__links ul > * a .icon {
              left: 28px;
              height: 19px; } }
        @media (max-width: 1199px) {
          .info-hero__links ul > * {
            height: 50px; } }
        @media (max-width: 991px) {
          .info-hero__links ul > * {
            float: none;
            width: auto;
            height: 43px; }
            .info-hero__links ul > *:nth-child(odd) {
              border-right: 0; } }
      @media (max-width: 767px) {
        .info-hero__links ul {
          margin-bottom: 30px; } }
      .info-hero__links ul:last-of-type {
        margin-bottom: 0; }

@media (max-width: 1349px) {
  .info-hero__title {
    padding: 90px 0 0; }
  .info-hero__content {
    margin: 0 -60px; }
    .info-hero__content > * {
      padding: 90px 60px; } }

@media (max-width: 1199px) {
  .info-hero__title {
    padding: 80px 0 0; }
  .info-hero__content {
    margin: 0 -50px; }
    .info-hero__content > * {
      padding: 80px 50px; } }

@media (max-width: 991px) {
  .info-hero__title {
    padding: 60px 0 0; }
  .info-hero__content {
    margin: 0 -30px; }
    .info-hero__content > * {
      padding: 60px 30px; } }

@media (max-width: 767px) {
  .info-hero__title {
    padding: 20px 0 0; }
  .info-hero__content {
    margin: 0 -20px; }
    .info-hero__content > * {
      padding: 20px;
      width: 100%; }
  .info-hero__address {
    padding: 0; }
    .info-hero__address > * {
      width: 100%;
      padding: 20px; } }

.inline-form {
  background: white;
  padding: 80px; }
  .inline-form form {
    width: 50%;
    margin: auto; }
  @media (max-width: 1349px) {
    .inline-form {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .inline-form {
      padding: 50px; } }
  @media (max-width: 991px) {
    .inline-form {
      padding: 30px; } }
  @media (max-width: 767px) {
    .inline-form {
      padding: 20px; } }
  .inline-form .form-field + .form-field {
    margin-top: 20px; }

@media (max-width: 767px) {
  .inline-form form {
    width: 100%; } }

.inspiration-widget {
  background-color: #eef1f3;
  padding-bottom: 50px;
  overflow: hidden; }
  @media (max-width: 1349px) {
    .inspiration-widget {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .inspiration-widget {
      padding-bottom: 30px; } }
  .inspiration-widget--white {
    background-color: #fff; }
  .inspiration-widget__head {
    position: relative;
    padding-bottom: 13%; }
    @media (max-width: 991px) {
      .inspiration-widget__head {
        min-height: 90px;
        padding-bottom: 0; } }
    .inspiration-widget--theme-aquamarine .inspiration-widget__head {
      background-color: #a9dae7; }
    .inspiration-widget--theme-lemonyellow .inspiration-widget__head {
      background-color: #f6eb61; }
    .inspiration-widget--theme-mistygrey .inspiration-widget__head {
      background-color: #d0d3d4; }
    .inspiration-widget--theme-graphitegrey .inspiration-widget__head {
      background-color: #a2a6a8; }
    .inspiration-widget--theme-polargreen .inspiration-widget__head {
      background-color: #e0edd5; }
    .inspiration-widget--theme-springgreen .inspiration-widget__head {
      background-color: #b7d698; }
    .inspiration-widget--theme-chilired .inspiration-widget__head {
      background-color: #d22630; }
    .inspiration-widget--theme-salmon .inspiration-widget__head {
      background-color: #e6baa8; }
    .inspiration-widget--theme-cinnamon .inspiration-widget__head {
      background-color: #6d4f47; }
    .inspiration-widget--theme-flamingopink .inspiration-widget__head {
      background-color: #fad0c8; }
    .inspiration-widget--theme-kingfisherblue .inspiration-widget__head {
      background-color: #00a0d8; }
    .inspiration-widget--theme-white .inspiration-widget__head {
      background-color: #fff; }
    .inspiration-widget--theme-black .inspiration-widget__head {
      background-color: #1d1d1b; }
    .inspiration-widget--theme-pagebackground .inspiration-widget__head {
      background-color: #eef1f3; }
    .inspiration-widget--theme-sdw20green .inspiration-widget__head {
      background-color: #244f3e; }
  .inspiration-widget__title {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 1349px) {
      .inspiration-widget__title {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .inspiration-widget__title {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .inspiration-widget__title {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .inspiration-widget__title {
        padding-left: 20px;
        padding-right: 20px; } }
    .inspiration-widget--theme-aquamarine .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-lemonyellow .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-mistygrey .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-graphitegrey .inspiration-widget__title {
      color: #fff; }
    .inspiration-widget--theme-polargreen .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-springgreen .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-chilired .inspiration-widget__title {
      color: #fff; }
    .inspiration-widget--theme-salmon .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-cinnamon .inspiration-widget__title {
      color: #fff; }
    .inspiration-widget--theme-flamingopink .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-kingfisherblue .inspiration-widget__title {
      color: #fff; }
    .inspiration-widget--theme-white .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-black .inspiration-widget__title {
      color: #fff; }
    .inspiration-widget--theme-pagebackground .inspiration-widget__title {
      color: #1d1d1b; }
    .inspiration-widget--theme-sdw20green .inspiration-widget__title {
      color: #fff; }
  .inspiration-widget__list {
    position: relative;
    margin-top: -3%;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 140px;
    z-index: 2;
    font-size: 0;
    text-align: center; }
    .inspiration-widget__list:before, .inspiration-widget__list:after {
      content: " ";
      display: table; }
    .inspiration-widget__list:after {
      clear: both; }
    @media (max-width: 1349px) {
      .inspiration-widget__list {
        padding: 0 110px; } }
    @media (max-width: 1199px) {
      .inspiration-widget__list {
        margin-right: -10px;
        margin-left: -10px;
        padding: 0 80px; } }
    @media (max-width: 991px) {
      .inspiration-widget__list {
        margin-top: -20px;
        margin-right: -4px;
        margin-left: -4px;
        padding: 0 65px; } }
    @media (max-width: 767px) {
      .inspiration-widget__list {
        padding: 0 8px; } }
  .inspiration-widget__item {
    cursor: pointer;
    display: inline-block;
    width: 25%;
    margin-left: -.157px;
    padding: 0 15px 30px; }
    @media (max-width: 1199px) {
      .inspiration-widget__item {
        padding: 0 10px 20px; } }
    @media (max-width: 991px) {
      .inspiration-widget__item {
        padding: 0 4px 8px; } }
    @media (max-width: 767px) {
      .inspiration-widget__item {
        width: 50%; } }
    .inspiration-widget__item-image-container {
      overflow: hidden;
      position: relative; }
    .inspiration-widget__item-image {
      display: block;
      width: 100%;
      height: auto; }
  .inspiration-widget__foot {
    text-align: center; }
    .inspiration-widget__foot-text {
      padding: 0 50px 13px; }
      .inspiration-widget__foot-text p {
        margin-top: 0; }
  .inspiration-widget__button {
    display: inline-block; }

@media (max-width: 767px) {
  .inspiration-widget__foot-text {
    margin-top: 20px; } }

.kcs-teaser {
  background-color: #eef1f3;
  margin: 28px 0 30px; }
  .kcs-teaser.is-hidden {
    display: none; }
  .product-info-block .kcs-teaser {
    background-color: transparent; }
  .kcs-teaser__link {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .kcs-teaser__link {
        padding: 15px; } }
    .product-info-block .kcs-teaser__link {
      padding: 10px 0; }
    .kcs-teaser__link:hover {
      opacity: 1; }
  .kcs-teaser__image {
    height: 100px;
    width: auto; }
    @media (max-width: 991px) {
      .kcs-teaser__image {
        height: auto;
        margin-right: 10px;
        width: 80px; } }
  .kcs-teaser__text {
    align-items: center;
    display: flex; }
    .kcs-teaser__text span:hover {
      opacity: 0.5; }
  .kcs-teaser__text-arrow {
    fill: #a2a6a8;
    height: 11px;
    margin-left: 10px;
    width: 6px; }

.knowledge-blog-page {
  background-color: #fff;
  padding-top: 65px; }
  .knowledge-blog-page:before, .knowledge-blog-page:after {
    content: " ";
    display: table; }
  .knowledge-blog-page:after {
    clear: both; }
  @media (max-width: 1349px) {
    .knowledge-blog-page {
      padding-top: 45px; } }
  @media (max-width: 1199px) {
    .knowledge-blog-page {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .knowledge-blog-page {
      padding-top: 20px; } }
  .knowledge-blog-page--no-padding {
    padding-top: 0; }
  .knowledge-blog-page .knowledge-blog-page-block {
    position: relative;
    margin: 55px 0;
    padding-left: 17.038%;
    padding-right: 0; }
    @media (max-width: 1349px) {
      .knowledge-blog-page .knowledge-blog-page-block {
        margin: 45px 0; } }
    @media (max-width: 1199px) {
      .knowledge-blog-page .knowledge-blog-page-block {
        margin: 40px 0; } }
    @media (max-width: 991px) {
      .knowledge-blog-page .knowledge-blog-page-block {
        margin: 30px 0; } }
    @media (max-width: 767px) {
      .knowledge-blog-page .knowledge-blog-page-block {
        padding-left: 0; } }
  .knowledge-blog-page .knowledge-blog-page-intro:before, .knowledge-blog-page .knowledge-blog-page-intro:after {
    content: " ";
    display: table; }
  .knowledge-blog-page .knowledge-blog-page-intro:after {
    clear: both; }
  @media (max-width: 767px) {
    .knowledge-blog-page .knowledge-blog-page-intro {
      padding: 0 20px; } }
  .knowledge-blog-page .knowledge-blog-page-intro__preamble {
    float: left;
    width: 69.196%;
    padding-right: 80px; }
    @media (max-width: 767px) {
      .knowledge-blog-page .knowledge-blog-page-intro__preamble {
        float: none;
        width: auto;
        padding-right: 0; } }
  .knowledge-blog-page .knowledge-blog-page-intro__meta {
    float: left;
    width: 30.804%;
    padding: 0 20px;
    color: #d0d3d4; }
    @media (max-width: 767px) {
      .knowledge-blog-page .knowledge-blog-page-intro__meta {
        float: none;
        width: auto;
        padding: 0; } }
    .knowledge-blog-page .knowledge-blog-page-intro__meta-type {
      text-transform: uppercase;
      color: #a2a6a8;
      font-size: 1.1em;
      font-weight: bold; }
    .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
      width: 10%;
      border-top: 3px solid transparent;
      margin-top: 10px;
      margin-bottom: 10px; }
      .page-theme-aquamarine .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #a9dae7;
        padding: 0 20px; }
      .page-theme-lemonyellow .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #f6eb61;
        padding: 0 20px; }
      .page-theme-mistygrey .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #d0d3d4;
        padding: 0 20px; }
      .page-theme-graphitegrey .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #a2a6a8;
        padding: 0 20px; }
      .page-theme-polargreen .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #e0edd5;
        padding: 0 20px; }
      .page-theme-springgreen .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #b7d698;
        padding: 0 20px; }
      .page-theme-chilired .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #d22630;
        padding: 0 20px; }
      .page-theme-salmon .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #e6baa8;
        padding: 0 20px; }
      .page-theme-cinnamon .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #6d4f47;
        padding: 0 20px; }
      .page-theme-flamingopink .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #fad0c8;
        padding: 0 20px; }
      .page-theme-kingfisherblue .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #00a0d8;
        padding: 0 20px; }
      .page-theme-white .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #fff;
        padding: 0 20px; }
      .page-theme-black .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #1d1d1b;
        padding: 0 20px; }
      .page-theme-pagebackground .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #eef1f3;
        padding: 0 20px; }
      .page-theme-sdw20green .knowledge-blog-page .knowledge-blog-page-intro__meta-divider {
        border-top-color: #244f3e;
        padding: 0 20px; }
  .page-theme-aquamarine .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #a9dae7; }
  .page-theme-lemonyellow .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #f6eb61; }
  .page-theme-mistygrey .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #d0d3d4; }
  .page-theme-graphitegrey .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #a2a6a8; }
  .page-theme-polargreen .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #e0edd5; }
  .page-theme-springgreen .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #b7d698; }
  .page-theme-chilired .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #d22630; }
  .page-theme-salmon .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #e6baa8; }
  .page-theme-cinnamon .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #6d4f47; }
  .page-theme-flamingopink .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #fad0c8; }
  .page-theme-kingfisherblue .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #00a0d8; }
  .page-theme-white .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #fff; }
  .page-theme-black .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #1d1d1b; }
  .page-theme-pagebackground .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #eef1f3; }
  .page-theme-sdw20green .knowledge-blog-page .knowledge-blog-page-intro__header {
    color: #244f3e; }

.knowledge-section .preamble {
  position: relative;
  background-color: #fff;
  padding: 65px; }
  .knowledge-section .preamble:before, .knowledge-section .preamble:after {
    content: " ";
    display: table; }
  .knowledge-section .preamble:after {
    clear: both; }
  .knowledge-section .preamble:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .knowledge-section .preamble:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .knowledge-section .preamble:before {
        width: 8px; } }
    .page-theme-aquamarine .knowledge-section .preamble:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .knowledge-section .preamble:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .knowledge-section .preamble:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .knowledge-section .preamble:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .knowledge-section .preamble:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .knowledge-section .preamble:before {
      background-color: #b7d698; }
    .page-theme-chilired .knowledge-section .preamble:before {
      background-color: #d22630; }
    .page-theme-salmon .knowledge-section .preamble:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .knowledge-section .preamble:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .knowledge-section .preamble:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .knowledge-section .preamble:before {
      background-color: #00a0d8; }
    .page-theme-white .knowledge-section .preamble:before {
      background-color: #fff; }
    .page-theme-black .knowledge-section .preamble:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .knowledge-section .preamble:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .knowledge-section .preamble:before {
      background-color: #244f3e; }
  @media (max-width: 1349px) {
    .knowledge-section .preamble {
      padding-top: 45px; } }
  @media (max-width: 1199px) {
    .knowledge-section .preamble {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .knowledge-section .preamble {
      padding-top: 20px; } }

.knowledge-section .knowledge-feed-filter {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 767px) {
    .knowledge-section .knowledge-feed-filter {
      display: block; } }
  .knowledge-section .knowledge-feed-filter .multiselect {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    max-width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    margin-right: 20px;
    /*        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.33% - 20px - 20px*0.333);
        width: calc(33.33% - 20px - 20px*0.333);
        margin-right: 20px;
        margin-bottom: 20px;
        */
    margin-bottom: 20px; }
    .knowledge-section .knowledge-feed-filter .multiselect:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 992px) {
      .knowledge-section .knowledge-feed-filter .multiselect:nth-child(3n+1):nth-last-child(-n+3),
      .knowledge-section .knowledge-feed-filter .multiselect:nth-child(3n+1):nth-last-child(-n+3) ~ .multiselect {
        margin-bottom: 0; } }
    @media (max-width: 1349px) {
      .knowledge-section .knowledge-feed-filter .multiselect {
        flex-basis: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        width: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        margin-right: 15px;
        margin-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .knowledge-section .knowledge-feed-filter .multiselect {
        flex-basis: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        max-width: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        width: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        margin-right: 15px; }
        .knowledge-section .knowledge-feed-filter .multiselect:nth-child(n) {
          margin-right: 15px; }
        .knowledge-section .knowledge-feed-filter .multiselect:nth-child(2n) {
          margin-right: 0; }
        .knowledge-section .knowledge-feed-filter .multiselect:nth-child(2n+1):nth-last-child(-n+2),
        .knowledge-section .knowledge-feed-filter .multiselect:nth-child(2n+1):nth-last-child(-n+2) ~ .multiselect {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .knowledge-section .knowledge-feed-filter .multiselect {
        flex: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: none;
        width: auto; } }

.knowledge-section .articles {
  padding-top: 0;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  gap: 0;
  grid-gap: 0; }
  @media (max-width: 1349px) {
    .knowledge-section .articles {
      grid-template-columns: repeat(3, calc(100%/3)); } }
  @media (max-width: 1199px) {
    .knowledge-section .articles {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 767px) {
    .knowledge-section .articles {
      grid-template-columns: 100%; } }
  .knowledge-section .articles a {
    text-decoration: none;
    transition: opacity 0.2s; }
  .knowledge-section .articles .knowledge-page {
    display: flex;
    flex-direction: column; }
    .knowledge-section .articles .knowledge-page img {
      width: 100%;
      height: auto;
      border-bottom: 4px solid transparent; }
    .knowledge-section .articles .knowledge-page--theme-aquamarine img {
      border-bottom-color: #a9dae7; }
    .knowledge-section .articles .knowledge-page--theme-aquamarine .knowledge-divider {
      border-top-color: #a9dae7; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-lemonyellow img {
      border-bottom-color: #f6eb61; }
    .knowledge-section .articles .knowledge-page--theme-lemonyellow .knowledge-divider {
      border-top-color: #f6eb61; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-mistygrey img {
      border-bottom-color: #d0d3d4; }
    .knowledge-section .articles .knowledge-page--theme-mistygrey .knowledge-divider {
      border-top-color: #d0d3d4; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-graphitegrey img {
      border-bottom-color: #a2a6a8; }
    .knowledge-section .articles .knowledge-page--theme-graphitegrey .knowledge-divider {
      border-top-color: #a2a6a8; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-polargreen img {
      border-bottom-color: #e0edd5; }
    .knowledge-section .articles .knowledge-page--theme-polargreen .knowledge-divider {
      border-top-color: #e0edd5; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-springgreen img {
      border-bottom-color: #b7d698; }
    .knowledge-section .articles .knowledge-page--theme-springgreen .knowledge-divider {
      border-top-color: #b7d698; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-chilired img {
      border-bottom-color: #d22630; }
    .knowledge-section .articles .knowledge-page--theme-chilired .knowledge-divider {
      border-top-color: #d22630; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-salmon img {
      border-bottom-color: #e6baa8; }
    .knowledge-section .articles .knowledge-page--theme-salmon .knowledge-divider {
      border-top-color: #e6baa8; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-cinnamon img {
      border-bottom-color: #6d4f47; }
    .knowledge-section .articles .knowledge-page--theme-cinnamon .knowledge-divider {
      border-top-color: #6d4f47; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-flamingopink img {
      border-bottom-color: #fad0c8; }
    .knowledge-section .articles .knowledge-page--theme-flamingopink .knowledge-divider {
      border-top-color: #fad0c8; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-kingfisherblue img {
      border-bottom-color: #00a0d8; }
    .knowledge-section .articles .knowledge-page--theme-kingfisherblue .knowledge-divider {
      border-top-color: #00a0d8; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-white img {
      border-bottom-color: #fff; }
    .knowledge-section .articles .knowledge-page--theme-white .knowledge-divider {
      border-top-color: #fff; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-black img {
      border-bottom-color: #1d1d1b; }
    .knowledge-section .articles .knowledge-page--theme-black .knowledge-divider {
      border-top-color: #1d1d1b; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-pagebackground img {
      border-bottom-color: #eef1f3; }
    .knowledge-section .articles .knowledge-page--theme-pagebackground .knowledge-divider {
      border-top-color: #eef1f3; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page--theme-sdw20green img {
      border-bottom-color: #244f3e; }
    .knowledge-section .articles .knowledge-page--theme-sdw20green .knowledge-divider {
      border-top-color: #244f3e; }
    .knowledge-section .articles .knowledge-page h3 {
      font-size: 15px; }
    .knowledge-section .articles .knowledge-page .knowledge-divider {
      width: 7%;
      height: 0;
      margin: 8px;
      margin-left: 0;
      border-top-style: solid;
      border-top-width: 2px; }
    .knowledge-section .articles .knowledge-page--container {
      padding: 25px;
      flex: 1;
      flex-direction: column;
      display: flex; }
    .knowledge-section .articles .knowledge-page--date {
      opacity: 0.3; }
    .knowledge-section .articles .knowledge-page--category {
      color: #a2a6a8;
      font-weight: 500;
      text-transform: uppercase; }
    .knowledge-section .articles .knowledge-page--tags {
      margin-top: 2em;
      color: #a2a6a8; }
    .knowledge-section .articles .knowledge-page--title {
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: bolder;
      letter-spacing: 0.9px;
      margin-top: 10px;
      flex: 1; }

#language-selector-modal-suggestions {
  display: none; }

.language-selector-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.8);
  z-index: 999;
  white-space: nowrap;
  text-align: center; }
  .language-selector-modal:after {
    content: "";
    height: 100%; }
  .language-selector-modal > *, .language-selector-modal:after {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .language-selector-modal__pane {
    position: relative;
    padding: 60px 55px 40px;
    margin: 0 20px;
    background: #fff; }
  .language-selector-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    .language-selector-modal__close:hover {
      opacity: 0.5; }
  .language-selector-modal__list {
    margin: 20px -16px; }
    .language-selector-modal__list > li {
      display: inline-block;
      padding: 10px 16px; }
  .language-selector-modal__list > li > * {
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none; }
    .language-selector-modal__list > li > * > img {
      height: 43px;
      display: inline-block;
      margin-bottom: 10px; }
    .language-selector-modal__list > li > * > span {
      display: block; }
    .language-selector-modal__list > li > *:hover, .language-selector-modal__list > li > *.language-selector--sub-list-open {
      opacity: 1; }
      .language-selector-modal__list > li > *:hover > img, .language-selector-modal__list > li > *:hover > span, .language-selector-modal__list > li > *.language-selector--sub-list-open > img, .language-selector-modal__list > li > *.language-selector--sub-list-open > span {
        opacity: 0.5; }
  .language-selector-modal .language-selector__sub-list {
    text-align: left;
    left: 50%;
    margin-bottom: -10px; }

.large-image-block {
  position: relative;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }
  .large-image-block--theme-aquamarine {
    background-color: #a9dae7; }
  .large-image-block--theme-lemonyellow {
    background-color: #f6eb61; }
  .large-image-block--theme-mistygrey {
    background-color: #d0d3d4; }
  .large-image-block--theme-graphitegrey {
    background-color: #a2a6a8; }
  .large-image-block--theme-polargreen {
    background-color: #e0edd5; }
  .large-image-block--theme-springgreen {
    background-color: #b7d698; }
  .large-image-block--theme-chilired {
    background-color: #d22630; }
  .large-image-block--theme-salmon {
    background-color: #e6baa8; }
  .large-image-block--theme-cinnamon {
    background-color: #6d4f47; }
  .large-image-block--theme-flamingopink {
    background-color: #fad0c8; }
  .large-image-block--theme-kingfisherblue {
    background-color: #00a0d8; }
  .large-image-block--theme-white {
    background-color: #fff; }
  .large-image-block--theme-black {
    background-color: #1d1d1b; }
  .large-image-block--theme-pagebackground {
    background-color: #eef1f3; }
  .large-image-block--theme-sdw20green {
    background-color: #244f3e; }
  .large-image-block--text-aquamarine {
    color: #a9dae7; }
  .large-image-block--text-lemonyellow {
    color: #f6eb61; }
  .large-image-block--text-mistygrey {
    color: #d0d3d4; }
  .large-image-block--text-graphitegrey {
    color: #a2a6a8; }
  .large-image-block--text-polargreen {
    color: #e0edd5; }
  .large-image-block--text-springgreen {
    color: #b7d698; }
  .large-image-block--text-chilired {
    color: #d22630; }
  .large-image-block--text-salmon {
    color: #e6baa8; }
  .large-image-block--text-cinnamon {
    color: #6d4f47; }
  .large-image-block--text-flamingopink {
    color: #fad0c8; }
  .large-image-block--text-kingfisherblue {
    color: #00a0d8; }
  .large-image-block--text-white {
    color: #fff; }
  .large-image-block--text-black {
    color: #1d1d1b; }
  .large-image-block--text-pagebackground {
    color: #eef1f3; }
  .large-image-block--text-sdw20green {
    color: #244f3e; }
  @media (min-width: 768px) {
    .large-image-block {
      flex-direction: row; } }
  .large-image-block__text {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    order: 1;
    z-index: 2;
    position: relative;
    order: 1;
    padding: 80px; }
    @media (max-width: 1349px) {
      .large-image-block__text {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .large-image-block__text {
        padding: 50px; } }
    @media (max-width: 991px) {
      .large-image-block__text {
        padding: 30px; } }
    @media (max-width: 767px) {
      .large-image-block__text {
        padding: 20px; } }
    .large-image-block--halign-right .large-image-block__text {
      direction: rtl;
      text-align: right; }
    @media (min-width: 768px) {
      .large-image-block__text {
        padding-left: 80px;
        padding-right: 80px;
        order: 0;
        width: 31%; } }
  @media (min-width: 768px) and (max-width: 1349px) {
    .large-image-block__text {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .large-image-block__text {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .large-image-block__text {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .large-image-block__text {
      padding-left: 20px;
      padding-right: 20px; } }
    .large-image-block--halign-right .large-image-block__text {
      padding-left: 80px;
      padding-right: 80px;
      order: 1; }
      @media (max-width: 1349px) {
        .large-image-block--halign-right .large-image-block__text {
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 1199px) {
        .large-image-block--halign-right .large-image-block__text {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (max-width: 991px) {
        .large-image-block--halign-right .large-image-block__text {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .large-image-block--halign-right .large-image-block__text {
          padding-left: 20px;
          padding-right: 20px; } }
    .large-image-block__text-title {
      font-size: 24px;
      letter-spacing: 1.3px;
      position: absolute;
      direction: ltr;
      flex-direction: column;
      justify-content: flex-end;
      width: 300px;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 0.3em;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .large-image-block__text-title {
          display: none; } }
      @media (min-width: 768px) {
        .large-image-block__text-title {
          display: block;
          position: relative;
          top: 0;
          font-size: 32px;
          letter-spacing: 2.3px;
          width: 40vw; } }
      @media (min-width: 992px) {
        .large-image-block__text-title {
          font-size: 40px;
          letter-spacing: 3px; } }
      @media (min-width: 1200px) {
        .large-image-block__text-title {
          font-size: 48px;
          letter-spacing: 4.3px; } }
      @media (min-width: 1350px) {
        .large-image-block__text-title {
          font-size: 60px;
          letter-spacing: 4.3px;
          width: 540px; } }
      .large-image-block__text-title--mobile {
        display: flex;
        height: calc(100% + 2em);
        width: 300px;
        left: 20px;
        position: absolute;
        z-index: 3; }
        .large-image-block--halign-right .large-image-block__text-title--mobile {
          text-align: right;
          right: 20px;
          left: initial; }
        @media (min-width: 768px) {
          .large-image-block__text-title--mobile {
            display: none; } }
      .large-image-block__text-title--desktop {
        display: none; }
        @media (min-width: 768px) {
          .large-image-block__text-title--desktop {
            display: flex; } }
    .large-image-block__text-text {
      margin-top: 2rem;
      direction: ltr; }
      @media (min-width: 768px) {
        .large-image-block__text-text {
          padding-top: 0;
          padding-bottom: 0;
          margin-top: 0; }
          .large-image-block--halign-right .large-image-block__text-text {
            padding-right: 0rem;
            padding-left: 1.5rem; } }
  .large-image-block__image {
    order: 0;
    z-index: 1;
    flex: 0 0 auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .large-image-block__image {
        width: 69%;
        order: 1; }
        .large-image-block--halign-right .large-image-block__image {
          order: 0; } }
    .large-image-block__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .large-image-block__imageImg {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute; }

.link-bar {
  font-size: 24px;
  letter-spacing: 1.7px;
  margin: 20px 0;
  position: relative; }
  @media (max-width: 1349px) {
    .link-bar {
      font-size: 20px;
      letter-spacing: 1.4px; } }
  @media (max-width: 1199px) {
    .link-bar {
      font-size: 18px;
      letter-spacing: 1.3px; } }
  @media (max-width: 991px) {
    .link-bar {
      font-size: 13px;
      letter-spacing: .9px; } }
  @media (max-width: 991px) {
    .link-bar {
      margin: 10px 0; } }
  .page-theme-aquamarine .link-bar--theme-page {
    background-color: #a9dae7;
    color: #1d1d1b; }
    .page-theme-aquamarine .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-lemonyellow .link-bar--theme-page {
    background-color: #f6eb61;
    color: #1d1d1b; }
    .page-theme-lemonyellow .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-mistygrey .link-bar--theme-page {
    background-color: #d0d3d4;
    color: #1d1d1b; }
    .page-theme-mistygrey .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-graphitegrey .link-bar--theme-page {
    background-color: #a2a6a8;
    color: #fff; }
    .page-theme-graphitegrey .link-bar--theme-page .icon {
      fill: #fff; }
  .page-theme-polargreen .link-bar--theme-page {
    background-color: #e0edd5;
    color: #1d1d1b; }
    .page-theme-polargreen .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-springgreen .link-bar--theme-page {
    background-color: #b7d698;
    color: #1d1d1b; }
    .page-theme-springgreen .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-chilired .link-bar--theme-page {
    background-color: #d22630;
    color: #fff; }
    .page-theme-chilired .link-bar--theme-page .icon {
      fill: #fff; }
  .page-theme-salmon .link-bar--theme-page {
    background-color: #e6baa8;
    color: #1d1d1b; }
    .page-theme-salmon .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-cinnamon .link-bar--theme-page {
    background-color: #6d4f47;
    color: #fff; }
    .page-theme-cinnamon .link-bar--theme-page .icon {
      fill: #fff; }
  .page-theme-flamingopink .link-bar--theme-page {
    background-color: #fad0c8;
    color: #1d1d1b; }
    .page-theme-flamingopink .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-kingfisherblue .link-bar--theme-page {
    background-color: #00a0d8;
    color: #fff; }
    .page-theme-kingfisherblue .link-bar--theme-page .icon {
      fill: #fff; }
  .page-theme-white .link-bar--theme-page {
    background-color: #fff;
    color: #1d1d1b; }
    .page-theme-white .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-black .link-bar--theme-page {
    background-color: #1d1d1b;
    color: #fff; }
    .page-theme-black .link-bar--theme-page .icon {
      fill: #fff; }
  .page-theme-pagebackground .link-bar--theme-page {
    background-color: #eef1f3;
    color: #1d1d1b; }
    .page-theme-pagebackground .link-bar--theme-page .icon {
      fill: #1d1d1b; }
  .page-theme-sdw20green .link-bar--theme-page {
    background-color: #244f3e;
    color: #fff; }
    .page-theme-sdw20green .link-bar--theme-page .icon {
      fill: #fff; }
  .link-bar--theme-aquamarine {
    background-color: #a9dae7;
    color: #1d1d1b; }
    .link-bar--theme-aquamarine .icon {
      fill: #1d1d1b; }
  .link-bar--theme-lemonyellow {
    background-color: #f6eb61;
    color: #1d1d1b; }
    .link-bar--theme-lemonyellow .icon {
      fill: #1d1d1b; }
  .link-bar--theme-mistygrey {
    background-color: #d0d3d4;
    color: #1d1d1b; }
    .link-bar--theme-mistygrey .icon {
      fill: #1d1d1b; }
  .link-bar--theme-graphitegrey {
    background-color: #a2a6a8;
    color: #fff; }
    .link-bar--theme-graphitegrey .icon {
      fill: #fff; }
  .link-bar--theme-polargreen {
    background-color: #e0edd5;
    color: #1d1d1b; }
    .link-bar--theme-polargreen .icon {
      fill: #1d1d1b; }
  .link-bar--theme-springgreen {
    background-color: #b7d698;
    color: #1d1d1b; }
    .link-bar--theme-springgreen .icon {
      fill: #1d1d1b; }
  .link-bar--theme-chilired {
    background-color: #d22630;
    color: #fff; }
    .link-bar--theme-chilired .icon {
      fill: #fff; }
  .link-bar--theme-salmon {
    background-color: #e6baa8;
    color: #1d1d1b; }
    .link-bar--theme-salmon .icon {
      fill: #1d1d1b; }
  .link-bar--theme-cinnamon {
    background-color: #6d4f47;
    color: #fff; }
    .link-bar--theme-cinnamon .icon {
      fill: #fff; }
  .link-bar--theme-flamingopink {
    background-color: #fad0c8;
    color: #1d1d1b; }
    .link-bar--theme-flamingopink .icon {
      fill: #1d1d1b; }
  .link-bar--theme-kingfisherblue {
    background-color: #00a0d8;
    color: #fff; }
    .link-bar--theme-kingfisherblue .icon {
      fill: #fff; }
  .link-bar--theme-white {
    background-color: #fff;
    color: #1d1d1b; }
    .link-bar--theme-white .icon {
      fill: #1d1d1b; }
  .link-bar--theme-black {
    background-color: #1d1d1b;
    color: #fff; }
    .link-bar--theme-black .icon {
      fill: #fff; }
  .link-bar--theme-pagebackground {
    background-color: #eef1f3;
    color: #1d1d1b; }
    .link-bar--theme-pagebackground .icon {
      fill: #1d1d1b; }
  .link-bar--theme-sdw20green {
    background-color: #244f3e;
    color: #fff; }
    .link-bar--theme-sdw20green .icon {
      fill: #fff; }
  .link-bar--text-aquamarine a {
    color: #a9dae7; }
    .link-bar--text-aquamarine a .icon {
      fill: #1d1d1b; }
  .link-bar--text-lemonyellow a {
    color: #f6eb61; }
    .link-bar--text-lemonyellow a .icon {
      fill: #1d1d1b; }
  .link-bar--text-mistygrey a {
    color: #d0d3d4; }
    .link-bar--text-mistygrey a .icon {
      fill: #1d1d1b; }
  .link-bar--text-graphitegrey a {
    color: #a2a6a8; }
    .link-bar--text-graphitegrey a .icon {
      fill: #fff; }
  .link-bar--text-polargreen a {
    color: #e0edd5; }
    .link-bar--text-polargreen a .icon {
      fill: #1d1d1b; }
  .link-bar--text-springgreen a {
    color: #b7d698; }
    .link-bar--text-springgreen a .icon {
      fill: #1d1d1b; }
  .link-bar--text-chilired a {
    color: #d22630; }
    .link-bar--text-chilired a .icon {
      fill: #fff; }
  .link-bar--text-salmon a {
    color: #e6baa8; }
    .link-bar--text-salmon a .icon {
      fill: #1d1d1b; }
  .link-bar--text-cinnamon a {
    color: #6d4f47; }
    .link-bar--text-cinnamon a .icon {
      fill: #fff; }
  .link-bar--text-flamingopink a {
    color: #fad0c8; }
    .link-bar--text-flamingopink a .icon {
      fill: #1d1d1b; }
  .link-bar--text-kingfisherblue a {
    color: #00a0d8; }
    .link-bar--text-kingfisherblue a .icon {
      fill: #fff; }
  .link-bar--text-white a {
    color: #fff; }
    .link-bar--text-white a .icon {
      fill: #1d1d1b; }
  .link-bar--text-black a {
    color: #1d1d1b; }
    .link-bar--text-black a .icon {
      fill: #fff; }
  .link-bar--text-pagebackground a {
    color: #eef1f3; }
    .link-bar--text-pagebackground a .icon {
      fill: #1d1d1b; }
  .link-bar--text-sdw20green a {
    color: #244f3e; }
    .link-bar--text-sdw20green a .icon {
      fill: #fff; }
  .link-bar a {
    text-decoration: none;
    display: block;
    padding: 42px 80px;
    transition: opacity 150ms; }
    @media (max-width: 1349px) {
      .link-bar a {
        padding: 42px 80px; } }
    @media (max-width: 1199px) {
      .link-bar a {
        padding: 32px; } }
    @media (max-width: 991px) {
      .link-bar a {
        margin: 10px 0;
        padding: 22px; } }
    @media (max-width: 767px) {
      .link-bar a {
        padding: 17px; } }
  .link-bar span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .link-bar span {
        margin-right: 25px; } }
  .link-bar .icon.icon--arrow-right {
    vertical-align: middle;
    width: 35px;
    height: 35px; }
    @media (max-width: 1349px) {
      .link-bar .icon.icon--arrow-right {
        width: 35px;
        height: 35px; } }
    @media (max-width: 1199px) {
      .link-bar .icon.icon--arrow-right {
        width: 30px;
        height: 30px; } }
    @media (max-width: 991px) {
      .link-bar .icon.icon--arrow-right {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%); } }
    @media (max-width: 767px) {
      .link-bar .icon.icon--arrow-right {
        width: 15px;
        height: 15px; } }

.link-group {
  float: left;
  width: 100%;
  min-height: 1px; }
  @media (max-width: 767px) {
    .link-group {
      float: none;
      width: auto; }
      .link-group + .link-group {
        margin-top: 20px; } }
  .link-group--3-of-4 {
    width: 75%; }
  .link-group--2-of-4 {
    width: 50%; }
    @media (max-width: 1199px) {
      .link-group--2-of-4 {
        width: 45%; } }
    @media (max-width: 991px) {
      .link-group--2-of-4 {
        width: 40%; } }
  .link-group--1-of-4 {
    width: 25%; }
  .link-group--3-of-5 {
    width: 60%; }
  .link-group--2-of-5 {
    width: 20%; }
  .link-group--1-of-5 {
    width: 20%; }
  @media (max-width: 767px) {
    .link-group--3-of-4, .link-group--2-of-4, .link-group--1-of-4, .link-group--3-of-5, .link-group--2-of-4, .link-group--1-of-5 {
      width: 100%; } }
  .link-group__title,
  .link-group__item a {
    text-decoration: none; }
  .link-group__title {
    color: #a2a6a8;
    margin-top: 0;
    margin-bottom: 6px; }
    .link-group--emphasized .link-group__title {
      color: inherit;
      font-weight: 300; }
  .link-group__cols {
    margin-left: -12px;
    margin-right: -12px; }
    .link-group__cols:before, .link-group__cols:after {
      content: " ";
      display: table; }
    .link-group__cols:after {
      clear: both; }
  .link-group__col {
    float: left;
    padding-left: 12px;
    padding-right: 12px; }
    @media (max-width: 767px) {
      .link-group__col {
        float: none;
        margin-left: 0;
        margin-top: 20px; } }
    .link-group--emphasized .link-group__col {
      font-weight: 500; }
      @media (max-width: 767px) {
        .link-group--emphasized .link-group__col {
          font-weight: normal; } }
    .link-group--3-col .link-group__col:before, .link-group--3-col .link-group__col:after {
      content: " ";
      display: table; }
    .link-group--3-col .link-group__col:after {
      clear: both; }
    .link-group--5-of-5 .link-group__col {
      width: 20%; }
      @media (max-width: 767px) {
        .link-group--5-of-5 .link-group__col {
          width: auto; } }
    .link-group--4-of-4 .link-group__col {
      width: 25%; }
      @media (max-width: 767px) {
        .link-group--4-of-4 .link-group__col {
          width: auto; } }
    .link-group--3-of-4 .link-group__col,
    .link-group--3-of-5 .link-group__col {
      width: 33.33%; }
      @media (max-width: 767px) {
        .link-group--3-of-4 .link-group__col,
        .link-group--3-of-5 .link-group__col {
          width: auto; } }
    .link-group--2-of-4 .link-group__col,
    .link-group--2-of-5 .link-group__col {
      width: 50%; }
      @media (max-width: 767px) {
        .link-group--2-of-4 .link-group__col,
        .link-group--2-of-5 .link-group__col {
          width: auto; } }
    .link-group--1-of-4 .link-group__col,
    .link-group--1-of-5 .link-group__col {
      width: 100%; }
  .link-group__list ul {
    padding-left: 10px; }
  .link-group__item a {
    display: block;
    padding: 3px 6px;
    margin-left: -6px;
    position: relative; }
    .link-group__item a.active {
      background-color: #eef1f3; }
      .link-group__item a.active:hover {
        opacity: 1; }
  .link-group__item--icon {
    line-height: 17px;
    vertical-align: top; }
    .link-group__item--icon a {
      padding-left: calc(2.5em + 6px);
      line-height: inherit;
      vertical-align: inherit;
      padding-right: 6px;
      margin-left: 0; }
  .link-group__item--checkbox {
    line-height: 17px;
    vertical-align: top; }
    .link-group__item--checkbox a {
      padding-left: calc(2.5em + 6px);
      line-height: inherit;
      vertical-align: inherit;
      margin-left: 0;
      fill: none; }
      .link-group__item--checkbox a:hover {
        opacity: 1; }
      .link-group__item--checkbox a.active {
        background-color: transparent;
        fill: #1d1d1b; }
        .link-group__item--checkbox a.active:before, .link-group__item--checkbox a.active:after {
          display: none; }
  .link-group__item--range {
    line-height: 20px;
    padding-top: 1.5px;
    padding-bottom: 1.5px; }
    .link-group__item--range:before, .link-group__item--range:after {
      content: " ";
      display: table; }
    .link-group__item--range:after {
      clear: both; }
    .link-group__item--range > div > span {
      float: left;
      max-width: calc(100% - 158px); }
      @media (max-width: 1349px) {
        .link-group__item--range > div > span {
          max-width: calc(100% - 126px); } }
      @media (max-width: 1199px) {
        .link-group__item--range > div > span {
          max-width: calc(100% - 126px); } }
      @media (max-width: 991px) {
        .link-group__item--range > div > span {
          max-width: calc(100% - 126px); } }
      @media (max-width: 767px) {
        .link-group__item--range > div > span {
          max-width: calc(100% - 168px); } }
    .link-group__item--range .range {
      float: right; }
      @media (max-width: 767px) {
        .link-group__item--range .range {
          width: 110px; } }
  @media (max-width: 1199px) {
    .link-group--1-col-range {
      width: 30%; } }
  @media (max-width: 991px) {
    .link-group--1-col-range {
      width: 35%; } }
  @media (max-width: 767px) {
    .link-group--1-col-range {
      width: 100%; } }
  .link-group__item-icon {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-left: 6px; }
    .link-group__item-icon.icon--sustainability {
      left: 0.08327em;
      width: 1.83345em;
      height: 1.5em; }
    .link-group__item-icon.icon--circularity {
      left: 0.0235em;
      width: 1.953em;
      height: 1.5em; }
    .link-group__item-icon.icon--wellbeing {
      left: 0.5em;
      width: 1.0em;
      height: 1.5em; }
    .link-group__item-icon.icon--efficiency {
      left: 0.30833em;
      width: 1.58333em;
      height: 1.5em; }
    .link-group__item-icon.icon--alternative-business-model {
      left: 0.06667em;
      width: 1.40667;
      height: 1.5em; }
    .link-group__item-icon.icon--checkbox-fancy {
      margin-left: 0;
      width: 1.25063em;
      height: 1.334em; }

.loader {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
  .images-has-loaded .loader {
    display: none; }
  @media (min-width: 768px) {
    .loader--image-viewer {
      margin: 100px; } }
  .loader__cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
    .loader__cube:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation: loader-cube-angle 2.4s infinite linear both;
      transform-origin: 100% 100%; }
      .page-theme-aquamarine .loader__cube:before {
        background-color: #a9dae7; }
      .page-theme-lemonyellow .loader__cube:before {
        background-color: #f6eb61; }
      .page-theme-mistygrey .loader__cube:before {
        background-color: #d0d3d4; }
      .page-theme-graphitegrey .loader__cube:before {
        background-color: #a2a6a8; }
      .page-theme-polargreen .loader__cube:before {
        background-color: #e0edd5; }
      .page-theme-springgreen .loader__cube:before {
        background-color: #b7d698; }
      .page-theme-chilired .loader__cube:before {
        background-color: #d22630; }
      .page-theme-salmon .loader__cube:before {
        background-color: #e6baa8; }
      .page-theme-cinnamon .loader__cube:before {
        background-color: #6d4f47; }
      .page-theme-flamingopink .loader__cube:before {
        background-color: #fad0c8; }
      .page-theme-kingfisherblue .loader__cube:before {
        background-color: #00a0d8; }
      .page-theme-white .loader__cube:before {
        background-color: #fff; }
      .page-theme-black .loader__cube:before {
        background-color: #1d1d1b; }
      .page-theme-pagebackground .loader__cube:before {
        background-color: #eef1f3; }
      .page-theme-sdw20green .loader__cube:before {
        background-color: #244f3e; }
    .loader__cube.loader__cube--2 {
      transform: scale(1.1) rotateZ(90deg); }
    .loader__cube.loader__cube--3 {
      transform: scale(1.1) rotateZ(180deg); }
    .loader__cube.loader__cube--4 {
      transform: scale(1.1) rotateZ(270deg); }
    .loader__cube.loader__cube--2:before {
      animation-delay: 0.3s; }
    .loader__cube.loader__cube--3:before {
      animation-delay: 0.6s; }
    .loader__cube.loader__cube--4:before {
      animation-delay: 0.9s; }

@keyframes loader-cube-angle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.logo {
  display: inline-block; }
  .logo__link {
    display: block; }
  .logo__image {
    display: block;
    max-width: 100%; }

.logo-collection {
  background-color: #eef1f3; }
  .logo-collection--white {
    background-color: #fff; }
  .logo-collection__container {
    width: 73%;
    margin: 0 auto;
    padding: 40px 0; }
    @media (max-width: 1349px) {
      .logo-collection__container {
        padding: 30px 0; } }
    @media (max-width: 1199px) {
      .logo-collection__container {
        padding: 25px 0; } }
    @media (max-width: 991px) {
      .logo-collection__container {
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .logo-collection__container {
        width: 100%;
        padding: 10px 0; } }
  .logo-collection__headline {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #a2a6a8;
    text-align: center; }
    @media (max-width: 1349px) {
      .logo-collection__headline {
        padding-bottom: 33px; } }
    @media (max-width: 1199px) {
      .logo-collection__headline {
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .logo-collection__headline {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .logo-collection__headline {
        padding-bottom: 17px; } }
  .logo-collection__list {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 0; }
    @media (max-width: 767px) {
      .logo-collection__list {
        display: block;
        width: auto; } }
  .logo-collection__item {
    display: table-cell;
    padding: 0 20px 20px;
    vertical-align: middle;
    opacity: .5; }
    .logo-collection__item .logo {
      max-width: 100%; }
    @media (max-width: 1349px) {
      .logo-collection__item {
        padding: 0 30px 30px; } }
    @media (max-width: 1199px) {
      .logo-collection__item {
        padding: 0 25px 25px; } }
    @media (max-width: 991px) {
      .logo-collection__item {
        padding: 0 15px 15px; } }
    @media (max-width: 767px) {
      .logo-collection__item {
        display: inline-block;
        width: 33.33333%;
        padding: 0 20px 20px; } }

.map-popup {
  white-space: nowrap; }
  .map-popup p {
    margin-top: .3em; }

.material-about {
  padding: 80px;
  background-color: #fff; }
  @media (max-width: 1349px) {
    .material-about {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .material-about {
      padding: 50px; } }
  @media (max-width: 991px) {
    .material-about {
      padding: 30px; } }
  @media (max-width: 767px) {
    .material-about {
      padding: 20px; } }
  .material-about__body {
    margin-top: 46px;
    margin-bottom: 66px; }
  .material-about__body-container {
    display: flex;
    flex-flow: row wrap; }
    .material-about__body-container dl {
      margin: -2px 0 0; }
  .material-about__body-heading {
    margin-bottom: 18px;
    flex-basis: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    max-width: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    width: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    margin-right: 100px; }
    @media (max-width: 1349px) {
      .material-about__body-heading {
        flex-basis: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        width: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        margin-right: 60px; } }
    @media (max-width: 1199px) {
      .material-about__body-heading {
        flex-basis: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        width: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        margin-right: 40px; } }
    @media (max-width: 991px) {
      .material-about__body-heading {
        flex-basis: calc(99.9% * 1);
        max-width: calc(99.9% * 1);
        width: calc(99.9% * 1);
        margin-right: 0px; } }
  .material-about__body-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    max-width: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    width: calc(99.9% * 0.33333 - (100px - 100px * 0.33333));
    margin-right: 100px; }
    .material-about__body-col:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 1349px) {
      .material-about__body-col {
        flex-basis: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        width: calc(99.9% * 0.33333 - (60px - 60px * 0.33333));
        margin-right: 60px; } }
    @media (max-width: 1199px) {
      .material-about__body-col {
        flex-basis: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        width: calc(99.9% * 0.33333 - (40px - 40px * 0.33333));
        margin-right: 40px; } }
    @media (max-width: 991px) {
      .material-about__body-col {
        flex-basis: calc(99.9% * 0.5 - (20px - 20px * 0.5));
        max-width: calc(99.9% * 0.5 - (20px - 20px * 0.5));
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5));
        margin-right: 20px; }
        .material-about__body-col:nth-child(1) {
          flex-basis: calc(99.9% * 1);
          max-width: calc(99.9% * 1);
          width: calc(99.9% * 1);
          margin-right: 0px;
          margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .material-about__body-col {
        flex-basis: calc(99.9% * 1);
        max-width: calc(99.9% * 1);
        width: calc(99.9% * 1);
        margin-right: 0px; } }
    .material-about__body-col p:first-child {
      margin-top: 0; }
  @media (max-width: 767px) {
    .material-about__standards .border-grid {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -20px; } }

.material-filter {
  background-color: #fff; }
  @media (max-width: 767px) {
    .material-filter--overlay {
      position: fixed;
      top: 0;
      left: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh;
      z-index: 12; } }
  .feed-container .material-filter {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 15px;
    padding-bottom: 50px; }
    @media (max-width: 1349px) {
      .feed-container .material-filter {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .feed-container .material-filter {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .feed-container .material-filter {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .feed-container .material-filter {
        padding-left: 20px;
        padding-right: 20px; } }
  .material-filter__header {
    border-bottom: solid 1px #d0d3d4;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .material-filter__header {
        padding-bottom: 10px;
        position: relative; }
        .material-filter__header:after {
          content: '';
          background-color: #d0d3d4;
          position: absolute;
          bottom: -1px;
          left: -20px;
          right: -20px;
          height: 1px; } }
  .material-filter__xs-heading {
    display: none;
    flex-basis: calc(100% - 30px);
    margin-bottom: 26px; }
    .material-filter--overlay .material-filter__xs-heading {
      display: block; }
  @media (max-width: 767px) {
    .material-filter__close {
      background-color: transparent;
      border: 0;
      padding: 8px;
      outline: none;
      width: 28px;
      height: 28px;
      position: relative;
      top: -9px;
      right: -6px; }
      .material-filter__close:before, .material-filter__close:after {
        content: '';
        display: block;
        background-color: #1d1d1b;
        width: 16px;
        height: 1px;
        position: absolute; }
      .material-filter__close:before {
        transform: rotate(45deg); }
      .material-filter__close:after {
        transform: rotate(-45deg); } }
  @media (max-width: 767px) {
    .material-filter--overlay .material-filter__close {
      display: block; } }
  @media (max-width: 767px) {
    .material-filter__menu {
      display: flex;
      align-items: center; } }
  .material-filter__menu-item {
    font-size: 15px;
    letter-spacing: .9px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-decoration: none;
    position: relative;
    top: 1px;
    opacity: 0.5; }
    @media (max-width: 1349px) {
      .material-filter__menu-item {
        font-size: 13px;
        letter-spacing: .8px; } }
    @media (max-width: 1199px) {
      .material-filter__menu-item {
        font-size: 12px;
        letter-spacing: .75px; } }
    @media (max-width: 991px) {
      .material-filter__menu-item {
        font-size: 11px;
        letter-spacing: .7px; } }
    @media (max-width: 767px) {
      .material-filter__menu-item {
        display: none;
        font-size: 13px;
        letter-spacing: .9px;
        padding-bottom: 0;
        min-width: 90px; } }
    .material-filter__menu-item--active {
      opacity: 1;
      display: inline-block;
      border-bottom: solid 1px #1d1d1b; }
      @media (max-width: 767px) {
        .material-filter__menu-item--active {
          display: inline-block;
          border-bottom: 0; } }
    .material-filter__menu-item:hover {
      opacity: 1; }
    .material-filter__menu-item + .material-filter__menu-item {
      margin-left: 95px; }
      @media (max-width: 767px) {
        .material-filter__menu-item + .material-filter__menu-item {
          margin-left: 0; } }
  .material-filter__close, .material-filter__menu-arrows {
    display: none; }
  .material-filter__toggle {
    display: flex;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    color: #a2a6a8;
    margin-left: auto;
    margin-right: 5px;
    align-self: flex-start; }
    @media (max-width: 767px) {
      .material-filter__toggle {
        border: none;
        border-radius: 2px;
        background-color: #eef1f3;
        color: #1d1d1b;
        cursor: pointer;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
        padding: 21px 30px 21px;
        position: relative;
        text-decoration: none;
        vertical-align: top;
        text-align: center;
        transition: all 150ms;
        margin-right: 0; }
        .material-filter__toggle:hover {
          background-color: #dce2e6;
          opacity: 1; } }
  @media (max-width: 767px) and (max-width: 1349px) {
    .material-filter__toggle {
      font-size: 13px;
      padding: 20px 26px; } }
  @media (max-width: 767px) and (max-width: 1199px) {
    .material-filter__toggle {
      font-size: 12px;
      padding: 19px 24px; } }
  @media (max-width: 767px) and (max-width: 991px) {
    .material-filter__toggle {
      font-size: 11px;
      padding: 16px 20px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .material-filter__toggle {
      padding: 14px 18px; } }
    @media (max-width: 767px) {
        .material-filter__toggle--small {
          padding: 13px 30px; } }
    @media (max-width: 767px) and (max-width: 1349px) {
      .material-filter__toggle--small {
        padding: 12px 26px; } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .material-filter__toggle--small {
        padding: 12px 24px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      .material-filter__toggle--small {
        padding: 12px 20px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .material-filter__toggle--small {
        padding: 12px 18px; } }
    .material-filter__toggle .icon {
      margin-left: 10px;
      transition: transform 200ms; }
      @media (max-width: 767px) {
        .material-filter__toggle .icon {
          display: none; } }
    .material-filter--expanded .material-filter__toggle .icon {
      transform: rotate(90deg); }
    @media (max-width: 767px) {
      .material-filter--overlay .material-filter__toggle {
        background-color: #b7d698; } }
  .material-filter__menu-arrows {
    background-color: transparent;
    border: 0;
    line-height: 1;
    padding: 0 10px 0 0;
    outline: none; }
    @media (max-width: 767px) {
      .material-filter__menu-arrows {
        display: flex; } }
    .material-filter__menu-arrows svg {
      display: block; }
      .material-filter__menu-arrows svg:first-child {
        margin-right: 5px; }
  .material-filter .feed-filter__sortby {
    left: 0; }
  .material-filter__collapse {
    display: none;
    background-color: #fff;
    border-bottom: solid 1px #d0d3d4; }
    .material-filter--expanded .material-filter__collapse {
      display: block; }
    @media (max-width: 767px) {
      .material-filter--overlay .material-filter__collapse {
        display: block;
        border-bottom: 0; } }
  .material-filter__tab {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none; }
    .material-filter__tab:before, .material-filter__tab:after {
      content: " ";
      display: table; }
    .material-filter__tab:after {
      clear: both; }
    .material-filter__tab--active {
      display: block; }
  .material-filter__row {
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 767px) {
      .material-filter__row {
        display: block; } }
  .material-filter .horisontal-checkboxes {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .material-filter .horisontal-checkboxes {
        flex: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: none;
        width: auto; } }
  .material-filter .multiselect, .material-filter .search-textbox {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    max-width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333));
    margin-right: 20px;
    margin-bottom: 20px; }
    .material-filter .multiselect:nth-child(3n), .material-filter .search-textbox:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 992px) {
      .material-filter .multiselect:nth-child(3n+1):nth-last-child(-n+3),
      .material-filter .multiselect:nth-child(3n+1):nth-last-child(-n+3) ~ .multiselect, .material-filter .search-textbox:nth-child(3n+1):nth-last-child(-n+3),
      .material-filter .search-textbox:nth-child(3n+1):nth-last-child(-n+3) ~ .multiselect {
        margin-bottom: 15px; } }
    @media (max-width: 1349px) {
      .material-filter .multiselect, .material-filter .search-textbox {
        flex-basis: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        max-width: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        width: calc(99.9% * 0.33333 - (15px - 15px * 0.33333));
        margin-right: 15px;
        margin-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .material-filter .multiselect, .material-filter .search-textbox {
        flex-basis: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        max-width: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        width: calc(99.9% * 0.5 - (15px - 15px * 0.5));
        margin-right: 15px; }
        .material-filter .multiselect:nth-child(n), .material-filter .search-textbox:nth-child(n) {
          margin-right: 15px; }
        .material-filter .multiselect:nth-child(2n), .material-filter .search-textbox:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .material-filter .multiselect, .material-filter .search-textbox {
        flex: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: none;
        width: auto; } }

.material-header__variants {
  padding-left: 80px;
  padding-right: 80px;
  background-color: #eef1f3; }
  @media (max-width: 1349px) {
    .material-header__variants {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .material-header__variants {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .material-header__variants {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .material-header__variants {
      padding-left: 20px;
      padding-right: 20px; } }

.material-header__variants {
  display: flex;
  width: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1349px) {
    .material-header__variants {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 1199px) {
    .material-header__variants {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (max-width: 991px) {
    .material-header__variants {
      padding-top: 3px;
      padding-bottom: 3px; } }
  @media (max-width: 767px) {
    .material-header__variants {
      padding-top: 0;
      padding-bottom: 0px; } }

.material-header__title {
  margin-bottom: 0;
  line-height: 1;
  align-self: center;
  padding-right: 40px; }
  @media (max-width: 1199px) {
    .material-header__title {
      padding-right: 28px; } }
  @media (max-width: 991px) {
    .material-header__title {
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .material-header__title {
      display: none; } }

@media (max-width: 767px) {
  .material-info {
    display: none; } }

.material-info__title {
  margin-bottom: 1em; }

.material-info__cols {
  display: flex; }
  .material-info__cols:before, .material-info__cols:after {
    content: " ";
    display: table; }
  .material-info__cols:after {
    clear: both; }

.material-info__col-left {
  float: left;
  padding-right: 20px;
  width: 25%; }
  @media (max-width: 991px) {
    .material-info__col-left {
      width: 40%; } }

.material-info__col-right {
  float: left;
  padding-left: 20px;
  width: 75%;
  display: flex; }
  @media (max-width: 991px) {
    .material-info__col-right {
      width: 60%; } }

.material-info__info p {
  margin-top: 0; }

.material-info__images {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 1em; }
  .material-info__images:before, .material-info__images:after {
    content: " ";
    display: table; }
  .material-info__images:after {
    clear: both; }
  .material-info__images > * {
    padding: 4px 4px; }
  .material-info__images > *:nth-child(2n +1) {
    clear: left; }
  .material-info__images > * {
    float: left;
    max-width: 50%; }
  .material-info__images img {
    width: 100%;
    vertical-align: top; }

.material-info__specifications {
  min-height: 100%;
  width: 100%;
  background-color: #eef1f3;
  overflow: hidden;
  padding: 20px 12px 20px 20px; }
  .material-info__specifications p {
    margin: 3px 0 0; }

.material-info__specifications-row {
  margin-left: -30px;
  margin-right: -30px; }
  .material-info__specifications-row:before, .material-info__specifications-row:after {
    content: " ";
    display: table; }
  .material-info__specifications-row:after {
    clear: both; }
  @media (max-width: 1349px) {
    .material-info__specifications-row {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 1199px) {
    .material-info__specifications-row {
      margin-left: -10px;
      margin-right: -10px; } }

.material-info__specifications-col {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: 33.33333%; }
  @media (max-width: 1349px) {
    .material-info__specifications-col {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1199px) {
    .material-info__specifications-col {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 991px) {
    .material-info__specifications-col {
      width: 50%; }
      .material-info__specifications-col:last-child {
        clear: left;
        float: none;
        padding-top: 2em;
        width: 100%; } }

.material-info__specifications-item {
  margin-top: 2em; }
  .material-info__specifications-item:first-child {
    margin-top: 0; }

.materials-block {
  background: white;
  text-align: center;
  padding: 135px 0 120px; }
  @media (max-width: 1349px) {
    .materials-block {
      padding: 115px 0 100px; } }
  @media (max-width: 1199px) {
    .materials-block {
      padding: 86px 0 70px; } }
  @media (max-width: 991px) {
    .materials-block {
      padding: 66px 0 50px; } }
  @media (max-width: 767px) {
    .materials-block {
      padding: 42px 24px 44px; } }
  .materials-block__content {
    max-width: 896px;
    margin: 0 auto; }
    @media (max-width: 1349px) {
      .materials-block__content {
        max-width: 777px; } }
    @media (max-width: 1199px) {
      .materials-block__content {
        max-width: 644px; } }
    @media (max-width: 991px) {
      .materials-block__content {
        max-width: 499px; } }
    @media (max-width: 767px) {
      .materials-block__content {
        max-width: 280px; } }
  .materials-block__title {
    margin-bottom: 48px; }
    @media (max-width: 1349px) {
      .materials-block__title {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .materials-block__title {
        margin-bottom: 36px; } }
    @media (max-width: 991px) {
      .materials-block__title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .materials-block__title {
        margin-bottom: 26px; } }
  .materials-block__info {
    margin-bottom: 76px; }
    @media (max-width: 1349px) {
      .materials-block__info {
        margin-bottom: 60px; } }
    @media (max-width: 1199px) {
      .materials-block__info {
        margin-bottom: 45px; }
        .materials-block__info .icon {
          height: 37px;
          margin-bottom: 11px; } }
    @media (max-width: 991px) {
      .materials-block__info {
        margin-bottom: 28px; }
        .materials-block__info .icon {
          height: 28px;
          margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .materials-block__info {
        margin-bottom: 40px; } }
  .materials-block__info-grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -38px;
    margin-right: -38px; }
    .materials-block__info-grid:before, .materials-block__info-grid:after {
      content: " ";
      display: table; }
    .materials-block__info-grid:after {
      clear: both; }
    .materials-block__info-grid > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 25%; }
    .materials-block__info-grid > *:nth-child(4n +1) {
      clear: both; }
    .materials-block__info-grid > * {
      padding: 38px 38px; }
    @media (max-width: 1349px) {
      .materials-block__info-grid {
        margin-left: -33px;
        margin-right: -33px; }
        .materials-block__info-grid > * {
          padding: 33px 33px; }
        .materials-block__info-grid .icon {
          height: 44px; } }
    @media (max-width: 1199px) {
      .materials-block__info-grid {
        margin-left: -27px;
        margin-right: -27px; }
        .materials-block__info-grid > * {
          padding: 27px 27px; } }
    @media (max-width: 991px) {
      .materials-block__info-grid {
        margin-left: -22px;
        margin-right: -22px; }
        .materials-block__info-grid > * {
          padding: 22px 22px; } }
    @media (max-width: 767px) {
      .materials-block__info-grid {
        margin-left: -10px;
        margin-right: -10px;
        margin-left: -20px;
        margin-right: -20px; }
        .materials-block__info-grid > *:nth-child(4n +1) {
          clear: none; }
        .materials-block__info-grid:before, .materials-block__info-grid:after {
          content: " ";
          display: table; }
        .materials-block__info-grid:after {
          clear: both; }
        .materials-block__info-grid > * {
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          width: 50%; }
        .materials-block__info-grid > *:nth-child(2n +1) {
          clear: both; }
        .materials-block__info-grid > * {
          padding: 20px 20px; } }
    .materials-block__info-grid h2 {
      margin-bottom: 0.7em; }
    .materials-block__info-grid .icon {
      height: 50px;
      margin-bottom: 15px; }
  .materials-block__kcs-teaser {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 70%; }
    @media (max-width: 991px) {
      .materials-block__kcs-teaser {
        margin-bottom: 16px;
        width: auto; } }
    @media (max-width: 767px) {
      .materials-block__kcs-teaser {
        flex-flow: column; } }
    .materials-block__kcs-teaser img {
      height: auto;
      width: 140px; }
      @media (max-width: 1199px) {
        .materials-block__kcs-teaser img {
          width: 100px; } }
      @media (max-width: 767px) {
        .materials-block__kcs-teaser img {
          margin-bottom: 24px; } }

.materials-intro {
  padding: 80px;
  position: relative;
  background: white;
  overflow: hidden; }
  @media (max-width: 1349px) {
    .materials-intro {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .materials-intro {
      padding: 50px; } }
  @media (max-width: 991px) {
    .materials-intro {
      padding: 30px; } }
  @media (max-width: 767px) {
    .materials-intro {
      padding: 20px; } }
  .materials-intro:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .materials-intro:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .materials-intro:before {
        width: 8px; } }
    .page-theme-aquamarine .materials-intro:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .materials-intro:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .materials-intro:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .materials-intro:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .materials-intro:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .materials-intro:before {
      background-color: #b7d698; }
    .page-theme-chilired .materials-intro:before {
      background-color: #d22630; }
    .page-theme-salmon .materials-intro:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .materials-intro:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .materials-intro:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .materials-intro:before {
      background-color: #00a0d8; }
    .page-theme-white .materials-intro:before {
      background-color: #fff; }
    .page-theme-black .materials-intro:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .materials-intro:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .materials-intro:before {
      background-color: #244f3e; }
  .materials-intro__grid {
    margin-left: -10px;
    margin-right: -10px; }
    .materials-intro__grid:before, .materials-intro__grid:after {
      content: " ";
      display: table; }
    .materials-intro__grid:after {
      clear: both; }
    .materials-intro__grid > * {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; }
  .materials-intro__video {
    overflow: hidden;
    white-space: nowrap; }
  .materials-intro__video-button {
    display: inline-block;
    vertical-align: bottom;
    width: 50%; }
    .materials-intro__video-button img {
      width: 100%;
      vertical-align: top; }
  .materials-intro__video-description {
    display: inline-block;
    width: 50%;
    max-width: 200px;
    padding-left: 15px;
    white-space: normal; }
    .materials-intro__video-description h6 {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0.3em; }
    .materials-intro__video-description p {
      margin: 0; }
  .materials-intro__texts {
    margin-left: -20px;
    margin-right: -20px; }
    .materials-intro__texts:before, .materials-intro__texts:after {
      content: " ";
      display: table; }
    .materials-intro__texts:after {
      clear: both; }
    .materials-intro__texts > * {
      float: left;
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; }
    .materials-intro__texts .button {
      display: block;
      margin-top: 1em; }

@media (max-width: 991px) {
  .materials-intro__video-button {
    width: 100%;
    display: block; }
  .materials-intro__video-description {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 14px 0 0 0; }
    .materials-intro__video-description h6 {
      display: none; }
  .materials-intro__text-col {
    width: 100%; }
  .materials-intro__text-col + .materials-intro__text-col {
    margin-top: 1em; } }

@media (max-width: 767px) {
  .materials-intro {
    padding: 0; }
    .materials-intro:before {
      display: none; }
    .materials-intro__video {
      width: 100%; }
    .materials-intro__video-description {
      display: none; }
    .materials-intro__texts {
      width: 100%;
      margin: 0;
      padding: 20px; } }

body.pdf {
  background-color: #fff;
  padding-top: 0; }

.material-pdf {
  width: 100%;
  page-break-after: always; }
  .material-pdf:last-of-type {
    page-break-after: avoid; }
  .material-pdf .container {
    margin: 0;
    width: 100%;
    padding: 0 100px; }
  .material-pdf__header {
    padding: 20px 30px;
    background-color: #f6eb61;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #1d1d1b;
    margin-bottom: 50px; }
    .material-pdf__header img {
      float: left;
      max-height: 20px;
      margin-right: 30px; }
  .material-pdf__header-meta {
    display: inline;
    line-height: 20px; }
    .material-pdf__header-meta > li {
      display: inline-block;
      font-size: 8px;
      margin-right: 55px;
      letter-spacing: 1px;
      font-weight: 500;
      white-space: nowrap; }
  .material-pdf__header-pagination {
    font-size: 9px;
    line-height: 20px;
    float: right; }
  .material-pdf__title {
    margin-bottom: 45px;
    justify-content: space-between;
    display: flex;
    align-items: flex-end; }
    .material-pdf__title h2 {
      margin-bottom: 0;
      font-size: 36px; }
  .material-pdf__image {
    margin-bottom: 50px;
    width: 100%; }
  .material-pdf hr {
    margin-top: 0;
    margin-bottom: 15px;
    border-top: 1px solid #25282a; }
  .material-pdf__heading {
    font-weight: bold;
    font-size: 13px;
    color: #1d1d1b;
    letter-spacing: 0.81px;
    line-height: 26px;
    margin-bottom: 15px; }
  .material-pdf__content h3 {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.81px;
    line-height: 26px; }
    .material-pdf__content h3:not(:first-of-type) {
      margin-top: 30px; }
  .material-pdf__content p {
    font-size: 10px;
    letter-spacing: 0.17px;
    line-height: 18px;
    margin-top: 2px; }
  .material-pdf__info {
    overflow: hidden;
    margin-bottom: 100px; }
    .material-pdf__info h3 {
      margin-bottom: 15px; }
  .material-pdf__specification {
    float: left;
    width: 66.66667%;
    padding-right: 25px; }
    .material-pdf__specification dl {
      display: block;
      flex-wrap: initial;
      float: left;
      width: 50%;
      margin: -2px 0 0;
      font-size: 10px;
      padding-right: 10px;
      letter-spacing: 1px; }
      .material-pdf__specification dl:nth-of-type(2) {
        padding-right: 0; }
      .material-pdf__specification dl dt,
      .material-pdf__specification dl dd {
        display: block;
        float: left;
        flex: initial;
        line-height: 18px;
        padding-right: 0;
        letter-spacing: 1px; }
      .material-pdf__specification dl dt {
        clear: left;
        font-weight: 600;
        width: 40%; }
      .material-pdf__specification dl dd {
        padding-left: 0;
        max-width: 60%;
        width: 60%; }
  .material-pdf__about {
    float: left;
    width: 33.33333%; }
    .material-pdf__about p {
      font-size: 10px;
      letter-spacing: 1px; }
  .material-pdf__standards {
    margin-bottom: 100px; }
    .material-pdf__standards .spec-check {
      display: block; }
      .material-pdf__standards .spec-check .icon--checkbox-round {
        vertical-align: top; }
      .material-pdf__standards .spec-check .spec-check__name {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.17px;
        line-height: 18px; }
      .material-pdf__standards .spec-check .spec-check__description {
        font-size: 10px;
        letter-spacing: 0.17px;
        line-height: 14px; }
      .material-pdf__standards .spec-check .spec-check__text {
        max-width: 135px;
        display: inline-block; }
  .material-pdf__standards-container {
    overflow: hidden; }
  .material-pdf__standards-col {
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-bottom: 20px; }
    .material-pdf__standards-col:nth-child(4n + 1) {
      clear: left; }
  .material-pdf__colours-container {
    overflow: hidden; }
  .material-pdf__colours-item {
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    letter-spacing: 1px;
    width: 121px; }
    .material-pdf__colours-item:nth-child(6n + 1) {
      clear: left; }
    .material-pdf__colours-item:nth-child(6n) {
      margin-right: 0; }
    .material-pdf__colours-item img {
      max-width: 100%; }
    .material-pdf__colours-item p {
      font-size: 10px; }
    .material-pdf__colours-item p:first-of-type {
      margin-top: 0; }

.modal {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.8);
  z-index: 999;
  user-select: none;
  transition: opacity 200ms ease-in-out;
  display: flex;
  flex-direction: column; }
  .modal.is-active {
    opacity: 1; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    z-index: 2;
    cursor: pointer;
    display: flex; }
    @media (max-width: 991px) {
      .modal__close {
        top: 0; } }
    .modal__close span {
      margin-right: 15px;
      font-size: 15px;
      color: #fff;
      font-weight: 300;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .modal__close span {
          display: none; } }
    .modal__close svg {
      fill: #fff; }
  .modal__body {
    width: 100%;
    flex: 1;
    height: auto; }

.multi-col {
  column-count: 2;
  column-gap: 115px;
  margin-bottom-collapse: separate; }
  .multi-col h1, .multi-col h2, .multi-col h3, .multi-col h4, .multi-col h5,
  .multi-col .h1,
  .multi-col .form-fieldset__title, .multi-col .h2, .multi-col .h3, .multi-col .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message, .EPiServerForms .Form__Status .multi-col .Form__Status__Message.Form__Success__Message, .multi-col .h4, .multi-col .h5, .multi-col .form-field__label, .multi-col .footer__contact .footer__menu-title, .footer__contact .multi-col .footer__menu-title, .multi-col .footer__showrooms .footer__menu-title, .footer__showrooms .multi-col .footer__menu-title, .multi-col .footer__store-link {
    display: inline-block;
    margin-top: 0;
    width: 100%; }
  .multi-col p {
    display: inline-block; }
  @media (max-width: 1349px) {
    .multi-col {
      column-gap: 100px; } }
  @media (max-width: 1199px) {
    .multi-col {
      column-gap: 60px; } }
  @media (max-width: 991px) {
    .multi-col {
      column-count: auto;
      column-gap: normal; } }

.multiselect {
  max-width: 400px;
  position: relative; }
  .multiselect__toggle {
    background-color: #eef1f3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (max-width: 767px) {
      .multiselect__toggle {
        padding: 15px 20px; } }
    .multiselect__toggle:before, .multiselect__toggle:after {
      content: '';
      background-color: #a2a6a8;
      position: absolute;
      top: 50%;
      right: 30px; }
      @media (max-width: 767px) {
        .multiselect__toggle:before, .multiselect__toggle:after {
          right: 20px; } }
    .multiselect__toggle:before {
      width: 11px;
      height: 1px;
      transform: translateY(-50%); }
    .multiselect__toggle:after {
      width: 1px;
      height: 11px;
      transform: translate(-5px, -50%); }
      .multiselect--expanded .multiselect__toggle:after {
        display: none; }
  .multiselect__reset {
    font-weight: 400;
    font-size: 12px;
    margin-left: 12px; }
  .multiselect__dropdown {
    background-color: #eef1f3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    max-height: 240px;
    overflow: scroll; }
    .multiselect .multiselect__dropdown {
      display: none; }
    .multiselect__dropdown ul {
      padding: 0 30px 20px; }
      @media (max-width: 767px) {
        .multiselect__dropdown ul {
          padding: 0 20px 15px; } }
      .multiselect__dropdown ul ul {
        padding-left: 20px;
        padding-bottom: 0; }
    .multiselect--expanded .multiselect__dropdown {
      display: flex;
      position: absolute;
      top: 56px;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 767px) {
        .multiselect--expanded .multiselect__dropdown {
          top: 46px; } }
  .multiselect__option .form-item {
    margin-bottom: 0; }
  .multiselect__option .form-item__input--checkbox:checked ~ span {
    font-weight: bold; }

.nav {
  list-style-type: none;
  margin: 0; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav__item {
    float: left; }
    .nav__item--icon svg {
      display: block; }
    .nav__item--icon .nav__item-text {
      display: none; }
    .nav__item > a {
      position: relative;
      padding: 12px 32px; }
      .navbar--tighter .nav__item > a {
        padding-left: 20px;
        padding-right: 20px; }
      .navbar--new .nav__item > a {
        white-space: nowrap; }
      .nav__item > a:hover {
        opacity: 1; }
    .nav__item__expand-icon {
      opacity: 0;
      position: absolute;
      top: 50%;
      margin-left: 10px;
      transform: translateY(-50%);
      width: 12px;
      height: 7px;
      transition: opacity 150ms ease-in-out; }
      @media (max-width: 1199px) {
        .nav__item__expand-icon {
          margin-left: 3px;
          width: 9px;
          height: 7px; } }
      @media (max-width: 767px) {
        .nav__item__expand-icon {
          opacity: 1;
          position: relative;
          transform: translateY(0) rotate(-90deg);
          top: 0;
          width: 11px;
          height: 10px; } }
      .nav__item:hover .nav__item__expand-icon {
        opacity: 1; }
    .navbar--new .nav__item--secondary {
      margin-left: auto; }
      .navbar--new .nav__item--secondary + .nav__item--secondary {
        margin-left: 0; }
    .nav__item--secondary > a {
      font-weight: 300; }
    .nav__item--inactive > a {
      opacity: 0.3; }
    .nav__item--inactive > a:hover {
      opacity: 0.6; }

.nav.nav--vertical .nav__item {
  display: block;
  float: none; }

.nav.nav--discrete .nav__item > a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 3px 15px; }

.nav.nav--discrete .nav__item > a .icon {
  margin-left: 5px;
  width: 10px;
  height: 9px; }

.nav.nav--discrete .nav__item > a .icon + span ~ span {
  margin-left: 0.5em; }

@media (max-width: 1349px) {
  .nav__item--icon .icon--search {
    width: 17px;
    height: 17px; }
  .nav__item--search > a {
    padding-top: 13px; }
  .nav__item > a {
    padding-left: 28px;
    padding-right: 28px; }
    .navbar--tighter .nav__item > a {
      padding-left: 16px;
      padding-right: 16px; } }

@media (max-width: 1199px) {
  .nav__item--icon .icon--search {
    width: 16px;
    height: 16px; }
  .nav__item--search > a {
    padding-top: 12px; }
  .nav__item > a {
    padding-left: 18px;
    padding-right: 18px; }
    .navbar--tight .nav__item > a {
      padding-left: 16px;
      padding-right: 16px; }
    .navbar--tighter .nav__item > a {
      padding-left: 12px;
      padding-right: 12px; }
  .nav.nav--discrete .nav__item > a {
    font-size: 10px;
    letter-spacing: 0.7px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .nav.nav--discrete .nav__item > a .icon {
      margin-left: 3px;
      width: 9px;
      height: 7px; } }

@media (max-width: 991px) {
  .nav__item > a {
    padding-left: 12px;
    padding-right: 12px; }
    .navbar--tighter .nav__item > a,
    .navbar--new .nav__item > a {
      padding-left: 10px;
      padding-right: 10px; }
  .nav.nav--vertical .nav__item {
    float: left; }
  .nav.nav--discrete .nav__item > a {
    font-size: 9px;
    letter-spacing: 0.6px;
    padding: 5px 13px; } }

@media (max-width: 767px) {
  .nav__item {
    float: none; }
    .nav__item--search {
      margin-top: 22px; }
    .nav__item--icon svg {
      display: inline-block;
      margin-right: 2px;
      vertical-align: text-bottom; }
    .nav__item--icon .icon--search {
      height: 19px;
      width: 19px; }
    .nav__item--icon .nav__item-text {
      display: inline-block; }
    .nav__item > a {
      font-size: 16px;
      letter-spacing: 1px;
      padding: 5px 0; }
  .nav.nav--vertical .nav__item {
    float: none; }
  .nav.nav--discrete .nav__item > a {
    font-size: 12px;
    letter-spacing: 0.9px;
    padding: 4px 0; } }

.nav-expand {
  height: 0;
  background-color: #eef1f3;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  text-align: left;
  padding-left: 70px; }
  @media (max-width: 1349px) {
    .nav-expand {
      padding-left: 50px; } }
  @media (max-width: 1199px) {
    .nav-expand {
      padding-left: 40px; } }
  @media (max-width: 991px) {
    .nav-expand {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .nav-expand {
      height: 100vh !important;
      position: fixed;
      padding-left: 55px;
      padding-top: 40px;
      transform: translateX(100%);
      top: 50px;
      z-index: 4;
      overflow: visible; }
      .nav-expand--expanded {
        transform: translateX(0); } }
  @media (min-width: 768px) {
    .nav-expand {
      position: relative;
      position: absolute; }
      .nav-expand:before {
        display: block;
        content: '';
        background-color: #f6eb61;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        z-index: 5;
        transform: translateZ(0); } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .nav-expand:before {
        width: 14px; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .nav-expand:before {
        width: 8px; } }
  @media (min-width: 768px) {
        .page-theme-aquamarine .nav-expand:before {
          background-color: #a9dae7; }
        .page-theme-lemonyellow .nav-expand:before {
          background-color: #f6eb61; }
        .page-theme-mistygrey .nav-expand:before {
          background-color: #d0d3d4; }
        .page-theme-graphitegrey .nav-expand:before {
          background-color: #a2a6a8; }
        .page-theme-polargreen .nav-expand:before {
          background-color: #e0edd5; }
        .page-theme-springgreen .nav-expand:before {
          background-color: #b7d698; }
        .page-theme-chilired .nav-expand:before {
          background-color: #d22630; }
        .page-theme-salmon .nav-expand:before {
          background-color: #e6baa8; }
        .page-theme-cinnamon .nav-expand:before {
          background-color: #6d4f47; }
        .page-theme-flamingopink .nav-expand:before {
          background-color: #fad0c8; }
        .page-theme-kingfisherblue .nav-expand:before {
          background-color: #00a0d8; }
        .page-theme-white .nav-expand:before {
          background-color: #fff; }
        .page-theme-black .nav-expand:before {
          background-color: #1d1d1b; }
        .page-theme-pagebackground .nav-expand:before {
          background-color: #eef1f3; }
        .page-theme-sdw20green .nav-expand:before {
          background-color: #244f3e; } }
  .nav-expand__inner {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .nav-expand__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 0.25);
    max-width: calc(99.9% * 0.25);
    width: calc(99.9% * 0.25);
    margin-right: 0;
    padding-top: 50px; }
    .nav-expand__col:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1199px) {
      .nav-expand__col {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .nav-expand__col {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1);
        max-width: calc(99.9% * 1);
        width: calc(99.9% * 1);
        margin-right: 0;
        padding-top: 0; }
        .nav-expand__col:nth-child(1n) {
          margin-right: 0; } }
    .nav-expand__col--banner {
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .nav-expand__col--banner {
          display: none; } }
  .nav-expand__col-inner {
    position: relative;
    padding: 48px 10px 40px; }
    @media (max-width: 1199px) {
      .nav-expand__col-inner {
        padding: 38px 10px 30px; } }
    @media (max-width: 767px) {
      .nav-expand__col-inner {
        padding: 0; } }
  .nav-expand__parent-link {
    font-size: 20px;
    letter-spacing: 1.4px;
    position: absolute;
    top: 0;
    text-decoration: none;
    display: flex;
    align-items: center; }
    @media (max-width: 1349px) {
      .nav-expand__parent-link {
        font-size: 16px;
        letter-spacing: 1.1px; } }
    @media (max-width: 1199px) {
      .nav-expand__parent-link {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 991px) {
      .nav-expand__parent-link {
        font-size: 11px;
        letter-spacing: 0.5px; } }
    @media (max-width: 767px) {
      .nav-expand__parent-link {
        position: initial;
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: none;
        margin-bottom: 30px;
        font-weight: 500;
        display: block; } }
    .nav-expand__parent-link small {
      display: none;
      font-size: 12px;
      font-weight: 400;
      color: #a2a6a8;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .nav-expand__parent-link small {
          display: block; } }
    .nav-expand__parent-link .icon {
      margin-left: 18px; }
      @media (max-width: 1199px) {
        .nav-expand__parent-link .icon {
          margin-left: 10px;
          width: 10px;
          height: 10px; } }
    @media (min-width: 768px) {
      .nav-expand__child .nav-expand__parent-link {
        display: none; } }
  @media (max-width: 767px) {
    .nav-expand__child {
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(100%);
      padding-left: 55px;
      padding-top: 40px;
      background-color: #eef1f3;
      width: 100%;
      height: 100%;
      z-index: 10;
      transition: transform 300ms ease-in-out; }
      .nav-expand__child--expanded {
        transform: translateX(0); } }
  .nav-expand__item > a {
    padding: 6px 0; }
    @media (max-width: 767px) {
      .nav-expand__item > a {
        font-size: 16px;
        letter-spacing: 1px; } }
  .nav-expand__item .nav-expand__item > a {
    font-weight: 300; }
  .nav-expand__item--top-offset {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .nav-expand__item--top-offset {
        margin-top: 0; } }
  .nav-expand__item__expand-icon {
    display: none; }
    @media (max-width: 767px) {
      .nav-expand__item__expand-icon {
        display: inline-block;
        transform: translateY(0) rotate(-90deg);
        width: 11px;
        height: 10px; } }

body > .container:after {
  content: '';
  opacity: 0;
  background-color: #1d1d1b;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 100;
  transition: opacity 300ms ease-in-out; }
  @media (max-width: 767px) {
    body > .container:after {
      display: none; } }

body.nav-expand-animating .nav-expand {
  transition: height 300ms ease-in-out, transform 300ms ease-in-out; }

body.nav-expand-animating > .container:after {
  height: 100%; }

body.nav-expand-visible > .container:after {
  opacity: 0.5;
  height: 100%; }

.navbar {
  background-color: #fff;
  backface-visibility: hidden;
  font-family: "Roboto", sans-serif;
  height: 124px;
  position: relative;
  z-index: 110; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (max-width: 767px) {
    .navbar:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      transition: background-color 300ms ease-in-out; }
      .nav-expand-visible .navbar:after {
        background-color: #eef1f3; } }
  .navbar a, .navbar button {
    transition: opacity 100ms; }
  .navbar__arrow {
    background-color: transparent;
    border: 0;
    height: 40px;
    width: 40px;
    padding: 13px 12px;
    left: 23px;
    margin: 5px 10px 5px 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0; }
    @media (min-width: 768px) {
      .navbar__arrow {
        display: none; } }
    @media (max-width: 767px) {
      .nav-expand-visible .navbar__arrow {
        opacity: 1; } }
  .navbar__header {
    float: left;
    padding-left: 60px;
    z-index: 1; }
  .navbar__logo {
    display: block;
    outline: none;
    padding: 40px 20px 44px; }
    .navbar__logo:hover {
      opacity: .5; }
    .navbar__logo img {
      display: block;
      width: 120px;
      height: 40px; }
    .navbar__logo--dimmed {
      opacity: .2; }
  .navbar__toggle {
    display: none; }
  .navbar__main-nav {
    order: 2;
    float: left;
    padding: 14px 0 0 15px; }
    .navbar--new .navbar__main-nav {
      display: flex;
      width: 100%;
      padding: 14px 15px 0 15px; }
      .navbar--new .navbar__main-nav--no-secondary {
        padding-top: 35px; }
  .navbar__secondary-nav.nav {
    order: 1;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 35px; }
    .navbar__secondary-nav.nav--vertical {
      float: right;
      margin-top: 18px;
      position: static;
      width: 140px; }
  .navbar__collapse {
    height: 100%; }
    .navbar__collapse__inner {
      display: flex;
      flex-direction: column; }

@media (max-width: 1349px) {
  .navbar {
    height: 122px; }
    .navbar__logo {
      padding: 40px 10px 45px 10px; }
      .navbar__logo img {
        width: 110px;
        height: 37px; }
    .navbar__main-nav {
      padding-top: 14px;
      padding-left: 10px; }
    .navbar__secondary-nav.nav--vertical {
      margin-top: 17px;
      width: 110px; } }

@media (max-width: 1199px) {
  .navbar {
    height: 110px; }
    .navbar__header {
      padding-left: 45px; }
    .navbar__logo {
      padding-top: 38px;
      padding-bottom: 39px; }
      .navbar__logo img {
        width: 100px;
        height: 33px; }
    .navbar__main-nav {
      padding-top: 12px; }
      .navbar--new .navbar__main-nav--no-secondary {
        padding-top: 32px; }
    .navbar__secondary-nav.nav {
      padding-right: 20px; }
      .navbar__secondary-nav.nav--vertical {
        margin-top: 12px;
        width: 100px; } }

@media (max-width: 991px) {
  .navbar__header {
    padding-left: 35px; }
    .navbar--tight .navbar__header,
    .navbar--tighter .navbar__header,
    .navbar--new .navbar__header {
      padding-left: 33px; }
  .navbar__logo {
    padding-top: 40px;
    padding-bottom: 40px; }
    .navbar__logo img {
      width: 90px;
      height: 30px; }
    .navbar--tight .navbar__logo,
    .navbar--tighter .navbar__logo,
    .navbar--new .navbar__logo {
      padding-top: 15px;
      padding-bottom: 20px;
      padding-left: 0;
      position: absolute;
      z-index: 2; }
  .navbar__secondary-nav.nav {
    padding-right: 15px; }
  .navbar--tight .navbar__main-nav,
  .navbar--tighter .navbar__main-nav,
  .navbar--new .navbar__main-nav {
    float: none;
    padding: 25px 20px 15px 24px; }
    .navbar--tight .navbar__main-nav--no-secondary,
    .navbar--tighter .navbar__main-nav--no-secondary,
    .navbar--new .navbar__main-nav--no-secondary {
      padding-top: 48px; } }

@media (max-width: 767px) {
  .navbar {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11; }
    .navbar__header {
      float: none;
      padding-left: 0;
      text-align: center;
      vertical-align: top;
      width: auto; }
      .navbar--tight .navbar__header,
      .navbar--tighter .navbar__header,
      .navbar--new .navbar__header {
        padding-left: 0; }
    .navbar__collapse {
      height: 0;
      position: fixed;
      width: 100%; }
      .navbar__collapse__inner {
        background-color: #fff;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        transition: none; }
      .navbar__collapse:before {
        top: -50px;
        width: 15px;
        transform: scaleX(0);
        transform-origin: left; }
    .navbar__collapse.navbar__collapse--expanded {
      height: 100%; }
      .navbar__collapse.navbar__collapse--expanded .navbar__collapse__inner {
        opacity: 1;
        padding: 30px 30px 30px 45px;
        transition: opacity 300ms ease-out; }
      .navbar__collapse.navbar__collapse--expanded:before {
        transform: scaleX(1);
        transition: transform 300ms ease-out; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(1) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 0ms, transform 300ms ease-out 0ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(2) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 15ms, transform 300ms ease-out 15ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(3) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 30ms, transform 300ms ease-out 30ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(4) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 45ms, transform 300ms ease-out 45ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(5) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 60ms, transform 300ms ease-out 60ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(6) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 75ms, transform 300ms ease-out 75ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(7) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 90ms, transform 300ms ease-out 90ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(8) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 105ms, transform 300ms ease-out 105ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(9) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 120ms, transform 300ms ease-out 120ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(10) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 135ms, transform 300ms ease-out 135ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(11) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 150ms, transform 300ms ease-out 150ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(12) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 165ms, transform 300ms ease-out 165ms; }
      .navbar__collapse.navbar__collapse--expanded .nav__item:nth-child(13) > a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 300ms ease-out 180ms, transform 300ms ease-out 180ms; }
    .navbar .nav__item > a {
      opacity: 0;
      transform: translateX(-15px); }
    .navbar__toggle {
      display: block;
      margin: 5px 10px 5px 0;
      outline: none;
      position: absolute;
      top: 0;
      right: 0; }
    .navbar__logo {
      padding: 12px 10px 11px;
      display: inline-block;
      vertical-align: top; }
      .navbar__logo img {
        width: 80px;
        height: 27px; }
      .navbar__logo--dimmed {
        opacity: 1; }
      .navbar--tight .navbar__logo,
      .navbar--tighter .navbar__logo,
      .navbar--new .navbar__logo {
        padding: 12px 10px 11px;
        position: static; }
    .navbar__main-nav {
      order: 1;
      float: none;
      padding: 0; }
      .navbar--tight .navbar__main-nav,
      .navbar--tighter .navbar__main-nav,
      .navbar--new .navbar__main-nav {
        padding: 0; }
      .navbar--new .navbar__main-nav {
        width: inherit;
        display: block; }
    .navbar__secondary-nav.nav {
      order: 2;
      flex-direction: column;
      border-top: solid 1px #d0d3d4;
      margin-top: 40px;
      margin-right: -30px;
      padding-top: 30px;
      padding-right: 30px; }
      .navbar__secondary-nav.nav .nav__item {
        text-align: right; } }

.offset-image {
  min-height: 262px;
  background-color: #fff; }
  @media (max-width: 1349px) {
    .offset-image {
      min-height: 240px; } }
  @media (max-width: 1199px) {
    .offset-image {
      min-height: 200px; } }
  @media (max-width: 991px) {
    .offset-image {
      min-height: 162px; } }
  @media (max-width: 767px) {
    .offset-image {
      min-height: 0; } }
  .offset-image__wrap {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 1349px) {
      .offset-image__wrap {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .offset-image__wrap {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .offset-image__wrap {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .offset-image__wrap {
        padding-left: 20px;
        padding-right: 20px; } }
    .offset-image__wrap:before, .offset-image__wrap:after {
      content: " ";
      display: table; }
    .offset-image__wrap:after {
      clear: both; }
    @media (max-width: 1349px) {
      .offset-image__wrap {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .offset-image__wrap {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .offset-image__wrap {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .offset-image--top .offset-image__wrap {
        padding-top: 0; } }
  .offset-image__img {
    display: block;
    position: absolute;
    top: 0;
    width: 262px;
    height: 262px; }
    @media (max-width: 1349px) {
      .offset-image__img {
        width: 240px;
        height: 240px; } }
    @media (max-width: 1199px) {
      .offset-image__img {
        width: 200px;
        height: 200px; } }
    @media (max-width: 991px) {
      .offset-image__img {
        width: 162px;
        height: 162px;
        margin-left: 10px; } }
    @media (max-width: 767px) {
      .offset-image__img {
        top: auto;
        width: 88px;
        height: 88px;
        margin-left: 0; } }
    .offset-image--top .offset-image__img {
      top: -60px; }
      @media (max-width: 1349px) {
        .offset-image--top .offset-image__img {
          top: -50px; } }
      @media (max-width: 1199px) {
        .offset-image--top .offset-image__img {
          top: -40px; } }
      @media (max-width: 991px) {
        .offset-image--top .offset-image__img {
          top: -30px; } }
      @media (max-width: 767px) {
        .offset-image--top .offset-image__img {
          top: -20px; } }
    .offset-image--left .offset-image__img,
    .offset-image--right .offset-image__img {
      position: relative;
      width: auto; }
    .offset-image--left .offset-image__img {
      float: left;
      margin-right: 60px; }
      @media (max-width: 1199px) {
        .offset-image--left .offset-image__img {
          margin-right: 50px; } }
      @media (max-width: 991px) {
        .offset-image--left .offset-image__img {
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .offset-image--left .offset-image__img {
          margin-right: 13px; } }
    .offset-image--right .offset-image__img {
      float: right;
      margin-left: 60px; }
      @media (max-width: 1199px) {
        .offset-image--right .offset-image__img {
          margin-left: 50px; } }
      @media (max-width: 991px) {
        .offset-image--right .offset-image__img {
          margin-left: 30px; } }
      @media (max-width: 767px) {
        .offset-image--right .offset-image__img {
          margin-left: 13px; } }
    .offset-image--top.offset-image--left .offset-image__img,
    .offset-image--top.offset-image--right .offset-image__img {
      top: -110px;
      margin-bottom: -110px; }
      @media (max-width: 1349px) {
        .offset-image--top.offset-image--left .offset-image__img,
        .offset-image--top.offset-image--right .offset-image__img {
          top: -90px;
          margin-bottom: -90px; } }
      @media (max-width: 1199px) {
        .offset-image--top.offset-image--left .offset-image__img,
        .offset-image--top.offset-image--right .offset-image__img {
          top: -70px;
          margin-bottom: -70px; } }
      @media (max-width: 991px) {
        .offset-image--top.offset-image--left .offset-image__img,
        .offset-image--top.offset-image--right .offset-image__img {
          top: -55px;
          margin-bottom: -55px; } }
      @media (max-width: 767px) {
        .offset-image--top.offset-image--left .offset-image__img,
        .offset-image--top.offset-image--right .offset-image__img {
          top: -20px;
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .offset-image--top.offset-image--offset .offset-image__img {
        top: -30px; } }
  .offset-image__title {
    display: block;
    margin-bottom: 20px;
    padding-left: 322px; }
    @media (max-width: 1349px) {
      .offset-image__title {
        padding-left: 300px; } }
    @media (max-width: 1199px) {
      .offset-image__title {
        padding-left: 250px; } }
    @media (max-width: 991px) {
      .offset-image__title {
        padding-left: 192px; } }
    @media (max-width: 767px) {
      .offset-image__title {
        display: table-cell;
        height: 88px;
        max-width: 321px;
        padding-left: 101px;
        vertical-align: middle; } }
    .offset-image--left .offset-image__title,
    .offset-image--right .offset-image__title {
      padding-left: 0; }
    @media (max-width: 767px) {
      .offset-image--top.offset-image--offset .offset-image__title {
        height: 58px; } }
  .offset-image__text {
    display: block;
    margin-bottom: 0;
    padding-left: 322px;
    padding-right: 120px;
    overflow: hidden; }
    @media (max-width: 1349px) {
      .offset-image__text {
        padding-left: 300px;
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .offset-image__text {
        padding-left: 250px; } }
    @media (max-width: 991px) {
      .offset-image__text {
        padding-left: 192px; } }
    @media (max-width: 767px) {
      .offset-image__text {
        padding-left: 0; } }
    .offset-image--offset .offset-image__text {
      padding-left: 462px;
      padding-right: 120px; }
      @media (max-width: 1349px) {
        .offset-image--offset .offset-image__text {
          padding-left: 400px;
          padding-right: 0; } }
      @media (max-width: 1199px) {
        .offset-image--offset .offset-image__text {
          padding-left: 330px; } }
      @media (max-width: 991px) {
        .offset-image--offset .offset-image__text {
          padding-left: 192px; } }
      @media (max-width: 767px) {
        .offset-image--offset .offset-image__text {
          padding-left: 0; } }
    .offset-image--left .offset-image__text,
    .offset-image--right .offset-image__text {
      padding-left: 0; }
  .offset-image__author {
    display: block;
    margin-top: 5px;
    text-align: right; }
    @media (max-width: 767px) {
      .offset-image__author {
        text-align: left; } }

.partner-images {
  margin: 40px 0;
  padding-top: 60px; }
  .partner-images__title {
    margin-bottom: 2em;
    text-align: center; }
  .partner-images__category-title {
    margin-bottom: 1em; }
    @media (max-width: 767px) {
      .partner-images__category-title {
        padding: 0 14px; } }

.portrait-quote {
  padding: 80px;
  background-color: #fff;
  overflow: hidden; }
  @media (max-width: 1349px) {
    .portrait-quote {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .portrait-quote {
      padding: 50px; } }
  @media (max-width: 991px) {
    .portrait-quote {
      padding: 30px; } }
  @media (max-width: 767px) {
    .portrait-quote {
      padding: 20px; } }
  .portrait-quote__row {
    white-space: nowrap;
    margin: 0 -20px; }
  .portrait-quote__cell {
    position: relative;
    padding: 0 20px; }
  .portrait-quote__photo, .portrait-quote__texts {
    display: inline-block;
    vertical-align: middle;
    white-space: normal; }
  .portrait-quote__photo {
    width: 20%; }
    .portrait-quote__photo img {
      width: 100%;
      vertical-align: top; }
  .portrait-quote__texts {
    width: 60%; }
  .portrait-quote__quote {
    font-size: 16px;
    margin: 0; }
  .portrait-quote__cite {
    color: #a2a6a8; }
  .portrait-quote--right .portrait-quote__photo .portrait-quote__cell {
    left: 400%; }
  .portrait-quote--right .portrait-quote__cite {
    text-align: right; }

@media (max-width: 1349px) {
  .portrait-quote__quote {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .portrait-quote__quote {
    font-size: 13px; } }

@media (max-width: 991px) {
  .portrait-quote__quote {
    font-size: 12px; }
  .portrait-quote__texts {
    width: 80%; }
  .portrait-quote--right .portrait-quote__texts {
    margin-left: -20%; } }

@media (max-width: 767px) {
  .portrait-quote__photo {
    display: block;
    margin-bottom: 12px;
    width: 100%; }
    .portrait-quote__photo img {
      max-width: 88px; }
  .portrait-quote__texts {
    width: 100%; }
  .portrait-quote--right .portrait-quote__photo .portrait-quote__cell {
    left: initial;
    text-align: right; }
  .portrait-quote--right .portrait-quote__texts {
    margin-left: 0; } }

.product-downloads {
  overflow: hidden;
  position: relative; }
  .product-downloads--margins {
    margin: 40px 0; }
    @media (max-width: 1349px) {
      .product-downloads--margins {
        margin: 30px 0; } }
    @media (max-width: 1199px) {
      .product-downloads--margins {
        margin: 20px 0; } }
  .product-downloads__main, .product-downloads__info {
    float: left;
    margin-bottom: -9919px;
    padding-bottom: 9999px; }
    @media (max-width: 1349px) {
      .product-downloads__main, .product-downloads__info {
        margin-bottom: -9939px; } }
    @media (max-width: 1199px) {
      .product-downloads__main, .product-downloads__info {
        margin-bottom: -9959px; } }
    @media (max-width: 991px) {
      .product-downloads__main, .product-downloads__info {
        float: none;
        margin-bottom: 0;
        padding-bottom: 20px; } }
  .product-downloads__main {
    background-color: #fff;
    padding-top: 55px;
    padding-left: 80px;
    padding-right: 80px;
    width: 100%; }
    @media (max-width: 1349px) {
      .product-downloads__main {
        padding-top: 45px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .product-downloads__main {
        padding-top: 36px;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .product-downloads__main {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .product-downloads__main {
        padding-left: 20px;
        padding-right: 20px; } }
  .product-downloads__info {
    background-color: transparent;
    padding-top: 128px;
    padding-left: 50px;
    padding-right: 70px;
    width: 26%; }
    @media (max-width: 1349px) {
      .product-downloads__info {
        padding-top: 102px;
        padding-left: 40px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .product-downloads__info {
        padding-top: 90px;
        padding-left: 32px;
        padding-right: 45px; } }
    @media (max-width: 991px) {
      .product-downloads__info {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        width: auto; } }
  .product-downloads__info-title {
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    margin-bottom: 20px; }
  .product-downloads__info-cta {
    float: right;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .product-downloads__info-cta {
        display: block;
        float: none;
        margin-top: 15px; } }
  .product-downloads__list-cols {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px; }
    .product-downloads__list-cols:before, .product-downloads__list-cols:after {
      content: " ";
      display: table; }
    .product-downloads__list-cols:after {
      clear: both; }
    @media (max-width: 1349px) {
      .product-downloads__list-cols {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .product-downloads__list-cols {
        margin-top: 0; } }
  .product-downloads__list-col {
    float: left;
    padding: 0 10px 20px;
    width: 25%; }
    .product-downloads__list-col--break-row {
      clear: left; }
    @media (max-width: 767px) {
      .product-downloads__list-col {
        float: none;
        margin-top: 28px;
        width: auto; }
        .product-downloads__list-col:first-child {
          margin-top: 20px; } }
  .product-downloads--info .product-downloads__main {
    width: 74%; }
    @media (max-width: 991px) {
      .product-downloads--info .product-downloads__main {
        width: auto; } }
  .product-downloads--info .product-downloads__list-col {
    width: 33.33333%; }
    @media (max-width: 767px) {
      .product-downloads--info .product-downloads__list-col {
        width: auto; } }

.product-info {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative; }
  @media (max-width: 1349px) {
    .product-info {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .product-info {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .product-info {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .product-info {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1349px) {
    .product-info {
      padding-top: 70px;
      padding-bottom: 60px; } }
  @media (max-width: 1199px) {
    .product-info {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .product-info {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .product-info {
      padding-top: 15px;
      padding-bottom: 30px; }
      .product-info__title {
        text-align: center; } }
  #material-app .product-info {
    padding-top: 130px; }
    #material-app .product-info__certificate {
      position: absolute;
      top: 40px;
      right: 80px;
      height: auto; }
      @media (max-width: 1349px) {
        #material-app .product-info__certificate {
          top: 60px;
          right: 60px; } }
      @media (max-width: 1199px) {
        #material-app .product-info__certificate {
          top: 50px;
          right: 50px; } }
      @media (max-width: 991px) {
        #material-app .product-info__certificate {
          top: 30px;
          right: 30px; } }
      @media (max-width: 767px) {
        #material-app .product-info__certificate {
          display: block;
          position: static;
          margin: 0 auto; } }
      #material-app .product-info__certificate img {
        max-height: 75px; }
        @media (max-width: 1199px) {
          #material-app .product-info__certificate img {
            max-height: 60px; } }
        @media (max-width: 991px) {
          #material-app .product-info__certificate img {
            max-height: 50px; } }
  .product-info__block-toggle {
    color: inherit;
    font-size: 12px;
    letter-spacing: .2px; }
    .product-info__block-toggle:hover {
      opacity: .5; }
    .product-info__block-toggle.is-hidden {
      display: none !important; }
    @media (max-width: 1199px) {
      .product-info__block-toggle {
        font-size: 11px; } }
  .product-info__more {
    position: relative;
    min-height: 84px;
    margin: 30px 0 44px;
    padding-right: 34px; }
    @media (max-width: 1349px) {
      .product-info__more {
        margin: 25px 0 36px; } }
    @media (max-width: 1199px) {
      .product-info__more {
        margin: 25px 0 30px; } }
    @media (max-width: 767px) {
      .product-info__more {
        margin: 25px 0 0;
        min-height: auto; } }
    .product-info__more.is-hidden {
      display: none !important; }
    .product-info__more-close {
      border: 0;
      background-color: transparent;
      position: absolute;
      top: -8px;
      right: -8px;
      cursor: pointer;
      outline: none;
      padding: 8px; }
      .product-info__more-close-icon {
        display: block; }
  .product-info dl dt {
    flex: 1 0 200px; }
  .product-info dl dd {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px); }

.product-video {
  background: #fff;
  width: 100%; }
  .product-video .video-box {
    margin: 0 auto;
    width: 100%;
    max-width: 675px; }
  .product-video .video-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    .product-video .video-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.product-info-block {
  position: relative;
  overflow: hidden; }
  .product-info-block__image-outer {
    position: relative; }
    @media (max-width: 767px) {
      .product-info-block__image-outer {
        width: 200%; } }
  .product-info-block__image-inner {
    position: relative;
    height: 0;
    padding-bottom: 65.2%;
    overflow: hidden; }
  .product-info-block__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    vertical-align: top; }
  .product-info-block__info {
    background: white; }

@media (min-width: 768px) {
  .product-info-block__image {
    width: 100%; }
  .product-info-block__info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: transparent;
    white-space: nowrap;
    padding-left: 80px;
    padding-right: 80px; }
    .product-info-block__info:after {
      content: "";
      height: 100%; }
    .product-info-block__info > *, .product-info-block__info:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; } }
  @media (min-width: 768px) and (max-width: 1349px) {
    .product-info-block__info {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product-info-block__info {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-info-block__info {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .product-info-block__info {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 768px) {
    .product-info-block__info .product-info {
      padding: 0; }
    .product-info-block__info .product-material-palette {
      background: transparent; } }

.product-intro {
  background-color: #fff;
  position: relative; }
  .product-intro:before, .product-intro:after {
    content: " ";
    display: table; }
  .product-intro:after {
    clear: both; }
  .product-intro__media, .product-intro__info {
    width: 50%; }
    @media (max-width: 767px) {
      .product-intro__media, .product-intro__info {
        width: auto; } }
  .product-intro__manufacturer {
    display: none; }
    @media (max-width: 767px) {
      .product-intro__manufacturer {
        display: block;
        height: auto;
        max-width: 60px;
        position: absolute;
        top: 67px;
        right: 20px;
        z-index: 1; } }
  .product-intro__loader {
    position: absolute;
    top: calc(675px / 2);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none; }
    @media (max-width: 1349px) {
      .product-intro__loader {
        top: calc(585px / 2); } }
    @media (max-width: 1199px) {
      .product-intro__loader {
        top: calc(485px / 2); } }
    @media (max-width: 991px) {
      .product-intro__loader {
        top: calc(375px / 2); } }
    @media (max-width: 767px) {
      .product-intro__loader {
        top: 50vw; } }
    .product-intro__media--is-loading .product-intro__loader {
      display: block; }
  .product-intro__media {
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .product-intro__media {
        float: none;
        min-height: 0; } }
    .product-intro__media .slider img {
      display: block;
      max-width: 100%;
      height: auto; }
  .product-intro__media-inner {
    position: relative;
    transition: opacity .3s ease-out .01s; }
    .product-intro__media--is-loading .product-intro__media-inner {
      opacity: 0.5; }
  .product-intro__media-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(29, 29, 27, 0.5);
    position: absolute;
    top: 30px;
    right: 30px; }
    @media (max-width: 1349px) {
      .product-intro__media-menu {
        top: 20px;
        right: 20px; } }
    .product-intro__media-menu li {
      height: 57px;
      width: 57px; }
      @media (max-width: 1199px) {
        .product-intro__media-menu li {
          height: 48px;
          width: 48px; } }
      .product-intro__media-menu li + li {
        border-top: solid 1px #d0d3d4; }
      .product-intro__media-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
  .product-intro__info {
    float: left; }
    @media (max-width: 767px) {
      .product-intro__info {
        float: none; } }
  .material-page .product-intro__media, .material-page .product-intro__info-inner {
    padding-top: 0; }
  .product-intro__info-inner {
    opacity: 1;
    transition: opacity 150ms; }
    .product-intro__info-inner--hidden {
      opacity: 0; }
    .product-intro__info-inner--sticky {
      position: fixed;
      top: 0; }
    .product-intro__info-inner--sticky-bottom {
      position: absolute;
      bottom: 0;
      top: auto; }
    @media (max-width: 767px) {
      .product-intro__info-inner {
        padding-top: 0; }
        .product-intro__info-inner--sticky {
          position: relative;
          top: auto; }
        .product-intro__info-inner--sticky-bottom {
          position: relative;
          bottom: auto; } }
  .product-intro__ctas {
    margin: 30px -10px; }
    .product-intro__ctas:before, .product-intro__ctas:after {
      content: " ";
      display: table; }
    .product-intro__ctas:after {
      clear: both; }
    .product-intro__ctas--xs {
      margin-top: 15px;
      margin-bottom: 20px;
      display: none; }
    @media (max-width: 1349px) {
      .product-intro__ctas {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .product-intro__ctas {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .product-intro__ctas {
        margin-left: -5px;
        margin-right: -5px;
        text-align: center; }
        .product-intro__ctas--xs {
          display: block; }
        .product-intro__ctas--sm {
          display: none; } }
  .product-intro__ctas-button {
    float: left;
    width: 50%;
    padding: 10px; }
    @media (max-width: 767px) {
      .product-intro__ctas-button {
        display: inline-block;
        float: none;
        padding: 5px;
        width: 49%;
        min-width: 160px; } }
    .product-intro__ctas-button button {
      width: 100%; }

.product-menu {
  border-top: solid 1px #d0d3d4;
  margin: 30px 0;
  padding: 0; }
  .product-menu:before, .product-menu:after {
    content: " ";
    display: table; }
  .product-menu:after {
    clear: both; }
  .product-menu > * {
    white-space: nowrap;
    border-bottom: solid 1px #d0d3d4;
    float: left;
    position: relative;
    width: 50%;
    height: 57px; }
    .product-menu > *:after {
      content: "";
      height: 100%; }
    .product-menu > * > *, .product-menu > *:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .product-menu > *:nth-child(odd) {
      border-right: solid 1px #d0d3d4; }
    .product-menu > * a {
      position: relative;
      color: #1d1d1b;
      display: inline-block;
      padding-left: 58px;
      padding-right: 4px; }
    .product-menu > * a .icon {
      position: absolute;
      left: 29px;
      top: 50%;
      transform: translate(-50%, -50%);
      fill: #1d1d1b;
      height: 22px; }
    @media (max-width: 1349px) {
      .product-menu > * {
        height: 54px; }
        .product-menu > * a {
          padding-left: 56px; }
        .product-menu > * a .icon {
          left: 28px;
          height: 19px; } }
    @media (max-width: 1199px) {
      .product-menu > * {
        height: 50px; } }
    @media (max-width: 991px) {
      .product-menu > * {
        float: none;
        width: auto;
        height: 43px; }
        .product-menu > *:nth-child(odd) {
          border-right: 0; } }
  @media (max-width: 1349px) {
    .product-menu {
      margin: 20px 0; } }
  @media (max-width: 991px) {
    .product-menu {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    .product-menu {
      margin-bottom: 0; } }

.product-specifications {
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 70px; }
  @media (max-width: 1349px) {
    .product-specifications {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .product-specifications {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .product-specifications {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .product-specifications {
      padding-left: 20px;
      padding-right: 20px; } }
  .product-specifications--margins {
    margin: 40px 0; }
  @media (max-width: 1349px) {
    .product-specifications {
      padding-top: 45px;
      padding-bottom: 70px; } }
  @media (max-width: 1199px) {
    .product-specifications {
      padding-top: 35px;
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .product-specifications {
      padding-top: 30px;
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .product-specifications {
      padding-top: 26px;
      padding-bottom: 40px; } }
  .product-specifications__title {
    margin-bottom: 30px; }
  .product-specifications dl {
    max-width: 460px; }
    .product-specifications dl dt {
      flex: 0 0 70px; }
    .product-specifications dl dd {
      flex: 0 0 calc(100% - 80px); }
  .product-specifications__functions {
    margin-top: 50px; }
    @media (max-width: 1199px) {
      .product-specifications__functions {
        margin-top: 30px; } }
    @media (max-width: 991px) {
      .product-specifications__functions {
        margin-top: 36px; } }
    @media (max-width: 991px) {
      .product-specifications__functions {
        margin-top: 30px; } }
    .product-specifications__functions p {
      margin-bottom: 2.6em; }
    .product-specifications__functions p + p {
      margin-top: inherit; }

@media (max-width: 767px) {
  .product-variants-variant img {
    margin: auto 5px; }
  .border-grid--cols-2 li.border-grid__col:nth-child(2n) .product-variants-variant--text {
    order: 3; }
  .border-grid--cols-2 li.border-grid__col:nth-child(2n) .product-variants-variant img {
    order: 2; } }

.product-variants-variant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-variants-variant h3 {
    flex: 1 100%; }
  .product-variants-variant--text {
    flex: 1 0 60%; }
    .product-variants-variant--text dl dt {
      flex: 1 0 60%; }
    .product-variants-variant--text dl dd {
      flex: 1 0 40%;
      -ms-flex-preferred-size: calc(40% - 20px); }
  .product-variants-variant picture, .product-variants-variant img {
    flex: 1 40%;
    max-width: 105px;
    max-height: 200px;
    margin: auto 50px; }

.product-variants-block {
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #fff;
  z-index: 1; }
  .product-variants-block:before, .product-variants-block:after {
    content: " ";
    display: table; }
  .product-variants-block:after {
    clear: both; }
  @media (max-width: 1349px) {
    .product-variants-block {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .product-variants-block {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .product-variants-block {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .product-variants-block {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1349px) {
    .product-variants-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .product-variants-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 991px) {
    .product-variants-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .product-variants-block {
      padding-top: 55px;
      padding-bottom: 50px; } }
  .product-variants-block--margin-top {
    margin-top: 40px; }
  .product-variants-block--margin-bottom {
    margin-bottom: 40px; }

.products-widget {
  background: white;
  padding: 60px 80px; }
  .products-widget__title {
    margin-bottom: 20px; }

@media (max-width: 1199px) {
  .products-widget {
    padding: 40px 60px; } }

@media (max-width: 1199px) {
  .products-widget {
    padding: 40px 50px; } }

@media (max-width: 991px) {
  .products-widget {
    padding: 30px; }
    .products-widget__title {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .products-widget {
    padding: 20px 0 0; }
    .products-widget__title {
      margin-bottom: 15px;
      margin-left: 20px; } }

.quick-links {
  background-color: rgba(29, 29, 27, 0.7);
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 50px 40px; }
  @media (max-width: 991px) {
    .quick-links {
      font-size: 12px;
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .quick-links {
      height: 100%;
      background-color: #d0d3d4;
      color: #1d1d1b;
      font-weight: normal;
      padding: 30px 40px; } }
  .quick-links__title {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .quick-links__title {
        color: #a2a6a8;
        font-size: inherit;
        font-weight: normal;
        letter-spacing: normal;
        margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .quick-links--bg-white {
      background-color: #fff;
      color: #1d1d1b;
      margin-top: 20px; } }
  .quick-links--bg-white .quick-links__title {
    color: #1d1d1b; }

.roi-question {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  margin-bottom: 3.8rem; }
  .roi-question__header {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start; }
  .roi-question__question-id {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2.42px;
    line-height: 25px; }
    @media (min-width: 991px) {
      .roi-question__question-id {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 3.08px;
        line-height: 33px; } }
  .roi-question__question {
    font-weight: 500;
    margin-right: 0.5rem;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 19px;
    align-items: center;
    text-transform: none; }
    @media (min-width: 991px) {
      .roi-question__question {
        font-family: Roboto;
        font-size: 18px;
        letter-spacing: 0.9px;
        line-height: 21px; } }
  .roi-question__hint-toggle {
    font-size: 0.8rem;
    width: 1.25rem;
    flex: 0 1 auto;
    height: 1.25rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #cbe9f1;
    color: #1d1d1b;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    margin-left: 0.5rem;
    text-transform: none; }
  .roi-question__hint-modal-overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    overflow: scroll; }
  .roi-question__hint-modal {
    padding: 3rem 2rem;
    background: #cbe9f1;
    width: 90%;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    box-shadow: 0 4px 0 0 #7fa2ac; }
  .roi-question__hint-title {
    margin-bottom: 3rem;
    text-transform: none; }
  .roi-question__hint-hint {
    margin-bottom: 3rem;
    color: #303030;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 21px; }
  .roi-question__hint-close {
    display: flex;
    flex: 0 1 auto;
    border: none;
    background: transparent;
    align-self: center; }
  .roi-question__hint-icon {
    margin-right: 0.5rem;
    font-weight: bold; }
  .roi-question__alternatives {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    margin-bottom: 0.5rem; }
    @media (min-width: 991px) {
      .roi-question__alternatives {
        justify-content: space-between; } }
    .roi-question__alternatives--hide {
      display: none; }
  .roi-question__radio {
    display: none; }
  .roi-question__choice-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .roi-question__choice-button {
    background: #fff;
    border-color: #00a0d8;
    color: #00a0d8;
    border-radius: 0px;
    width: 100%;
    padding: 18px;
    border: 2px solid; }
    .roi-question__choice-button:hover, .roi-question__choice-button:focus {
      background: #fff;
      border: #00a0d8 2px solid;
      color: #00a0d8;
      opacity: 1; }
    .roi-question__choice-button--selected {
      background: #00a0d8;
      color: #fff;
      border: #00a0d8 2px solid; }
      .roi-question__choice-button--selected:hover, .roi-question__choice-button--selected:focus {
        background: #00a0d8;
        color: #fff;
        border: #00a0d8 2px solid;
        opacity: 1; }
  .roi-question__no-answer {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    color: #1d1d1b;
    height: 14px;
    margin-top: 1rem;
    margin-right: auto; }
  .roi-question__no-answer-label {
    height: 14px;
    font-weight: 500;
    cursor: pointer; }
  .roi-question__no-answer-input {
    display: none; }
  .roi-question__no-answer-checkbox {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    border: 1px solid #1d1d1b;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .roi-question__no-answer-checkbox-tick {
    color: #1d1d1b; }
  .roi-question__percentage-element {
    border-radius: 0px; }
    .roi-question__percentage-element--first {
      border-right: none; }
    .roi-question__percentage-element--middle {
      border-right: none;
      width: 11rem; }
      .roi-question__percentage-element--middle:hover {
        color: #1d1d1b;
        opacity: 1;
        cursor: default; }
  .roi-question__slider {
    position: relative;
    width: 100%;
    /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
          how to remove the virtical space around the range input in IE*/ }
    .roi-question__slider-labels-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%; }
    .roi-question__slider-label {
      color: #a2a6a8;
      align-self: center;
      justify-self: center; }
      .roi-question__slider-label--selected {
        color: #1d1d1b;
        font-weight: bold; }
    .roi-question__slider-marker {
      pointer-events: none;
      width: 16px;
      height: 16px;
      border: 2px solid #d0d3d4;
      border-radius: 100%;
      background: #fff;
      position: absolute;
      top: 0px;
      left: calc(33.33% - 7px); }
      .roi-question__slider-marker--filled {
        background: #00a0d8;
        border-color: #00a0d8; }
      .roi-question__slider-marker--second {
        left: calc(66.66% - 14px); }
    .roi-question__slider-indicator {
      background: transparent;
      color: #a2a6a8;
      position: absolute;
      top: -15px; }
    .roi-question__slider-input {
      width: 100%; }
      .roi-question__slider-input[type='range'] {
        width: 100%;
        margin: 4px 0;
        border-radius: 4px;
        background: linear-gradient(to right, #00a0d8 0%, #00a0d8 0%, #d0d3d4 0%, #d0d3d4 100%);
        -webkit-appearance: none;
        position: relative;
        height: 8px; }
      .roi-question__slider-input[type='range']:focus {
        outline: none; }
      .roi-question__slider-input[type='range']::-webkit-slider-runnable-track {
        border: 0px solid rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 25px;
        width: 100%;
        height: 8px;
        cursor: pointer; }
      .roi-question__slider-input[type='range']::-webkit-slider-thumb {
        transition: all 0.3s;
        margin-top: -4px;
        width: 16px;
        height: 16px;
        background: #00a0d8;
        border: 2px solid #ffffff;
        border-radius: 50px;
        cursor: pointer;
        -webkit-appearance: none; }
      .roi-question__slider-input[type='range']::-moz-range-track {
        border: 0px solid rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 25px;
        width: 100%;
        height: 8px;
        cursor: pointer; }
      .roi-question__slider-input[type='range']::-moz-range-thumb {
        transition: all 0.3s;
        width: 16px;
        height: 16px;
        background: #00a0d8;
        border: 2px solid #ffffff;
        border-radius: 50px;
        cursor: pointer; }
      .roi-question__slider-input[type='range']::-ms-track {
        background: transparent;
        border-color: transparent;
        border-width: 19px 0;
        color: transparent;
        width: 100%;
        height: 8px;
        cursor: pointer; }
      .roi-question__slider-input[type='range']::-ms-fill-lower {
        border: 0px solid rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 50px; }
      .roi-question__slider-input[type='range']::-ms-fill-upper {
        background: #d0d3d4;
        border: 0px solid rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 50px; }
      .roi-question__slider-input[type='range']::-ms-thumb {
        transition: all 0.3s;
        width: 16px;
        height: 16px;
        background: #00a0d8;
        border: 2px solid #ffffff;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 0px;
        /*Needed to keep the Edge thumb centred*/ }
      .roi-question__slider-input[type='range']:focus::-ms-fill-lower {
        background: #d0d3d4; }
      .roi-question__slider-input[type='range']:focus::-ms-fill-upper {
        background: #00a0d8; }
      .roi-question__slider-input--dontknow[type='range']::-moz-range-thumb {
        background: #a2a6a8 !important; }
      .roi-question__slider-input--dontknow[type='range']::-webkit-slider-thumb {
        background: #a2a6a8 !important; }
      .roi-question__slider-input--dontknow[type='range']::-ms-thumb {
        background: #a2a6a8 !important; }
    @supports (-ms-ime-align: auto) {
      .roi-question__slider {
        /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */ }
        .roi-question__slider input[type='range'] {
          margin: 0;
          /*Edge starts the margin from the thumb, not the track as other browsers do*/ } }

.roi-calculator-score-meter {
  position: sticky;
  top: 8rem;
  right: -11rem;
  transition: opacity 0.5s ease-in;
  z-index: 10;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  height: 1px;
  width: 100%;
  opacity: 0; }
  @media (min-width: 767px) {
    .roi-calculator-score-meter {
      margin-left: 6.5rem; } }
  @media (min-width: 992px) {
    .roi-calculator-score-meter {
      margin-left: 8.5rem; } }
  @media (min-width: 1200px) {
    .roi-calculator-score-meter {
      margin-left: 11.5rem; } }
  .roi-calculator-score-meter--visible {
    opacity: 1; }
  .roi-calculator-score-meter--submitted {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0;
    z-index: 9;
    opacity: 1;
    justify-content: center;
    height: auto; }
  .roi-calculator-score-meter--pdf {
    position: absolute;
    top: 2rem;
    right: 37px;
    margin-left: 0;
    z-index: 9;
    display: block;
    float: right;
    width: 144px; }
  .roi-calculator-score-meter__container {
    background: white;
    color: black;
    box-shadow: 0 -2px 23px 0 rgba(0, 0, 0, 0.21);
    border-radius: 100%;
    position: relative;
    width: 9rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center; }
    .roi-calculator-score-meter__container--pdf {
      display: block;
      padding-top: 3.7rem;
      width: 9rem;
      height: 9rem; }
  .roi-calculator-score-meter__arch {
    display: flex;
    flex: 0 1 auto;
    position: relative;
    width: 1rem;
    top: 0.5rem; }
    .roi-calculator-score-meter__arch--pdf {
      margin: auto; }
  .roi-calculator-score-meter__rectangle {
    width: 1rem;
    height: 1rem;
    position: absolute; }
  .roi-calculator-score-meter__rectangle-svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: color 1s ease; }
  .roi-calculator-score-meter__score {
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
    line-height: 21px;
    margin-bottom: 1rem; }
    .roi-calculator-score-meter__score--pdf {
      margin-left: 3.5rem;
      width: 2rem;
      text-align: center; }
  .roi-calculator-score-meter__score-label {
    color: #303030;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 16px;
    top: 85px;
    position: absolute; }
    .roi-calculator-score-meter__score-label--pdf {
      margin: 0 auto;
      text-align: center;
      width: 100%; }

.roi-pdf {
  background: #fff;
  margin-bottom: 5rem; }
  .roi-pdf sup {
    top: -1em; }
  .roi-pdf__page {
    page-break-inside: avoid;
    page-break-after: always;
    width: 992px !important;
    padding: 55px 0;
    padding-right: 100px; }
    .roi-pdf__page:last-child {
      page-break-after: avoid; }
  .roi-pdf__roi-logo {
    position: absolute;
    top: 47%;
    left: 8%;
    width: 12rem; }
  .roi-pdf__brand-logo {
    color: #fff; }
  .roi-pdf__front-page {
    background: #b7d698;
    position: relative;
    padding: 0;
    height: 1403px; }
    .roi-pdf__front-page-title-container {
      position: absolute;
      display: flex;
      flex: 0 1 auto;
      flex-direction: column;
      top: 63.3%;
      left: 11%;
      color: #fff;
      display: flex; }
    .roi-pdf__front-page-title {
      font-family: Roboto;
      font-size: 111px;
      font-weight: bold;
      letter-spacing: 3.35px;
      line-height: 111px;
      color: #fff; }
    .roi-pdf__front-page-company-name {
      font-size: 1.6rem; }
    .roi-pdf__front-page-top-container {
      height: 75%;
      background-image: url(/Static/img/KI03-002649A.jpg);
      background-size: cover;
      background-position-x: 87%; }
    .roi-pdf__front-page-top-left {
      width: 36%;
      background: rgba(183, 214, 152, 0.4); }
    .roi-pdf__front-page-top-right {
      width: 64%; }
    .roi-pdf__front-page-bottom-container {
      height: 25%;
      padding-top: 15rem;
      text-align: center; }
  .roi-pdf__greeting {
    padding: 30px 0px 30px 100px; }
    .roi-pdf__greeting-title {
      margin-bottom: 0.5rem;
      font-family: Roboto;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.9px;
      line-height: 24px; }
  .roi-pdf__paragraph {
    font-size: 17px !important;
    line-height: 24px !important; }
    .roi-pdf__paragraph p {
      font-size: 17px !important;
      line-height: 24px !important; }
  .roi-pdf__color-banner {
    background: #a9dae7;
    padding: 29px 0 29px 100px;
    position: relative;
    min-height: 13rem; }
    .roi-pdf__color-banner-title {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 33px;
      font-weight: bold;
      letter-spacing: 1.6px;
      line-height: 33px;
      padding: 58px 0;
      width: 34rem;
      position: absolute; }
    .roi-pdf__color-banner--conclusion {
      background: #b7d698; }
  .roi-pdf__question {
    padding: 50px 0px 10px 100px;
    page-break-inside: avoid;
    page-break-after: auto; }
    .roi-pdf__question-title {
      margin-bottom: 0.5rem;
      font-family: Roboto;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.9px;
      line-height: 24px; }
    .roi-pdf__question-answer {
      text-transform: uppercase;
      display: flex;
      flex: 0 1 auto;
      font-size: 1rem; }
      .roi-pdf__question-answer-label {
        margin-right: 0.5rem; }
      .roi-pdf__question-answer-value {
        font-weight: bold; }
    .roi-pdf__question-summary {
      font-size: 17px;
      line-height: 24px; }
  .roi-pdf__conclusion {
    padding: 30px 0px 30px 100px;
    font-size: 17px !important;
    line-height: 24px !important; }
    .roi-pdf__conclusion * {
      font-size: 17px !important;
      line-height: 24px !important; }

.responsive-table {
  position: relative; }
  .responsive-table__fixed-column {
    background-color: #fff;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .responsive-table__fixed-column td, .responsive-table__fixed-column th {
      border-bottom-color: #fff;
      border-right: solid 1px #d0d3d4; }
  .responsive-table__scroll-wrapper {
    overflow: auto;
    min-height: 0%; }
    @media (max-width: 991px) {
      .responsive-table__scroll-wrapper {
        margin-right: -30px; } }
    @media (max-width: 767px) {
      .responsive-table__scroll-wrapper {
        margin-right: -20px; } }

.search-bar {
  display: flex;
  padding: 30px 80px; }
  @media (max-width: 1349px) {
    .search-bar {
      padding: 30px 60px; } }
  @media (max-width: 1199px) {
    .search-bar {
      padding: 30px 50px; } }
  @media (max-width: 991px) {
    .search-bar {
      padding: 20px 30px; } }
  @media (max-width: 767px) {
    .search-bar {
      background-color: #fff;
      display: block;
      padding: 0 20px; } }
  .search-bar__title {
    line-height: 1;
    margin-bottom: 0;
    min-width: 300px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 30px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .search-bar__title {
        min-width: 230px;
        padding-top: 25px;
        padding-bottom: 24px; } }
    @media (max-width: 991px) {
      .search-bar__title {
        min-width: 150px;
        padding-top: 23px;
        padding-bottom: 23px; } }
    @media (max-width: 767px) {
      .search-bar__title {
        display: none; } }

.search-field {
  font-size: 16px;
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .search-field--no-bg {
      padding-left: 20px;
      padding-right: 20px; } }
  .search-field__inner {
    position: relative; }
  .search-field__magnifier.icon {
    position: absolute;
    top: 50%;
    left: 45px;
    width: 35px;
    height: 36px;
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .search-field__magnifier.icon {
        left: 36px;
        width: 30px;
        height: 31px; } }
    @media (max-width: 991px) {
      .search-field__magnifier.icon {
        left: 28px;
        width: 27px;
        height: 28px; } }
    @media (max-width: 767px) {
      .search-field__magnifier.icon {
        left: 16px;
        width: 20px;
        height: 21px; } }
    .search-field--tight .search-field__magnifier.icon {
      left: 29px;
      width: 26px;
      height: 26px; }
      @media (max-width: 1199px) {
        .search-field--tight .search-field__magnifier.icon {
          left: 29px;
          width: 24px;
          height: 24px; } }
      @media (max-width: 991px) {
        .search-field--tight .search-field__magnifier.icon {
          left: 28px;
          width: 20px;
          height: 20px; } }
      @media (max-width: 767px) {
        .search-field--tight .search-field__magnifier.icon {
          left: 16px;
          width: 16px;
          height: 16px; } }
    .search-field--no-bg .search-field__magnifier.icon {
      left: 0; }
  .search-field__clear, .search-field__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .search-field__clear {
    background-color: transparent;
    border: none;
    line-height: 1;
    font-size: 1px;
    right: 32px;
    outline: none;
    z-index: 2;
    cursor: pointer;
    padding: 15px; }
    .search-field__clear:hover {
      opacity: 0.5; }
    @media (max-width: 1199px) {
      .search-field__clear {
        right: 20px; } }
    @media (max-width: 991px) {
      .search-field__clear {
        right: 10px; } }
    @media (max-width: 767px) {
      .search-field__clear--hide-xs {
        display: none; } }
    .search-field--tight .search-field__clear {
      right: 23px; }
      @media (max-width: 1199px) {
        .search-field--tight .search-field__clear {
          right: 16px; } }
      @media (max-width: 991px) {
        .search-field--tight .search-field__clear {
          right: 10px; } }
    .search-field__clear svg {
      fill: #1d1d1b;
      width: 18px;
      height: 18px; }
  .search-field__button {
    display: none;
    opacity: 0;
    right: 106px;
    z-index: 1;
    transition: all 150ms ease-in-out; }
    @media (max-width: 1199px) {
      .search-field__button {
        right: 86px; } }
    @media (max-width: 991px) {
      .search-field__button {
        right: 68px; } }
    @media (max-width: 767px) {
      .search-field__button {
        display: none !important; } }
    .search-field--tight .search-field__button {
      right: 90px; }
      @media (max-width: 1199px) {
        .search-field--tight .search-field__button {
          right: 76px; } }
      @media (max-width: 991px) {
        .search-field--tight .search-field__button {
          right: 64px; } }
      @media (max-width: 767px) {
        .search-field--tight .search-field__button {
          display: none !important; } }
    .search-field__button--visible {
      opacity: 1; }
  .search-field__input {
    border: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    color: #a2a6a8;
    padding: 41px 38px 40px 110px;
    outline: none; }
    .search-field__input::-ms-clear {
      display: none; }
    @media (max-width: 1199px) {
      .search-field__input {
        padding: 34px 32px 34px 92px; } }
    @media (max-width: 991px) {
      .search-field__input {
        padding: 26px 28px 26px 78px; } }
    @media (max-width: 767px) {
      .search-field__input {
        padding: 20px 0 20px 50px; } }
    .search-field--tight .search-field__input {
      padding: 31px 38px 30px 88px; }
      @media (max-width: 1199px) {
        .search-field--tight .search-field__input {
          padding: 24px 32px 24px 80px; } }
      @media (max-width: 991px) {
        .search-field--tight .search-field__input {
          padding: 20px 28px 20px 70px; } }
      @media (max-width: 767px) {
        .search-field--tight .search-field__input {
          padding: 15px 0 16px 46px; } }
    .search-field--no-bg .search-field__input {
      border-bottom: solid 2px #1d1d1b;
      padding-left: 64px; }
      @media (max-width: 1199px) {
        .search-field--no-bg .search-field__input {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        .search-field--no-bg .search-field__input {
          padding-left: 36px; } }

.search-modal {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .search-modal {
      display: block; } }
  @media (max-width: 767px) {
    .search-modal.modal {
      background-color: transparent;
      padding-top: 50px; } }
  .search-modal__container {
    padding: 30px;
    width: 1105px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .search-modal__container {
        width: 100%; } }
    @media (max-width: 767px) {
      .search-modal__container {
        position: relative;
        background-color: #fff;
        height: 100%;
        padding: 0; }
        .search-modal__container:before {
          display: block;
          content: '';
          background-color: #f6eb61;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 20px;
          z-index: 5;
          transform: translateZ(0); } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .search-modal__container:before {
        width: 14px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .search-modal__container:before {
        width: 8px; } }
    @media (max-width: 767px) {
          .page-theme-aquamarine .search-modal__container:before {
            background-color: #a9dae7; }
          .page-theme-lemonyellow .search-modal__container:before {
            background-color: #f6eb61; }
          .page-theme-mistygrey .search-modal__container:before {
            background-color: #d0d3d4; }
          .page-theme-graphitegrey .search-modal__container:before {
            background-color: #a2a6a8; }
          .page-theme-polargreen .search-modal__container:before {
            background-color: #e0edd5; }
          .page-theme-springgreen .search-modal__container:before {
            background-color: #b7d698; }
          .page-theme-chilired .search-modal__container:before {
            background-color: #d22630; }
          .page-theme-salmon .search-modal__container:before {
            background-color: #e6baa8; }
          .page-theme-cinnamon .search-modal__container:before {
            background-color: #6d4f47; }
          .page-theme-flamingopink .search-modal__container:before {
            background-color: #fad0c8; }
          .page-theme-kingfisherblue .search-modal__container:before {
            background-color: #00a0d8; }
          .page-theme-white .search-modal__container:before {
            background-color: #fff; }
          .page-theme-black .search-modal__container:before {
            background-color: #1d1d1b; }
          .page-theme-pagebackground .search-modal__container:before {
            background-color: #eef1f3; }
          .page-theme-sdw20green .search-modal__container:before {
            background-color: #244f3e; }
        .search-modal__container:before {
          top: -50px;
          transform: scaleX(0);
          transform-origin: left; }
        .search-modal.is-active .search-modal__container:before {
          width: 15px;
          transform: scaleX(1);
          transition: transform 300ms ease-out; } }
  @media (max-width: 767px) {
    .search-modal .search-field {
      padding: 20px 25px; } }
  .search-modal .quick-links {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .search-modal .quick-links {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .search-modal .quick-links .link-group__list {
        margin-left: 6px; } }
  @media (max-width: 767px) {
    .search-modal__close {
      background-color: #fff;
      top: -23px;
      right: 9px; } }
  @media (max-width: 767px) {
    .search-modal__close svg {
      width: 14px;
      height: 14px; } }

.search-results {
  padding: 80px;
  background-color: #fff; }
  @media (max-width: 1349px) {
    .search-results {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .search-results {
      padding: 50px; } }
  @media (max-width: 991px) {
    .search-results {
      padding: 30px; } }
  @media (max-width: 767px) {
    .search-results {
      padding: 20px; } }
  @media (max-width: 767px) {
    .search-results {
      position: relative;
      padding-bottom: 0; }
      .search-results:before {
        display: block;
        content: '';
        background-color: #f6eb61;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        z-index: 5;
        transform: translateZ(0); } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .search-results:before {
        width: 14px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .search-results:before {
        width: 8px; } }
  @media (max-width: 767px) {
        .page-theme-aquamarine .search-results:before {
          background-color: #a9dae7; }
        .page-theme-lemonyellow .search-results:before {
          background-color: #f6eb61; }
        .page-theme-mistygrey .search-results:before {
          background-color: #d0d3d4; }
        .page-theme-graphitegrey .search-results:before {
          background-color: #a2a6a8; }
        .page-theme-polargreen .search-results:before {
          background-color: #e0edd5; }
        .page-theme-springgreen .search-results:before {
          background-color: #b7d698; }
        .page-theme-chilired .search-results:before {
          background-color: #d22630; }
        .page-theme-salmon .search-results:before {
          background-color: #e6baa8; }
        .page-theme-cinnamon .search-results:before {
          background-color: #6d4f47; }
        .page-theme-flamingopink .search-results:before {
          background-color: #fad0c8; }
        .page-theme-kingfisherblue .search-results:before {
          background-color: #00a0d8; }
        .page-theme-white .search-results:before {
          background-color: #fff; }
        .page-theme-black .search-results:before {
          background-color: #1d1d1b; }
        .page-theme-pagebackground .search-results:before {
          background-color: #eef1f3; }
        .page-theme-sdw20green .search-results:before {
          background-color: #244f3e; } }
  .search-results__inner {
    margin-left: -55px;
    margin-right: -55px; }
    .search-results__inner:before, .search-results__inner:after {
      content: " ";
      display: table; }
    .search-results__inner:after {
      clear: both; }
    @media (max-width: 1349px) {
      .search-results__inner {
        margin-left: -45px;
        margin-right: -45px; } }
    @media (max-width: 1199px) {
      .search-results__inner {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (max-width: 991px) {
      .search-results__inner {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 767px) {
      .search-results__inner {
        margin-left: 0;
        margin-right: 0; } }
  .search-results__col {
    float: left;
    padding-left: 55px;
    padding-right: 55px;
    width: 50%; }
    .search-results__col--pull-right {
      float: right; }
    @media (max-width: 1349px) {
      .search-results__col {
        padding-left: 45px;
        padding-right: 45px; } }
    @media (max-width: 1199px) {
      .search-results__col {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .search-results__col {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .search-results__col {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0; } }
  .search-results__title {
    border-bottom: solid 1px #1d1d1b;
    margin-bottom: 35px;
    padding-bottom: 25px;
    position: relative; }
    @media (max-width: 767px) {
      .search-results__title {
        border-bottom: 0;
        border-top: solid 1px #d0d3d4;
        margin-bottom: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 18px 20px 17px 20px; } }
  .search-results__list-toggle {
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    color: blue;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none; }
    @media (max-width: 767px) {
      .search-results__list-toggle {
        display: block; } }
    .search-results__list-toggle svg {
      display: none; }
      @media (max-width: 767px) {
        .search-results__list-toggle svg {
          display: block;
          float: right;
          position: relative;
          top: -1px; } }
    @media (max-width: 767px) {
      .search-results__list-toggle.is-active svg {
        transition: transform 200ms;
        transform: rotate(90deg); } }
  @media (max-width: 767px) {
    .search-results__list-wrapper.is-hidden {
      display: none; } }
  .search-results__col-footer {
    padding-top: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .search-results__col-footer {
        padding-top: 40px;
        padding-bottom: 40px; } }

.search-textbox {
  max-width: 400px;
  position: relative; }
  .search-textbox__input {
    border: 1px solid #d0d3d4;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (max-width: 767px) {
      .search-textbox__input {
        padding: 15px 20px; } }
    .search-textbox__input:before, .search-textbox__input:after {
      content: '';
      background-color: #a2a6a8;
      position: absolute;
      top: 50%;
      right: 30px; }
      @media (max-width: 767px) {
        .search-textbox__input:before, .search-textbox__input:after {
          right: 20px; } }
    .search-textbox__input:before {
      width: 11px;
      height: 1px;
      transform: translateY(-50%); }
    .search-textbox__input:after {
      width: 1px;
      height: 11px;
      transform: translate(-5px, -50%); }
      .search-textbox--expanded .search-textbox__input:after {
        display: none; }
  .search-textbox__reset {
    font-weight: 400;
    font-size: 12px;
    margin-left: 12px; }
  .search-textbox__option .form-item {
    margin-bottom: 0; }
  .search-textbox__option .form-item__input--checkbox:checked ~ span {
    font-weight: bold; }

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  max-height: inherit;
  box-sizing: content-box; }

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 2px;
  min-height: 10px;
  width: 10px;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: #1d1d1b;
  background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.2;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.2; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.vertical {
  top: 0;
  right: 28px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.showroom-info {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  right: 80px;
  top: 80px;
  width: 300px;
  z-index: 3; }
  @media (max-width: 1349px) {
    .showroom-info {
      right: 60px;
      top: 60px; } }
  @media (max-width: 1199px) {
    .showroom-info {
      right: 50px;
      top: 50px; } }
  @media (max-width: 991px) {
    .showroom-info {
      right: 30px;
      top: 30px; } }
  @media (max-width: 767px) {
    .showroom-info {
      padding: 0;
      position: static;
      width: auto; } }
  .showroom-info__map-wrap {
    padding-bottom: 70%;
    height: 0;
    position: relative; }
  .showroom-info__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .showroom-info__map-link {
    display: flex;
    border-radius: 2px;
    box-shadow: 0 1px 0 #d0d3d4;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center; }
    .showroom-info__map-link svg {
      fill: #00a0d8; }
    .showroom-info__map-link:hover {
      opacity: 1; }
      .showroom-info__map-link:hover svg {
        opacity: 0.5; }
  .showroom-info__text {
    padding: 40px 30px; }
    @media (max-width: 1199px) {
      .showroom-info__text {
        padding: 20px 10px 10px; } }
    @media (max-width: 767px) {
      .showroom-info__text {
        padding: 30px 20px; } }
  .showroom-info p.showroom-info__address-row {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6; }
  .showroom-info dl.showroom-info__opening-hours {
    margin: 20px 0; }
    @media (max-width: 1199px) {
      .showroom-info dl.showroom-info__opening-hours {
        margin: 16px 0; } }
    .showroom-info dl.showroom-info__opening-hours dt, .showroom-info dl.showroom-info__opening-hours dd {
      font-weight: inherit;
      line-height: 1.6;
      flex: 0 0 50%; }
    .showroom-info dl.showroom-info__opening-hours dd {
      padding-left: 0;
      max-width: 50%; }
  .showroom-info__opening-hours-extra {
    margin-top: -12px; }
  .showroom-info__contact-info {
    margin: 20px 0;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .showroom-info__contact-info {
        margin: 16px 0; } }
    .showroom-info__contact-info li {
      clear: left;
      margin-bottom: 10px; }
      .showroom-info__contact-info li:last-child {
        margin-bottom: 0; }
      .showroom-info__contact-info li.half {
        clear: none;
        float: left;
        width: 50%; }
    .showroom-info__contact-info p, .showroom-info__contact-info p + p {
      line-height: 1.6;
      margin-top: 0; }
  .showroom-info .social-media-links {
    margin-top: 35px; }
    @media (max-width: 1199px) {
      .showroom-info .social-media-links {
        margin-top: 20px; } }

.showroom-info-old {
  padding: 80px;
  padding-top: 56px;
  background-color: #fff;
  overflow: hidden; }
  @media (max-width: 1349px) {
    .showroom-info-old {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .showroom-info-old {
      padding: 50px; } }
  @media (max-width: 991px) {
    .showroom-info-old {
      padding: 30px; } }
  @media (max-width: 767px) {
    .showroom-info-old {
      padding: 20px; } }
  @media (max-width: 1349px) {
    .showroom-info-old {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .showroom-info-old {
      padding-top: 30px; } }
  .showroom-info-old--margin-bottom {
    margin-bottom: 20px; }
  .showroom-info-old__subtitle {
    margin-bottom: 16px; }
  .showroom-info-old__meta {
    padding-left: 21px; }
    .showroom-info-old__meta--no-pad {
      padding: 0; }
    .showroom-info-old__meta p {
      margin-top: 8px; }
  .showroom-info-old__map-pin {
    width: 11px;
    height: 16px;
    margin-left: -21px;
    margin-right: 10px; }
  .showroom-info-old__cols {
    margin: 0 -3em; }
    .showroom-info-old__cols:before, .showroom-info-old__cols:after {
      content: " ";
      display: table; }
    .showroom-info-old__cols:after {
      clear: both; }
  .showroom-info-old__col {
    float: left;
    width: 25%;
    padding: 3em 3em 0; }
    @media (max-width: 1199px) {
      .showroom-info-old__col {
        width: 33.33333%; } }
    @media (max-width: 767px) {
      .showroom-info-old__col {
        width: 100%;
        padding: 1em 3em; } }

.showroom-intro__image-wrap {
  height: 0;
  position: relative;
  z-index: 1; }
  .page-theme-aquamarine .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #a9dae7;
    color: #1d1d1b; }
  .page-theme-lemonyellow .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #f6eb61;
    color: #1d1d1b; }
  .page-theme-mistygrey .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #d0d3d4;
    color: #1d1d1b; }
  .page-theme-graphitegrey .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #a2a6a8;
    color: #fff; }
  .page-theme-polargreen .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #e0edd5;
    color: #1d1d1b; }
  .page-theme-springgreen .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #b7d698;
    color: #1d1d1b; }
  .page-theme-chilired .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #d22630;
    color: #fff; }
  .page-theme-salmon .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #e6baa8;
    color: #1d1d1b; }
  .page-theme-cinnamon .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #6d4f47;
    color: #fff; }
  .page-theme-flamingopink .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #fad0c8;
    color: #1d1d1b; }
  .page-theme-kingfisherblue .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #00a0d8;
    color: #fff; }
  .page-theme-white .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #fff;
    color: #1d1d1b; }
  .page-theme-black .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #1d1d1b;
    color: #fff; }
  .page-theme-pagebackground .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #eef1f3;
    color: #1d1d1b; }
  .page-theme-sdw20green .showroom-intro--no-intro-image .showroom-intro__image-wrap {
    background-color: #244f3e;
    color: #fff; }
  @media (max-width: 767px) {
    .showroom-intro__image-wrap {
      height: auto; } }

.showroom-intro__image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.showroom-intro__text {
  padding: 46px 410px 46px 80px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2; }
  .page-theme-aquamarine .showroom-intro__text {
    background-color: #a9dae7;
    color: #1d1d1b; }
  .page-theme-lemonyellow .showroom-intro__text {
    background-color: #f6eb61;
    color: #1d1d1b; }
  .page-theme-mistygrey .showroom-intro__text {
    background-color: #d0d3d4;
    color: #1d1d1b; }
  .page-theme-graphitegrey .showroom-intro__text {
    background-color: #a2a6a8;
    color: #fff; }
  .page-theme-polargreen .showroom-intro__text {
    background-color: #e0edd5;
    color: #1d1d1b; }
  .page-theme-springgreen .showroom-intro__text {
    background-color: #b7d698;
    color: #1d1d1b; }
  .page-theme-chilired .showroom-intro__text {
    background-color: #d22630;
    color: #fff; }
  .page-theme-salmon .showroom-intro__text {
    background-color: #e6baa8;
    color: #1d1d1b; }
  .page-theme-cinnamon .showroom-intro__text {
    background-color: #6d4f47;
    color: #fff; }
  .page-theme-flamingopink .showroom-intro__text {
    background-color: #fad0c8;
    color: #1d1d1b; }
  .page-theme-kingfisherblue .showroom-intro__text {
    background-color: #00a0d8;
    color: #fff; }
  .page-theme-white .showroom-intro__text {
    background-color: #fff;
    color: #1d1d1b; }
  .page-theme-black .showroom-intro__text {
    background-color: #1d1d1b;
    color: #fff; }
  .page-theme-pagebackground .showroom-intro__text {
    background-color: #eef1f3;
    color: #1d1d1b; }
  .page-theme-sdw20green .showroom-intro__text {
    background-color: #244f3e;
    color: #fff; }
  .showroom-intro__text h1 {
    color: inherit;
    margin-bottom: 0; }
  @media (max-width: 1349px) {
    .showroom-intro__text {
      padding: 34px 390px 34px 60px; } }
  @media (max-width: 1199px) {
    .showroom-intro__text {
      padding: 24px 370px 24px 50px; } }
  @media (max-width: 991px) {
    .showroom-intro__text {
      padding: 20px 350px 20px 30px; } }
  @media (max-width: 767px) {
    .showroom-intro__text {
      padding: 20px;
      position: static;
      transform: none; } }

.showroom-intro .thumbnail-list {
  padding-left: 80px;
  padding-right: 410px;
  position: relative;
  text-align: left;
  z-index: 2; }
  .showroom-intro .thumbnail-list--offset .thumbnail-list__scroll {
    padding-bottom: 20px; }
  .showroom-intro .thumbnail-list__grid {
    margin-left: -15px; }
    .showroom-intro .thumbnail-list__grid:before, .showroom-intro .thumbnail-list__grid:after {
      display: none; }
  @media (max-width: 1349px) {
    .showroom-intro .thumbnail-list {
      padding-left: 60px;
      padding-right: 390px; } }
  @media (max-width: 1199px) {
    .showroom-intro .thumbnail-list {
      padding-left: 50px;
      padding-right: 370px; } }
  @media (max-width: 991px) {
    .showroom-intro .thumbnail-list {
      padding-left: 30px;
      padding-right: 350px; } }
  @media (max-width: 767px) {
    .showroom-intro .thumbnail-list {
      padding-left: 20px;
      padding-right: 20px; } }

.showroom-intro .text-on-image__text-wrap {
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .showroom-intro .text-on-image__text-wrap {
      padding: 20px 20px 40px; } }

.showroom-intro .thumbnail-list ~ .text-on-image .text-on-image__text-wrap {
  padding-top: 5px; }

.showroom-intro-old {
  position: relative;
  padding-bottom: 55.555%;
  height: 0; }
  @media (max-width: 767px) {
    .showroom-intro-old {
      padding-bottom: 0;
      height: auto; }
      .showroom-intro-old:before {
        display: none; } }
  .page-theme-aquamarine .showroom-intro-old {
    background-color: #a9dae7;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-lemonyellow .showroom-intro-old {
    background-color: #f6eb61;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-mistygrey .showroom-intro-old {
    background-color: #d0d3d4;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-graphitegrey .showroom-intro-old {
    background-color: #a2a6a8;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .page-theme-polargreen .showroom-intro-old {
    background-color: #e0edd5;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-springgreen .showroom-intro-old {
    background-color: #b7d698;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-chilired .showroom-intro-old {
    background-color: #d22630;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .page-theme-salmon .showroom-intro-old {
    background-color: #e6baa8;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-cinnamon .showroom-intro-old {
    background-color: #6d4f47;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .page-theme-flamingopink .showroom-intro-old {
    background-color: #fad0c8;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-kingfisherblue .showroom-intro-old {
    background-color: #00a0d8;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .page-theme-white .showroom-intro-old {
    background-color: #fff;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-black .showroom-intro-old {
    background-color: #1d1d1b;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .page-theme-pagebackground .showroom-intro-old {
    background-color: #eef1f3;
    color: #1d1d1b;
    fill: #1d1d1b;
    border-color: #1d1d1b; }
  .page-theme-sdw20green .showroom-intro-old {
    background-color: #244f3e;
    color: #fff;
    fill: #fff;
    border-color: #fff; }
  .showroom-intro-old__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .showroom-intro-old__container:before, .showroom-intro-old__container:after {
      content: " ";
      display: table; }
    .showroom-intro-old__container:after {
      clear: both; }
    @media (max-width: 767px) {
      .showroom-intro-old__container {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto; } }
  .showroom-intro-old__map-wrap, .showroom-intro-old__body-wrap {
    position: relative;
    float: left;
    width: 50%;
    height: 100%; }
    @media (max-width: 767px) {
      .showroom-intro-old__map-wrap, .showroom-intro-old__body-wrap {
        float: none;
        width: auto; } }
  .showroom-intro-old__map-wrap {
    padding-left: 20px; }
    @media (max-width: 1199px) {
      .showroom-intro-old__map-wrap {
        padding-left: 14px; } }
    @media (max-width: 767px) {
      .showroom-intro-old__map-wrap {
        position: relative;
        padding-bottom: 40%;
        height: 0; } }
  .showroom-intro-old__body-wrap {
    overflow: hidden; }
  .showroom-intro-old__map {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .showroom-intro-old__map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .showroom-intro-old__body {
    padding: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%); }
    @media (max-width: 1349px) {
      .showroom-intro-old__body {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .showroom-intro-old__body {
        padding: 50px; } }
    @media (max-width: 991px) {
      .showroom-intro-old__body {
        padding: 30px; } }
    @media (max-width: 767px) {
      .showroom-intro-old__body {
        padding: 20px; } }
    @media (max-width: 767px) {
      .showroom-intro-old__body {
        position: static;
        transform: none; } }
  .showroom-intro-old__title {
    color: inherit;
    margin-bottom: .9em; }
  .showroom-intro-old__meta {
    margin-bottom: 2em; }
    .showroom-intro-old__meta:before, .showroom-intro-old__meta:after {
      content: " ";
      display: table; }
    .showroom-intro-old__meta:after {
      clear: both; }
    @media (max-width: 991px) {
      .showroom-intro-old__meta {
        margin-bottom: 1em; } }
  .showroom-intro-old__meta-col {
    float: left;
    width: 50%; }
  .showroom-intro-old__meta-text {
    color: inherit;
    margin-top: 0.6em; }
    .showroom-intro-old__meta-text a {
      text-decoration: none; }
  .showroom-intro-old__meta-text + .showroom-intro-old__meta-text {
    margin-top: 0.6em; }
  .showroom-intro-old__links {
    margin-top: 4em; }
    .showroom-intro-old__links:before, .showroom-intro-old__links:after {
      content: " ";
      display: table; }
    .showroom-intro-old__links:after {
      clear: both; }
    @media (max-width: 991px) {
      .showroom-intro-old__links {
        margin-top: 2em; } }
  .showroom-intro-old__link {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 4.3em;
    padding: 0 1.8em;
    line-height: 4.2em;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    fill: inherit;
    white-space: nowrap; }
    @media (max-width: 991px) {
      .showroom-intro-old__link {
        padding: 0 .9em; } }
    @media (max-width: 767px) {
      .showroom-intro-old__link {
        width: 100%;
        margin-top: -1px; } }
    @media (min-width: 768px) {
      .showroom-intro-old__link:nth-child(2) {
        margin-left: -1px; }
      .showroom-intro-old__link:nth-child(3) {
        margin-top: -1px; }
      .showroom-intro-old__link:nth-child(4) {
        margin-top: -1px;
        margin-left: -1px; } }
    .showroom-intro-old__link > .icon {
      display: inline;
      vertical-align: middle;
      margin-bottom: 2px;
      margin-right: 1.5em; }
      @media (max-width: 991px) {
        .showroom-intro-old__link > .icon {
          margin-right: .75em; } }
  .showroom-intro-old__buttons {
    margin: 3.5em -1em 0; }
    .showroom-intro-old__buttons:before, .showroom-intro-old__buttons:after {
      content: " ";
      display: table; }
    .showroom-intro-old__buttons:after {
      clear: both; }
    @media (max-width: 991px) {
      .showroom-intro-old__buttons {
        margin-top: 1.75em; } }
  .showroom-intro-old__button {
    display: block;
    float: left;
    width: 50%;
    padding: 0 1em; }

.showroom-search-old {
  background: white;
  color: #1d1d1b; }
  .showroom-search-old__filter {
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 1349px) {
      .showroom-search-old__filter {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .showroom-search-old__filter {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .showroom-search-old__filter {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .showroom-search-old__filter {
        padding-left: 20px;
        padding-right: 20px; } }
  .showroom-search-old__filter-label {
    display: none; }
    @media (min-width: 768px) {
      .showroom-search-old__filter-label {
        display: inline; } }
    .showroom-search-old__filter-label--xs {
      display: none; }
      @media (max-width: 767px) {
        .showroom-search-old__filter-label--xs {
          display: inline; } }
  .showroom-search-old__filter-controls {
    height: 77px; }
    .showroom-search-old__filter-controls:before, .showroom-search-old__filter-controls:after {
      content: " ";
      display: table; }
    .showroom-search-old__filter-controls:after {
      clear: both; }
  .showroom-search-old__filter-input {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-left: 54px; }
    .showroom-search-old__filter-input .icon--search {
      position: absolute;
      left: 0;
      top: 50%;
      width: 24px;
      height: 24px;
      margin-top: -12px; }
    .showroom-search-old__filter-input input {
      font-size: 14px;
      font-weight: 400;
      background: transparent;
      color: inherit;
      border: none;
      outline: none;
      width: 100%;
      height: 100%; }
  .showroom-search-old__filter-toggle {
    float: right;
    height: 100%;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit; }
    .showroom-search-old__filter-toggle > * {
      vertical-align: middle; }
    .showroom-search-old__filter-toggle .icon {
      margin-left: 18px;
      transition: transform 200ms; }
  .showroom-search-old--expanded .showroom-search-old__filter-toggle .icon {
    transform: rotate(90deg); }
  .showroom-search-old__result {
    padding: 80px;
    border-top: 1px solid #eef1f3;
    display: none; }
    @media (max-width: 1349px) {
      .showroom-search-old__result {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .showroom-search-old__result {
        padding: 50px; } }
    @media (max-width: 991px) {
      .showroom-search-old__result {
        padding: 30px; } }
    @media (max-width: 767px) {
      .showroom-search-old__result {
        padding: 20px; } }
    .showroom-search-old__result ul {
      margin: 0 -20px;
      overflow: hidden; }
      .showroom-search-old__result ul:before, .showroom-search-old__result ul:after {
        content: " ";
        display: table; }
      .showroom-search-old__result ul:after {
        clear: both; }
      .showroom-search-old__result ul > *:nth-child(5n +1) {
        clear: left; }
      .showroom-search-old__result ul > * {
        width: 20%; }
    .showroom-search-old__result li {
      float: left;
      padding: 20px; }
  .showroom-search-old--expanded .showroom-search-old__result {
    display: block; }

@media (max-width: 991px) {
  showroom-search-old__result ul > *:nth-child(5n +1) {
    clear: none; }
  showroom-search-old__result ul > *:nth-child(3n +1) {
    clear: left; }
  showroom-search-old__result ul > * {
    width: 33.33333%; } }

@media (max-width: 767px) {
  showroom-search-old__result ul > *:nth-child(3n +1) {
    clear: none; }
  showroom-search-old__result ul > *:nth-child(2n +1) {
    clear: left; }
  showroom-search-old__result ul > * {
    width: 50%; } }

.showroom-staff {
  background-color: #fff; }
  .showroom-staff__title {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 56px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 1349px) {
      .showroom-staff__title {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .showroom-staff__title {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .showroom-staff__title {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .showroom-staff__title {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1349px) {
      .showroom-staff__title {
        padding-top: 50px; } }
    @media (max-width: 991px) {
      .showroom-staff__title {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .showroom-staff__title {
        margin-bottom: 15px; } }

.signup-block {
  padding: 80px;
  text-align: center;
  background-color: #eef1f3; }
  @media (max-width: 1349px) {
    .signup-block {
      padding: 60px; } }
  @media (max-width: 1199px) {
    .signup-block {
      padding: 50px; } }
  @media (max-width: 991px) {
    .signup-block {
      padding: 30px; } }
  @media (max-width: 767px) {
    .signup-block {
      padding: 20px; } }
  .signup-block .EPiServerForms .Form__Element__Caption.form-field__label {
    color: #a2a6a8;
    margin-right: 20px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .signup-block .EPiServerForms .Form__Element__Caption.form-field__label {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%; } }
  .signup-block .EPiServerForms .Form__Element {
    white-space: nowrap;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .signup-block .EPiServerForms .Form__Element {
        width: 100%;
        white-space: normal; } }
    .signup-block .EPiServerForms .Form__Element:after {
      content: "";
      height: 100%; }
      @media (max-width: 767px) {
        .signup-block .EPiServerForms .Form__Element:after {
          content: none; } }
    .signup-block .EPiServerForms .Form__Element > *:not(script),
    .signup-block .EPiServerForms .Form__Element .Form__Element__Caption, .signup-block .EPiServerForms .Form__Element:after {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .signup-block .EPiServerForms .Form__Element > *:not(script),
        .signup-block .EPiServerForms .Form__Element .Form__Element__Caption, .signup-block .EPiServerForms .Form__Element:after {
          display: block; } }
    .signup-block .EPiServerForms .Form__Element.FormParagraphText {
      display: block;
      margin-top: 10px; }
  .signup-block .EPiServerForms .button.Form__Element {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .signup-block .EPiServerForms .button.Form__Element {
        margin-left: 0; } }
  .signup-block input[type=text] {
    width: 490px; }
    @media (max-width: 1349px) {
      .signup-block input[type=text] {
        width: 340px; } }
    @media (max-width: 1199px) {
      .signup-block input[type=text] {
        width: 300px; } }
    @media (max-width: 767px) {
      .signup-block input[type=text] {
        width: 100%;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .signup-block .button {
      margin-left: 0px; } }
  .signup-block .FormParagraphText p {
    color: #a2a6a8;
    font-size: 13px; }
    @media (max-width: 767px) {
      .signup-block .FormParagraphText p {
        font-size: 11px; } }

.slider__dots {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%; }
  .slider__dots > li {
    display: inline-block;
    margin: 0 3px;
    height: 9px;
    width: 9px; }
    .slider__dots > li button {
      background-color: #a2a6a8;
      border: none;
      border-radius: 100%;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      padding: 0;
      text-indent: -9999px; }
    .slider__dots > li.slick-active button {
      opacity: 1; }

.slider__item[data-image]:hover {
  cursor: pointer;
  opacity: 0.8; }

@media (max-width: 767px) {
  .slider__item-inner {
    height: 0;
    overflow: hidden;
    padding-bottom: 99.5%;
    position: relative; }
    .slider__item-inner.video {
      padding-bottom: 99.5%; }
    .slider__item-inner img {
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); } }

.social-media-links:before, .social-media-links:after {
  content: " ";
  display: table; }

.social-media-links:after {
  clear: both; }

.social-media-links a {
  display: block;
  float: left; }

.social-media-links a + a {
  margin-left: 40px; }

.social-media-links--tight a + a {
  margin-left: 20px; }

.social-media-links .icon {
  vertical-align: top;
  width: 30px;
  height: 30px; }

.page-theme-aquamarine .social-media-links .icon {
  fill: #a9dae7; }

.page-theme-lemonyellow .social-media-links .icon {
  fill: #f6eb61; }

.page-theme-mistygrey .social-media-links .icon {
  fill: #d0d3d4; }

.page-theme-graphitegrey .social-media-links .icon {
  fill: #a2a6a8; }

.page-theme-polargreen .social-media-links .icon {
  fill: #e0edd5; }

.page-theme-springgreen .social-media-links .icon {
  fill: #b7d698; }

.page-theme-chilired .social-media-links .icon {
  fill: #d22630; }

.page-theme-salmon .social-media-links .icon {
  fill: #e6baa8; }

.page-theme-cinnamon .social-media-links .icon {
  fill: #6d4f47; }

.page-theme-flamingopink .social-media-links .icon {
  fill: #fad0c8; }

.page-theme-kingfisherblue .social-media-links .icon {
  fill: #00a0d8; }

.page-theme-white .social-media-links .icon {
  fill: #fff; }

.page-theme-black .social-media-links .icon {
  fill: #1d1d1b; }

.page-theme-pagebackground .social-media-links .icon {
  fill: #eef1f3; }

.page-theme-sdw20green .social-media-links .icon {
  fill: #244f3e; }

.spec-check {
  display: flex; }
  .spec-check__text {
    padding-left: 10px; }
  .spec-check__name, .spec-check__description {
    margin: 0; }
  .spec-check--disabled .spec-check__name, .spec-check--disabled .spec-check__description {
    color: #888c8c; }

.split-header {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #d0d3d4;
  padding-top: 100px;
  padding-bottom: 85px;
  position: relative;
  text-align: center; }
  .split-header:before {
    display: block;
    content: '';
    background-color: #f6eb61;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 5;
    transform: translateZ(0); }
    @media (max-width: 1199px) {
      .split-header:before {
        width: 14px; } }
    @media (max-width: 767px) {
      .split-header:before {
        width: 8px; } }
    .page-theme-aquamarine .split-header:before {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .split-header:before {
      background-color: #f6eb61; }
    .page-theme-mistygrey .split-header:before {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .split-header:before {
      background-color: #a2a6a8; }
    .page-theme-polargreen .split-header:before {
      background-color: #e0edd5; }
    .page-theme-springgreen .split-header:before {
      background-color: #b7d698; }
    .page-theme-chilired .split-header:before {
      background-color: #d22630; }
    .page-theme-salmon .split-header:before {
      background-color: #e6baa8; }
    .page-theme-cinnamon .split-header:before {
      background-color: #6d4f47; }
    .page-theme-flamingopink .split-header:before {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .split-header:before {
      background-color: #00a0d8; }
    .page-theme-white .split-header:before {
      background-color: #fff; }
    .page-theme-black .split-header:before {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .split-header:before {
      background-color: #eef1f3; }
    .page-theme-sdw20green .split-header:before {
      background-color: #244f3e; }
  @media (max-width: 1349px) {
    .split-header {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .split-header {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .split-header {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .split-header {
      padding-left: 20px;
      padding-right: 20px; } }
  .split-header__title, .split-header__container {
    position: relative;
    z-index: 2; }
  .split-header__title, .split-header__content {
    margin: 0 auto;
    max-width: 70%; }
  .split-header__title {
    margin-bottom: 0.8em; }
  .split-header__content .split-header__grid {
    margin-left: -10px;
    margin-right: -10px; }
    .split-header__content .split-header__grid:before, .split-header__content .split-header__grid:after {
      content: " ";
      display: table; }
    .split-header__content .split-header__grid:after {
      clear: both; }
    .split-header__content .split-header__grid > * {
      float: left;
      width: 25%;
      padding: 20px; }
    .split-header__content .split-header__grid h2 {
      margin-bottom: 0.7em; }
      .split-header__content .split-header__grid h2 .icon {
        height: 1em; }
  .split-header__content .split-header__cta:before, .split-header__content .split-header__cta:after {
    content: " ";
    display: table; }
  .split-header__content .split-header__cta:after {
    clear: both; }
  .split-header__content .split-header__cta p {
    margin: 0;
    width: 50%;
    padding-right: 40px;
    float: left;
    text-align: left; }
  .split-header__content .split-header__cta a {
    float: right; }
  .split-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1; }
    .page-theme-aquamarine .split-header:after {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .split-header:after {
      background-color: #f6eb61; }
    .page-theme-mistygrey .split-header:after {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .split-header:after {
      background-color: #a2a6a8; }
    .page-theme-polargreen .split-header:after {
      background-color: #e0edd5; }
    .page-theme-springgreen .split-header:after {
      background-color: #b7d698; }
    .page-theme-chilired .split-header:after {
      background-color: #d22630; }
    .page-theme-salmon .split-header:after {
      background-color: #e6baa8; }
    .page-theme-cinnamon .split-header:after {
      background-color: #6d4f47; }
    .page-theme-flamingopink .split-header:after {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .split-header:after {
      background-color: #00a0d8; }
    .page-theme-white .split-header:after {
      background-color: #fff; }
    .page-theme-black .split-header:after {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .split-header:after {
      background-color: #eef1f3; }
    .page-theme-sdw20green .split-header:after {
      background-color: #244f3e; }

@media (max-width: 1349px) {
  .split-header {
    padding-top: 90px;
    padding-bottom: 80px; }
    .split-header__content .split-header__cta p {
      padding-right: 30px; } }

@media (max-width: 1199px) {
  .split-header {
    padding-top: 75px;
    padding-bottom: 65px; }
    .split-header__content .split-header__cta p {
      padding-right: 20px; } }

@media (max-width: 991px) {
  .split-header {
    padding-top: 65px;
    padding-bottom: 55px; }
    .split-header__content .split-header__cta p {
      padding-right: 10px; } }

@media (max-width: 767px) {
  .split-header {
    padding: 0; }
    .split-header__title {
      padding: 40px 20px;
      margin-bottom: 0; }
    .split-header__content {
      padding: 20px; }
    .split-header__title, .split-header__content {
      max-width: 90%; }
    .split-header__content .split-header__grid {
      margin-left: -5px;
      margin-right: -5px; }
      .split-header__content .split-header__grid:before, .split-header__content .split-header__grid:after {
        content: " ";
        display: table; }
      .split-header__content .split-header__grid:after {
        clear: both; }
      .split-header__content .split-header__grid > * {
        padding: 10px;
        width: 50%; }
    .split-header__content .split-header__cta p {
      display: none; }
    .split-header__content .split-header__cta a {
      float: none; }
    .split-header:before, .split-header:after {
      display: none; }
    .page-theme-aquamarine .split-header__container {
      background-color: #a9dae7; }
    .page-theme-lemonyellow .split-header__container {
      background-color: #f6eb61; }
    .page-theme-mistygrey .split-header__container {
      background-color: #d0d3d4; }
    .page-theme-graphitegrey .split-header__container {
      background-color: #a2a6a8; }
    .page-theme-polargreen .split-header__container {
      background-color: #e0edd5; }
    .page-theme-springgreen .split-header__container {
      background-color: #b7d698; }
    .page-theme-chilired .split-header__container {
      background-color: #d22630; }
    .page-theme-salmon .split-header__container {
      background-color: #e6baa8; }
    .page-theme-cinnamon .split-header__container {
      background-color: #6d4f47; }
    .page-theme-flamingopink .split-header__container {
      background-color: #fad0c8; }
    .page-theme-kingfisherblue .split-header__container {
      background-color: #00a0d8; }
    .page-theme-white .split-header__container {
      background-color: #fff; }
    .page-theme-black .split-header__container {
      background-color: #1d1d1b; }
    .page-theme-pagebackground .split-header__container {
      background-color: #eef1f3; }
    .page-theme-sdw20green .split-header__container {
      background-color: #244f3e; } }

.split-headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .split-headline h1, .split-headline .h1, .split-headline .form-fieldset__title,
  .split-headline h2, .split-headline .h2,
  .split-headline h3, .split-headline .h3, .split-headline .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message, .EPiServerForms .Form__Status .split-headline .Form__Status__Message.Form__Success__Message {
    margin-bottom: 0; }
  .split-headline p {
    margin-top: 0; }

.text-on-image {
  background-color: #d0d3d4;
  color: #1d1d1b;
  overflow: hidden; }
  .text-on-image--theme-aquamarine {
    background-color: #a9dae7;
    color: #1d1d1b; }
    .text-on-image--theme-aquamarine .list-standard > li,
    .text-on-image--theme-aquamarine .list-checkmark > li,
    .text-on-image--theme-aquamarine .list-simple > li {
      color: inherit; }
    .text-on-image--theme-aquamarine .list-checkmark > li,
    .text-on-image--theme-aquamarine .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-aquamarine .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-lemonyellow {
    background-color: #f6eb61;
    color: #1d1d1b; }
    .text-on-image--theme-lemonyellow .list-standard > li,
    .text-on-image--theme-lemonyellow .list-checkmark > li,
    .text-on-image--theme-lemonyellow .list-simple > li {
      color: inherit; }
    .text-on-image--theme-lemonyellow .list-checkmark > li,
    .text-on-image--theme-lemonyellow .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-lemonyellow .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-mistygrey {
    background-color: #d0d3d4;
    color: #1d1d1b; }
    .text-on-image--theme-mistygrey .list-standard > li,
    .text-on-image--theme-mistygrey .list-checkmark > li,
    .text-on-image--theme-mistygrey .list-simple > li {
      color: inherit; }
    .text-on-image--theme-mistygrey .list-checkmark > li,
    .text-on-image--theme-mistygrey .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-mistygrey .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-graphitegrey {
    background-color: #a2a6a8;
    color: #fff; }
    .text-on-image--theme-graphitegrey .list-standard > li,
    .text-on-image--theme-graphitegrey .list-checkmark > li,
    .text-on-image--theme-graphitegrey .list-simple > li {
      color: inherit; }
    .text-on-image--theme-graphitegrey .list-checkmark > li,
    .text-on-image--theme-graphitegrey .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-graphitegrey .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  .text-on-image--theme-polargreen {
    background-color: #e0edd5;
    color: #1d1d1b; }
    .text-on-image--theme-polargreen .list-standard > li,
    .text-on-image--theme-polargreen .list-checkmark > li,
    .text-on-image--theme-polargreen .list-simple > li {
      color: inherit; }
    .text-on-image--theme-polargreen .list-checkmark > li,
    .text-on-image--theme-polargreen .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-polargreen .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-springgreen {
    background-color: #b7d698;
    color: #1d1d1b; }
    .text-on-image--theme-springgreen .list-standard > li,
    .text-on-image--theme-springgreen .list-checkmark > li,
    .text-on-image--theme-springgreen .list-simple > li {
      color: inherit; }
    .text-on-image--theme-springgreen .list-checkmark > li,
    .text-on-image--theme-springgreen .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-springgreen .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-chilired {
    background-color: #d22630;
    color: #fff; }
    .text-on-image--theme-chilired .list-standard > li,
    .text-on-image--theme-chilired .list-checkmark > li,
    .text-on-image--theme-chilired .list-simple > li {
      color: inherit; }
    .text-on-image--theme-chilired .list-checkmark > li,
    .text-on-image--theme-chilired .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-chilired .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  .text-on-image--theme-salmon {
    background-color: #e6baa8;
    color: #1d1d1b; }
    .text-on-image--theme-salmon .list-standard > li,
    .text-on-image--theme-salmon .list-checkmark > li,
    .text-on-image--theme-salmon .list-simple > li {
      color: inherit; }
    .text-on-image--theme-salmon .list-checkmark > li,
    .text-on-image--theme-salmon .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-salmon .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-cinnamon {
    background-color: #6d4f47;
    color: #fff; }
    .text-on-image--theme-cinnamon .list-standard > li,
    .text-on-image--theme-cinnamon .list-checkmark > li,
    .text-on-image--theme-cinnamon .list-simple > li {
      color: inherit; }
    .text-on-image--theme-cinnamon .list-checkmark > li,
    .text-on-image--theme-cinnamon .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-cinnamon .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  .text-on-image--theme-flamingopink {
    background-color: #fad0c8;
    color: #1d1d1b; }
    .text-on-image--theme-flamingopink .list-standard > li,
    .text-on-image--theme-flamingopink .list-checkmark > li,
    .text-on-image--theme-flamingopink .list-simple > li {
      color: inherit; }
    .text-on-image--theme-flamingopink .list-checkmark > li,
    .text-on-image--theme-flamingopink .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-flamingopink .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-kingfisherblue {
    background-color: #00a0d8;
    color: #fff; }
    .text-on-image--theme-kingfisherblue .list-standard > li,
    .text-on-image--theme-kingfisherblue .list-checkmark > li,
    .text-on-image--theme-kingfisherblue .list-simple > li {
      color: inherit; }
    .text-on-image--theme-kingfisherblue .list-checkmark > li,
    .text-on-image--theme-kingfisherblue .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-kingfisherblue .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  .text-on-image--theme-white {
    background-color: #fff;
    color: #1d1d1b; }
    .text-on-image--theme-white .list-standard > li,
    .text-on-image--theme-white .list-checkmark > li,
    .text-on-image--theme-white .list-simple > li {
      color: inherit; }
    .text-on-image--theme-white .list-checkmark > li,
    .text-on-image--theme-white .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-white .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-black {
    background-color: #1d1d1b;
    color: #fff; }
    .text-on-image--theme-black .list-standard > li,
    .text-on-image--theme-black .list-checkmark > li,
    .text-on-image--theme-black .list-simple > li {
      color: inherit; }
    .text-on-image--theme-black .list-checkmark > li,
    .text-on-image--theme-black .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-black .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  .text-on-image--theme-pagebackground {
    background-color: #eef1f3;
    color: #1d1d1b; }
    .text-on-image--theme-pagebackground .list-standard > li,
    .text-on-image--theme-pagebackground .list-checkmark > li,
    .text-on-image--theme-pagebackground .list-simple > li {
      color: inherit; }
    .text-on-image--theme-pagebackground .list-checkmark > li,
    .text-on-image--theme-pagebackground .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); }
    .text-on-image--theme-pagebackground .list-checkmark > li:before {
      background-position: 0 100%; }
  .text-on-image--theme-sdw20green {
    background-color: #244f3e;
    color: #fff; }
    .text-on-image--theme-sdw20green .list-standard > li,
    .text-on-image--theme-sdw20green .list-checkmark > li,
    .text-on-image--theme-sdw20green .list-simple > li {
      color: inherit; }
    .text-on-image--theme-sdw20green .list-checkmark > li,
    .text-on-image--theme-sdw20green .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .text-on-image--theme-sdw20green .list-checkmark > li:before {
      background-position: 0 91.66667%; }
  @media (min-width: 768px) {
    .text-on-image--text-aquamarine {
      color: #a9dae7; } }
  .text-on-image--text-aquamarine.text-on-image--no-img, .text-on-image--text-aquamarine.text-on-image--as-top, .text-on-image--text-aquamarine.text-on-image--text-halfhalf {
    color: #a9dae7; }
  .text-on-image--text-aquamarine .list-standard > li,
  .text-on-image--text-aquamarine .list-checkmark > li,
  .text-on-image--text-aquamarine .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-aquamarine .list-checkmark > li,
    .text-on-image--text-aquamarine .list-simple > li {
      border-bottom-color: rgba(169, 218, 231, 0.1); } }
  .text-on-image--text-aquamarine.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-aquamarine.text-on-image--no-img .list-simple > li, .text-on-image--text-aquamarine.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-aquamarine.text-on-image--as-top .list-simple > li, .text-on-image--text-aquamarine.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-aquamarine.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(169, 218, 231, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-aquamarine .list-checkmark > li:before {
      background-position: 0 0%; } }
  .text-on-image--text-aquamarine.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-aquamarine.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-aquamarine.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 0%; }
  @media (min-width: 768px) {
    .text-on-image--text-lemonyellow {
      color: #f6eb61; } }
  .text-on-image--text-lemonyellow.text-on-image--no-img, .text-on-image--text-lemonyellow.text-on-image--as-top, .text-on-image--text-lemonyellow.text-on-image--text-halfhalf {
    color: #f6eb61; }
  .text-on-image--text-lemonyellow .list-standard > li,
  .text-on-image--text-lemonyellow .list-checkmark > li,
  .text-on-image--text-lemonyellow .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-lemonyellow .list-checkmark > li,
    .text-on-image--text-lemonyellow .list-simple > li {
      border-bottom-color: rgba(246, 235, 97, 0.1); } }
  .text-on-image--text-lemonyellow.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-lemonyellow.text-on-image--no-img .list-simple > li, .text-on-image--text-lemonyellow.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-lemonyellow.text-on-image--as-top .list-simple > li, .text-on-image--text-lemonyellow.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-lemonyellow.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(246, 235, 97, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-lemonyellow .list-checkmark > li:before {
      background-position: 0 8.33333%; } }
  .text-on-image--text-lemonyellow.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-lemonyellow.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-lemonyellow.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 8.33333%; }
  @media (min-width: 768px) {
    .text-on-image--text-mistygrey {
      color: #d0d3d4; } }
  .text-on-image--text-mistygrey.text-on-image--no-img, .text-on-image--text-mistygrey.text-on-image--as-top, .text-on-image--text-mistygrey.text-on-image--text-halfhalf {
    color: #d0d3d4; }
  .text-on-image--text-mistygrey .list-standard > li,
  .text-on-image--text-mistygrey .list-checkmark > li,
  .text-on-image--text-mistygrey .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-mistygrey .list-checkmark > li,
    .text-on-image--text-mistygrey .list-simple > li {
      border-bottom-color: rgba(208, 211, 212, 0.1); } }
  .text-on-image--text-mistygrey.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-mistygrey.text-on-image--no-img .list-simple > li, .text-on-image--text-mistygrey.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-mistygrey.text-on-image--as-top .list-simple > li, .text-on-image--text-mistygrey.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-mistygrey.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(208, 211, 212, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-mistygrey .list-checkmark > li:before {
      background-position: 0 16.66667%; } }
  .text-on-image--text-mistygrey.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-mistygrey.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-mistygrey.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 16.66667%; }
  @media (min-width: 768px) {
    .text-on-image--text-graphitegrey {
      color: #a2a6a8; } }
  .text-on-image--text-graphitegrey.text-on-image--no-img, .text-on-image--text-graphitegrey.text-on-image--as-top, .text-on-image--text-graphitegrey.text-on-image--text-halfhalf {
    color: #a2a6a8; }
  .text-on-image--text-graphitegrey .list-standard > li,
  .text-on-image--text-graphitegrey .list-checkmark > li,
  .text-on-image--text-graphitegrey .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-graphitegrey .list-checkmark > li,
    .text-on-image--text-graphitegrey .list-simple > li {
      border-bottom-color: rgba(162, 166, 168, 0.1); } }
  .text-on-image--text-graphitegrey.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-graphitegrey.text-on-image--no-img .list-simple > li, .text-on-image--text-graphitegrey.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-graphitegrey.text-on-image--as-top .list-simple > li, .text-on-image--text-graphitegrey.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-graphitegrey.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(162, 166, 168, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-graphitegrey .list-checkmark > li:before {
      background-position: 0 25%; } }
  .text-on-image--text-graphitegrey.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-graphitegrey.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-graphitegrey.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 25%; }
  @media (min-width: 768px) {
    .text-on-image--text-polargreen {
      color: #e0edd5; } }
  .text-on-image--text-polargreen.text-on-image--no-img, .text-on-image--text-polargreen.text-on-image--as-top, .text-on-image--text-polargreen.text-on-image--text-halfhalf {
    color: #e0edd5; }
  .text-on-image--text-polargreen .list-standard > li,
  .text-on-image--text-polargreen .list-checkmark > li,
  .text-on-image--text-polargreen .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-polargreen .list-checkmark > li,
    .text-on-image--text-polargreen .list-simple > li {
      border-bottom-color: rgba(224, 237, 213, 0.1); } }
  .text-on-image--text-polargreen.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-polargreen.text-on-image--no-img .list-simple > li, .text-on-image--text-polargreen.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-polargreen.text-on-image--as-top .list-simple > li, .text-on-image--text-polargreen.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-polargreen.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(224, 237, 213, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-polargreen .list-checkmark > li:before {
      background-position: 0 33.33333%; } }
  .text-on-image--text-polargreen.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-polargreen.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-polargreen.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 33.33333%; }
  @media (min-width: 768px) {
    .text-on-image--text-springgreen {
      color: #b7d698; } }
  .text-on-image--text-springgreen.text-on-image--no-img, .text-on-image--text-springgreen.text-on-image--as-top, .text-on-image--text-springgreen.text-on-image--text-halfhalf {
    color: #b7d698; }
  .text-on-image--text-springgreen .list-standard > li,
  .text-on-image--text-springgreen .list-checkmark > li,
  .text-on-image--text-springgreen .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-springgreen .list-checkmark > li,
    .text-on-image--text-springgreen .list-simple > li {
      border-bottom-color: rgba(183, 214, 152, 0.1); } }
  .text-on-image--text-springgreen.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-springgreen.text-on-image--no-img .list-simple > li, .text-on-image--text-springgreen.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-springgreen.text-on-image--as-top .list-simple > li, .text-on-image--text-springgreen.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-springgreen.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(183, 214, 152, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-springgreen .list-checkmark > li:before {
      background-position: 0 41.66667%; } }
  .text-on-image--text-springgreen.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-springgreen.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-springgreen.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 41.66667%; }
  @media (min-width: 768px) {
    .text-on-image--text-chilired {
      color: #d22630; } }
  .text-on-image--text-chilired.text-on-image--no-img, .text-on-image--text-chilired.text-on-image--as-top, .text-on-image--text-chilired.text-on-image--text-halfhalf {
    color: #d22630; }
  .text-on-image--text-chilired .list-standard > li,
  .text-on-image--text-chilired .list-checkmark > li,
  .text-on-image--text-chilired .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-chilired .list-checkmark > li,
    .text-on-image--text-chilired .list-simple > li {
      border-bottom-color: rgba(210, 38, 48, 0.1); } }
  .text-on-image--text-chilired.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-chilired.text-on-image--no-img .list-simple > li, .text-on-image--text-chilired.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-chilired.text-on-image--as-top .list-simple > li, .text-on-image--text-chilired.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-chilired.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(210, 38, 48, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-chilired .list-checkmark > li:before {
      background-position: 0 50%; } }
  .text-on-image--text-chilired.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-chilired.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-chilired.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 50%; }
  @media (min-width: 768px) {
    .text-on-image--text-salmon {
      color: #e6baa8; } }
  .text-on-image--text-salmon.text-on-image--no-img, .text-on-image--text-salmon.text-on-image--as-top, .text-on-image--text-salmon.text-on-image--text-halfhalf {
    color: #e6baa8; }
  .text-on-image--text-salmon .list-standard > li,
  .text-on-image--text-salmon .list-checkmark > li,
  .text-on-image--text-salmon .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-salmon .list-checkmark > li,
    .text-on-image--text-salmon .list-simple > li {
      border-bottom-color: rgba(230, 186, 168, 0.1); } }
  .text-on-image--text-salmon.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-salmon.text-on-image--no-img .list-simple > li, .text-on-image--text-salmon.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-salmon.text-on-image--as-top .list-simple > li, .text-on-image--text-salmon.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-salmon.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(230, 186, 168, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-salmon .list-checkmark > li:before {
      background-position: 0 58.33333%; } }
  .text-on-image--text-salmon.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-salmon.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-salmon.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 58.33333%; }
  @media (min-width: 768px) {
    .text-on-image--text-cinnamon {
      color: #6d4f47; } }
  .text-on-image--text-cinnamon.text-on-image--no-img, .text-on-image--text-cinnamon.text-on-image--as-top, .text-on-image--text-cinnamon.text-on-image--text-halfhalf {
    color: #6d4f47; }
  .text-on-image--text-cinnamon .list-standard > li,
  .text-on-image--text-cinnamon .list-checkmark > li,
  .text-on-image--text-cinnamon .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-cinnamon .list-checkmark > li,
    .text-on-image--text-cinnamon .list-simple > li {
      border-bottom-color: rgba(109, 79, 71, 0.1); } }
  .text-on-image--text-cinnamon.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-cinnamon.text-on-image--no-img .list-simple > li, .text-on-image--text-cinnamon.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-cinnamon.text-on-image--as-top .list-simple > li, .text-on-image--text-cinnamon.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-cinnamon.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(109, 79, 71, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-cinnamon .list-checkmark > li:before {
      background-position: 0 66.66667%; } }
  .text-on-image--text-cinnamon.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-cinnamon.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-cinnamon.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 66.66667%; }
  @media (min-width: 768px) {
    .text-on-image--text-flamingopink {
      color: #fad0c8; } }
  .text-on-image--text-flamingopink.text-on-image--no-img, .text-on-image--text-flamingopink.text-on-image--as-top, .text-on-image--text-flamingopink.text-on-image--text-halfhalf {
    color: #fad0c8; }
  .text-on-image--text-flamingopink .list-standard > li,
  .text-on-image--text-flamingopink .list-checkmark > li,
  .text-on-image--text-flamingopink .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-flamingopink .list-checkmark > li,
    .text-on-image--text-flamingopink .list-simple > li {
      border-bottom-color: rgba(250, 208, 200, 0.1); } }
  .text-on-image--text-flamingopink.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-flamingopink.text-on-image--no-img .list-simple > li, .text-on-image--text-flamingopink.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-flamingopink.text-on-image--as-top .list-simple > li, .text-on-image--text-flamingopink.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-flamingopink.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(250, 208, 200, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-flamingopink .list-checkmark > li:before {
      background-position: 0 75%; } }
  .text-on-image--text-flamingopink.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-flamingopink.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-flamingopink.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 75%; }
  @media (min-width: 768px) {
    .text-on-image--text-kingfisherblue {
      color: #00a0d8; } }
  .text-on-image--text-kingfisherblue.text-on-image--no-img, .text-on-image--text-kingfisherblue.text-on-image--as-top, .text-on-image--text-kingfisherblue.text-on-image--text-halfhalf {
    color: #00a0d8; }
  .text-on-image--text-kingfisherblue .list-standard > li,
  .text-on-image--text-kingfisherblue .list-checkmark > li,
  .text-on-image--text-kingfisherblue .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-kingfisherblue .list-checkmark > li,
    .text-on-image--text-kingfisherblue .list-simple > li {
      border-bottom-color: rgba(0, 160, 216, 0.1); } }
  .text-on-image--text-kingfisherblue.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-kingfisherblue.text-on-image--no-img .list-simple > li, .text-on-image--text-kingfisherblue.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-kingfisherblue.text-on-image--as-top .list-simple > li, .text-on-image--text-kingfisherblue.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-kingfisherblue.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(0, 160, 216, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-kingfisherblue .list-checkmark > li:before {
      background-position: 0 83.33333%; } }
  .text-on-image--text-kingfisherblue.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-kingfisherblue.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-kingfisherblue.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 83.33333%; }
  @media (min-width: 768px) {
    .text-on-image--text-white {
      color: #fff; } }
  .text-on-image--text-white.text-on-image--no-img, .text-on-image--text-white.text-on-image--as-top, .text-on-image--text-white.text-on-image--text-halfhalf {
    color: #fff; }
  .text-on-image--text-white .list-standard > li,
  .text-on-image--text-white .list-checkmark > li,
  .text-on-image--text-white .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-white .list-checkmark > li,
    .text-on-image--text-white .list-simple > li {
      border-bottom-color: rgba(255, 255, 255, 0.1); } }
  .text-on-image--text-white.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-white.text-on-image--no-img .list-simple > li, .text-on-image--text-white.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-white.text-on-image--as-top .list-simple > li, .text-on-image--text-white.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-white.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-white .list-checkmark > li:before {
      background-position: 0 91.66667%; } }
  .text-on-image--text-white.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-white.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-white.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 91.66667%; }
  @media (min-width: 768px) {
    .text-on-image--text-black {
      color: #1d1d1b; } }
  .text-on-image--text-black.text-on-image--no-img, .text-on-image--text-black.text-on-image--as-top, .text-on-image--text-black.text-on-image--text-halfhalf {
    color: #1d1d1b; }
  .text-on-image--text-black .list-standard > li,
  .text-on-image--text-black .list-checkmark > li,
  .text-on-image--text-black .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-black .list-checkmark > li,
    .text-on-image--text-black .list-simple > li {
      border-bottom-color: rgba(29, 29, 27, 0.1); } }
  .text-on-image--text-black.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-black.text-on-image--no-img .list-simple > li, .text-on-image--text-black.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-black.text-on-image--as-top .list-simple > li, .text-on-image--text-black.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-black.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(29, 29, 27, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-black .list-checkmark > li:before {
      background-position: 0 100%; } }
  .text-on-image--text-black.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-black.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-black.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 100%; }
  @media (min-width: 768px) {
    .text-on-image--text-pagebackground {
      color: #eef1f3; } }
  .text-on-image--text-pagebackground.text-on-image--no-img, .text-on-image--text-pagebackground.text-on-image--as-top, .text-on-image--text-pagebackground.text-on-image--text-halfhalf {
    color: #eef1f3; }
  .text-on-image--text-pagebackground .list-standard > li,
  .text-on-image--text-pagebackground .list-checkmark > li,
  .text-on-image--text-pagebackground .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-pagebackground .list-checkmark > li,
    .text-on-image--text-pagebackground .list-simple > li {
      border-bottom-color: rgba(238, 241, 243, 0.1); } }
  .text-on-image--text-pagebackground.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-pagebackground.text-on-image--no-img .list-simple > li, .text-on-image--text-pagebackground.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-pagebackground.text-on-image--as-top .list-simple > li, .text-on-image--text-pagebackground.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-pagebackground.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(238, 241, 243, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-pagebackground .list-checkmark > li:before {
      background-position: 0 108.33333%; } }
  .text-on-image--text-pagebackground.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-pagebackground.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-pagebackground.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 108.33333%; }
  @media (min-width: 768px) {
    .text-on-image--text-sdw20green {
      color: #244f3e; } }
  .text-on-image--text-sdw20green.text-on-image--no-img, .text-on-image--text-sdw20green.text-on-image--as-top, .text-on-image--text-sdw20green.text-on-image--text-halfhalf {
    color: #244f3e; }
  .text-on-image--text-sdw20green .list-standard > li,
  .text-on-image--text-sdw20green .list-checkmark > li,
  .text-on-image--text-sdw20green .list-simple > li {
    color: inherit; }
  @media (min-width: 768px) {
    .text-on-image--text-sdw20green .list-checkmark > li,
    .text-on-image--text-sdw20green .list-simple > li {
      border-bottom-color: rgba(36, 79, 62, 0.1); } }
  .text-on-image--text-sdw20green.text-on-image--no-img .list-checkmark > li,
  .text-on-image--text-sdw20green.text-on-image--no-img .list-simple > li, .text-on-image--text-sdw20green.text-on-image--as-top .list-checkmark > li,
  .text-on-image--text-sdw20green.text-on-image--as-top .list-simple > li, .text-on-image--text-sdw20green.text-on-image--text-halfhalf .list-checkmark > li,
  .text-on-image--text-sdw20green.text-on-image--text-halfhalf .list-simple > li {
    border-bottom-color: rgba(36, 79, 62, 0.1); }
  @media (min-width: 768px) {
    .text-on-image--text-sdw20green .list-checkmark > li:before {
      background-position: 0 116.66667%; } }
  .text-on-image--text-sdw20green.text-on-image--no-img .list-checkmark > li:before, .text-on-image--text-sdw20green.text-on-image--as-top .list-checkmark > li:before, .text-on-image--text-sdw20green.text-on-image--text-halfhalf .list-checkmark > li:before {
    background-position: 0 116.66667%; }
  .text-on-image--as-top {
    height: 100%; }
  .text-on-image--text-center {
    text-align: center; }
  .text-on-image__link {
    display: block;
    text-decoration: inherit;
    color: inherit; }
    .text-on-image__link:hover {
      opacity: 1; }
    .text-on-image--as-top.text-on-image--no-img .text-on-image__link {
      height: 100%; }
  .text-on-image__wrap {
    position: relative; }
    .text-on-image__wrap:before, .text-on-image__wrap:after {
      content: " ";
      display: table; }
    .text-on-image__wrap:after {
      clear: both; }
    .text-on-image--as-top.text-on-image--no-img .text-on-image__wrap {
      height: 100%; }
  .text-on-image__col-wrap:before, .text-on-image__col-wrap:after {
    content: " ";
    display: table; }
  .text-on-image__col-wrap:after {
    clear: both; }
  .text-on-image__col {
    width: 50%; }
    @media (max-width: 767px) {
      .text-on-image__col {
        width: 100%; } }
    @media (min-width: 768px) {
      .text-on-image__col--text {
        position: absolute;
        top: 0;
        left: 50%; }
        .text-on-image--valign-bottom .text-on-image__col--text {
          top: auto;
          bottom: 0; }
        .text-on-image--valign-center .text-on-image__col--text {
          top: 50%;
          transform: translateY(-50%); } }
    @media (min-width: 768px) {
      .text-on-image--text-left .text-on-image__col--text {
        left: 0; } }
    @media (min-width: 768px) {
      .text-on-image__col--text-greater {
        width: 65%;
        left: 35%; } }
    @media (min-width: 768px) {
      .text-on-image__col--text-smaller {
        width: 35%;
        left: 65%; } }
    @media (min-width: 768px) {
      .text-on-image__col-wrap--left .text-on-image__col--text {
        left: 0%; } }
    @media (min-width: 768px) {
      .text-on-image--text-left .text-on-image__col--image {
        float: right; } }
    @media (min-width: 768px) {
      .text-on-image__col-wrap--left .text-on-image__col--image {
        float: right; } }
    @media (min-width: 768px) {
      .text-on-image__col--image-greater {
        width: 65%; } }
    @media (min-width: 768px) {
      .text-on-image__col--image-smaller {
        width: 35%; } }
  .text-on-image__img-outer {
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .text-on-image--as-top .text-on-image__img-outer {
        width: 175%; }
      .text-on-image--as-top.text-on-image--text-right .text-on-image__img-outer {
        margin-left: -75%; }
      .text-on-image--as-top.text-on-image--text-center .text-on-image__img-outer {
        margin-left: -37.5%; }
      .text-on-image--as-top.text-on-image--text-halfhalf .text-on-image__img-outer {
        margin-left: 0 !important;
        width: 100% !important; } }
  .text-on-image__img-inner {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden; }
  .text-on-image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .text-on-image__text-wrap-no-padding {
    padding: 0; }
  .text-on-image__text-wrap-slim-padding {
    padding: 20px; }
  .text-on-image__text-wrap-default-padding {
    padding: 80px; }
    @media (max-width: 1349px) {
      .text-on-image__text-wrap-default-padding {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .text-on-image__text-wrap-default-padding {
        padding: 50px; } }
    @media (max-width: 991px) {
      .text-on-image__text-wrap-default-padding {
        padding: 30px; } }
    @media (max-width: 767px) {
      .text-on-image__text-wrap-default-padding {
        padding: 20px; } }
    @media (max-width: 767px) {
      .text-on-image__text-wrap-default-padding {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .text-on-image--text-left .text-on-image__text-wrap {
    left: 0;
    padding-left: 110px; }
    @media (max-width: 1349px) {
      .text-on-image--text-left .text-on-image__text-wrap {
        padding-left: 80px; } }
    @media (max-width: 1199px) {
      .text-on-image--text-left .text-on-image__text-wrap {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .text-on-image--text-left .text-on-image__text-wrap {
        padding-left: 20px; } }
  .text-on-image--as-top.text-on-image--text-left .text-on-image__text-wrap {
    float: left; }
  .text-on-image--text-right .text-on-image__text-wrap {
    padding-right: 110px;
    right: 0; }
    @media (min-width: 768px) {
      .text-on-image--text-right .text-on-image__text-wrap {
        float: right; } }
    @media (max-width: 1349px) {
      .text-on-image--text-right .text-on-image__text-wrap {
        padding-right: 80px; } }
    @media (max-width: 1199px) {
      .text-on-image--text-right .text-on-image__text-wrap {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .text-on-image--text-right .text-on-image__text-wrap {
        padding-right: 20px; } }
  .text-on-image--as-top.text-on-image--text-right .text-on-image__text-wrap {
    float: right; }
  .text-on-image--text-center .text-on-image__text-wrap {
    width: 100%; }
  .text-on-image--as-top .text-on-image__text-wrap {
    position: absolute; }
  @media (min-width: 768px) {
    .text-on-image--has-img .text-on-image__text-wrap {
      position: absolute; } }
  .text-on-image--as-top.text-on-image--has-img.text-on-image--valign-top .text-on-image__text-wrap {
    top: 0; }
  @media (min-width: 768px) {
    .text-on-image--has-img.text-on-image--valign-top .text-on-image__text-wrap {
      top: 0; } }
  .text-on-image--as-top.text-on-image--valign-center .text-on-image__text-wrap {
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 768px) {
    .text-on-image--has-img.text-on-image--valign-center .text-on-image__text-wrap {
      top: 50%;
      transform: translateY(-50%); } }
  .text-on-image--as-top.text-on-image--has-img.text-on-image--valign-bottom .text-on-image__text-wrap {
    position: absolute;
    bottom: 0; }
  @media (min-width: 768px) {
    .text-on-image--has-img.text-on-image--valign-bottom .text-on-image__text-wrap {
      position: absolute;
      bottom: 0; } }
  .text-on-image--text-halfhalf .text-on-image__text-wrap,
  .text-on-image--has-img.text-on-image--text-halfhalf .text-on-image__text-wrap {
    position: static;
    transform: none; }
  @media (max-width: 767px) {
    .text-on-image--as-top.text-on-image--no-img .text-on-image__text-wrap {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .text-on-image--text-fullwidth .text-on-image__text {
    width: 100%; }
  .text-on-image--text-narrow .text-on-image__text {
    width: 345px; }
    @media (max-width: 767px) {
      .text-on-image--text-narrow .text-on-image__text {
        width: 100%; } }
  .text-on-image--text-wide .text-on-image__text {
    width: 710px; }
    @media (max-width: 1349px) {
      .text-on-image--text-wide .text-on-image__text {
        width: 650px; } }
    @media (max-width: 1199px) {
      .text-on-image--text-wide .text-on-image__text {
        width: 500px; } }
    @media (max-width: 991px) {
      .text-on-image--text-wide .text-on-image__text {
        width: 400px; } }
    @media (max-width: 767px) {
      .text-on-image--text-wide .text-on-image__text {
        width: 100%; } }
  .text-on-image--text-center.text-on-image--text-wide .text-on-image__text {
    width: 100%; }
  .text-on-image--text-center .text-on-image__text {
    margin-left: auto;
    margin-right: auto; }
  .text-on-image__text h1, .text-on-image__text .h1, .text-on-image__text .form-fieldset__title {
    margin-top: .2em; }
  .text-on-image__text h1.mega {
    margin-top: 0; }
  .text-on-image__text p:first-child {
    margin-top: 0; }
  .text-on-image__text h1, .text-on-image__text .h1, .text-on-image__text .form-fieldset__title,
  .text-on-image__text h2, .text-on-image__text .h2,
  .text-on-image__text h3, .text-on-image__text .h3, .text-on-image__text .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message, .EPiServerForms .Form__Status .text-on-image__text .Form__Status__Message.Form__Success__Message,
  .text-on-image__text h4, .text-on-image__text .h4,
  .text-on-image__text h5, .text-on-image__text .h5, .text-on-image__text .form-field__label, .text-on-image__text .footer__contact .footer__menu-title, .footer__contact .text-on-image__text .footer__menu-title, .text-on-image__text .footer__showrooms .footer__menu-title, .footer__showrooms .text-on-image__text .footer__menu-title, .text-on-image__text .footer__store-link,
  .text-on-image__text .subheading,
  .text-on-image__text p {
    color: inherit; }
  .text-on-image .is-hidden {
    display: none; }

.double-content {
  display: flex; }
  @media (max-width: 767px) {
    .double-content {
      flex-direction: column; } }
  .double-content__col {
    position: relative;
    width: 50%;
    display: flex;
    overflow: hidden; }
    @media (max-width: 767px) {
      .double-content__col {
        width: 100%; } }
    .double-content__col--text-center {
      text-align: center; }
    .double-content__col--text-right {
      text-align: right; }
    .double-content__col--valign-center {
      align-items: center; }
    .double-content__col--valign-center .double-content__image + .double-content__text {
      top: 50%;
      transform: translateY(-50%); }
    .double-content__col--valign-bottom {
      align-items: flex-end; }
    .double-content__col--valign-bottom .double-content__text {
      top: auto;
      bottom: 0; }
    .double-content__col:first-of-type .double-content__text {
      left: 0;
      padding-left: 110px; }
      @media (max-width: 1349px) {
        .double-content__col:first-of-type .double-content__text {
          padding-left: 80px; } }
      @media (max-width: 1199px) {
        .double-content__col:first-of-type .double-content__text {
          padding-left: 40px; } }
      @media (max-width: 767px) {
        .double-content__col:first-of-type .double-content__text {
          padding-left: 20px; } }
    .double-content__col--theme-aquamarine {
      background-color: #a9dae7;
      color: #1d1d1b; }
    .double-content__col--theme-lemonyellow {
      background-color: #f6eb61;
      color: #1d1d1b; }
    .double-content__col--theme-mistygrey {
      background-color: #d0d3d4;
      color: #1d1d1b; }
    .double-content__col--theme-graphitegrey {
      background-color: #a2a6a8;
      color: #fff; }
    .double-content__col--theme-polargreen {
      background-color: #e0edd5;
      color: #1d1d1b; }
    .double-content__col--theme-springgreen {
      background-color: #b7d698;
      color: #1d1d1b; }
    .double-content__col--theme-chilired {
      background-color: #d22630;
      color: #fff; }
    .double-content__col--theme-salmon {
      background-color: #e6baa8;
      color: #1d1d1b; }
    .double-content__col--theme-cinnamon {
      background-color: #6d4f47;
      color: #fff; }
    .double-content__col--theme-flamingopink {
      background-color: #fad0c8;
      color: #1d1d1b; }
    .double-content__col--theme-kingfisherblue {
      background-color: #00a0d8;
      color: #fff; }
    .double-content__col--theme-white {
      background-color: #fff;
      color: #1d1d1b; }
    .double-content__col--theme-black {
      background-color: #1d1d1b;
      color: #fff; }
    .double-content__col--theme-pagebackground {
      background-color: #eef1f3;
      color: #1d1d1b; }
    .double-content__col--theme-sdw20green {
      background-color: #244f3e;
      color: #fff; }
    .double-content__col--text-aquamarine {
      color: #a9dae7; }
      .double-content__col--text-aquamarine .list-standard > li,
      .double-content__col--text-aquamarine .list-checkmark > li,
      .double-content__col--text-aquamarine .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-aquamarine .list-checkmark > li,
        .double-content__col--text-aquamarine .list-simple > li {
          border-bottom-color: rgba(169, 218, 231, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-aquamarine .list-checkmark > li:before {
          background-position: 0 0%; } }
    .double-content__col--text-lemonyellow {
      color: #f6eb61; }
      .double-content__col--text-lemonyellow .list-standard > li,
      .double-content__col--text-lemonyellow .list-checkmark > li,
      .double-content__col--text-lemonyellow .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-lemonyellow .list-checkmark > li,
        .double-content__col--text-lemonyellow .list-simple > li {
          border-bottom-color: rgba(246, 235, 97, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-lemonyellow .list-checkmark > li:before {
          background-position: 0 8.33333%; } }
    .double-content__col--text-mistygrey {
      color: #d0d3d4; }
      .double-content__col--text-mistygrey .list-standard > li,
      .double-content__col--text-mistygrey .list-checkmark > li,
      .double-content__col--text-mistygrey .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-mistygrey .list-checkmark > li,
        .double-content__col--text-mistygrey .list-simple > li {
          border-bottom-color: rgba(208, 211, 212, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-mistygrey .list-checkmark > li:before {
          background-position: 0 16.66667%; } }
    .double-content__col--text-graphitegrey {
      color: #a2a6a8; }
      .double-content__col--text-graphitegrey .list-standard > li,
      .double-content__col--text-graphitegrey .list-checkmark > li,
      .double-content__col--text-graphitegrey .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-graphitegrey .list-checkmark > li,
        .double-content__col--text-graphitegrey .list-simple > li {
          border-bottom-color: rgba(162, 166, 168, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-graphitegrey .list-checkmark > li:before {
          background-position: 0 25%; } }
    .double-content__col--text-polargreen {
      color: #e0edd5; }
      .double-content__col--text-polargreen .list-standard > li,
      .double-content__col--text-polargreen .list-checkmark > li,
      .double-content__col--text-polargreen .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-polargreen .list-checkmark > li,
        .double-content__col--text-polargreen .list-simple > li {
          border-bottom-color: rgba(224, 237, 213, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-polargreen .list-checkmark > li:before {
          background-position: 0 33.33333%; } }
    .double-content__col--text-springgreen {
      color: #b7d698; }
      .double-content__col--text-springgreen .list-standard > li,
      .double-content__col--text-springgreen .list-checkmark > li,
      .double-content__col--text-springgreen .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-springgreen .list-checkmark > li,
        .double-content__col--text-springgreen .list-simple > li {
          border-bottom-color: rgba(183, 214, 152, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-springgreen .list-checkmark > li:before {
          background-position: 0 41.66667%; } }
    .double-content__col--text-chilired {
      color: #d22630; }
      .double-content__col--text-chilired .list-standard > li,
      .double-content__col--text-chilired .list-checkmark > li,
      .double-content__col--text-chilired .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-chilired .list-checkmark > li,
        .double-content__col--text-chilired .list-simple > li {
          border-bottom-color: rgba(210, 38, 48, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-chilired .list-checkmark > li:before {
          background-position: 0 50%; } }
    .double-content__col--text-salmon {
      color: #e6baa8; }
      .double-content__col--text-salmon .list-standard > li,
      .double-content__col--text-salmon .list-checkmark > li,
      .double-content__col--text-salmon .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-salmon .list-checkmark > li,
        .double-content__col--text-salmon .list-simple > li {
          border-bottom-color: rgba(230, 186, 168, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-salmon .list-checkmark > li:before {
          background-position: 0 58.33333%; } }
    .double-content__col--text-cinnamon {
      color: #6d4f47; }
      .double-content__col--text-cinnamon .list-standard > li,
      .double-content__col--text-cinnamon .list-checkmark > li,
      .double-content__col--text-cinnamon .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-cinnamon .list-checkmark > li,
        .double-content__col--text-cinnamon .list-simple > li {
          border-bottom-color: rgba(109, 79, 71, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-cinnamon .list-checkmark > li:before {
          background-position: 0 66.66667%; } }
    .double-content__col--text-flamingopink {
      color: #fad0c8; }
      .double-content__col--text-flamingopink .list-standard > li,
      .double-content__col--text-flamingopink .list-checkmark > li,
      .double-content__col--text-flamingopink .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-flamingopink .list-checkmark > li,
        .double-content__col--text-flamingopink .list-simple > li {
          border-bottom-color: rgba(250, 208, 200, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-flamingopink .list-checkmark > li:before {
          background-position: 0 75%; } }
    .double-content__col--text-kingfisherblue {
      color: #00a0d8; }
      .double-content__col--text-kingfisherblue .list-standard > li,
      .double-content__col--text-kingfisherblue .list-checkmark > li,
      .double-content__col--text-kingfisherblue .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-kingfisherblue .list-checkmark > li,
        .double-content__col--text-kingfisherblue .list-simple > li {
          border-bottom-color: rgba(0, 160, 216, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-kingfisherblue .list-checkmark > li:before {
          background-position: 0 83.33333%; } }
    .double-content__col--text-white {
      color: #fff; }
      .double-content__col--text-white .list-standard > li,
      .double-content__col--text-white .list-checkmark > li,
      .double-content__col--text-white .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-white .list-checkmark > li,
        .double-content__col--text-white .list-simple > li {
          border-bottom-color: rgba(255, 255, 255, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-white .list-checkmark > li:before {
          background-position: 0 91.66667%; } }
    .double-content__col--text-black {
      color: #1d1d1b; }
      .double-content__col--text-black .list-standard > li,
      .double-content__col--text-black .list-checkmark > li,
      .double-content__col--text-black .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-black .list-checkmark > li,
        .double-content__col--text-black .list-simple > li {
          border-bottom-color: rgba(29, 29, 27, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-black .list-checkmark > li:before {
          background-position: 0 100%; } }
    .double-content__col--text-pagebackground {
      color: #eef1f3; }
      .double-content__col--text-pagebackground .list-standard > li,
      .double-content__col--text-pagebackground .list-checkmark > li,
      .double-content__col--text-pagebackground .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-pagebackground .list-checkmark > li,
        .double-content__col--text-pagebackground .list-simple > li {
          border-bottom-color: rgba(238, 241, 243, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-pagebackground .list-checkmark > li:before {
          background-position: 0 108.33333%; } }
    .double-content__col--text-sdw20green {
      color: #244f3e; }
      .double-content__col--text-sdw20green .list-standard > li,
      .double-content__col--text-sdw20green .list-checkmark > li,
      .double-content__col--text-sdw20green .list-simple > li {
        color: inherit; }
      @media (min-width: 768px) {
        .double-content__col--text-sdw20green .list-checkmark > li,
        .double-content__col--text-sdw20green .list-simple > li {
          border-bottom-color: rgba(36, 79, 62, 0.1); } }
      @media (min-width: 768px) {
        .double-content__col--text-sdw20green .list-checkmark > li:before {
          background-position: 0 116.66667%; } }
  .double-content__link {
    display: flex;
    text-decoration: inherit;
    color: inherit;
    width: 100%;
    height: 100%;
    align-items: inherit;
    overflow: hidden; }
    .double-content__link:hover {
      opacity: 1; }
  .double-content__image {
    width: 100%;
    height: 100%; }
    .double-content__image img {
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .double-content__image + .double-content__text {
    position: absolute; }
  .double-content__text {
    padding: 80px;
    width: 100%; }
    @media (max-width: 1349px) {
      .double-content__text {
        padding: 60px; } }
    @media (max-width: 1199px) {
      .double-content__text {
        padding: 50px; } }
    @media (max-width: 991px) {
      .double-content__text {
        padding: 30px; } }
    @media (max-width: 767px) {
      .double-content__text {
        padding: 20px; } }
    @media (max-width: 767px) {
      .double-content__text {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .double-content__text h1, .double-content__text .h1, .double-content__text .form-fieldset__title {
      margin-top: .2em; }
    .double-content__text h1.mega {
      margin-top: 0; }
    .double-content__text p:first-child {
      margin-top: 0; }
    .double-content__text h1, .double-content__text .h1, .double-content__text .form-fieldset__title,
    .double-content__text h2, .double-content__text .h2,
    .double-content__text h3, .double-content__text .h3, .double-content__text .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message, .EPiServerForms .Form__Status .double-content__text .Form__Status__Message.Form__Success__Message,
    .double-content__text h4, .double-content__text .h4,
    .double-content__text h5, .double-content__text .h5, .double-content__text .form-field__label, .double-content__text .footer__contact .footer__menu-title, .footer__contact .double-content__text .footer__menu-title, .double-content__text .footer__showrooms .footer__menu-title, .footer__showrooms .double-content__text .footer__menu-title, .double-content__text .footer__store-link,
    .double-content__text .subheading,
    .double-content__text p {
      color: inherit; }

.thumbnail-list {
  text-align: center;
  background-color: #fff;
  padding-top: 80px; }
  @media (max-width: 1349px) {
    .thumbnail-list {
      padding-top: 60px; } }
  @media (max-width: 1199px) {
    .thumbnail-list {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .thumbnail-list {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .thumbnail-list {
      padding-top: 20px; } }
  .page-theme-aquamarine .thumbnail-list--page-theme {
    background-color: #a9dae7; }
  .thumbnail-list--theme-aquamarine {
    background-color: #a9dae7; }
  .page-theme-lemonyellow .thumbnail-list--page-theme {
    background-color: #f6eb61; }
  .thumbnail-list--theme-lemonyellow {
    background-color: #f6eb61; }
  .page-theme-mistygrey .thumbnail-list--page-theme {
    background-color: #d0d3d4; }
  .thumbnail-list--theme-mistygrey {
    background-color: #d0d3d4; }
  .page-theme-graphitegrey .thumbnail-list--page-theme {
    background-color: #a2a6a8; }
  .thumbnail-list--theme-graphitegrey {
    background-color: #a2a6a8; }
  .page-theme-polargreen .thumbnail-list--page-theme {
    background-color: #e0edd5; }
  .thumbnail-list--theme-polargreen {
    background-color: #e0edd5; }
  .page-theme-springgreen .thumbnail-list--page-theme {
    background-color: #b7d698; }
  .thumbnail-list--theme-springgreen {
    background-color: #b7d698; }
  .page-theme-chilired .thumbnail-list--page-theme {
    background-color: #d22630; }
  .thumbnail-list--theme-chilired {
    background-color: #d22630; }
  .page-theme-salmon .thumbnail-list--page-theme {
    background-color: #e6baa8; }
  .thumbnail-list--theme-salmon {
    background-color: #e6baa8; }
  .page-theme-cinnamon .thumbnail-list--page-theme {
    background-color: #6d4f47; }
  .thumbnail-list--theme-cinnamon {
    background-color: #6d4f47; }
  .page-theme-flamingopink .thumbnail-list--page-theme {
    background-color: #fad0c8; }
  .thumbnail-list--theme-flamingopink {
    background-color: #fad0c8; }
  .page-theme-kingfisherblue .thumbnail-list--page-theme {
    background-color: #00a0d8; }
  .thumbnail-list--theme-kingfisherblue {
    background-color: #00a0d8; }
  .page-theme-white .thumbnail-list--page-theme {
    background-color: #fff; }
  .thumbnail-list--theme-white {
    background-color: #fff; }
  .page-theme-black .thumbnail-list--page-theme {
    background-color: #1d1d1b; }
  .thumbnail-list--theme-black {
    background-color: #1d1d1b; }
  .page-theme-pagebackground .thumbnail-list--page-theme {
    background-color: #eef1f3; }
  .thumbnail-list--theme-pagebackground {
    background-color: #eef1f3; }
  .page-theme-sdw20green .thumbnail-list--page-theme {
    background-color: #244f3e; }
  .thumbnail-list--theme-sdw20green {
    background-color: #244f3e; }
  .thumbnail-list--slim {
    padding-top: 30px; }
    @media (max-width: 1199px) {
      .thumbnail-list--slim {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      .thumbnail-list--slim {
        padding-top: 10px; } }
  .thumbnail-list--offset {
    padding-top: 0;
    height: 120px; }
    @media (max-width: 1349px) {
      .thumbnail-list--offset {
        height: 104px; } }
    @media (max-width: 1199px) {
      .thumbnail-list--offset {
        height: 99px; } }
    @media (max-width: 991px) {
      .thumbnail-list--offset {
        height: 92px; } }
    @media (max-width: 767px) {
      .thumbnail-list--offset {
        height: 90px; } }
  .thumbnail-list--carousel {
    height: 160px; }
    @media (max-width: 1349px) {
      .thumbnail-list--carousel {
        height: 140px; } }
    @media (max-width: 1199px) {
      .thumbnail-list--carousel {
        height: 131px; } }
    @media (max-width: 991px) {
      .thumbnail-list--carousel {
        height: 120px; } }
    @media (max-width: 767px) {
      .thumbnail-list--carousel {
        height: 118px; } }
  .thumbnail-list--offset.thumbnail-list--linked-items {
    height: 150px;
    position: relative; }
    @media (max-width: 1349px) {
      .thumbnail-list--offset.thumbnail-list--linked-items {
        height: 145px; } }
    @media (max-width: 991px) {
      .thumbnail-list--offset.thumbnail-list--linked-items {
        height: 135px; } }
    @media (max-width: 767px) {
      .thumbnail-list--offset.thumbnail-list--linked-items {
        height: 125px; } }
  .thumbnail-list__title {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 2em;
    color: inherit; }
    @media (max-width: 1349px) {
      .thumbnail-list__title {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 1199px) {
      .thumbnail-list__title {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .thumbnail-list__title {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .thumbnail-list__title {
        padding-left: 20px;
        padding-right: 20px; } }
    .thumbnail-list--offset .thumbnail-list__title,
    .thumbnail-list--carousel .thumbnail-list__title {
      display: none; }
  .thumbnail-list__anchor {
    position: relative;
    top: -40px; }
  .thumbnail-list__link:hover {
    opacity: 1; }
  .thumbnail-list__scroll {
    position: relative;
    overflow-x: auto;
    min-height: 0%;
    padding-bottom: 80px;
    text-align: center; }
    @media (max-width: 1349px) {
      .thumbnail-list__scroll {
        padding-bottom: 60px; } }
    @media (max-width: 1199px) {
      .thumbnail-list__scroll {
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      .thumbnail-list__scroll {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .thumbnail-list__scroll {
        padding-bottom: 20px; } }
    .thumbnail-list--slim .thumbnail-list__scroll {
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        .thumbnail-list--slim .thumbnail-list__scroll {
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .thumbnail-list--slim .thumbnail-list__scroll {
          padding-bottom: 10px; } }
    .thumbnail-list--offset .thumbnail-list__scroll {
      top: -29px;
      padding-bottom: 49px; }
      @media (max-width: 1349px) {
        .thumbnail-list--offset .thumbnail-list__scroll {
          padding-bottom: 43px; } }
      @media (max-width: 1199px) {
        .thumbnail-list--offset .thumbnail-list__scroll {
          top: -20px;
          padding-bottom: 39px; } }
      @media (max-width: 991px) {
        .thumbnail-list--offset .thumbnail-list__scroll {
          top: -17px; } }
      @media (max-width: 767px) {
        .thumbnail-list--offset .thumbnail-list__scroll {
          top: -10px;
          padding-bottom: 30px; } }
    .thumbnail-list--offset.thumbnail-list--linked-items .thumbnail-list__scroll {
      position: absolute;
      top: auto;
      bottom: 0;
      padding-bottom: 40px;
      width: 100%; }
      @media (max-width: 767px) {
        .thumbnail-list--offset.thumbnail-list--linked-items .thumbnail-list__scroll {
          padding-bottom: 30px; } }
  .thumbnail-list__image-viewer {
    background: transparent;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px; }
  .thumbnail-list__grid {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0; }
    .thumbnail-list__grid:before, .thumbnail-list__grid:after {
      content: '';
      width: 20px;
      display: inline-block; }
  .thumbnail-list__more {
    background: rgba(29, 29, 27, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 24px;
    letter-spacing: 1.733px;
    font-weight: bold;
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: #fff;
    white-space: normal;
    text-align: center;
    z-index: 10;
    display: none; }
    .thumbnail-list--more .thumbnail-list__more {
      display: flex; }
    @media (max-width: 1349px) {
      .thumbnail-list__more {
        font-size: 22px;
        letter-spacing: 1.589px; } }
    @media (max-width: 1199px) {
      .thumbnail-list__more {
        font-size: 20px;
        letter-spacing: 1.444px; } }
    @media (max-width: 991px) {
      .thumbnail-list__more {
        font-size: 18px;
        letter-spacing: 1.3px; } }
    @media (max-width: 767px) {
      .thumbnail-list__more {
        font-size: 16px;
        letter-spacing: 1.156px; } }
  .thumbnail-list__item {
    background-color: #1d1d1b;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0 10px; }
    .thumbnail-list--linked-items .thumbnail-list__item--image.thumbnail-list__item {
      width: 180px; }
      @media (max-width: 1349px) {
        .thumbnail-list--linked-items .thumbnail-list__item--image.thumbnail-list__item {
          width: 150px; } }
      @media (max-width: 1199px) {
        .thumbnail-list--linked-items .thumbnail-list__item--image.thumbnail-list__item {
          width: 130px; } }
      @media (max-width: 767px) {
        .thumbnail-list--linked-items .thumbnail-list__item--image.thumbnail-list__item {
          width: 100px; } }
    .thumbnail-list--linked-items .thumbnail-list__item--card.thumbnail-list__item {
      width: 180px;
      height: 240px; }
      @media (max-width: 1349px) {
        .thumbnail-list--linked-items .thumbnail-list__item--card.thumbnail-list__item {
          width: 160px;
          height: 225px; } }
      @media (max-width: 991px) {
        .thumbnail-list--linked-items .thumbnail-list__item--card.thumbnail-list__item {
          width: 150px;
          height: 210px; } }
    .thumbnail-list__image-viewer .thumbnail-list__item {
      height: 102px;
      border: 1px solid transparent; }
      .thumbnail-list__image-viewer .thumbnail-list__item--active {
        border: 1px solid #fff; }
      @media (max-width: 1349px) {
        .thumbnail-list__image-viewer .thumbnail-list__item {
          height: 92px; } }
      @media (max-width: 1199px) {
        .thumbnail-list__image-viewer .thumbnail-list__item {
          height: 82px; } }
      @media (max-width: 991px) {
        .thumbnail-list__image-viewer .thumbnail-list__item {
          height: 72px; } }
    .thumbnail-list__item--theme-aquamarine {
      background-color: #a9dae7; }
    .thumbnail-list__item--theme-lemonyellow {
      background-color: #f6eb61; }
    .thumbnail-list__item--theme-mistygrey {
      background-color: #d0d3d4; }
    .thumbnail-list__item--theme-graphitegrey {
      background-color: #a2a6a8; }
    .thumbnail-list__item--theme-polargreen {
      background-color: #e0edd5; }
    .thumbnail-list__item--theme-springgreen {
      background-color: #b7d698; }
    .thumbnail-list__item--theme-chilired {
      background-color: #d22630; }
    .thumbnail-list__item--theme-salmon {
      background-color: #e6baa8; }
    .thumbnail-list__item--theme-cinnamon {
      background-color: #6d4f47; }
    .thumbnail-list__item--theme-flamingopink {
      background-color: #fad0c8; }
    .thumbnail-list__item--theme-kingfisherblue {
      background-color: #00a0d8; }
    .thumbnail-list__item--theme-white {
      background-color: #fff; }
    .thumbnail-list__item--theme-black {
      background-color: #1d1d1b; }
    .thumbnail-list__item--theme-pagebackground {
      background-color: #eef1f3; }
    .thumbnail-list__item--theme-sdw20green {
      background-color: #244f3e; }
    @media (max-width: 1199px) {
      .thumbnail-list__item {
        margin: 0 8px; } }
    @media (max-width: 991px) {
      .thumbnail-list__item {
        margin: 0 5px; } }
    .thumbnail-list__item img {
      display: block;
      width: auto;
      height: 100px; }
      @media (max-width: 1349px) {
        .thumbnail-list__item img {
          height: 90px; } }
      @media (max-width: 1199px) {
        .thumbnail-list__item img {
          height: 80px; } }
      @media (max-width: 991px) {
        .thumbnail-list__item img {
          height: 70px; } }
      .thumbnail-list--linked-items .thumbnail-list__item img {
        width: 100%;
        height: auto; }
      .thumbnail-list--carousel .thumbnail-list__item img {
        height: 140px; }
        @media (max-width: 1349px) {
          .thumbnail-list--carousel .thumbnail-list__item img {
            height: 126px; } }
        @media (max-width: 1199px) {
          .thumbnail-list--carousel .thumbnail-list__item img {
            height: 112px; } }
        @media (max-width: 991px) {
          .thumbnail-list--carousel .thumbnail-list__item img {
            height: 98px; } }
        @media (max-width: 767px) {
          .thumbnail-list--carousel .thumbnail-list__item img {
            height: 98px; } }
    .thumbnail-list__item-action .icon {
      height: 30px; }
  .thumbnail-list__item-text {
    background-color: #1d1d1b;
    height: 40%;
    width: 100%;
    padding: 8px 10px 10px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    white-space: normal; }
    .thumbnail-list__item-text:before {
      content: '';
      background: linear-gradient(to top, #1d1d1b, rgba(29, 29, 27, 0.35), transparent);
      display: block;
      position: absolute;
      top: -30px;
      left: 0;
      height: 30px;
      width: 100%; }
    .thumbnail-list__item-text .h6 {
      hyphens: auto;
      color: #fff; }
    .page-theme-aquamarine .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #a9dae7; }
    .thumbnail-list--theme-aquamarine .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #a9dae7; }
    .page-theme-lemonyellow .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #f6eb61; }
    .thumbnail-list--theme-lemonyellow .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #f6eb61; }
    .page-theme-mistygrey .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #d0d3d4; }
    .thumbnail-list--theme-mistygrey .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #d0d3d4; }
    .page-theme-graphitegrey .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #a2a6a8; }
    .thumbnail-list--theme-graphitegrey .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #a2a6a8; }
    .page-theme-polargreen .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #e0edd5; }
    .thumbnail-list--theme-polargreen .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #e0edd5; }
    .page-theme-springgreen .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #b7d698; }
    .thumbnail-list--theme-springgreen .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #b7d698; }
    .page-theme-chilired .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #d22630; }
    .thumbnail-list--theme-chilired .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #d22630; }
    .page-theme-salmon .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #e6baa8; }
    .thumbnail-list--theme-salmon .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #e6baa8; }
    .page-theme-cinnamon .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #6d4f47; }
    .thumbnail-list--theme-cinnamon .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #6d4f47; }
    .page-theme-flamingopink .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #fad0c8; }
    .thumbnail-list--theme-flamingopink .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #fad0c8; }
    .page-theme-kingfisherblue .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #00a0d8; }
    .thumbnail-list--theme-kingfisherblue .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #00a0d8; }
    .page-theme-white .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #fff; }
    .thumbnail-list--theme-white .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #fff; }
    .page-theme-black .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #1d1d1b; }
    .thumbnail-list--theme-black .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #1d1d1b; }
    .page-theme-pagebackground .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #eef1f3; }
    .thumbnail-list--theme-pagebackground .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #eef1f3; }
    .page-theme-sdw20green .thumbnail-list--page-theme .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #244f3e; }
    .thumbnail-list--theme-sdw20green .thumbnail-list__item-text .thumbnail-list__item-heading {
      color: #244f3e; }

@media (min-width: 768px) and (max-width: 991px) {
  .tip__bottom-content .article-block {
    padding-left: 30px; } }

.tip-feed-nav {
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
  padding-bottom: 60px;
  width: 100%; }
  @media (max-width: 1349px) {
    .tip-feed-nav {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1199px) {
    .tip-feed-nav {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    .tip-feed-nav {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .tip-feed-nav {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .tip-feed-nav {
      padding: 0; } }

.tip-intro {
  position: relative; }
  .tip-intro:before {
    content: '';
    height: 1px;
    display: block;
    width: 1px; }
  @media (max-width: 991px) {
    .tip-intro .article-block {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .tip-intro .article-block {
      padding-left: 0; } }
  .tip-intro__title, .tip-intro__body {
    max-width: 69.196%;
    padding-right: 160px; }
    @media (max-width: 1199px) {
      .tip-intro__title, .tip-intro__body {
        padding-right: 60px; } }
    @media (max-width: 991px) {
      .tip-intro__title, .tip-intro__body {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .tip-intro__title, .tip-intro__body {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px; } }
  .tip-intro__title {
    margin-bottom: 1.2em; }
    .page-theme-aquamarine .tip-intro__title {
      color: #a9dae7; }
    .page-theme-lemonyellow .tip-intro__title {
      color: #f6eb61; }
    .page-theme-mistygrey .tip-intro__title {
      color: #d0d3d4; }
    .page-theme-graphitegrey .tip-intro__title {
      color: #a2a6a8; }
    .page-theme-polargreen .tip-intro__title {
      color: #e0edd5; }
    .page-theme-springgreen .tip-intro__title {
      color: #b7d698; }
    .page-theme-chilired .tip-intro__title {
      color: #d22630; }
    .page-theme-salmon .tip-intro__title {
      color: #e6baa8; }
    .page-theme-cinnamon .tip-intro__title {
      color: #6d4f47; }
    .page-theme-flamingopink .tip-intro__title {
      color: #fad0c8; }
    .page-theme-kingfisherblue .tip-intro__title {
      color: #00a0d8; }
    .page-theme-white .tip-intro__title {
      color: #fff; }
    .page-theme-black .tip-intro__title {
      color: #1d1d1b; }
    .page-theme-pagebackground .tip-intro__title {
      color: #eef1f3; }
    .page-theme-sdw20green .tip-intro__title {
      color: #244f3e; }
  .tip-intro__body {
    flex: 0 0 69.196%; }
  .tip-intro__all-tips {
    position: absolute;
    top: -20px;
    left: 80px; }
    @media (max-width: 991px) {
      .tip-intro__all-tips {
        position: static;
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .tip-intro__all-tips {
        position: static;
        padding-left: 20px;
        padding-right: 20px; } }
    .tip-intro__all-tips a {
      display: flex;
      align-items: center;
      font-size: 15px;
      text-decoration: none; }
    .tip-intro__all-tips svg {
      transform: rotate(180deg); }
    .tip-intro__all-tips span {
      padding-left: 10px; }
  .tip-intro__main {
    display: flex;
    overflow: hidden; }
    @media (max-width: 767px) {
      .tip-intro__main {
        display: block; } }
  .tip-intro__nav {
    display: flex;
    justify-content: space-between;
    margin-top: 2.8em; }
    .tip-intro__nav a {
      display: flex;
      font-size: 15px;
      text-decoration: none;
      align-items: center; }
  .tip-intro__nav-prev svg {
    transform: scaleX(-1);
    margin-right: 12px; }
  .tip-intro__nav-next svg {
    margin-left: 10px; }
  .tip-intro__sidebar {
    max-width: 30.804%;
    flex: 0 0 30.804%;
    padding-right: 80px; }
    @media (max-width: 991px) {
      .tip-intro__sidebar {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .tip-intro__sidebar {
        margin-top: 3em;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px; } }
    .tip-intro__sidebar strong {
      display: block;
      font-weight: 500; }
    .tip-intro__sidebar p {
      margin-top: 0.4em;
      margin-bottom: 1.6em;
      line-height: 2; }
    .tip-intro__sidebar a {
      text-decoration: none; }
    .tip-intro__sidebar span:after {
      content: ','; }
    .tip-intro__sidebar span:last-child:after {
      display: none; }

.tooltip {
  position: relative; }
  @media (min-width: 992px) {
    .tooltip:hover .tooltip__box {
      display: block; } }
  .tooltip__box {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 278px;
    margin-top: -15px;
    padding: 19px 14px;
    background-color: #fff;
    border: 1px solid #1d1d1b;
    z-index: 20;
    text-align: left; }
    .tooltip__box p {
      margin: 0; }
  .tooltip__link {
    display: block;
    text-decoration: none; }
    .tooltip__link:hover {
      opacity: 1; }
      .tooltip__link:hover span {
        text-decoration: underline; }
  .tooltip__title {
    color: #1d1d1b;
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-top: 0;
    white-space: nowrap;
    text-transform: uppercase; }
    @media (max-width: 1349px) {
      .tooltip__title {
        font-size: 13px;
        letter-spacing: 0.8px; } }
    @media (max-width: 1199px) {
      .tooltip__title {
        font-size: 12px; } }
    .tooltip__title:hover, .tooltip__title:link {
      text-decoration: none; }

.variants-nav {
  position: relative;
  z-index: 10;
  margin: 0 -5px;
  width: calc(100% + 10px); }
  .variants-nav:before, .variants-nav:after {
    content: " ";
    display: table; }
  .variants-nav:after {
    clear: both; }
  .material-header .variants-nav {
    margin-top: 0; }
  .variants-nav li {
    float: left;
    padding: 3px;
    position: relative; }
    @media (max-width: 767px) {
      .variants-nav li {
        width: 16.66667%; } }
    .variants-nav li a {
      border: solid 2px transparent;
      display: block; }
    .variants-nav li.active a {
      border-color: #1d1d1b; }
    .variants-nav li img {
      display: block;
      height: 50px;
      width: 65px; }
      @media (max-width: 1199px) {
        .variants-nav li img {
          height: 40px;
          width: 52px; } }
      @media (max-width: 991px) {
        .variants-nav li img {
          height: 35px;
          width: 45px; } }
      @media (max-width: 767px) {
        .variants-nav li img {
          width: 100%;
          height: 100%; } }

.video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.widget-header {
  margin-bottom: 50px; }
  .widget-header--filter {
    display: flex;
    align-items: baseline; }
  .widget-header__title {
    margin-bottom: 0; }
  .widget-header__filter {
    margin: 0 0 0 55px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .widget-header__filter-option + .widget-header__filter-option {
    margin-left: 55px; }
  .widget-header__filter-option--inactive {
    opacity: 0.5; }

.progress-bar {
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  width: 100%; }
  .progress-bar__bar-step {
    height: 0.5rem;
    background: #d0d3d4;
    flex: 1 0 auto;
    margin-right: 2px; }
    .progress-bar__bar-step:first-child {
      border-radius: 4px 0 0 4px; }
    .progress-bar__bar-step:last-child {
      border-radius: 0 4px 4px 0; }
    .progress-bar__bar-step--progressed {
      background: #b7d698; }

.roi-calculator {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  align-items: center;
  background: #fff;
  padding: 1rem;
  padding-top: 2rem;
  z-index: 10;
  max-width: 97vw; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .roi-calculator {
      padding: 0 4rem;
      padding-bottom: 1rem;
      padding-top: 2rem; } }
  @media (min-width: 991px) {
    .roi-calculator {
      background-image: url(/Static/img/KI03-002649A.jpg);
      background-size: cover;
      background-origin: border-box;
      padding: 2rem 10rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .roi-calculator {
      padding: 2rem 6rem; } }
  .roi-calculator__header {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 2rem; }
    .roi-calculator__header--sticky {
      z-index: 10;
      position: sticky;
      background: #fff; }
      @media (min-width: 991px) {
        .roi-calculator__header--sticky {
          background: transparent;
          margin-left: 95%;
          top: 22px !important;
          width: 20rem; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .roi-calculator__header--sticky {
          margin-left: 82%;
          top: 22px !important;
          width: 20rem; } }
  .roi-calculator__title {
    margin-bottom: 1rem;
    align-self: flex-start; }
    @media (min-width: 991px) {
      .roi-calculator__title {
        display: none; } }
  .roi-calculator__transition-container {
    width: 100%; }
  .roi-calculator__form-container {
    background: #fff; }
    @media (min-width: 991px) {
      .roi-calculator__form-container {
        padding: 6rem 7rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .roi-calculator__form-container {
        padding: 6rem 4rem; } }
  .roi-calculator__category {
    width: 100%; }
  .roi-calculator__category-name {
    text-align: left;
    margin-bottom: 2rem; }
  .roi-calculator__category-preamble {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 3rem; }
  .roi-calculator__questions {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto; }
  .roi-calculator__step-control {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: center; }
    @media (min-width: 991px) {
      .roi-calculator__step-control {
        justify-content: flex-end; } }
  .roi-calculator__step-button {
    background: transparent;
    border: none;
    font-weight: bold;
    line-height: 1em;
    height: 3rem; }
    .roi-calculator__step-button:disabled {
      opacity: 0.5; }
    .roi-calculator__step-button--next {
      background: #b7d698;
      width: 12rem; }
    .roi-calculator__step-button--back {
      width: 6rem;
      margin-right: 1rem;
      display: flex;
      align-items: center; }
  .roi-calculator__step-button-icon {
    margin-right: 0.5rem; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

#product-detailsv2 {
  padding: 80px;
  position: relative;
  background-color: #fff;
  z-index: 1; }
  @media (max-width: 1349px) {
    #product-detailsv2 {
      padding: 60px; } }
  @media (max-width: 1199px) {
    #product-detailsv2 {
      padding: 50px; } }
  @media (max-width: 991px) {
    #product-detailsv2 {
      padding: 30px; } }
  @media (max-width: 767px) {
    #product-detailsv2 {
      padding: 20px; } }
  @media (max-width: 767px) {
    #product-detailsv2 {
      display: none; } }

#stage {
  position: relative; }

.configurator-cta {
  margin: 0 -10px; }
  .configurator-cta:before, .configurator-cta:after {
    content: " ";
    display: table; }
  .configurator-cta:after {
    clear: both; }
  .configurator-cta__col {
    display: block;
    float: left;
    width: 50%;
    padding: 10px; }
    .configurator-cta__col .button {
      padding-left: 10px;
      padding-right: 10px; }

.product-detailsv2-module {
  margin-top: 40px;
  margin-bottom: 40px; }

.product-detailsv2-footer {
  margin: 0 auto;
  padding: 71px 0 0;
  width: 1200px;
  margin: 0 auto; }
  .product-detailsv2-footer.footer-last {
    padding-bottom: 40px; }

.product-detailsv2-full-width {
  width: 1200px;
  margin: 0 auto; }

.module-slider-and-info .royalSlider {
  width: 100%;
  height: 450px; }

#product-detailsv2-menu {
  position: fixed;
  right: 40px;
  top: 20%;
  background-color: #272727;
  width: 43px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  overflow: hidden;
  z-index: 100; }
  #product-detailsv2-menu.opened {
    width: 166px; }

#product-detailsv2-menu-list {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  #product-detailsv2-menu-list li {
    height: 40px;
    width: 43px;
    border-top: #000 1px solid;
    border-bottom: #626262 1px solid; }
    #product-detailsv2-menu-list li:first-child {
      border-top: none; }
    #product-detailsv2-menu-list li:last-child {
      border-bottom: none; }
    #product-detailsv2-menu-list li a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      background-color: #484848; }
      #product-detailsv2-menu-list li a.selected {
        background-color: #272727; }
    #product-detailsv2-menu-list li span {
      width: 25px;
      height: 25px;
      display: block;
      position: absolute;
      left: 25%;
      top: 25%;
      margin-left: -1px;
      margin-top: -2px; }
  #product-detailsv2-menu-list .favorite {
    background-position: 0 0; }
  #product-detailsv2-menu-list .pdf {
    background-position: 0 -25px; }
  #product-detailsv2-menu-list .email {
    background-position: 0 -75px; }
  #product-detailsv2-menu-list .share {
    background-position: 0 -50px; }
  #product-detailsv2-menu-list .cad {
    background-position: 0 -100px; }
  #product-detailsv2-menu-list .downloads {
    width: 26px;
    background-position: 0 -309px; }
  #product-detailsv2-menu-list .partnerdownloads {
    width: 26px;
    background-position: 0 -309px; }
  #product-detailsv2-menu-list .loggedin {
    background-color: #2b771a; }
    #product-detailsv2-menu-list .loggedin:active {
      background-color: #124906; }

#product-detailsv2-menu-list .favorite:hover,
#product-detailsv2-menu-list .selected .favorite,
#product-detailsv2-menu-list .exists .favorite {
  background-position: -25px 0; }

#product-detailsv2-menu-list .pdf:hover,
#product-detailsv2-menu-list .selected .pdf {
  background-position: -25px -25px; }

#product-detailsv2-menu-list .email:hover,
#product-detailsv2-menu-list .selected .email {
  background-position: -25px -75px; }

#product-detailsv2-menu-list .share:hover,
#product-detailsv2-menu-list .selected .share {
  background-position: -25px -50px; }

#product-detailsv2-menu-list .cad:hover,
#product-detailsv2-menu-list .selected .cad {
  background-position: -25px -100px; }

#product-detailsv2-menu-list .downloads:hover,
#product-detailsv2-menu-list .selected .downloads {
  width: 26px;
  background-position: 0 -345px; }

#product-detailsv2-menu-list .partnerdownloads:hover,
#product-detailsv2-menu-list .selected .partnerdownloads {
  width: 26px;
  background-position: 0 -381px; }

#product-detailsv2-menu-list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#product-detailsv2-menu .content {
  position: absolute;
  left: 43px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: #626262 1px solid; }

#product-detailsv2-menu .inner-content {
  border-left: #000 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 166px;
  bottom: 0;
  padding-left: 20px;
  display: none; }

#product-detailsv2-menu .inner-content.visible {
  display: block; }

#product-detailsv2-menu .content ul {
  list-style: none;
  color: #02d3ff;
  margin: 0;
  padding: 0; }

#product-detailsv2-menu .share-content .share-facebook {
  background-position: 0 -127px; }

#product-detailsv2-menu .share-content .share-twitter {
  background-position: 0 -170px; }

#product-detailsv2-menu .share-content .share-pinterest {
  background-position: 0 -214px; }

#product-detailsv2-menu .share-content .share-email {
  background-position: 0 -258px; }

/* Module slider and info */
.module-slider-image img {
  display: inline-block; }

.module-slider-and-slider {
  position: relative; }

.module-slider-and-slider .preorder-container {
  position: absolute;
  top: 12%;
  left: 0;
  width: 40%;
  height: 170px; }

.module-slider-and-slider .preorder-container a:hover {
  transition: none; }

.module-slider-and-slider .preorder-container img {
  display: block;
  width: 100%; }

.module-slider-and-slider .royalSlider {
  width: 100%;
  overflow: hidden; }

.module-slider-and-slider .royalSlider.hidden {
  height: 0; }

.module-slider-and-slider .rsDefault .rsOverflow, .module-slider-and-slider .rsDefault .rsSlide {
  background: none repeat scroll 0 0 #fff;
  color: #000; }

.module-slider-and-slider .slide-images img {
  margin-left: 0 !important; }

/* OVERRIDES */
.module-slider-and-slider .rsDefault, .rsDefault .rsOverflow, .module-slider-and-slider .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .module-slider-and-slider .rsDefault .rsThumbs {
  background: transparent; }

.module-slider-and-slider .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0 0;
  background-size: 44px 190px;
  background-repeat: no-repeat; }

.module-slider-and-slider .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 -95px;
  background-size: 44px 190px;
  background-repeat: no-repeat; }

.module-slider-and-slider .rsDefault .rsArrowIcn {
  width: 44px;
  height: 95px;
  margin-left: -22px; }

.module-slider-and-slider .rsDefault .rsArrowIcn:hover {
  background-color: transparent; }

.module-slider-and-slider .rsDefault .rsBullet span {
  background: #b2b2b2;
  border: 1px solid transparent; }

.module-slider-and-slider .rsDefault .rsBullet.rsNavSelected span {
  background: transparent;
  border: 1px solid #01809b; }

.module-slider-and-slider .rsDefault .rsBullets {
  background: transparent; }

/* END OVERRIDES */
.module-slider-and-info-links, .module-slider-and-info-discover {
  margin-bottom: 10px; }

#module-slider-and-info .brand-image {
  position: absolute;
  right: 0;
  top: -4px; }

.module-slider-and-info-links {
  margin-top: 18px;
  margin-bottom: 0;
  position: relative; }

.module-slider-and-info-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }

.module-slider-and-info-links ul li {
  float: left;
  margin-right: 14px; }

.module-slider-and-info-links ul a {
  background-position: right 3px;
  padding-bottom: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.module-slider-and-info-discover {
  overflow: hidden; }

.module-slider-and-info-discover .discover {
  text-decoration: none;
  color: #797979;
  display: block; }

.module-slider-and-info-discover .discover span {
  display: block;
  margin-bottom: 0; }

#product-detailsv2-discover-area {
  -webkit-transition: height 1s;
  transition: height 1s;
  overflow: hidden; }

#general-description-container {
  height: 200px;
  position: relative; }

#general-description {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  float: none;
  display: block; }

#product-detailsv2-discover-area.hidden {
  height: 0; }

#product-detailsv2-discover-area p {
  margin: 0 auto;
  float: none;
  display: block; }

/* Module Free motion */
#module-free-motion {
  width: 1200px;
  position: relative;
  overflow: hidden; }

#module-free-motion .heading-no-image {
  font-weight: bold;
  margin-bottom: 20px; }

#module-free-motion .free-motion-image-wrapper {
  overflow: hidden; }

#module-free-motion .free-motion-image {
  z-index: 10;
  width: 1200px;
  margin-top: -30px; }

#module-free-motion .module-free-motion-text-wrapper {
  z-index: 15;
  padding-top: 30px; }

#module-free-motion .module-free-motion-text {
  margin: 0 auto;
  width: 640px; }

#module-free-motion .module-free-motion-text h2 {
  line-height: 40px; }

#module-free-motion .free-motion-list-item-wrapper {
  float: left;
  width: 320px;
  height: auto;
  overflow: hidden;
  max-height: 600px; }

#module-free-motion .free-motion-list-item {
  padding: 12px; }

#module-free-motion .free-motion-list-item-heading {
  font-size: 18px; }

#module-free-motion .free-motion-list-item-text, #module-free-motion .free-motion-list-item-heading {
  padding: 0 24px; }

/* Module Designer*/
#module-designer {
  padding-top: 40px;
  position: relative; }

#module-designer img {
  width: 425px;
  height: 300px; }

#module-designer .image-container {
  -webkit-transition: margin 2s;
  transition: margin 2s;
  width: 100%; }

.module-designer-firstimage {
  float: left; }

.module-designer-lastimage {
  float: right; }

.module-designer-text-wrapper {
  text-align: center; }

.module-designer-text {
  display: inline-block;
  text-align: center;
  width: 700px;
  margin-top: 40px; }

#module-image-gallery {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

#module-image-gallery .large-image {
  float: left;
  width: 320px; }

#module-image-gallery .small-image {
  width: 160px;
  float: left;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: auto;
  overflow: hidden;
  max-height: 250px;
  transition: max-height 0.25s ease-in; }

#module-image-gallery img {
  padding: 5px; }

#module-image-gallery .alpha img {
  padding-left: 0; }

#module-image-gallery .omega img {
  padding-right: 0; }

#module-image-gallery .hidden-image {
  max-height: 0;
  transition: max-height 0.15s ease-out; }

#module-image-gallery .show-more-images-wrapper {
  margin-top: 40px;
  text-align: center; }

/* PreOrder */
#pre-order-control {
  display: none; }

#pre-order-box .ui-state-default, #pre-order-box .ui-widget-content .ui-state-default, #pre-order-box .ui-widget-header .ui-state-default {
  background: #A1A1A1;
  color: #555555;
  font-weight: normal; }

.preorder-container .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

a.preorder-box {
  width: 160px;
  display: inline-block;
  vertical-align: middle; }

a.preorder-box:hover img {
  opacity: 1.0; }

#pre-order-box .ui-widget-content {
  background: #A1A1A1;
  height: 2px; }

#pre-order-box .ui-slider .ui-slider-handle {
  width: 5px;
  cursor: default;
  height: 1.2em;
  position: absolute;
  z-index: 2; }

#pre-order-box .ui-slider-horizontal .ui-slider-handle {
  top: -0.6em; }

#pre-order-box .slider-result {
  position: absolute;
  top: 20px;
  color: #A1A1A1;
  font-size: 22px;
  left: -22px;
  width: 48px;
  text-align: center; }

#pre-order-loader {
  display: block; }

#pre-order-loader.hidden {
  display: none; }

.preorder-fancybox .fancybox-skin {
  background-color: #fff; }

#pre-order-slider {
  margin-top: 20px;
  margin-bottom: 20px; }

#pre-order-box {
  padding: 10px; }

#pre-order-box input[type="email"], #pre-order-box input[type="text"] {
  width: 95%;
  line-height: 16px; }

#pre-order-box input[type="email"] {
  border: 1px solid #dedede;
  color: #666;
  margin-bottom: 1em;
  overflow: visible;
  padding: 5px 7px; }

#pre-order-box h2 {
  font-size: 32px;
  width: 100%;
  margin: 20px 0; }

#pre-order-box h3 {
  text-align: center; }

#pre-order-box .pre-order-content {
  float: left;
  padding: 10px 40px; }

#pre-order-box .left {
  float: left;
  width: 50%; }

#pre-order-box .left > div {
  padding-right: 20px; }

#pre-order-box .pre-order-image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

#pre-order-box .pre-order-text, #pre-order-box .pre-order-response > p {
  line-height: 16px;
  margin: 0 0 16px; }

#pre-order-box .right {
  float: right;
  width: 50%; }

#pre-order-box .error {
  border-color: red !important; }

#pre-order-box .red {
  color: red;
  margin: 0 4px; }

#pre-order-box .right > div {
  padding-left: 20px; }

#pre-order-box .pre-order-send {
  margin-bottom: 1em; }

#pre-order-box .pre-order-response {
  margin-left: auto;
  margin-right: auto;
  width: 74%; }

#pre-order-box .pre-order-confirm-image {
  max-width: 90%;
  display: block;
  margin: 0 auto; }

.product-detailsv2-button {
  position: relative;
  height: 60px;
  width: 220px;
  display: inline-block; }

.product-detailsv2-button.large {
  width: 400px; }

.product-detailsv2-button a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #0099ba;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  display: block;
  z-index: 10; }

.product-detailsv2-button a span {
  line-height: 60px;
  vertical-align: middle; }

.product-detailsv2-button .pointer {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: -10px;
  background-color: #0099ba;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 91px;
  z-index: 1;
  transition: all 1s ease 0s; }

.product-detailsv2-button.large .pointer {
  left: 181px; }

.product-detailsv2-button.down .pointer {
  top: -10px;
  bottom: auto; }

/* Module Configurator */
/* Imported */
.group:after {
  content: "";
  display: table;
  clear: both; }

#stage:before, #stage:after {
  content: " ";
  display: table; }

#stage:after {
  clear: both; }

.spinner-wrap {
  float: left;
  width: 70%; }

#spinner {
  max-width: 90%;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  #spinner .icon {
    margin: 20px;
    fill: #1d1d1b; }
    #spinner .icon--white {
      fill: #fff; }

#configurator-wrapper {
  float: left;
  width: 30%; }

#configurator {
  position: relative;
  z-index: 150; }

.toggle-group {
  cursor: pointer; }

.configurator-comment {
  display: block; }

.controll-element-footer {
  display: none; }

.controll-element-group {
  overflow: hidden;
  padding: 0;
  max-height: 0;
  margin: 0 -7px; }

.controll-element.opened .controll-element-group {
  height: auto;
  padding: 15px;
  padding-top: 0;
  max-height: 300px;
  transition: max-height 0.25s ease-in; }

.controll-element-heading {
  border-bottom: 1px solid #d8d8d8; }
  .controll-element-heading span {
    font-size: 24px;
    letter-spacing: 1.7px;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 1349px) {
      .controll-element-heading span {
        font-size: 20px;
        letter-spacing: 1.4px; } }
    @media (max-width: 1199px) {
      .controll-element-heading span {
        font-size: 18px;
        letter-spacing: 1.3px; } }
    @media (max-width: 991px) {
      .controll-element-heading span {
        font-size: 13px;
        letter-spacing: .9px; } }

.controll-element {
  border-bottom: 1px solid #d8d8d8; }
  .controll-element .label {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase; }
    .controll-element .label:after {
      content: '';
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -3px;
      background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSItMSAwIDEwIDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8cG9seWdvbiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMyNTI4MkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy45NzI0NjgsIDcuNTAwMTU2KSByb3RhdGUoLTM2MC4wMDAwMDApIHRyYW5zbGF0ZSgtMy45NzI0NjgsIC03LjUwMDE1NikgIiBwb2ludHM9IjAuNjYzNTY3MTUzIDAuMDAwMzExMDQ2MjkxIC0wLjA1NTQ3MTYxMDQgMC43MzMzNDM0NzEgNi4yMjE2MjQ5MiA3LjEzMzYzOTMxIDYuNjI0MDIzNDQgNy41MDU4NTgwNCA1LjkyMzYzNTczIDguMTcwNDYwMjggLTAuMDU1NDcxNjEwNCAxNC4yNjY5Njc2IDAuNjYzNTY3MTUzIDE1IDcuNTM4Njc2MTIgNy45OTEwOTAyNSA4LjAwMDQwNjgxIDcuNTA1ODU4MDQgNy41Mzg2NzYxMiA3LjAxMDI1NzYyIj48L3BvbHlnb24+DQo8L3N2Zz4=");
      background-size: 100% 100%;
      width: 6px;
      height: 12px;
      transform: rotate(90deg); }
  .controll-element.opened .label:after {
    transform: rotate(-90deg); }

.sub-controller {
  position: relative;
  float: left;
  width: 16.66667%;
  padding: 7px;
  transition: opacity 1s;
  cursor: pointer; }
  .sub-controller.active {
    opacity: .5; }
  .sub-controller.disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .sub-controller .label {
    display: none; }
  .sub-controller .checkbox {
    display: none; }
  .sub-controller .thumb-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%; }
    .sub-controller .thumb-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.no-click {
  pointer-events: none; }

#overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: wait; }

#loader {
  width: 310px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 35%;
  margin-left: -150px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 3px;
  box-sizing: border-box; }

#progress {
  background: #d8d8d8;
  position: absolute;
  width: 0%;
  max-width: 300px;
  height: 10px;
  box-sizing: border-box;
  transition: all .5s ease; }

/* END IMPORTED */
#module-movie {
  position: relative;
  background-color: #f2f2f2; }

#movie-container {
  height: 681px;
  width: 1200px; }
  #movie-container .movie-thumb img {
    display: block;
    width: 100%; }

#module-movie .current-movie {
  position: absolute;
  top: 0;
  left: 0;
  height: 681px; }

#module-movie .movie-choices {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 20px; }
  #module-movie .movie-choices h4 {
    margin-bottom: 12px;
    font-size: 24px; }

#module-movie .change-movie {
  width: 180px;
  height: 180px;
  border-radius: 50% 50%;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat; }
  #module-movie .change-movie img {
    display: inline-block;
    margin-top: 40px; }

#module-movie .left-movie,
#module-movie .right-movie {
  width: 50%;
  float: left; }

#module-movie .single-movie {
  float: none;
  display: inline-block; }

#module-movie .movie-wrapper {
  padding: 0 100px; }

#module-broschure {
  height: 670px;
  padding-bottom: 40px; }
  #module-broschure h2 {
    text-align: center; }
  #module-broschure > div {
    height: 100%; }

#module-functions {
  padding-top: 40px;
  padding-bottom: 40px; }
  #module-functions .function-element {
    float: left;
    width: 320px; }
  #module-functions .function-intro {
    display: inline-block;
    float: none; }
  #module-functions .function-list {
    margin-bottom: 20px; }
  #module-functions h4 {
    font-size: 18px;
    margin-bottom: 6px; }
  #module-functions .function-item-wrapper {
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    max-height: 700px;
    transition: max-height 0.25s ease-in; }
  #module-functions .heading-no-image {
    font-weight: bold;
    margin-bottom: 20px; }
  #module-functions .function-item {
    padding: 20px; }
    #module-functions .function-item img {
      width: 100%; }
      .collection-s #module-functions .function-item img {
        border: 1px solid #eaeaea; }
  #module-functions .function-text {
    padding-left: 12px;
    padding-right: 12px; }
  #module-functions .hidden-item {
    max-height: 0;
    transition: max-height 0.15s ease-out; }

#module-environment h4 {
  margin-bottom: 12px;
  font-size: 24px; }

#module-environment .environment-list div:first-child {
  margin-bottom: 20px; }

#module-environment .environment-text {
  margin-bottom: 30px;
  padding: 0 30px; }

#module-environment img {
  width: 100%; }

#module-environment .item {
  height: auto;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.25s ease-in; }

#module-environment .hidden-item {
  max-height: 0;
  transition: max-height 0.15s ease-out; }

#module-environment .second-item {
  border-left: 1px solid #ccc;
  padding-left: 9px; }

#module-environment .third-item {
  min-height: 71px; }
  #module-environment .third-item.hidden-item {
    min-height: 0; }
  #module-environment .third-item .environment-text {
    padding: 0; }

#module-environment .third-item,
#module-environment .third-item p {
  text-align: left; }

#module-environment .expand-button {
  position: relative;
  height: 63px;
  width: 63px;
  display: inline-block; }
  #module-environment .expand-button a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    display: block;
    z-index: 10; }

#module-moreinfo {
  padding-top: 40px; }
  #module-moreinfo p {
    text-align: left;
    margin-bottom: 12px; }
  #module-moreinfo b {
    display: block; }
  #module-moreinfo .moreinfo-text {
    width: 400px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; }
  #module-moreinfo .moreinfo-image {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 40px; }
    #module-moreinfo .moreinfo-image img {
      max-width: 100%; }
  #module-moreinfo .expandable {
    height: auto;
    overflow: hidden;
    max-height: 3000px;
    transition: max-height 0.40s ease-in; }
  #module-moreinfo .hidden-item {
    max-height: 0;
    transition: max-height 0.25s ease-out; }
  #module-moreinfo .show-more-info-wrapper {
    margin-bottom: 0; }

.roi-question-role {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }
  @media (min-width: 991px) {
    .roi-question-role {
      flex-direction: row;
      flex-wrap: wrap; } }
  .roi-question-role__alternative {
    padding: 20px;
    margin: 0 auto 1rem auto;
    width: 14rem;
    background: #fff;
    color: #00a0d8;
    border-color: #00a0d8;
    opacity: 1;
    border: 2px solid; }
    @media (min-width: 991px) {
      .roi-question-role__alternative {
        flex: 0 1 12rem; } }
    @media (min-width: 992px) {
      .roi-question-role__alternative {
        margin: 0 1rem 1rem 0rem; } }
    @media (min-width: 1350px) {
      .roi-question-role__alternative {
        margin: 0 1rem 1rem 1rem;
        flex: 0 1 14rem; }
        .roi-question-role__alternative:first-child, .roi-question-role__alternative:nth-child(3n + 1) {
          margin-left: 0; } }
    .roi-question-role__alternative:hover, .roi-question-role__alternative:focus {
      background: #fff;
      color: #00a0d8;
      border-color: #00a0d8;
      opacity: 1; }
    .roi-question-role__alternative--selected {
      background: #00a0d8;
      color: #fff;
      border-color: #00a0d8;
      outline-color: #00a0d8; }
      .roi-question-role__alternative--selected:hover, .roi-question-role__alternative--selected:focus {
        background: #00a0d8;
        color: #fff;
        border-color: #00a0d8;
        opacity: 1;
        outline-color: #00a0d8; }

.roi-calculator-summary__title {
  text-align: center; }

.roi-calculator-summary__preamble {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .roi-calculator-summary__preamble {
      padding: 0 2rem; } }

.roi-calculator-summary__score-list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }
  @media (min-width: 991px) {
    .roi-calculator-summary__score-list {
      flex-direction: row; } }

.roi-calculator-summary__score-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; }

.roi-calculator-summary__score-name {
  font-size: 14px;
  letter-spacing: 1.05px;
  line-height: 16px;
  width: 10rem;
  text-align: center;
  margin-bottom: 1rem;
  height: 3rem; }
  @media (min-width: 991px) {
    .roi-calculator-summary__score-name {
      width: 12rem; } }

.roi-calculator-summary__score-value {
  font-size: 46px;
  letter-spacing: 2.3px;
  line-height: 54px;
  font-weight: bold; }
  .roi-calculator-summary__score-value--low {
    color: #cb4f06; }
  .roi-calculator-summary__score-value--mid {
    color: #f1cc43; }
  .roi-calculator-summary__score-value--high {
    color: #7ca455; }

.roi-calculator-summary__form {
  background: #eef1f3;
  margin: 0 -1rem;
  padding: 3rem 1rem; }
  @media (min-width: 767px) {
    .roi-calculator-summary__form {
      padding: 2rem 4rem; } }
  @media (min-width: 1349px) {
    .roi-calculator-summary__form {
      padding: 2rem 9rem; } }

.roi-calculator-summary__form-text-container {
  margin: 0 2rem 2rem 2rem; }
  @media (min-width: 991px) {
    .roi-calculator-summary__form-text-container {
      margin: 2rem 0; } }

.roi-calculator-summary__form-title {
  text-transform: none;
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 991px) {
    .roi-calculator-summary__form-title {
      font-size: 20px;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: left; } }

.roi-calculator-summary__form-preamble {
  font-size: 14px;
  letter-spacing: 1.05px;
  line-height: 16px;
  text-align: center; }
  @media (min-width: 991px) {
    .roi-calculator-summary__form-preamble {
      text-align: left; } }

.roi-calculator-summary__form-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.roi-calculator-summary__form-field {
  width: 100%; }

.roi-calculator-summary__form-submit {
  width: 10rem;
  font-weight: bold; }
  @media (min-width: 991px) {
    .roi-calculator-summary__form-submit {
      width: 10rem;
      flex: 0 1 10rem;
      height: 41px;
      padding: 0;
      margin-top: 3px; } }

.roi-calculator-summary__submit-form-field-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 991px) {
    .roi-calculator-summary__submit-form-field-container {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.roi-calculator-summary__submit-button-form-field {
  margin: 0 0 0 auto;
  order: 0; }
  @media (min-width: 991px) {
    .roi-calculator-summary__submit-button-form-field {
      order: 1; } }
  .roi-calculator-summary__submit-button-form-field--loading {
    min-width: 4rem; }

.roi-calculator-summary__form-sent-success {
  width: 100%;
  color: #90a877;
  order: 1;
  text-align: center;
  margin-top: 1rem; }
  @media (min-width: 991px) {
    .roi-calculator-summary__form-sent-success {
      order: 0;
      text-align: left;
      margin: 0; } }

@media (max-width: 767px) {
  .atlwdg-popup {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; } }

.atlwdg-trigger {
  z-index: 99999999; }

.no-scroll {
  overflow: hidden;
  max-width: 99vw; }

