/* 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;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

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

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

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}*,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  min-width: 1024px;
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  color: #1a1a1a;
}
.Content {
  height: 100%;
  overflow-x: hidden;
  background: #f4f5f6;
  padding-bottom: 420px;
}
a {
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: underline !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.isNotTablet a[href^="tel"] {
  text-decoration: none !important;
}
button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
}
button:focus {
  outline: none;
}
input {
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
}
input::-ms-clear {
  display: none;
}
.Article h1,
Article h1 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: 600;
}
.Article h2,
Article h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.Article h3,
Article h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.Article blockquote,
Article blockquote {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.Article p,
Article p {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: normal;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  -webkit-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.isNotTablet .u-Btn {
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.u-Btn--active--scaleDown {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.u-Btn--active--scaleDown:active {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.u-Btn--active--opacity:active {
  opacity: 0.6;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.isNotTablet .u-Btn--hover--scaleUp:hover,
.isTablet .u-Btn--hover--scaleUp:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.isNotTablet .u-Btn--hover--opacity:hover,
.isTablet .u-Btn--hover--opacity:active {
  opacity: 0.6;
}
.u-Btn--white {
  color: white;
  border: 2px solid white;
}
.isNotTablet .u-Btn--white {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, transform 0.3s ease;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-Btn--white:hover,
.isTablet .u-Btn--white:active {
  color: #1a1a1a;
  background-color: white;
}
.u-Btn--black {
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.isNotTablet .u-Btn--black {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-Btn--black:hover,
.isTablet .u-Btn--black:active {
  color: white;
  background-color: #1a1a1a;
}
.u-Link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.u-Link--hoverUnderline {
  border-bottom: 1px solid transparent;
}
.isNotTablet .u-Link--hoverUnderline {
  transition: border-color 0.3s ease;
}
.isNotTablet .u-Link--hoverUnderline:hover,
.isTablet .u-Link--hoverUnderline:active {
  border-color: currentColor;
}
.u-LinkBtn {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
  text-align: center;
  background-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.isNotTablet .u-LinkBtn {
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.u-LinkBtn--size--default {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 40px;
}
.u-LinkBtn--white {
  color: white;
  border: 2px solid white;
}
.isNotTablet .u-LinkBtn--white {
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-LinkBtn--white:hover,
.isTablet .u-LinkBtn--white:active {
  color: #1a1a1a;
  background-color: white;
}
.u-LinkBtn--black {
  color: black;
  border: 2px solid black;
}
.isNotTablet .u-LinkBtn--black {
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-LinkBtn--black:hover,
.isTablet .u-LinkBtn--black:active {
  color: #f4f5f6;
  background-color: black;
}
.u-LinkBtn--active--scaleDown {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.u-LinkBtn--active--scaleDown:active {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.isNotTablet .u-LinkBtn--hover--opacity:hover,
.isTablet .u-LinkBtn--hover--opacity:active {
  opacity: 0.6;
}
.u-IsSomethingGrabbing {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}
@media only screen and (-webkit-max-device-pixel-ratio: 1), only screen and (max-device-pixel-ratio: 1), only screen and (max-resolution: 96dpi) {
  .Back--Only2x {
    background-image: none !important;
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .Back--Only2x {
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .Back--Only1x {
    background-image: none !important;
  }
}
.u-Grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.u-Grid-1,
.u-Grid-1-1,
.u-Grid-1-2,
.u-Grid-1-3,
.u-Grid-2-3,
.u-Grid-1-4,
.u-Grid-3-4,
.u-Grid-1-6,
.u-Grid-5-6,
.u-Grid-1-8,
.u-Grid-3-8,
.u-Grid-5-8,
.u-Grid-7-8,
.u-Grid-1-12,
.u-Grid-5-12,
.u-Grid-7-12,
.u-Grid-11-12,
.u-Grid-1-16,
.u-Grid-3-16,
.u-Grid-5-16,
.u-Grid-11-16,
.u-Grid-13-16,
.u-Grid-1-24,
.u-Grid-2-24,
.u-Grid-3-24,
.u-Grid-4-24,
.u-Grid-5-24,
.u-Grid-6-24,
.u-Grid-7-24,
.u-Grid-8-24,
.u-Grid-9-24,
.u-Grid-10-24,
.u-Grid-11-24,
.u-Grid-12-24,
.u-Grid-13-24,
.u-Grid-14-24,
.u-Grid-15-24,
.u-Grid-16-24,
.u-Grid-17-24,
.u-Grid-18-24,
.u-Grid-19-24,
.u-Grid-20-24,
.u-Grid-21-24,
.u-Grid-22-24,
.u-Grid-23-24,
.u-Grid-24-24,
.u-Grid-1-18,
.u-Grid-1-48,
.u-Grid-16-18 {
  padding-right: 9px;
}
.u-Grid-1-48 {
  width: 2.08335%;
}
.u-Grid-1-24 {
  width: 4.1667%;
}
.u-Grid-1-18 {
  width: 5.5555%;
}
.u-Grid-1-12,
.u-Grid-2-24 {
  width: 8.3333%;
}
.u-Grid-1-8,
.u-Grid-3-24 {
  width: 12.5000%;
}
.u-Grid-1-6,
.u-Grid-4-24 {
  width: 16.6667%;
}
.u-Grid-5-24 {
  width: 20.8333%;
}
.u-Grid-1-4,
.u-Grid-6-24 {
  width: 25%;
}
.u-Grid-7-24 {
  width: 29.1667%;
}
.u-Grid-1-3,
.u-Grid-8-24 {
  width: 33.3333%;
}
.u-Grid-3-8,
.u-Grid-9-24 {
  width: 37.5000%;
}
.u-Grid-5-12,
.u-Grid-10-24 {
  width: 41.6667%;
}
.u-Grid-11-24 {
  width: 45.8333%;
}
.u-Grid-1-2,
.u-Grid-12-24 {
  width: 50%;
}
.u-Grid-13-24 {
  width: 54.1667%;
}
.u-Grid-7-12,
.u-Grid-14-24 {
  width: 58.3333%;
}
.u-Grid-5-8,
.u-Grid-15-24 {
  width: 62.5000%;
}
.u-Grid-2-3,
.u-Grid-16-24 {
  width: 66.6667%;
}
.u-Grid-17-24 {
  width: 70.8333%;
}
.u-Grid-3-4,
.u-Grid-18-24 {
  width: 75%;
}
.u-Grid-19-24 {
  width: 79.1667%;
}
.u-Grid-5-6,
.u-Grid-20-24 {
  width: 83.3333%;
}
.u-Grid-7-8,
.u-Grid-21-24 {
  width: 87.5000%;
}
.u-Grid-16-18 {
  width: 88.8888%;
}
.u-Grid-11-12,
.u-Grid-22-24 {
  width: 91.6667%;
}
.u-Grid-23-24 {
  width: 95.8333%;
}
.u-Grid-1,
.u-Grid-1-1,
.u-Grid-24-24 {
  width: 100%;
}
.u-Grid-1-9 {
  width: 11.1111%;
}
.u-Grid-2-9 {
  width: 22.2222%;
}
.u-Grid-7-9 {
  width: 77.7777%;
}
.u-Grid-1-16 {
  width: 6.25%;
}
.u-Grid-5-16 {
  width: 31.25%;
}
.u-Grid-3-16 {
  width: 18.75%;
}
.u-Grid-11-16 {
  width: 68.75%;
}
.u-Grid-13-16 {
  width: 81.25%;
}
.u-Grid-nested,
.u-Grid-noPadding {
  padding: 0;
}
.u-Grid-right {
  padding-right: 0 !important;
  padding-left: 9px !important;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Light.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Light.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-LightIta.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-LightIta.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-LightIta.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Bold.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Bold.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-BoldIta.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-BoldIta.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-BoldIta.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'MiloPro';
  src: url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Ita.woff2') format('woff2'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Ita.woff') format('woff'), url('https://zumtobel-us.s3.amazonaws.com/static/fonts/MiloPro-Ita.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
.u-FontPreload {
  visibility: hidden;
  position: absolute;
}
.u-MiloProLight {
  font-family: 'MiloPro';
  font-weight: 300;
  font-style: normal;
}
.u-MiloProLightItalic {
  font-weight: 300;
  font-style: italic;
}
.u-MiloPro {
  font-weight: normal;
  font-style: normal;
}
.u-MiloProBold {
  font-weight: bold;
  font-style: normal;
}
.u-MiloProBoldItalic {
  font-weight: bold;
  font-style: italic;
}
.u-MiloProItalic {
  font-weight: normal;
  font-style: italic;
}
.PrintContent {
  overflow: visible;
  visibility: hidden;
  position: absolute;
}
@media print {
  body {
    overflow: auto !important;
  }
  .PrintContent {
    position: relative;
    z-index: 1000;
    visibility: visible;
  }
  .PrintContent .NewsletterSubscribe,
  .PrintContent .ExploreLearn {
    display: none;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }
.Product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.Product .ps-container .ps-scrollbar-y-rail,
.Product .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.Product .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.Product-leftColumn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to bottom, #e0e2e6, #f4f5f7);
}
.Product-imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 340px);
}
@media screen and (min-width: 1360px) {
  .Product-imgContainer {
    height: calc(100% - 180px);
  }
}
.Product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.Product-imgForDrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Product-spec {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 2140px) {
  .Product-spec {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.Product-labels {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 20px;
}
.Product-label {
  display: inline-block;
  float: left;
  margin-right: 2px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
.Product-table {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  min-width: 360px;
}
@media screen and (min-width: 1360px) {
  .Product-table {
    width: 50%;
    min-width: 260px;
    max-width: 484px;
  }
  .Product-table:first-child .Product-column:first-child {
    width: 25%;
  }
  .Product-table:last-child .Product-column {
    width: 30%;
  }
  .Product-table:last-child .Product-column:last-child {
    width: 35%;
  }
}
@media screen and (min-width: 2140px) {
  .Product-table {
    float: none;
  }
}
.Product-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.Product-column {
  height: 100%;
  width: 33.3333%;
  text-align: center;
}
.Product-columnText {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
}
.Product-columnTextExtra {
  font-size: 12px;
}
.Product-headerRow {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  color: #9da0a5;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1360px) {
  .Product-headerRow .Product-column--size {
    width: 20%;
    text-align: left;
  }
  .Product-headerRow .Product-column--size .Product-columnText {
    padding-left: 6px;
  }
}
@media screen and (min-width: 1360px) {
  .Product-headerRow .Product-column--lumens {
    width: 40%;
  }
}
@media screen and (min-width: 1360px) {
  .Product-headerRow .Product-column--temperature {
    width: 40%;
  }
}
@media screen and (min-width: 1360px) {
  .Product-headerRow .Product-column--technology {
    text-align: right;
    padding-right: 6px;
  }
}
.Product-headerRow .Product-column--lumens,
.Product-headerRow .Product-column--temperature,
.Product-headerRow .Product-column--rendering {
  padding: 0 10px;
}
.Product-productRow {
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
}
.Product-productRow .Product-columnText {
  vertical-align: top;
  padding-top: 14px;
  line-height: 1.42;
}
.Product-productRow .Product-column--size {
  white-space: nowrap;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (min-width: 1360px) {
  .Product-productRow .Product-column--size {
    width: 20%;
    text-align: left;
  }
  .Product-productRow .Product-column--size .Product-columnText {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1360px) {
  .Product-productRow .Product-column--lumens {
    width: 40%;
  }
}
@media screen and (min-width: 1360px) {
  .Product-productRow .Product-column--lumens .Product-columnText {
    text-align: left;
    padding-left: 24%;
  }
}
@media screen and (min-width: 1430px) {
  .Product-productRow .Product-column--lumens .Product-columnText {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 1360px) {
  .Product-productRow .Product-column--temperature {
    width: 40%;
  }
}
.Product-productRow .Product-column--temperature .Product-columnText {
  text-align: left;
}
.Product-productRow .Product-column--temperature--centerText .Product-columnText {
  text-align: center !important;
}
.Product-productRow .Product-column--technology {
  padding-right: 6px;
}
@media screen and (min-width: 1360px) {
  .Product-productRow .Product-column--technology {
    text-align: right;
  }
  .Product-productRow .Product-column--technology .Product-columnText {
    width: 100%;
    text-align: center;
  }
}
.Product-productRow .Product-column--technology .Product-columnText {
  word-break: break-word;
}
.Product-rightColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.Product-rightColumnContent {
  margin-left: 50%;
  background-color: white;
  pointer-events: all;
}
.Product-utilsButtons {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.Product-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.Product-utilsButton:not(:last-child) .Product-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .Product-utilsButton:not(:last-child) .Product-utilsButtonContent {
  border-right: 1px solid transparent;
}
.Product-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.Product-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Product-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Product-shareBtn:hover .Product-shareBtnIcon,
.isTablet .Product-shareBtn:active .Product-shareBtnIcon,
.Product-shareBtn--selected .Product-shareBtnIcon {
  background-position: -54px -19px;
}
.Product-shareBtn--selected .Product-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.Product-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Product-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.Product-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Product-printBtn:hover .Product-printBtnIcon,
.isTablet .Product-printBtn:active .Product-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .Product-printBtn {
  display: none;
}
.Product-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Product-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.Product-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.Product-header {
  margin-top: 100px;
  margin-bottom: 120px;
  text-align: center;
}
.Product-familyLink {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Product-familyLink:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  transition: opacity 0.2s ease;
}
.isNotTablet .Product-familyLink:hover:after,
.isTablet .Product-familyLink:active:after {
  opacity: 0;
}
.Product-option {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
}
.Product-size {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.Product-facts {
  width: 83%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1440px) {
  .Product-facts {
    width: 72%;
  }
}
.Product-fact {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #74777d;
  box-shadow: inset 0 -1px #d4d8de;
}
@media screen and (min-width: 1440px) {
  .Product-fact {
    width: calc(50% - 20px);
  }
}
.Product-fact p {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 20px;
}
.Product-fact a {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Product-showMoreFactsBtn {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.isNotTablet .Product-showMoreFactsBtn:hover .Product-showMoreFactsBtnText,
.isTablet .Product-showMoreFactsBtn:active .Product-showMoreFactsBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .Product-showMoreFactsBtn:hover .Product-showMoreFactsBtnPlus,
.isTablet .Product-showMoreFactsBtn:active .Product-showMoreFactsBtnPlus {
  color: #b26282;
}
.Product-showMoreFactsBtnPlus {
  display: inline-block;
  font-size: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.Product-downloads {
  padding-bottom: 80px;
}
.Product-downloadsTitle {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.Product-downloadsColumn {
  margin: 0 auto;
}
.Product-downloadsColumnItem {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.Product-downloadsColumnItem:first-child .Product-downloadsLink {
  box-shadow: inset 0 -1px #d4d8de, inset 0 1px #d4d8de;
}
.Product-downloadsColumnItem:first-child:last-child .Product-link {
  box-shadow: inset 0 1px #d4d8de;
}
.Product-downloadsColumnItem:last-child:not(:first-child) .Product-downloadsLink {
  box-shadow: none;
}
.isNotTablet .Product-downloadsColumnItem:hover,
.isTablet .Product-downloadsColumnItem:active {
  background-color: #f4f5f6;
}
.isNotTablet .Product-downloadsColumnItem:hover .Product-downloadsLink,
.isTablet .Product-downloadsColumnItem:active .Product-downloadsLink {
  box-shadow: none;
}
.isNotTablet .Product-downloadsColumnItem:hover .Product-downloadNameText,
.isTablet .Product-downloadsColumnItem:active .Product-downloadNameText,
.isNotTablet .Product-downloadsColumnItem:hover .Product-downloadFileExtensionText,
.isTablet .Product-downloadsColumnItem:active .Product-downloadFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .Product-downloadsColumnItem:hover .Product-downloadFileExtensionIcon svg,
.isTablet .Product-downloadsColumnItem:active .Product-downloadFileExtensionIcon svg {
  fill: #b26282;
}
.Product-downloadsLink {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 20px;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.Product-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.Product-downloadNameText {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Product-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.Product-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.Product-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.Product-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.Product-downloadsColumn {
  width: calc(83% + 40px);
  max-width: 700px;
}
@media screen and (min-width: 1440px) {
  .Product-downloadsColumn {
    width: calc(72% + 40px);
  }
}
@media print {
  body.PopupGalleryShowed--products .Content {
    display: none;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-utilsButtons,
  body.PopupGalleryShowed--products .PrintContent .u-Btn,
  body.PopupGalleryShowed--products .PrintContent .Product-downloads {
    display: none;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-table {
    min-width: 0;
    max-width: 10000px;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-facts {
    height: auto !important;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-fact {
    position: static !important;
    visibility: visible !important;
    box-shadow: none !important;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-leftColumn {
    min-height: 665px;
    position: relative;
    height: auto;
    float: left;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-rightColumn {
    position: relative;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-imgForDrag {
    height: auto;
    opacity: 1;
    position: relative;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--products .PrintContent .Product-spec {
    position: relative;
    height: auto;
    page-break-inside: avoid;
  }
  body.PopupGalleryShowed--products .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedProduct .Product {
  position: relative;
  height: 100vh;
}
.Trackhead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.Trackhead .ps-container .ps-scrollbar-y-rail,
.Trackhead .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.Trackhead .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.Trackhead-leftColumn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to bottom, #e0e2e6, #f4f5f7);
}
.Trackhead-imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Trackhead-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.Trackhead-imgForDrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Trackhead-rightColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.Trackhead-rightColumnContent {
  margin-left: 50%;
  background-color: white;
  pointer-events: all;
}
.Trackhead-utilsButtons {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.Trackhead-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.Trackhead-utilsButton:not(:last-child) .Trackhead-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .Trackhead-utilsButton:not(:last-child) .Trackhead-utilsButtonContent {
  border-right: 1px solid transparent;
}
.Trackhead-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.Trackhead-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Trackhead-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Trackhead-shareBtn:hover .Trackhead-shareBtnIcon,
.isTablet .Trackhead-shareBtn:active .Trackhead-shareBtnIcon,
.Trackhead-shareBtn--selected .Trackhead-shareBtnIcon {
  background-position: -54px -19px;
}
.Trackhead-shareBtn--selected .Trackhead-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.Trackhead-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Trackhead-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.Trackhead-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Trackhead-printBtn:hover .Trackhead-printBtnIcon,
.isTablet .Trackhead-printBtn:active .Trackhead-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .Trackhead-printBtn {
  display: none;
}
.Trackhead-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Trackhead-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.Trackhead-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.Trackhead-header {
  margin-top: 140px;
  margin-bottom: 120px;
  text-align: center;
}
.Trackhead-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.Trackhead-spec {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.Trackhead-facts {
  width: 83%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1440px) {
  .Trackhead-facts {
    width: 72%;
  }
}
.Trackhead-fact {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #74777d;
  box-shadow: inset 0 -1px #d4d8de;
}
@media screen and (min-width: 1440px) {
  .Trackhead-fact {
    width: calc(50% - 20px);
  }
}
.Trackhead-fact p {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  line-height: 20px;
}
.Trackhead-fact a {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Trackhead-showMoreFactsBtn {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.isNotTablet .Trackhead-showMoreFactsBtn:hover .Trackhead-showMoreFactsBtnText,
.isTablet .Trackhead-showMoreFactsBtn:active .Trackhead-showMoreFactsBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .Trackhead-showMoreFactsBtn:hover .Trackhead-showMoreFactsBtnPlus,
.isTablet .Trackhead-showMoreFactsBtn:active .Trackhead-showMoreFactsBtnPlus {
  color: #b26282;
}
.Trackhead-showMoreFactsBtnPlus {
  display: inline-block;
  font-size: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.Trackhead-downloads {
  padding-top: 100px;
  padding-bottom: 80px;
}
.Trackhead-downloadsTitle {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.Trackhead-downloadsColumn {
  width: calc(83% + 40px);
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .Trackhead-downloadsColumn {
    width: calc(72% + 40px);
  }
}
.Trackhead-downloadsColumnItem {
  height: 60px;
  line-height: 60px;
}
.Trackhead-downloadsColumnItem:first-child .Trackhead-link {
  box-shadow: inset 0 -1px #f4f5f6, inset 0 1px #f4f5f6;
}
.Trackhead-downloadsColumnItem:first-child:last-child .Trackhead-link {
  box-shadow: inset 0 1px #f4f5f6;
}
.Trackhead-downloadsColumnItem:last-child:not(:first-child) .Trackhead-link {
  box-shadow: none;
}
.isNotTablet .Trackhead-downloadsColumnItem:hover,
.isTablet .Trackhead-downloadsColumnItem:active {
  background-color: #f4f5f6;
}
.isNotTablet .Trackhead-downloadsColumnItem:hover .Trackhead-link,
.isTablet .Trackhead-downloadsColumnItem:active .Trackhead-link {
  box-shadow: inset 0 -1px #f4f5f6, inset 0 1px #f4f5f6;
}
.isNotTablet .Trackhead-downloadsColumnItem:hover:first-child .Trackhead-link,
.isTablet .Trackhead-downloadsColumnItem:active:first-child .Trackhead-link {
  box-shadow: inset 0 -1px #f4f5f6, inset 0 1px #f4f5f6;
}
.isNotTablet .Trackhead-downloadsColumnItem:hover .Trackhead-downloadNameText,
.isTablet .Trackhead-downloadsColumnItem:active .Trackhead-downloadNameText,
.isNotTablet .Trackhead-downloadsColumnItem:hover .Trackhead-downloadFileExtensionText,
.isTablet .Trackhead-downloadsColumnItem:active .Trackhead-downloadFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .Trackhead-downloadsColumnItem:hover .Trackhead-downloadFileExtensionIcon svg,
.isTablet .Trackhead-downloadsColumnItem:active .Trackhead-downloadFileExtensionIcon svg {
  fill: #b26282;
}
.Trackhead-link {
  position: relative;
  display: block;
  margin: 0 20px;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #f4f5f6;
}
.Trackhead-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.Trackhead-downloadNameText {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Trackhead-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.Trackhead-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.Trackhead-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.Trackhead-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.Trackhead-quickShip {
  position: relative;
  left: 40px;
  top: 10px;
  margin-right: 2px;
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
@media print {
  body.PopupGalleryShowed--accessories .Content {
    display: none;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-utilsButtons,
  body.PopupGalleryShowed--accessories .PrintContent .u-Btn,
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-downloads {
    display: none;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-facts {
    height: auto !important;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-fact {
    position: static !important;
    visibility: visible !important;
    box-shadow: none !important;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-leftColumn {
    min-height: 665px;
    position: relative;
    height: auto;
    float: left;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-rightColumn {
    position: relative;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-imgForDrag {
    height: auto;
    opacity: 1;
    position: relative;
  }
  body.PopupGalleryShowed--accessories .PrintContent .Trackhead-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--accessories .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedTrackhead .Trackhead {
  position: relative;
  height: 100vh;
}
.InspirationArticle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.InspirationArticle .ps-container .ps-scrollbar-y-rail,
.InspirationArticle .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.InspirationArticle .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.InspirationArticle-leftColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.InspirationArticle-leftColumnBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c444a;
}
.InspirationArticle-imgsContainer {
  position: relative;
  background-color: black;
}
.InspirationArticle-img {
  width: 100%;
  border-bottom: 2px solid white;
}
.InspirationArticle-img:last-child {
  border-bottom: none;
}
.InspirationArticle-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid white;
}
.InspirationArticle-video:last-child {
  border-bottom: none;
}
.InspirationArticle-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InspirationArticle-rightColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.InspirationArticle-rightColumnContent {
  position: relative;
  margin-left: 50%;
  background-color: white;
  pointer-events: all;
}
.InspirationArticle-utilsButtons {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.InspirationArticle-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.InspirationArticle-utilsButton:not(:last-child) .InspirationArticle-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .InspirationArticle-utilsButton:not(:last-child) .InspirationArticle-utilsButtonContent {
  border-right: 1px solid transparent;
}
.InspirationArticle-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.InspirationArticle-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InspirationArticle-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .InspirationArticle-shareBtn:hover .InspirationArticle-shareBtnIcon,
.isTablet .InspirationArticle-shareBtn:active .InspirationArticle-shareBtnIcon,
.InspirationArticle-shareBtn--selected .InspirationArticle-shareBtnIcon {
  background-position: -54px -19px;
}
.InspirationArticle-shareBtn--selected .InspirationArticle-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.InspirationArticle-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .InspirationArticle-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.InspirationArticle-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .InspirationArticle-printBtn:hover .InspirationArticle-printBtnIcon,
.isTablet .InspirationArticle-printBtn:active .InspirationArticle-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .InspirationArticle-printBtn {
  display: none;
}
.InspirationArticle-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .InspirationArticle-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.InspirationArticle-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.InspirationArticle-article {
  padding-bottom: 80px;
}
.InspirationArticle-header {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
.InspirationArticle-title {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.InspirationArticle-subTitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #1a1a1a;
}
.InspirationArticle-info {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.InspirationArticle-infoItem {
  min-height: 40px;
  line-height: 1.1;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  border-top: 1px solid #1a1a1a;
}
.InspirationArticle-infoItem:last-child {
  border-bottom: 1px solid #1a1a1a;
}
.InspirationArticle-infoItemLabel {
  display: inline-block;
  float: left;
  width: 140px;
  font-weight: bold;
  color: #9da0a5;
}
.InspirationArticle-infoItemValue {
  display: inline-block;
  float: left;
  width: calc(100% - 160px);
  margin-left: 20px;
  font-size: 14px;
  color: #1a1a1a;
}
.InspirationArticle-articleText {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
  color: #74777d;
}
.InspirationArticle-articleText p {
  margin-bottom: 28px;
}
.InspirationArticle-articleText p:last-child {
  margin-bottom: 0;
}
.InspirationArticle-articleText a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.InspirationArticle-articleText a:hover,
.InspirationArticle-articleText a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
.InspirationArticle-families {
  margin-bottom: 80px;
}
.InspirationArticle-familiesTitle {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #d4d8de;
  text-align: center;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationArticle-familiesGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
}
.InspirationArticle-familiesGridItem {
  position: relative;
  display: inline-block;
  width: 50%;
  border: 1px solid white;
  background-color: #f9f9f9;
}
@media screen and (min-width: 2000px) {
  .InspirationArticle-familiesGridItem {
    width: 33.3333%;
  }
}
.InspirationArticle-familiesGridItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.InspirationArticle-familiesGridItemImg {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 70%;
  margin-left: -35%;
  background-position: center;
  background-size: cover;
}
.InspirationArticle-familiesGridItemImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.InspirationArticle-familiesGridItemImgForPrint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.InspirationArticle-familiesGridItemTitle {
  position: absolute;
  top: calc(20px + 70% + 5px);
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.InspirationArticle-downloads {
  padding-bottom: 80px;
}
.InspirationArticle-downloadsTitle {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.InspirationArticle-downloadsColumn {
  margin: 0 auto;
}
.InspirationArticle-downloadsColumnItem {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.InspirationArticle-downloadsColumnItem:first-child .InspirationArticle-downloadsLink {
  box-shadow: inset 0 -1px #d4d8de, inset 0 1px #d4d8de;
}
.InspirationArticle-downloadsColumnItem:first-child:last-child .InspirationArticle-link {
  box-shadow: inset 0 1px #d4d8de;
}
.InspirationArticle-downloadsColumnItem:last-child:not(:first-child) .InspirationArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover,
.isTablet .InspirationArticle-downloadsColumnItem:active {
  background-color: #f4f5f6;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadsLink,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadNameText,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadNameText,
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadFileExtensionText,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadFileExtensionIcon svg,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadFileExtensionIcon svg {
  fill: #b26282;
}
.InspirationArticle-downloadsLink {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 20px;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.InspirationArticle-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.InspirationArticle-downloadNameText {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.InspirationArticle-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.InspirationArticle-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.InspirationArticle-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.InspirationArticle-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.InspirationArticle-downloadsTitle {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
}
.InspirationArticle-downloadsColumn {
  width: calc(68% + 40px);
  min-width: 460px;
  max-width: 700px;
}
.InspirationArticle-contacts {
  margin: 0 auto;
}
.InspirationArticle-contactsTitle {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d8de;
  text-align: center;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationArticle-contactsListItem {
  margin-bottom: 20px;
}
.InspirationArticle-contactsListItem:last-child {
  margin-bottom: 0;
}
.InspirationArticle-contactsImgContainer {
  position: relative;
  display: inline-block !important;
  float: left;
  width: 180px !important;
  height: 180px;
  background-color: #d0768d;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsImgContainer {
    width: 240px !important;
    height: 240px;
  }
}
.InspirationArticle-contactsImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.InspirationArticle-contactsInfo {
  display: inline-block;
  float: left;
  width: calc(100% - 180px);
  padding-top: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsInfo {
    width: calc(100% - 240px);
    padding-top: 20px;
  }
}
.InspirationArticle-contactsName {
  font-weight: bold;
  text-transform: uppercase;
}
.InspirationArticle-contactsPosition {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsPosition {
    margin-bottom: 40px;
  }
}
.InspirationArticle-contactsEmail {
  position: relative;
  margin-bottom: 20px;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationArticle-contactsEmail:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.isNotTablet .InspirationArticle-contactsEmail:hover:after,
.isTablet .InspirationArticle-contactsEmail:active:after {
  opacity: 1;
}
.InspirationArticle-contacts {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
}
.InspirationArticle-listLink {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationArticle-listLink:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  transition: opacity 0.2s ease;
}
.isNotTablet .InspirationArticle-listLink:hover:after,
.isTablet .InspirationArticle-listLink:active:after {
  opacity: 0;
}
@media print {
  body.PopupGalleryShowed--inspirationArticle .Content {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-utilsButtons,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .u-Btn,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-downloads,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-video {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-infoItem:after {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-leftColumn {
    min-height: 665px;
    position: relative;
    height: auto;
    float: left;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-rightColumn {
    position: relative;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-imgForDrag {
    height: auto;
    opacity: 1;
    position: relative;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-familiesGrid,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-contactsListItem {
    page-break-inside: avoid;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-familiesGridItemImgForPrint {
    visibility: visible;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedInspirationArticle .InspirationArticle {
  position: relative;
  height: 100vh;
}
.PressArticle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.PressArticle .ps-container .ps-scrollbar-y-rail,
.PressArticle .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.PressArticle .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.PressArticle-leftColumn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.PressArticle-leftColumnBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c444a;
}
.PressArticle-imgsContainer {
  position: relative;
  background-color: black;
}
.PressArticle-img {
  width: 100%;
  border-bottom: 2px solid white;
}
.PressArticle-img:last-child {
  border-bottom: none;
}
.PressArticle-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid white;
}
.PressArticle-video:last-child {
  border-bottom: none;
}
.PressArticle-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PressArticle-rightColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.PressArticle-rightColumnContent {
  position: relative;
  margin-left: 50%;
  background-color: white;
  pointer-events: all;
}
.PressArticle-utilsButtons {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.PressArticle-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.PressArticle-utilsButton:not(:last-child) .PressArticle-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .PressArticle-utilsButton:not(:last-child) .PressArticle-utilsButtonContent {
  border-right: 1px solid transparent;
}
.PressArticle-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.PressArticle-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PressArticle-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .PressArticle-shareBtn:hover .PressArticle-shareBtnIcon,
.isTablet .PressArticle-shareBtn:active .PressArticle-shareBtnIcon,
.PressArticle-shareBtn--selected .PressArticle-shareBtnIcon {
  background-position: -54px -19px;
}
.PressArticle-shareBtn--selected .PressArticle-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.PressArticle-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PressArticle-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.PressArticle-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .PressArticle-printBtn:hover .PressArticle-printBtnIcon,
.isTablet .PressArticle-printBtn:active .PressArticle-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .PressArticle-printBtn {
  display: none;
}
.PressArticle-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .PressArticle-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.PressArticle-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.PressArticle-article {
  padding-bottom: 80px;
}
.PressArticle-header {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.PressArticle-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: normal;
  color: #141414;
}
.PressArticle-subTitle {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #1a1a1a;
}
.PressArticle-articleText {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 25px;
  color: #74777d;
}
.PressArticle-articleText p {
  margin-bottom: 28px;
}
.PressArticle-articleText p:last-child {
  margin-bottom: 0;
}
.PressArticle-articleText a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.PressArticle-articleText a:hover,
.PressArticle-articleText a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
.PressArticle-downloads {
  padding-bottom: 80px;
}
.PressArticle-downloadsTitle {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.PressArticle-downloadsColumn {
  margin: 0 auto;
}
.PressArticle-downloadsColumnItem {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.PressArticle-downloadsColumnItem:first-child .PressArticle-downloadsLink {
  box-shadow: inset 0 -1px #d4d8de, inset 0 1px #d4d8de;
}
.PressArticle-downloadsColumnItem:first-child:last-child .PressArticle-link {
  box-shadow: inset 0 1px #d4d8de;
}
.PressArticle-downloadsColumnItem:last-child:not(:first-child) .PressArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .PressArticle-downloadsColumnItem:hover,
.isTablet .PressArticle-downloadsColumnItem:active {
  background-color: #f4f5f6;
}
.isNotTablet .PressArticle-downloadsColumnItem:hover .PressArticle-downloadsLink,
.isTablet .PressArticle-downloadsColumnItem:active .PressArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .PressArticle-downloadsColumnItem:hover .PressArticle-downloadNameText,
.isTablet .PressArticle-downloadsColumnItem:active .PressArticle-downloadNameText,
.isNotTablet .PressArticle-downloadsColumnItem:hover .PressArticle-downloadFileExtensionText,
.isTablet .PressArticle-downloadsColumnItem:active .PressArticle-downloadFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .PressArticle-downloadsColumnItem:hover .PressArticle-downloadFileExtensionIcon svg,
.isTablet .PressArticle-downloadsColumnItem:active .PressArticle-downloadFileExtensionIcon svg {
  fill: #b26282;
}
.PressArticle-downloadsLink {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 20px;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.PressArticle-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.PressArticle-downloadNameText {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PressArticle-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.PressArticle-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.PressArticle-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.PressArticle-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.PressArticle-downloadsTitle {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
}
.PressArticle-downloadsColumn {
  width: calc(68% + 40px);
  min-width: 460px;
  max-width: 700px;
}
.PressArticle-contacts {
  margin: 0 auto;
}
.PressArticle-contactsTitle {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d8de;
  text-align: center;
  font-weight: 300;
  color: #1a1a1a;
}
.PressArticle-contactsListItem {
  margin-bottom: 20px;
}
.PressArticle-contactsListItem:last-child {
  margin-bottom: 0;
}
.PressArticle-contactsImgContainer {
  position: relative;
  display: inline-block !important;
  float: left;
  width: 180px !important;
  height: 180px;
  background-color: #d0768d;
}
@media screen and (min-width: 1440px) {
  .PressArticle-contactsImgContainer {
    width: 240px !important;
    height: 240px;
  }
}
.PressArticle-contactsImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.PressArticle-contactsInfo {
  display: inline-block;
  float: left;
  width: calc(100% - 180px);
  padding-top: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
@media screen and (min-width: 1440px) {
  .PressArticle-contactsInfo {
    width: calc(100% - 240px);
    padding-top: 20px;
  }
}
.PressArticle-contactsName {
  font-weight: bold;
  text-transform: uppercase;
}
.PressArticle-contactsPosition {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .PressArticle-contactsPosition {
    margin-bottom: 40px;
  }
}
.PressArticle-contactsEmail {
  position: relative;
  margin-bottom: 20px;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.PressArticle-contactsEmail:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.isNotTablet .PressArticle-contactsEmail:hover:after,
.isTablet .PressArticle-contactsEmail:active:after {
  opacity: 1;
}
.PressArticle-contacts {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
}
.PressArticle-contactsInfo {
  line-height: 30px;
}
.PressArticle-contactsInfo strong {
  display: block;
}
.PressArticle-contactsInfo em {
  font-style: normal;
  display: block;
}
a.PressArticle-contactsInfoEmail {
  position: relative;
  line-height: normal;
  display: inline-block;
  padding: 5px 0;
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
a.PressArticle-contactsInfoEmail:last-child {
  margin-bottom: 30px;
}
.isNotTablet a.PressArticle-contactsInfoEmail:hover,
.isTablet a.PressArticle-contactsInfoEmail:active {
  text-decoration: underline;
}
a.PressArticle-contactsInfoEmail .email-sep {
  font-size: 0;
}
@media print {
  body.PopupGalleryShowed--pressArticle .Content {
    display: none;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-utilsButtons,
  body.PopupGalleryShowed--pressArticle .PrintContent .u-Btn,
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-downloads,
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-video {
    display: none;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-leftColumn {
    min-height: 665px;
    position: relative;
    height: auto;
    float: left;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-rightColumn {
    position: relative;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-imgForDrag {
    height: auto;
    opacity: 1;
    position: relative;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent .PressArticle-contactsListItem {
    page-break-inside: avoid;
  }
  body.PopupGalleryShowed--pressArticle .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedPressArticle .PressArticle {
  position: relative;
  height: 100vh;
}
@media print {
  body > .PopupGallery {
    display: none !important;
  }
}
.PopupGallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  overflow: hidden;
  z-index: 4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery--isPreview .PopupGallery-prev,
.PopupGallery--isPreview .PopupGallery-next,
.PopupGallery--isPreview .PopupGallery-cross {
  display: none;
}
.PopupGallery--isPreview .PopupGallery-content {
  top: 0;
  bottom: 0;
}
.PopupGallery--isPreview .PopupGallery-slidePanel {
  margin: 0;
  width: 100%;
}
.PopupGallery--noTransitions {
  transition: none !important;
}
.PopupGallery--noTransitions .PopupGallery-content {
  transition: none !important;
}
.PopupGallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.PopupGallery-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 3;
}
.PopupGallery-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.PopupGallery-cross:hover svg {
  border-radius: 0;
}
.PopupGallery-prev,
.PopupGallery-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.PopupGallery-prev--disable,
.PopupGallery-next--disable {
  opacity: 0;
  pointer-events: none;
}
.PopupGallery-prev:hover .PopupGallery-arrowIcon,
.PopupGallery-next:hover .PopupGallery-arrowIcon {
  border-radius: 0;
}
.PopupGallery-next {
  right: 20px;
}
.PopupGallery-next .PopupGallery-arrowIcon {
  right: 20px;
}
.PopupGallery-next .PopupGallery-arrowIcon svg {
  right: 0;
}
.PopupGallery-prev {
  left: 20px;
}
.PopupGallery-prev .PopupGallery-arrowIcon {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.PopupGallery-prev .PopupGallery-arrowIcon svg {
  left: 0;
}
.PopupGallery-arrowIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 50px;
  margin: auto 0;
  overflow: hidden;
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC');
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}
.PopupGallery-arrowIcon svg {
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  fill: #1a1a1a;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: visible;
}
.PopupGallery-content {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery-carouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PopupGallery-carouselPluginElem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.PopupGallery-carouselPluginElem .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery-carouselPluginElem .owl-stage-outer,
.PopupGallery-carouselPluginElem .owl-stage,
.PopupGallery-carouselPluginElem .owl-item {
  width: 100vw;
  height: 100%;
  transition-timing-function: ease-in-out !important;
}
.PopupGallery-carouselPluginElem .owl-item {
  position: relative;
}
.PopupGallery-slide {
  position: relative;
  height: 100%;
}
.PopupGallery-slidePanel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 20px;
}
.TopNav {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 220px;
  height: 60px;
  background-color: #1a1a1a;
  z-index: 5;
}
.TopNav--isPreview {
  display: none;
}
.TopNav-burger {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #1a1a1a;
  transition: background-color 0.4s ease, opacity 0.3s ease;
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close),
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) {
  background-color: #454647;
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close) .TopNav-burgerLine--top,
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) .TopNav-burgerLine--top {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close) .TopNav-burgerLine--bottom,
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) .TopNav-burgerLine--bottom {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.TopNav-burger:active {
  -webkit-transform: none;
          transform: none;
}
.TopNav-burger:active .TopNav-burgerIcon {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.6;
}
.TopNav-burger--disable {
  pointer-events: none;
}
.TopNav-burgerIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.TopNav-cross {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: 3;
  opacity: 0;
}
.TopNav-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: white;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.TopNav-cross:hover svg {
  border-radius: 0;
}
.TopNav-cross--disable {
  pointer-events: none;
}
.TopNav-burgerLines {
  position: absolute;
  top: 21px;
  left: 18px;
  margin: auto;
  width: 24px;
  height: 18px;
}
.TopNav-burgerLine {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  width: 24px;
  background: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.TopNav-burgerLine--top {
  top: 0;
}
.TopNav-burgerLine--middle {
  top: 8px;
}
.TopNav-burgerLine--bottom {
  top: 16px;
}
.TopNav-logo {
  position: absolute;
  top: 0;
  left: 61px;
  width: 159px;
  height: 60px;
  background-color: #1a1a1a;
  transition: background-color 0.3s ease;
}
.isNotTablet .TopNav-logo:hover,
.isTablet .TopNav-logo:active {
  background-color: #454647;
}
.TopNav-separator {
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 60px;
  background-color: #454647;
}
.TopNav-logoIconGradient {
  position: absolute;
  bottom: 19px;
  left: 10px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 22px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-gradient-22.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .TopNav-logoIconGradient {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-gradient-44.png');
  }
}
.TopNav-logoIconText {
  position: absolute;
  bottom: 19px;
  left: 47px;
  width: 98px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 98px 11px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-text-white-98.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .TopNav-logoIconText {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-text-white-196.png');
  }
}
.TopNav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  pointer-events: none;
}
.TopNav-menu .isIE9,
.isIE10 .TopNav-menu {
  display: none;
}
.TopNav-menu--show {
  pointer-events: all;
}
.TopNav-menu--show .isIE9,
.isIE10 .TopNav-menu--show {
  display: block;
}
.TopNav-menu--show .TopNav-menuOverlay {
  background-color: rgba(70, 75, 82, 0.4);
}
.TopNav-menu--show .TopNav-menuPanel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.TopNav-menuOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 75, 82, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: background-color 0.2s ease;
  z-index: 1;
}
.TopNav-menuPanel {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 300px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 2;
}
.TopNav-menuPanelBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: right bottom;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.TopNav-menuLinks {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TopNav-menuLinksSeparators {
  position: absolute;
  top: 40px;
  left: 60px;
  right: 60px;
  margin: 0 auto;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TopNav-menuLinksSeparator {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
}
.TopNav-menuLinksSeparator--1,
.TopNav-menuLinksSeparator--2,
.TopNav-menuLinksSeparator--3 {
  position: absolute;
}
.TopNav-menuLinksSeparator--1 {
  left: calc((100% - 200px * 4) / 6 + 200px);
}
.TopNav-menuLinksSeparator--2 {
  left: 50%;
}
.TopNav-menuLinksSeparator--3 {
  right: calc((100% - 200px * 4) / 6 + 200px);
}
.TopNav-menuItem {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.isIE .TopNav-menuItem {
  line-height: 64px;
}
.TopNav-menuItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-color: transparent;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.TopNav-menuItem--selected {
  pointer-events: none;
  cursor: default;
}
.TopNav-menuItem--selected:before,
.isNotTablet .TopNav-menuItem:hover:before,
.isTablet .TopNav-menuItem:active:before {
  border-color: white;
}
.TopNav-menuItem:active:before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.TopNav-menuLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: white;
  font-weight: normal;
}
.TopNav-search {
  position: absolute;
  top: 161px;
  left: 0;
  width: 100%;
  height: 139px;
  line-height: 139px;
  color: white;
}
.isNotTablet .TopNav-search:hover,
.isTablet .TopNav-search:active {
  cursor: text;
}
.TopNav-searchIcon {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: calc(50% - 80px);
  width: 50px;
  height: 48px;
  margin-right: 20px;
}
.TopNav-searchIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.TopNav-searchInput {
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: calc(50% + 20px - 240px);
  height: 139px;
  font-size: 40px;
  color: white;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-weight: normal;
}
.TopNav-searchInput::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.TopNav-searchInput::-moz-placeholder {
  transition: color 0.3s ease;
  color: white;
  opacity: 1;
}
.TopNav-searchInput:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.TopNav-searchInput:focus::-webkit-input-placeholder {
  color: transparent;
}
.TopNav-searchInput:focus::-moz-placeholder {
  color: transparent;
}
.TopNav-searchInput:focus:-ms-input-placeholder {
  color: transparent;
}
.TopNav-searchTip {
  position: absolute;
  right: 96px;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.TopNav-searchTip--show {
  opacity: 1;
}
.TopSearch {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 240px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.TopSearch--isPreview {
  display: none;
}
.TopSearch--hide {
  opacity: 0;
}
.TopSearch--hide .TopSearch-content {
  pointer-events: none !important;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand),
.isTablet .TopSearch:active:not(.TopSearch--expand) {
  cursor: pointer;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-iconImg--default,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-iconImg--default {
  opacity: 0;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-iconImg--hover,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-iconImg--hover {
  opacity: 1;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input::-webkit-input-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input::-webkit-input-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input::-moz-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input::-moz-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input:-ms-input-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input:-ms-input-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.isNotTablet .TopSearch--expand:hover,
.isTablet .TopSearch--expand:active {
  cursor: text;
}
.TopSearch--expand .TopSearch-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  box-shadow: inset 0 0 1px 1px #d4d8de;
  background-color: #fff;
}
.TopSearch--expand .TopSearch-input {
  pointer-events: all;
}
.TopSearch--expand .TopSearch-input::-webkit-input-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-input::-moz-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-input:-ms-input-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-tip {
  -webkit-transform: translateY(-5px) translateX(0);
          transform: translateY(-5px) translateX(0);
}
.TopSearch-content {
  overflow: hidden;
  pointer-events: all;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: inset 0 0 1px 1px transparent;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.TopSearch-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 26px;
  height: 26px;
  pointer-events: none;
}
.TopSearch-iconImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 78px 64px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .TopSearch-iconImg {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.TopSearch-iconImg--default {
  background-position: -27px 0px;
  transition: opacity 0.2s ease;
}
.TopSearch-iconImg--hover {
  opacity: 0;
  background-position: 0px 0px;
  transition: opacity 0.3s ease;
}
.TopSearch-input {
  height: 60px;
  font-size: 20px;
  padding-left: 54px;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  pointer-events: none;
  transition: background-color 0.4s ease-in-out;
}
.TopSearch-input::-webkit-input-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
}
.TopSearch-input::-moz-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
  opacity: 1;
}
.TopSearch-input:-ms-input-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
}
.TopSearch-tip {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d4d8de;
  text-align: center;
  background-color: white;
  color: #989ba0;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(-5px) translateX(100px);
          transform: translateY(-5px) translateX(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.TopSearch-tip--show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}
.Footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  z-index: 1;
}
.Footer-content {
  position: relative;
  height: 180px;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.Footer-logo {
  position: absolute;
  top: 0;
  left: 3%;
  width: 160px;
  height: 22px;
}
@media screen and (min-width: 1300px) {
  .Footer-logo {
    left: 8.333%;
  }
}
.Footer-logoIconGradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 22px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-gradient-22.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .Footer-logoIconGradient {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-gradient-44.png');
  }
}
.Footer-logoIconText {
  position: absolute;
  bottom: 0;
  left: 37px;
  width: 98px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 98px 11px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-text-white-98.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .Footer-logoIconText {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/logo-text-white-196.png');
  }
}
.Footer-mainLinksGroup {
  position: absolute;
  top: 80px;
  left: 3%;
  height: 120px;
}
@media screen and (min-width: 1300px) {
  .Footer-mainLinksGroup {
    left: 8.333%;
  }
}
.Footer-mainLinksGroup .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease;
}
.isNotTablet .Footer-mainLinksGroup .u-Link:hover,
.isTablet .Footer-mainLinksGroup .u-Link:active {
  opacity: 1;
  border-color: white;
}
.Footer-mainLinks {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 120px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.Footer-mainLinks--column1 {
  left: 0;
}
.Footer-mainLinks--column2 {
  left: 120px;
}
.Footer-mainLinks li {
  margin-bottom: 20px;
}
.Footer-familiesLinksGroup {
  position: absolute;
  top: 10px;
  left: calc(3% + 220px);
  height: 180px;
}
@media screen and (min-width: 1100px) {
  .Footer-familiesLinksGroup {
    left: calc(3% + 240px);
  }
}
@media screen and (min-width: 1300px) {
  .Footer-familiesLinksGroup {
    left: calc(8.333% + 240px);
  }
}
.Footer-familiesLinks {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 120px;
  text-transform: uppercase;
  line-height: 1;
}
.Footer-familiesLinks--column1 {
  left: 0;
}
.Footer-familiesLinks--column2 {
  left: 120px;
}
.Footer-familiesLinks--column3 {
  left: 240px;
}
.Footer-familiesLinks--column4 {
  left: 360px;
}
.Footer-familiesLinks--column5 {
  left: 480px;
}
.Footer-familiesLinks:first-child:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -28px;
  height: 215px;
  width: 1px;
  background-color: #313131;
}
@media screen and (min-width: 1100px) {
  .Footer-familiesLinks:first-child:before {
    left: -40px;
  }
}
.Footer-familiesLinks li {
  margin-bottom: 20px;
}
.Footer-familiesLinks .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease;
}
.isNotTablet .Footer-familiesLinks .u-Link:hover,
.isTablet .Footer-familiesLinks .u-Link:active {
  opacity: 1;
  border-color: white;
}
.Footer-shipping {
  position: absolute;
  top: 20px;
  right: 3%;
  width: 280px;
  line-height: 1.25;
  font-size: 16px;
  text-align: center;
  color: #999;
}
@media screen and (min-width: 1100px) {
  .Footer-shipping {
    width: 300px;
  }
}
@media screen and (min-width: 1300px) {
  .Footer-shipping {
    right: 8.333%;
  }
}
.isNotTablet .Footer-shippingLink:hover .Footer-shippingPseudoLink,
.isTablet .Footer-shippingLink:active .Footer-shippingPseudoLink {
  border-color: currentColor;
}
.isNotTablet .Footer-shippingLink:hover .Footer-shippingText,
.isTablet .Footer-shippingLink:active .Footer-shippingText {
  color: #fff;
}
.isNotTablet .Footer-shippingLink:hover .Footer-shippingImg--hover,
.isTablet .Footer-shippingLink:active .Footer-shippingImg--hover {
  opacity: 1;
}
.Footer-shippingImgs {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 47px;
  margin-bottom: 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Footer-shippingImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Footer-shippingImg {
  transition: opacity 0.3s ease;
}
.Footer-shippingImg--default {
  z-index: 1;
}
.Footer-shippingImg--hover {
  opacity: 0;
  z-index: 2;
}
.isNotTablet .Footer-shippingText {
  transition: color 0.3s ease;
}
.Footer-shippingPseudoLink {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #ed777e;
  font-weight: bold;
}
.isNotTablet .Footer-shippingPseudoLink {
  transition: border-color 0.3s ease;
}
.Footer-subfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  color: #999999;
  font-size: 14px;
  background-color: #1a1a1a;
  z-index: 3;
  overflow: visible;
}
.Footer-subfooterSeparator {
  position: absolute;
  top: -1px;
  height: 1px;
  left: 3.5%;
  right: 3.5%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1300px) {
  .Footer-subfooterSeparator {
    left: 8.333%;
    right: 8.333%;
  }
}
.Footer-additionalLinks {
  position: absolute;
  bottom: 40px;
  left: 3.5%;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .Footer-additionalLinks {
    left: 8.333%;
  }
}
.Footer-additionalLinks li {
  display: inline-block;
  margin-right: 30px;
}
.Footer-additionalLinks .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.isNotTablet .Footer-additionalLinks .u-Link:hover,
.isTablet .Footer-additionalLinks .u-Link:active {
  opacity: 1;
  color: white;
  border-color: #999999;
}
.Footer-copyright {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  text-align: center;
  white-space: nowrap;
}
.Footer-actions {
  position: absolute;
  bottom: 40px;
  right: 3.5%;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1300px) {
  .Footer-actions {
    right: 8.333%;
  }
}
.Footer-actions li {
  display: inline-block;
  margin-left: 30px;
}
.Footer-action {
  font-size: inherit;
  color: white;
}
.isNotTablet .Footer-action:hover .Footer-actionIcon svg,
.isTablet .Footer-action:active .Footer-actionIcon svg {
  fill: #b26282;
}
.isNotTablet .Footer-action:hover .Footer-actionText,
.isTablet .Footer-action:active .Footer-actionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Footer-action--active {
  color: #b26282 !important;
}
.Footer-action--active .Footer-actionIcon svg {
  fill: #b26282;
}
.Footer-actionIcon {
  display: inline-block;
  position: relative;
  transition: fill 0.2s ease;
}
.Footer-actionIcon--downloads {
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 6px;
}
.Footer-actionIcon--newsletter {
  width: 20px;
  height: 14px;
  top: 3px;
  margin-right: 6px;
}
.Footer-actionIcon--chooseCountry {
  width: 19px;
  height: 19px;
  top: 5px;
  margin-right: 6px;
}
.Footer-actionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: white;
}
.Footer-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 3;
}
.Footer-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: white;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.Footer-cross:hover svg {
  border-radius: 0;
}
.Footer-chooseCountry {
  position: fixed;
  left: 0;
  bottom: -620px;
  height: 620px;
  width: 100%;
  background-color: #1a1a1a;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 2;
}
.Footer-chooseCountry--show {
  -webkit-transform: translateY(-700px);
          transform: translateY(-700px);
}
.Footer-chooseCountryTitle {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.Footer-chooseCountryTitle--international {
  top: 60px;
}
.Footer-chooseCountryTitle--regional {
  top: 200px;
}
.Footer-internationalLinks {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1;
}
.Footer-internationalLinks .u-LinkBtn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 36px;
  margin: 0 20px;
}
.isIE .Footer-internationalLinks .u-LinkBtn {
  line-height: 40px;
}
.Footer-regionalLinks {
  position: absolute;
  left: 0;
  top: 260px;
  width: 100%;
  height: 300px;
  text-align: center;
  white-space: nowrap;
}
.Footer-regionalLinksColumn {
  display: inline-block;
  width: 280px;
  height: 100%;
  margin: 0 30px;
  vertical-align: top;
}
.Footer-regionalLinksColumn li {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: right;
}
.Footer-regionalLinksColumn li a {
  position: relative;
  line-height: 39px;
  border-bottom: 1px solid;
  border-color: #313131;
  transition: border-color 0.3s ease;
}
.Footer-regionalLinksColumn li a[href] {
  z-index: 2;
}
.isNotTablet .Footer-regionalLinksColumn li a[href]:hover,
.isTablet .Footer-regionalLinksColumn li a[href]:active {
  opacity: 1;
  border-color: white !important;
}
.Footer-regionalLinksColumn li a.Footer-regionalLink {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Footer-regionalLinksColumn li:last-child a {
  border-color: transparent;
}
.Footer-regionalLinkCountry {
  float: left;
  text-transform: uppercase;
  color: #919191;
}
.Footer-regionalLinkLanguage {
  float: right;
}
.Footer-regionalLinkLanguage--russian {
  font-family: Arial;
  font-size: 14px;
}
.Footer-regionalLinkLanguageSeparator {
  color: #919191;
}
.Footer-downloads {
  position: fixed;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #1a1a1a;
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.Footer-downloads--show {
  -webkit-transform: translateY(-480px);
          transform: translateY(-480px);
}
.Footer-downloadsTitle {
  padding-top: 60px;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.Footer-downloadsContent {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Footer-downloadsFindBtn {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 60px;
  line-height: 56px;
  border: 2px solid white;
  font-size: 20px;
}
.isIE .Footer-downloadsFindBtn {
  line-height: 60px;
}
.Footer-downloadsSelector {
  position: relative;
  display: inline-block;
  width: 460px;
  height: 60px;
  margin-right: 20px;
}
.Footer-downloadsSelector--nothingSelected {
  border: 2px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
}
.isNotTablet .Footer-downloadsSelector:hover,
.isTablet .Footer-downloadsSelector:active {
  border: 2px solid white !important;
  border-image: none;
}
.isNotTablet .Footer-downloadsSelector:hover .Footer-downloadsSelectorTriangleDown,
.isTablet .Footer-downloadsSelector:active .Footer-downloadsSelectorTriangleDown {
  border-color: #1a1a1a transparent transparent transparent;
}
.Footer-downloadsSelectorContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Footer-downloadsSelectorValue {
  position: absolute;
  top: 0;
  left: 20px;
  width: 380px;
  height: 100%;
  line-height: 56px;
  font-size: 20px;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.isIE .Footer-downloadsSelectorValue {
  line-height: 60px;
}
.Footer-downloadsSelectorTriangleDown {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: white transparent transparent transparent;
  transition: border-color 0.2s ease;
}
.Footer-downloadsSelectorOptions {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 460px;
  height: 400px;
  padding: 2px 0;
  border: 1px solid #d4d8de;
  font-size: 16px;
  font-weight: normal;
  background-color: white;
  color: #1a1a1a;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: none;
}
.Footer-downloadsSelectorOptions--show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Footer-downloadsSelectorOptions h3 {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  margin-top: 20px;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
}
.Footer-downloadsSelectorOptions li {
  height: 40px;
  margin-left: 60px;
  margin-right: 40px;
  line-height: 39px;
  border-bottom: 1px solid;
  border-color: #d4d8de;
  transition: border-color 0.3s ease;
}
.Footer-downloadsSelectorOptions li:last-child {
  border-color: transparent;
  margin-bottom: 20px;
}
.isNotTablet .Footer-downloadsSelectorOptions li:hover,
.isTablet .Footer-downloadsSelectorOptions li:active {
  cursor: pointer;
  border-color: black;
}
.Footer-downloadsSelectorOptions .ps-container .ps-scrollbar-y-rail,
.Footer-downloadsSelectorOptions .ps-container .ps-scrollbar-y {
  width: 4px !important;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.Footer-downloadsSelectorOptions .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.Footer-downloadsSelectorOptionsScroll {
  position: relative;
  height: 100%;
  z-index: 1;
}
.Footer-downloadsSelectorOptionsGroup {
  border-bottom: 1px solid;
  border-color: #d4d8de;
}
.Footer-downloadsSelectorOptionsGroup:last-child {
  padding-bottom: 20px;
  border-color: transparent;
}
.Footer-downloadsSelectorCloseOptionsBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: white;
  z-index: 1;
}
.isNotTablet .Footer-downloadsSelectorCloseOptionsBtn:hover,
.isTablet .Footer-downloadsSelectorCloseOptionsBtn:active {
  cursor: pointer;
}
.isNotTablet .Footer-downloadsSelectorCloseOptionsBtn:hover .Footer-downloadsSelectorTriangleDown,
.isTablet .Footer-downloadsSelectorCloseOptionsBtn:active .Footer-downloadsSelectorTriangleDown {
  opacity: 0.4;
}
.Footer-downloadsSelectorCloseOptionsBtn .Footer-downloadsSelectorTriangleDown {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: black transparent transparent transparent;
  transition: opacity 0.3s ease;
}
.Footer-downloadsSelectorOptionContent {
  width: 300px;
}
.Footer-downloadsSelectorMounting {
  display: inline-block;
  float: left;
  text-transform: uppercase;
}
.Footer-downloadsSelectorSize {
  display: inline-block;
  float: right;
  width: 60px;
  text-align: left;
}
.Footer-subsribeAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1024px;
  text-align: center;
  z-index: 5;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/newsletter-subscribe-back.png');
  background-size: 100%;
  padding: 13px 0 7px;
  opacity: 0;
  transition: opacity 0s 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0s 0.5s;
  transition: transform 0.5s ease, opacity 0s 0.5s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.Footer-subsribeAlert.shown {
  transition: opacity 0s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0s;
  transition: transform 0.5s ease, opacity 0s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.Footer-subsribeAlert-text {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  margin-right: 34px;
}
.Footer-subsribeAlert .u-Btn {
  vertical-align: top;
  top: -3px;
  font-size: 16px;
}
.Footer-subsribeAlert .u-Btn span {
  line-height: 36px;
}
.Footer-subsribeAlert-yesBtn {
  width: 115px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #1a1a1a;
  background: #fff;
  color: #c76f7c;
  margin-right: 7px;
}
.Footer-subsribeAlert-yesBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .Footer-subsribeAlert-yesBtn:hover,
.isTablet .Footer-subsribeAlert-yesBtn:active {
  color: #fff;
  background: transparent;
}
.Footer-subsribeAlert-noBtn {
  width: 115px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.Footer-subsribeAlert-noBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .Footer-subsribeAlert-noBtn:hover,
.isTablet .Footer-subsribeAlert-noBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.isNotTablet .Footer-subsribeAlert-noBtn:hover,
.isTablet .Footer-subsribeAlert-noBtn:active {
  color: #c76f7c;
}
.Footer-subsribeAlert-disclamer {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.6;
  text-align: right;
}
.Section {
  position: relative;
  z-index: 1;
}
.IndexIntro {
  position: relative;
  z-index: 2;
}
.IndexIntro:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}
.IndexIntro-textCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg');
  background-size: cover;
  background-position: left top;
  z-index: 3;
}
.IndexIntro-textCarousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.88888889%;
}
.IndexIntro-learnMoreLink {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 40px;
  z-index: 1;
}
.isIE .IndexIntro-learnMoreLink {
  line-height: 40px;
}
.IndexIntro-textCarouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-textCarouselPluginContainer .IndexIntro-textCarouselItem:not(:first-child) {
  display: none;
}
.IndexIntro-textCarouselPluginElement {
  width: 100%;
  height: 100%;
}
.IndexIntro-textCarouselPluginElement .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexIntro-textCarouselPluginElement .owl-stage-outer,
.IndexIntro-textCarouselPluginElement .owl-stage,
.IndexIntro-textCarouselPluginElement .owl-item {
  width: 100%;
  height: 100%;
  transition-timing-function: ease !important;
}
.IndexIntro-textCarouselPluginElement .owl-item {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.IndexIntro-textCarouselItem {
  height: 100%;
}
.IndexIntro-textCarouselItemContent {
  position: absolute;
  bottom: 80px;
  right: 40px;
  width: 452px;
  line-height: 1.28;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  color: white;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media screen and (min-width: 1044px) {
  .IndexIntro-textCarouselItemContent {
    width: 460px;
  }
}
@media screen and (min-width: 1500px) {
  .IndexIntro-textCarouselItemContent {
    width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .IndexIntro-textCarouselItemContent {
    font-size: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .IndexIntro-textCarouselItemContent {
    font-size: 40px;
  }
}
.IndexIntro-textCarouselItemContent a {
  padding-bottom: 51px;
}
.IndexIntro-playPause {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  z-index: 10;
  cursor: pointer;
}
.IndexIntro-imageCarousel {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 50%;
  background-color: #171717;
  z-index: 2;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.IndexIntro-imageCarousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.IndexIntro-imageCarousel iframe {
  pointer-events: none;
}
.isNotTablet .IndexIntro-imageCarousel:hover .IndexIntro-imageCarouselPrev,
.isTablet .IndexIntro-imageCarousel:active .IndexIntro-imageCarouselPrev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.isNotTablet .IndexIntro-imageCarousel:hover .IndexIntro-imageCarouselNext,
.isTablet .IndexIntro-imageCarousel:active .IndexIntro-imageCarouselNext {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.isNotTablet .IndexIntro-imageCarousel:hover .IndexIntro-playPause,
.isTablet .IndexIntro-imageCarousel:active .IndexIntro-playPause {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.IndexIntro-imageCarouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-imageCarouselPluginContainer .IndexIntro-imageCarouselItem:not(:first-child) {
  display: none;
}
.IndexIntro-imageCarouselPluginElement {
  width: 100%;
  height: 100%;
}
.IndexIntro-imageCarouselPluginElement .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexIntro-imageCarouselPluginElement .owl-stage-outer,
.IndexIntro-imageCarouselPluginElement .owl-stage,
.IndexIntro-imageCarouselPluginElement .owl-item {
  width: 100%;
  height: 100%;
  transition-timing-function: ease !important;
}
.IndexIntro-imageCarouselPluginElement .owl-item {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.IndexIntro-imageCarouselPluginElement .owl-item iframe {
  opacity: 0!important;
}
.IndexIntro-imageCarouselPluginElement .owl-item.active iframe {
  opacity: 1!important;
}
.IndexIntro-imageCarouselPluginElement.owl-loaded .owl-dots {
  opacity: 1;
}
.IndexIntro-imageCarouselPluginElement .owl-dots {
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 20px;
  height: 12px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot span {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot.active {
  background-color: white;
}
.isNotTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:hover.active,
.isTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:active.active {
  cursor: default;
}
.isNotTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:hover:not(.active) span,
.isTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:active:not(.active) span {
  background-color: white;
}
.IndexIntro-imageCarouselItem {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.IndexIntro-imageCarouselItem iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.IndexIntro-invisibleLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-imgForSave {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-playButton,
.IndexIntro-pauseButton {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
}
.IndexIntro-playButton.isHidden,
.IndexIntro-pauseButton.isHidden {
  opacity: 0;
  pointer-events: none;
}
.isNotTablet .IndexIntro-playButton:hover .IndexIntro-playButtonCircle,
.isNotTablet .IndexIntro-pauseButton:hover .IndexIntro-playButtonCircle {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.IndexIntro-playButton:active .IndexIntro-playButtonCircle,
.IndexIntro-pauseButton:active .IndexIntro-playButtonCircle {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.IndexIntro-playButtonCircle:after {
  content: ' ';
  position: absolute;
  background: black;
  border-radius: 59px;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  opacity: 0.2;
}
.IndexIntro-playButtonCircle,
.IndexIntro-playButtonTriangle,
.IndexIntro-pauseButtonSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.isNotTablet .IndexIntro-playButtonCircle,
.isNotTablet .IndexIntro-playButtonTriangle,
.isNotTablet .IndexIntro-pauseButtonSvg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.IndexIntro-playButtonCircle svg,
.IndexIntro-playButtonTriangle svg,
.IndexIntro-pauseButtonSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.IndexIntro-imageCarouselPrev,
.IndexIntro-imageCarouselNext {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition-delay: 0.15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.isTablet .IndexIntro-imageCarouselPrev,
.isTablet .IndexIntro-imageCarouselNext {
  display: none;
}
.isNotTablet .IndexIntro-imageCarouselPrev:hover,
.isNotTablet .IndexIntro-imageCarouselNext:hover,
.isTablet .IndexIntro-imageCarouselPrev:active,
.isTablet .IndexIntro-imageCarouselNext:active {
  cursor: pointer;
}
.IndexIntro-imageCarouselPrev:active,
.IndexIntro-imageCarouselNext:active {
  opacity: 0.6 !important;
}
.IndexIntro-imageCarouselPrev svg,
.IndexIntro-imageCarouselNext svg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 71.7px;
  height: 100%;
  fill: white;
  transition: margin 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, margin 0.2s ease;
  transition: transform 0.2s ease, margin 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: visible;
}
.IndexIntro-imageCarouselPrev {
  left: 0;
  -webkit-transform: translateX(-77px);
          transform: translateX(-77px);
  transition-delay: 0s !important;
}
.IndexIntro-imageCarouselPrev svg {
  left: 25px;
}
.isNotTablet .IndexIntro-imageCarouselPrev:hover svg,
.isTablet .IndexIntro-imageCarouselPrev:active svg {
  margin-left: -19px;
}
.IndexIntro-imageCarouselNext {
  right: 0;
  -webkit-transform: translateX(77px);
          transform: translateX(77px);
  transition-delay: 0s !important;
}
.IndexIntro-imageCarouselNext svg {
  right: 25px;
}
.isNotTablet .IndexIntro-imageCarouselNext:hover svg,
.isTablet .IndexIntro-imageCarouselNext:active svg {
  margin-right: -19px;
}
.IndexIntro .owl-carousel .animated {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.IndexIntro .owl-carousel .owl-animated-out {
  z-index: 1;
}
.IndexIntro .owl-carousel .owl-animated-in {
  z-index: 2;
}
@-webkit-keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.IndexIntro .textFadeOutLeft {
  -webkit-animation-name: textFadeOutLeft;
          animation-name: textFadeOutLeft;
}
@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.IndexIntro .owl-carousel .textFadeIn {
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
@-webkit-keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.IndexIntro .owl-carousel .imageScaleFadeIn {
  -webkit-animation-name: imageScaleFadeIn;
          animation-name: imageScaleFadeIn;
}
@-webkit-keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.IndexIntro .owl-carousel .fadeOut {
  -webkit-animation-name: imageFadeOut;
  animation-name: imageFadeOut;
}
.IndexIntro-links {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1224px) {
  .IndexIntro-links {
    bottom: -25px;
  }
}
.IndexIntro-link {
  position: relative;
  color: #858d93;
  text-transform: none;
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.025em;
  margin: 0 40px;
  width: 50%;
  max-width: 280px;
}
.IndexIntro-link svg {
  width: 62px;
  height: 20px;
  display: block;
  position: relative;
  top: -4px;
}
.IndexIntro-link:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  bottom: 50%;
  margin-bottom: -10px;
  margin-left: -30px;
  width: 29px;
  height: 24px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/arrow-right--gradient.png') right top no-repeat transparent;
  background-size: 35px auto;
  transition: width .2s;
}
.isNotTablet .IndexIntro-link:hover:before,
.isTablet .IndexIntro-link:active:before {
  width: 35px;
}
.IndexIntro-linkHeader {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 1px;
}
.IndexIntro-linkText {
  display: inline-block;
}
@media screen and (max-width: 1224px) {
  .IndexIntro-linkText {
    max-width: 140px;
    height: 40px;
  }
}
.IndexIntro-link + .IndexIntro-link:after {
  content: ' ';
  position: absolute;
  top: -1px;
  left: -40px;
  bottom: 4px;
  width: 1px;
  background: #c8c9ca;
  pointer-events: none;
}
.IndexFamilies {
  position: relative;
  z-index: 1;
}
.IndexFamilies-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.IndexFamilies-headerText {
  font-size: 18px;
  margin-top: 62px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-headerText {
    font-size: 20px;
    margin-top: 64px;
  }
}
.IndexFamilies-headerSeparator {
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background-color: #1a1a1a;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-headerSeparator {
    top: 100px;
  }
}
.IndexFamilies-grid {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding-top: 134px;
  padding-bottom: 120px;
}
.IndexFamilies-gridItem {
  display: inline-block;
  position: relative;
  width: 33.3333%;
  min-height: 600px;
  font-weight: normal;
}
@media screen and (min-width: 1940px) {
  .IndexFamilies-gridItem {
    width: 25%;
  }
}
.IndexFamilies-gridItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
.IndexFamilies-gridItem-modifiers {
  position: absolute;
  top: 11px;
  z-index: 10;
  left: 57px;
}
.IndexFamilies-gridItem-modifiers .Mod {
  display: inline-block;
  margin-right: 1px;
  background: #9da0a5;
  color: white;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.IndexFamilies-gridItem:first-child .IndexFamilies-letter--z1,
.IndexFamilies-gridItem:nth-child(9) .IndexFamilies-letter--z1,
.IndexFamilies-gridItem:nth-child(17) .IndexFamilies-letter--z1,
.IndexFamilies-gridItem:nth-child(25) .IndexFamilies-letter--z1,
.IndexFamilies-gridItem:nth-child(33) .IndexFamilies-letter--z1 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(2) .IndexFamilies-letter--u2,
.IndexFamilies-gridItem:nth-child(10) .IndexFamilies-letter--u2,
.IndexFamilies-gridItem:nth-child(18) .IndexFamilies-letter--u2,
.IndexFamilies-gridItem:nth-child(26) .IndexFamilies-letter--u2,
.IndexFamilies-gridItem:nth-child(34) .IndexFamilies-letter--u2 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(3) .IndexFamilies-letter--m3,
.IndexFamilies-gridItem:nth-child(11) .IndexFamilies-letter--m3,
.IndexFamilies-gridItem:nth-child(19) .IndexFamilies-letter--m3,
.IndexFamilies-gridItem:nth-child(27) .IndexFamilies-letter--m3,
.IndexFamilies-gridItem:nth-child(35) .IndexFamilies-letter--m3 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(4) .IndexFamilies-letter--t4,
.IndexFamilies-gridItem:nth-child(12) .IndexFamilies-letter--t4,
.IndexFamilies-gridItem:nth-child(20) .IndexFamilies-letter--t4,
.IndexFamilies-gridItem:nth-child(28) .IndexFamilies-letter--t4,
.IndexFamilies-gridItem:nth-child(36) .IndexFamilies-letter--t4 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(5) .IndexFamilies-letter--o5,
.IndexFamilies-gridItem:nth-child(13) .IndexFamilies-letter--o5,
.IndexFamilies-gridItem:nth-child(21) .IndexFamilies-letter--o5,
.IndexFamilies-gridItem:nth-child(29) .IndexFamilies-letter--o5,
.IndexFamilies-gridItem:nth-child(37) .IndexFamilies-letter--o5 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(6) .IndexFamilies-letter--b6,
.IndexFamilies-gridItem:nth-child(14) .IndexFamilies-letter--b6,
.IndexFamilies-gridItem:nth-child(22) .IndexFamilies-letter--b6,
.IndexFamilies-gridItem:nth-child(30) .IndexFamilies-letter--b6,
.IndexFamilies-gridItem:nth-child(38) .IndexFamilies-letter--b6 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(7) .IndexFamilies-letter--e7,
.IndexFamilies-gridItem:nth-child(15) .IndexFamilies-letter--e7,
.IndexFamilies-gridItem:nth-child(23) .IndexFamilies-letter--e7,
.IndexFamilies-gridItem:nth-child(31) .IndexFamilies-letter--e7,
.IndexFamilies-gridItem:nth-child(39) .IndexFamilies-letter--e7 {
  display: block;
}
.IndexFamilies-gridItem:nth-child(8) .IndexFamilies-letter--l8,
.IndexFamilies-gridItem:nth-child(16) .IndexFamilies-letter--l8,
.IndexFamilies-gridItem:nth-child(24) .IndexFamilies-letter--l8,
.IndexFamilies-gridItem:nth-child(32) .IndexFamilies-letter--l8,
.IndexFamilies-gridItem:nth-child(40) .IndexFamilies-letter--l8 {
  display: block;
}
.isNotTablet .IndexFamilies-gridItem:hover {
  cursor: pointer;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-familyOverviewTitle {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-familyOverviewSeparator {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-familyOverviewContent {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-familyOverviewContentMain {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-familyOverviewContentHover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-gridItemHover {
  opacity: 1;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:hover .IndexFamilies-hoverGridItemEars {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.isNotTablet .IndexFamilies-gridItem:active .IndexFamilies-gridItemHover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.isTablet .IndexFamilies:not(.scrolling) .IndexFamilies-gridItem:active {
  cursor: pointer;
}
.isTablet .IndexFamilies:not(.scrolling) .IndexFamilies-gridItem:active .IndexFamilies-gridItemHover {
  opacity: 1;
  transition: 0s opacity linear 0.2s;
}
.IndexFamilies-letters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.IndexFamilies-letter {
  display: none;
  color: white;
  font-size: 510px;
  font-weight: normal;
  line-height: 600px;
}
.IndexFamilies-letter--m3 {
  margin-left: -33px;
}
@media screen and (min-width: 1044px) {
  .IndexFamilies-letter {
    font-size: 49.2vw;
  }
}
@media screen and (min-width: 1100px) {
  .IndexFamilies-letter {
    font-size: 49.2vw;
  }
  .IndexFamilies-letter--m3 {
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 1460px) {
  .IndexFamilies-letter {
    font-size: 49.2vw;
    line-height: 39.4vw;
  }
  .IndexFamilies-letter--m3 {
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 1940px) {
  .IndexFamilies-letter {
    font-size: 37vw;
    line-height: 26.4vw;
  }
  .IndexFamilies-letter--m3 {
    margin-left: -2.4vw;
  }
}
@media screen and (min-width: 1080px) {
  .IndexFamilies--noScrollbar .IndexFamilies-gridItem {
    min-height: 600px;
  }
}
@media screen and (min-width: 1920px) {
  .IndexFamilies--noScrollbar .IndexFamilies-gridItem {
    width: 25%;
  }
}
.IndexFamilies--noScrollbar .IndexFamilies-letter {
  font-size: 510px;
  line-height: 465px;
}
.IndexFamilies--noScrollbar .IndexFamilies-letter--m3 {
  margin-left: -33px;
}
@media screen and (min-width: 1024px) {
  .IndexFamilies--noScrollbar .IndexFamilies-letter {
    font-size: 49.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .IndexFamilies--noScrollbar .IndexFamilies-letter {
    font-size: 49.8vw;
    line-height: 600px;
  }
  .IndexFamilies--noScrollbar .IndexFamilies-letter--m3 {
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .IndexFamilies--noScrollbar .IndexFamilies-letter {
    font-size: 49.8vw;
    line-height: 39.5vw;
  }
  .IndexFamilies--noScrollbar .IndexFamilies-letter--m3 {
    margin-left: -3.2vw;
  }
}
@media screen and (min-width: 1920px) {
  .IndexFamilies--noScrollbar .IndexFamilies-letter {
    font-size: 37.4vw;
    line-height: 29.5vw;
  }
  .IndexFamilies--noScrollbar .IndexFamilies-letter--m3 {
    margin-left: -2.4vw;
  }
}
.IndexFamilies-img {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexFamilies-familyOverview {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  text-align: center;
  z-index: 3;
}
.IndexFamilies-familyOverviewContent {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.isNotTablet .IndexFamilies-familyOverviewContent {
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.isTablet .IndexFamilies-familyOverviewContent {
  transition: 0s;
}
.IndexFamilies-familyOverviewContentMain,
.IndexFamilies-familyOverviewContentHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.isNotTablet .IndexFamilies-familyOverviewContentMain {
  transition: opacity 0.2s ease-in-out;
}
.isTablet .IndexFamilies-familyOverviewContentMain {
  transition: 0s;
}
.IndexFamilies-familyOverviewContentHover {
  top: -90px;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-familyOverviewContentHover {
    top: -100px;
  }
}
.isNotTablet .IndexFamilies-familyOverviewContentHover {
  transition: opacity 0.1s ease-in-out;
}
.isTablet .IndexFamilies-familyOverviewContentHover {
  transition: 0s;
}
.IndexFamilies-familyOverviewContentHover {
  opacity: 0;
}
.IndexFamilies-familyOverviewTitle {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-familyOverviewTitle {
    font-size: 40px;
    margin-bottom: 34px;
  }
}
.isNotTablet .IndexFamilies-familyOverviewTitle {
  transition: opacity 0.2s ease-in-out;
}
.isTablet .IndexFamilies-familyOverviewTitle {
  transition: 0s;
}
.IndexFamilies-familyOverviewSeparator {
  width: 60px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #1a1a1a;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-familyOverviewSeparator {
    margin-bottom: 24px;
  }
}
.isNotTablet .IndexFamilies-familyOverviewSeparator {
  transition: opacity 0.2s ease-in-out;
}
.isTablet .IndexFamilies-familyOverviewSeparator {
  transition: 0s;
}
.IndexFamilies-productsCount {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .IndexFamilies-productsCount {
    font-size: 16px;
    margin-bottom: 26px;
  }
}
.IndexFamilies-productsCount strong {
  font-weight: bold;
}
.IndexFamilies-familyOptions {
  padding: 0 40px;
}
.IndexFamilies-familyOptions li {
  display: block;
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 300;
  line-height: 1;
}
.IndexFamilies-familySpecs {
  padding: 0 40px;
}
.IndexFamilies-familySpecTitle {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.IndexFamilies-familySpecValue {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 1;
}
.IndexFamilies-gridItemHover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: calc(100% - 20px);
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.isNotTablet .IndexFamilies-gridItemHover {
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.isTablet .IndexFamilies-gridItemHover {
  transition: 0s;
}
.IndexFamilies-gridItemHoverBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 4 stretch stretch;
  z-index: 3;
}
.IndexFamilies-gridItemHoverTextBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: white;
  z-index: 2;
}
.IndexFamilies-gridItemHoverTextBgGradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e0e2e6, white);
}
.IndexFamilies-hoverGridItemEars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
}
.isNotTablet .IndexFamilies-hoverGridItemEars {
  transition: opacity 0.1s ease-in-out;
}
.isTablet .IndexFamilies-hoverGridItemEars {
  transition: 0s;
}
.IndexFamilies-hoverGridItemEars:before,
.IndexFamilies-hoverGridItemEars:after {
  content: '';
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
  background-color: #f4f5f6;
}
.IndexFamilies-hoverGridItemEars:before {
  left: -1px;
}
.IndexFamilies-hoverGridItemEars:after {
  right: -1px;
}
.IndexMountingFilter {
  position: relative;
  min-height: 678px;
}
.IndexMountingFilter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right bottom;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexMountingFilter-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.IndexMountingFilter-title {
  padding-top: 60px;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 2.777%;
  font-weight: normal;
  text-align: center;
  color: white;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.IndexMountingFilter-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.IndexMountingFilter-gridItem {
  position: relative;
  width: 16.666%;
  margin: 0 5.166vw;
  padding-bottom: 2.777vw;
  margin-bottom: 2.777vw;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .IndexMountingFilter-gridItem {
    width: 240px;
  }
}
@media screen and (min-width: 1440px) {
  .IndexMountingFilter-gridItem {
    margin: 0 74px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.isNotTablet .IndexMountingFilter-gridItem:hover {
  cursor: pointer;
}
.isNotTablet .IndexMountingFilter-gridItem:hover .IndexMountingFilter-gridItemTitle {
  border-color: white;
}
.isNotTablet .IndexMountingFilter-gridItem:hover .IndexMountingFilter-gridItemImg--hover {
  opacity: 1;
}
.isTablet .IndexMountingFilter-gridItem:active .IndexMountingFilter-gridItemImg--hover {
  opacity: 1;
}
.IndexMountingFilter-gridItemImgs {
  position: relative;
}
.IndexMountingFilter-gridItemImgs:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.33333333%;
}
@media screen and (min-width: 1080px) {
  .IndexMountingFilter-gridItemImgs {
    width: 240px;
    height: 140px;
  }
  .IndexMountingFilter-gridItemImgs:before {
    padding: 0;
  }
}
.IndexMountingFilter-gridItemImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexMountingFilter-gridItemImg--hover {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.IndexMountingFilter-gridItemTitle {
  display: inline;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: white;
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease;
}
.IndexMountingFilter-gridItemSeparator {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 133.333%;
  margin-left: -66.666%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.InspirationFilterGrid {
  position: relative;
  min-height: 768px;
  padding-bottom: 80px;
}
.InspirationFilterGrid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e0e3e6, white 340px, white 100%);
}
.InspirationFilterGrid-filter {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.InspirationFilterGrid-filterHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  transition: background-color 0.1s ease;
}
.InspirationFilterGrid-filterHeader--onScroll {
  background-color: white;
}
.InspirationFilterGrid-filterHeader--panelShown .InspirationFilterGrid-filterHeaderSeparator {
  opacity: 0;
}
.InspirationFilterGrid-filterHeaderSeparator {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d4d8de;
  transition: opacity 0.3s ease-in-out;
}
.InspirationFilterGrid-filterHeaderContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-width: 600px;
  height: 100%;
  margin-left: 260px;
}
@media screen and (min-width: 1180px) {
  .InspirationFilterGrid-filterHeaderContent {
    margin-left: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.InspirationFilterGrid-filterTitle {
  position: relative;
  top: 44px;
  display: inline-block;
  margin-right: 40px;
  white-space: nowrap;
  height: 24px;
  line-height: 1;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 1250px) {
  .InspirationFilterGrid-filterTitle {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .InspirationFilterGrid-filterTitle {
    margin-right: 100px;
  }
}
.isNotTablet .InspirationFilterGrid-filterTitle:hover .InspirationFilterGrid-filterTitleText,
.isTablet .InspirationFilterGrid-filterTitle:active .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationFilterGrid-filterTitle:hover .InspirationFilterGrid-filterTitleTriangleDown,
.isTablet .InspirationFilterGrid-filterTitle:active .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitle--panelShown .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-filterTitle--panelShown .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitle--selected .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-filterTitle--selected .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitleText {
  margin-right: 2px;
}
.InspirationFilterGrid-filterTitleTriangleDown {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #1a1a1a transparent transparent;
}
.InspirationFilterGrid-clearFiltersBtn {
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  display: none;
  position: relative;
  top: 38px;
  width: 160px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.InspirationFilterGrid-clearFiltersBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.InspirationFilterGrid-clearFiltersBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active {
  opacity: 1;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover:before,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active:before {
  opacity: 1;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover span,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
@media screen and (min-width: 1090px) {
  .InspirationFilterGrid-clearFiltersBtn {
    display: inline-block;
  }
}
.InspirationFilterGrid-clearFiltersBtn--show {
  opacity: 1;
  pointer-events: all;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover .InspirationFilterGrid-clearFiltersBtnText,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active .InspirationFilterGrid-clearFiltersBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.InspirationFilterGrid-clearFiltersBtnText {
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isIE .InspirationFilterGrid-clearFiltersBtnText {
  line-height: 44px;
}
.InspirationFilterGrid-filterContent {
  position: relative;
  z-index: 1;
}
.InspirationFilterGrid-filterPanel {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  min-width: 1024px;
  background-color: white;
  border: 1px solid #cccccc;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.InspirationFilterGrid-filterPanel--show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
.InspirationFilterGrid-filterPanel--product {
  overflow: hidden;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelContent {
  text-align: center;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelSeparator {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d4d8de;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelSeparator--first {
  top: 200px;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelSeparator--second {
  top: 400px;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelSeparator--third {
  top: 600px;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 160px;
  margin: 20px;
  background-color: white;
}
.isNotTablet .InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn:hover .InspirationFilterGrid-filterBtnHover,
.isTablet .InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn:active .InspirationFilterGrid-filterBtnHover,
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn.InspirationFilterGrid-filterBtn--selected .InspirationFilterGrid-filterBtnHover {
  opacity: 1;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 152px;
  height: 120px;
  margin: 0 auto;
  background-position: 0 0;
  background-size: cover;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnTitle {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/filter-family-hover.png');
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.InspirationFilterGrid-filterPanel--mount {
  overflow: hidden;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterPanelContent {
  text-align: center;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterPanelSeparator {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d4d8de;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterPanelSeparator--first {
  top: 300px;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterPanelSeparator--second {
  top: 600px;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterPanelSeparator--third {
  top: 900px;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtn {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 260px;
  margin: 20px;
  background-color: white;
}
.isNotTablet .InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtn:hover .InspirationFilterGrid-filterBtnHover,
.isTablet .InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtn:active .InspirationFilterGrid-filterBtnHover,
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtn.InspirationFilterGrid-filterBtn--selected .InspirationFilterGrid-filterBtnHover {
  opacity: 1;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtnContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtnImg {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 220px;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtnTitle {
  position: absolute;
  top: 100%;
  margin-top: -98px;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationFilterGrid-filterPanel--mount .InspirationFilterGrid-filterBtnHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/filter-mount-hover.png');
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.InspirationFilterGrid-filterPanel--application {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterPanelContent {
  width: 960px;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 220px;
  height: 80px;
  line-height: 80px;
  margin: 10px;
  font-size: 30px;
  font-weight: 300;
  color: #1a1a1a;
  background-color: #f6f7f8;
}
.isNotTablet .InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn:hover .InspirationFilterGrid-filterBtnHover,
.isTablet .InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn:active .InspirationFilterGrid-filterBtnHover,
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn.InspirationFilterGrid-filterBtn--selected .InspirationFilterGrid-filterBtnHover {
  opacity: 1;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtnContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtnHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/filter-application-hover.png');
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.InspirationFilterGrid-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  min-height: 640px;
  padding-top: 40px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-grid {
    max-width: 1440px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1480px) {
  .InspirationFilterGrid-grid {
    margin: 0 auto;
  }
}
.InspirationFilterGrid-grid--filtered {
  display: none;
}
.InspirationFilterGrid-gridItem {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .InspirationFilterGrid-gridItem {
    width: 320px;
    margin: 0 20px;
    margin-bottom: 40px;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgHover {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-small-img-hover.png');
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgActive {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-small-img-active.png');
  }
  .InspirationFilterGrid-gridItem:first-child,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) {
    width: 680px;
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.70588235%;
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) .InspirationFilterGrid-caseImgHover {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-large-img-hover.png');
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) .InspirationFilterGrid-caseImgActive {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-large-img-active.png');
  }
  .InspirationFilterGrid-gridItem:nth-child(3) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+3) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem:nth-child(5) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+5) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem--pdfLink {
    width: 320px;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent {
    position: relative;
    height: 440px;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-gridItem {
    width: 22.2222%;
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .InspirationFilterGrid-gridItem:nth-child(3n) {
    margin-right: 0;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgHover {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-small-img-hover.png');
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgActive {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-small-img-active.png');
  }
  .InspirationFilterGrid-gridItem:first-child,
  .InspirationFilterGrid-gridItem:nth-child(12n+1),
  .InspirationFilterGrid-gridItem:nth-child(6),
  .InspirationFilterGrid-gridItem:nth-child(7),
  .InspirationFilterGrid-gridItem:nth-child(6n+6),
  .InspirationFilterGrid-gridItem:nth-child(6n+7) {
    width: 47.2222%;
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(12n+1) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(7) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6n+6) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6n+7) .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.70588235%;
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(12n+1) .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(6) .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(7) .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(6n+6) .InspirationFilterGrid-caseImgHover,
  .InspirationFilterGrid-gridItem:nth-child(6n+7) .InspirationFilterGrid-caseImgHover {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-large-img-hover.png');
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(12n+1) .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(6) .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(7) .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(6n+6) .InspirationFilterGrid-caseImgActive,
  .InspirationFilterGrid-gridItem:nth-child(6n+7) .InspirationFilterGrid-caseImgActive {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-large-img-active.png');
  }
  .InspirationFilterGrid-gridItem:nth-child(3) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+3) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem:nth-child(4) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+4) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem--pdfLink {
    width: 22.2222%;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent {
    position: relative;
    margin-top: 0 !important;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 137.5%;
  }
}
.InspirationFilterGrid-gridItem--quote {
  transition: opacity 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.isNotTablet .InspirationFilterGrid-gridItem--quote:hover,
.isTablet .InspirationFilterGrid-gridItem--quote:active {
  cursor: pointer;
}
.isNotTablet .InspirationFilterGrid-gridItem--quote:hover .InspirationFilterGrid-quote p,
.isTablet .InspirationFilterGrid-gridItem--quote:active .InspirationFilterGrid-quote p {
  color: #b26282;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationFilterGrid-gridItem--quote:hover .InspirationFilterGrid-quote:before,
.isTablet .InspirationFilterGrid-gridItem--quote:active .InspirationFilterGrid-quote:before {
  color: #b26282;
}
.isNotTablet .InspirationFilterGrid-gridItem--quote:hover .InspirationFilterGrid-tag,
.isTablet .InspirationFilterGrid-gridItem--quote:active .InspirationFilterGrid-tag {
  background: linear-gradient(to right, #b26282, #ed777e);
  color: white;
}
.isNotTablet .InspirationFilterGrid-gridItem--quote:hover .InspirationFilterGrid-caseImgHover,
.isTablet .InspirationFilterGrid-gridItem--quote:active .InspirationFilterGrid-caseImgHover {
  opacity: 1;
}
.InspirationFilterGrid-gridItem--quote:active {
  opacity: 0.6;
}
.InspirationFilterGrid-gridItemContent {
  width: 100%;
}
.InspirationFilterGrid-caseLink {
  display: block;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer {
  position: relative;
  background-color: black;
  margin-bottom: 20px;
}
.isNotTablet .InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:hover .InspirationFilterGrid-caseImgState {
  opacity: 1;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:active .InspirationFilterGrid-caseImgState {
  opacity: 1;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:active .InspirationFilterGrid-caseImgStateInner {
  border-width: 2px;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.InspirationFilterGrid-caseImgState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 120, 125, 0.5);
  border: 4px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .InspirationFilterGrid-caseImgState {
  transition-duration: 0s;
}
.InspirationFilterGrid-caseImgStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .InspirationFilterGrid-caseImgStateInner {
  transition-duration: 0s;
}
.InspirationFilterGrid .InspirationFilterGrid-caseTextContainer {
  margin-bottom: 18px;
  overflow: hidden;
}
.InspirationFilterGrid .InspirationFilterGrid-caseText {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
}
.InspirationFilterGrid-caseTextLastSpace {
  display: inline-block;
  width: 4px;
}
.InspirationFilterGrid-caseReadMoreBtn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.InspirationFilterGrid-caseReadMoreBtnText {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-caseReadMoreBtnText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isNotTablet .InspirationFilterGrid-caseReadMoreBtnText:hover:after,
.isTablet .InspirationFilterGrid-caseReadMoreBtnText:active:after {
  opacity: 1;
}
.InspirationFilterGrid-tag {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #9da0a5;
  background-color: #f6f7f8;
}
.isIE .InspirationFilterGrid-tag {
  line-height: 34px;
}
.isNotTablet .InspirationFilterGrid-tag:hover,
.isTablet .InspirationFilterGrid-tag:active {
  background: linear-gradient(to right, #b26282, #ed777e);
  color: white;
}
.InspirationFilterGrid-quote {
  position: relative;
  padding-right: 40px;
  margin-bottom: 20px;
  line-height: 1.12;
  font-style: italic;
  color: #74777d;
}
@media screen and (max-width: 1023px) {
  .InspirationFilterGrid-quote {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-quote {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .InspirationFilterGrid-quote {
    font-size: 34px;
  }
}
@media screen and (min-width: 1440px) {
  .InspirationFilterGrid-quote {
    font-size: 40px;
  }
}
.InspirationFilterGrid-quote:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: -0.45em;
}
.InspirationFilterGrid-quoteMark {
  font-style: normal;
}
.InspirationFilterGrid-pdfLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #b96581;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/pdf-link-bg.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.isNotTablet .InspirationFilterGrid-pdfLink:hover .InspirationFilterGrid-pdfLinkState {
  opacity: 1;
}
.InspirationFilterGrid-pdfLink:active .InspirationFilterGrid-pdfLinkState {
  opacity: 1;
}
.InspirationFilterGrid-pdfLink:active .InspirationFilterGrid-pdfLinkStateInner {
  border-width: 2px;
}
.InspirationFilterGrid-pdfLinkContent {
  padding: 0 20px;
  padding-top: 40px;
  color: white;
}
.InspirationFilterGrid-pdfLinkLabel {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.InspirationFilterGrid-pdfLinkSeparator {
  width: 40px;
  height: 2px;
  background-color: white;
  margin-bottom: 20px;
}
.InspirationFilterGrid-pdfLinkTitle {
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 32px;
  }
}
.InspirationFilterGrid-pdfLinkDownloadBtn {
  position: absolute;
  left: 20px;
  bottom: 40px;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
}
.InspirationFilterGrid-pdfLinkDownloadBtnIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 2px;
}
.InspirationFilterGrid-pdfLinkDownloadBtnIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.InspirationFilterGrid-pdfLinkState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .InspirationFilterGrid-pdfLinkState {
  transition-duration: 0s;
}
.InspirationFilterGrid-pdfLinkStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .InspirationFilterGrid-pdfLinkStateInner {
  transition-duration: 0s;
}
.InspirationFilterGrid-showMoreBtn {
  position: relative;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 56px;
  margin: 0 auto;
}
.InspirationFilterGrid-showMoreBtn.hidden {
  display: none;
}
.NewsletterSubscribe {
  background-color: #f0aaaa;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient--familyDownloads.jpg');
  height: 400px;
  color: #fff;
  position: relative;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn {
  height: 220px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg');
  background-size: 100% 100%;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-title {
  padding-top: 42px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-title:after {
  display: none;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form {
  position: relative;
  padding-top: 50px;
  top: initial;
  left: initial;
  right: initial;
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  height: 40px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-input {
  position: relative;
  top: initial;
  left: initial;
  display: inline-block;
  width: calc(100% - 40px - 40px - 10px - 140px);
  min-width: 246px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  font-size: 20px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-subscribeBtn {
  position: relative;
  top: initial;
  right: initial;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
}
.isIE .NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-subscribeBtn {
  line-height: 40px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-msgTitle {
  top: 70px;
  font-size: 32px;
}
.NewsletterSubscribe-content {
  position: relative;
}
.NewsletterSubscribe-content--hide {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.NewsletterSubscribe-title {
  position: relative;
  padding-top: 81px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.NewsletterSubscribe-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #fff;
}
.NewsletterSubscribe-form {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  height: 60px;
}
.NewsletterSubscribe-form--invalid .NewsletterSubscribe-input {
  border-color: #FF5F5F;
}
.NewsletterSubscribe-form--invalid .NewsletterSubscribe-subscribeBtn {
  border-color: #FF5F5F;
  color: #FF5F5F;
}
.NewsletterSubscribe-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  font-weight: 300;
  color: inherit;
  border: none;
  border-bottom: 2px solid white;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transition: border-color 0.3s ease;
}
.NewsletterSubscribe-input::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.NewsletterSubscribe-input::-moz-placeholder {
  transition: color 0.3s ease;
  color: white;
  opacity: 1;
}
.NewsletterSubscribe-input:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.NewsletterSubscribe-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.NewsletterSubscribe-input:focus::-moz-placeholder {
  color: transparent;
}
.NewsletterSubscribe-input:focus:-ms-input-placeholder {
  color: transparent;
}
.NewsletterSubscribe-subscribeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.666%;
  height: 60px;
  line-height: 56px;
  font-size: 20px;
  border: 2px solid white;
  color: inherit;
  -webkit-appearance: none;
          appearance: none;
  transition: opacity 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.isIE .NewsletterSubscribe-subscribeBtn {
  line-height: 60px;
}
.isNotTablet .NewsletterSubscribe-subscribeBtn:hover,
.isTablet .NewsletterSubscribe-subscribeBtn:active {
  opacity: 0.6;
}
.NewsletterSubscribe-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.NewsletterSubscribe-msg--show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.NewsletterSubscribe-msgTitle {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.ExploreLearn {
  position: relative;
  height: 200px;
  transition: opacity 0.3s;
  background-color: #d7dee2;
  background-position: 0 0;
  background-size: cover;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/explore-learn/bg.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .ExploreLearn {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/explore-learn/bg@2x.jpg');
  }
}
.ExploreLearn:hover {
  opacity: 0.7;
}
.ExploreLearn-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 62px;
  text-align: center;
  color: #1a1a1a;
}
.ExploreLearn-preTitle {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.ExploreLearn-title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: 300;
}
.PressIntro {
  position: relative;
  height: 540px;
  color: white;
  background-color: white;
}
@media screen and (min-width: 1455px) {
  .PressIntro {
    height: auto;
  }
  .PressIntro:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%;
  }
}
.PressIntro-column {
  position: absolute;
}
.PressIntro-column--left {
  left: 0;
  top: 0;
  width: 50%;
  height: auto;
  background: #1d2c57;
  background-size: cover;
  background-position: center;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/press-intro.jpg');
}
.PressIntro-column--left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.PressIntro-column--right {
  top: 0;
  left: 50%;
  width: 50%;
  height: auto;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink--reversed.jpg');
  background-size: cover;
  background-position: left top;
}
.PressIntro-column--right:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.88888889%;
}
.PressIntro-contacts {
  position: absolute;
  left: 40px;
  bottom: 100px;
}
@media screen and (min-width: 1140px) {
  .PressIntro-contacts {
    bottom: 120px;
  }
}
.PressIntro-contact {
  display: inline-block;
  float: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
@media screen and (min-width: 1140px) {
  .PressIntro-contact {
    font-size: 20px;
  }
}
.PressIntro-contact:last-child {
  margin-right: 0;
}
.PressIntro-contactName {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 1140px) {
  .PressIntro-contactName {
    font-size: 30px;
  }
}
.PressIntro-contactPosition {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1140px) {
  .PressIntro-contactPosition {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.PressIntro-contactEmail {
  background-image: linear-gradient(to top, transparent, transparent 2px, white 2px, white 3px, transparent 3px);
}
.isNotTablet .PressIntro-contactEmail:hover,
.isTablet .PressIntro-contactEmail:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.PressIntro-downloadBtn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 180px;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
}
.PressGrid {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: white;
}
.PressGrid-item {
  position: relative;
  height: 480px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d8de;
}
.PressGrid-item--noShowMoreBtnAfter {
  border-bottom: 0;
}
.PressGrid-column {
  position: absolute;
  top: 40px;
  bottom: 40px;
}
.PressGrid-column--left {
  left: 0;
  width: 50%;
}
.PressGrid-column--right {
  left: 50%;
  width: 50%;
}
.PressGrid-imgContainer {
  position: absolute;
  right: 0;
  background-color: #eff0f3;
}
@media screen and (max-width: 1440px) {
  .PressGrid-imgContainer {
    width: 83.3333%;
  }
  .PressGrid-imgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66666667%;
  }
}
@media screen and (min-width: 1440px) {
  .PressGrid-imgContainer {
    width: 600px;
    height: 400px;
  }
}
.isNotTablet .PressGrid-imgContainer:hover .PressGrid-imgState {
  opacity: 1;
}
.PressGrid-imgContainer:active .PressGrid-imgState {
  opacity: 1;
}
.PressGrid-imgContainer:active .PressGrid-imgStateInner {
  border-width: 2px;
}
.PressGrid-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.PressGrid-imgState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .PressGrid-imgState {
  transition-duration: 0s;
}
.PressGrid-imgStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .PressGrid-imgStateInner {
  transition-duration: 0s;
}
.PressGrid-textContainer {
  padding: 0 40px;
  padding-top: 20px;
}
.PressGrid-dateSeparator {
  width: 80px;
  height: 2px;
  margin-bottom: 20px;
  background-color: black;
}
.PressGrid-date {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
}
.PressGrid-dateMonth,
.PressGrid-dateYear {
  display: inline-block;
}
.PressGrid-dateSlash {
  display: inline-block;
}
.PressGrid-dateYear {
  font-feature-settings: "lnum";
}
.PressGrid-title {
  max-width: 540px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #141414;
}
.PressGrid-previewText {
  max-width: 440px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 25px;
  color: #74777d;
}
.PressGrid-viewBtn {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 40px;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.isNotTablet .PressGrid-viewBtn:hover,
.isTablet .PressGrid-viewBtn:active {
  cursor: pointer;
}
.isNotTablet .PressGrid-viewBtn:hover .PressGrid-viewBtnContent,
.isTablet .PressGrid-viewBtn:active .PressGrid-viewBtnContent {
  background-color: transparent;
}
.isNotTablet .PressGrid-viewBtn:hover .PressGrid-viewBtnText,
.isTablet .PressGrid-viewBtn:active .PressGrid-viewBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.PressGrid-viewBtnContent {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  font-weight: bold;
  text-align: center;
}
.PressGrid-viewBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.PressGrid-showMoreBtn {
  position: relative;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 56px;
  margin: 0 auto;
  margin-top: 60px;
}
.PressGrid-showMoreBtn.hidden {
  display: none;
}
.Utility {
  background: linear-gradient(to bottom, #e0e3e6, white 340px, white 100%);
}
.Utility--imprint .Utility-inner {
  width: 66.6666%;
  max-width: 960px;
}
.Utility-inner {
  width: 50%;
  max-width: 720px;
  margin: 0 auto;
}
.Utility-header {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 3.75rem;
}
.Utility-header h1 {
  font-size: 3.75rem;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: -0.05rem;
}
.Utility-header-line {
  width: 80px;
  border-bottom: 2px solid #1a1a1a;
  margin: 0 auto;
  margin-top: 2.2rem;
}
.Utility p {
  color: #74777d;
  line-height: 1.6rem;
}
.Utility h2 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility ul {
  color: #74777d;
}
.Utility ul li {
  line-height: 1.6rem;
  padding-left: 2.3rem;
}
.Utility ul li:before {
  content: '\2022';
  margin-right: 1.9rem;
}
.Utility-margin {
  margin-top: 1.5rem;
}
.Utility-margin-bottom {
  margin-bottom: 1.5rem;
}
.Utility a {
  background: -webkit-linear-gradient(right, #b26282, #ed777e);
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
}
.Utility h4 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility-content {
  padding-bottom: 5.5rem;
}
.Utility-content strong {
  color: #1a1a1a;
}
.Utility .Utility-gradient:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1rem;
  background: linear-gradient(to right, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.isNotTablet .Utility .Utility-gradient:hover:before,
.isTablet .Utility .Utility-gradient:active:before {
  opacity: 1;
}
.Utility-content a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1rem;
  background: linear-gradient(to right, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.isNotTablet .Utility-content a:hover:before,
.isTablet .Utility-content a:active:before {
  opacity: 1;
}
.Imprint-item {
  border-bottom: 1px solid #d4d8de;
  padding-bottom: 0.25rem;
  margin-top: 0.6rem;
}
.Imprint-item:last-child {
  border-bottom: 0;
}
.Imprint-item h2 {
  margin: 0;
  line-height: 1.6rem;
}
.Imprint-item h2:after {
  content: ':';
}
.Imprint p {
  line-height: 1.35rem;
  margin-top: 0.15rem;
  width: 85%;
}
.AboutIntro {
  position: relative;
  min-height: 1360px;
  background-color: #e7e6e9;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/about-intro.jpg');
  background-size: cover;
  background-position: left top;
  padding-top: 164px;
}
.AboutIntro--animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.AboutIntro--animate > * {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.75s;
}
.AboutIntro--animate.AboutIntro--animated {
  opacity: 1;
}
.AboutIntro--animate.AboutIntro--animated > * {
  opacity: 1;
}
.AboutIntro:after {
  content: " ";
  font-size: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.89) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 970px;
}
.AboutIntro-title {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  width: 960px;
  margin: 0 auto 74px;
  position: relative;
}
.AboutIntro-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -46px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.AboutIntro-inner {
  margin-bottom: 250px;
}
.AboutIntro-text {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  width: 960px;
  margin: 0 auto 40px;
  margin-bottom: 90px;
}
.AboutIntro-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutIntro-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutIntro-text a:hover:after,
.isTablet .AboutIntro-text a:active:after {
  opacity: 1;
}
.AboutIntro-videos {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.AboutIntro-video {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
.AboutIntro-video-image {
  font-size: 0;
  background: #000;
  position: relative;
  cursor: pointer;
  width: 180px;
  height: 110px;
  background-size: cover;
  background-position: center center;
}
.AboutIntro-video-image:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.AboutIntro-video-image i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.AboutIntro-video-image i svg {
  display: block;
  fill: #fff;
}
.isNotTablet .AboutIntro-video-image:hover i,
.isTablet .AboutIntro-video-image:active i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.AboutIntro-video-description {
  position: absolute;
  left: 210px;
  width: 160px;
  top: 50%;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.AboutIntro-article {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.AboutArticle {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
}
.AboutArticle-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.AboutArticle-col--left {
  padding-right: 60px;
}
.AboutArticle-col--left p {
  margin-right: -1px;
}
.AboutArticle-col--left .AboutArticle-col--left-image {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
}
.AboutArticle-col--left .AboutArticle-col--left-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 71.42857143%;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 6px solid #fff;
  background: rgba(238, 120, 125, 0.5);
  opacity: 0;
  transition: opacity .2s ease;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f0aaaa;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/case-large-img-hover.png') 4 stretch stretch;
  background: none !important;
  opacity: 0;
  transition: opacity .2s ease;
}
.isNotTablet .AboutArticle-col--left .AboutArticle-col--left-image:hover .AboutArticle-col--left-image-inner:after,
.isTablet .AboutArticle-col--left .AboutArticle-col--left-image:active .AboutArticle-col--left-image-inner:after,
.isNotTablet .AboutArticle-col--left .AboutArticle-col--left-image:hover .AboutArticle-col--left-image-inner:before,
.isTablet .AboutArticle-col--left .AboutArticle-col--left-image:active .AboutArticle-col--left-image-inner:before {
  opacity: 1;
}
.AboutArticle-col--right .AboutArticle-col-text {
  margin-bottom: 50px;
}
.AboutArticle-col--right p {
  letter-spacing: 0.005em;
}
.AboutArticle-col h1 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: -5px 0 45px -5px;
  text-transform: uppercase;
}
.AboutArticle-col p {
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
}
.AboutArticle-col .AboutArticle-col-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutArticle-col .AboutArticle-col-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutArticle-col .AboutArticle-col-text a:hover:after,
.isTablet .AboutArticle-col .AboutArticle-col-text a:active:after {
  opacity: 1;
}
.AboutArticle-col .AboutArticle-col-text a.AboutArticle-readMore {
  white-space: nowrap;
}
.AboutArticle-detailsBtn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
}
.AboutArticle-detailsBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AboutArticle-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutArticle-detailsBtn:hover,
.isTablet .AboutArticle-detailsBtn:active {
  opacity: 1;
}
.isNotTablet .AboutArticle-detailsBtn:hover:before,
.isTablet .AboutArticle-detailsBtn:active:before {
  opacity: 1;
}
.isNotTablet .AboutArticle-detailsBtn:hover span,
.isTablet .AboutArticle-detailsBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.AboutArticle-detailsBtn span {
  top: -1px;
  letter-spacing: 0.02em;
}
.AboutRnD {
  position: relative;
  min-height: 1240px;
  background: #f4f5f7;
  font-size: 0;
}
.AboutRnD:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1240px;
  background: linear-gradient(to bottom, #888c95 0%, #f4f5f7 72%);
}
.AboutRnD-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 146px;
}
.AboutRnD-board {
  position: relative;
  margin: 0 -120px 29px;
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  .AboutRnD-board {
    margin-left: -20px;
    margin-right: 0;
    width: 980px;
  }
}
.AboutRnD-board-image {
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .AboutRnD-board-image--medium {
    visibility: inherit;
  }
}
@media screen and (min-width: 1240px) {
  .AboutRnD-board-image--large {
    visibility: inherit;
  }
}
.AboutRnD-board-image--warm {
  opacity: 1;
}
.AboutRnD-board img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.AboutRnD-board img:first-child {
  position: relative;
}
.AboutRnD-board img:last-child {
  opacity: 1;
}
.AboutRnD-slider {
  position: relative;
  width: 720px;
  margin: 0 auto 118px auto;
}
.AboutRnD-slider input {
  visibility: hidden;
  opacity: 0;
}
.AboutRnD-slider .irs-slider {
  box-shadow: none;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background: #d4d8de;
  top: 8px;
  border: 2px solid #ffffff;
}
.isNotTablet .AboutRnD-slider .irs-slider:hover,
.AboutRnD-slider .irs-slider:active {
  background: #d4d8de;
}
.isNotTablet .AboutRnD-slider .irs-slider:hover i,
.AboutRnD-slider .irs-slider:active i {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.isNotTablet .AboutRnD-slider .irs-slider:hover i:first-child,
.AboutRnD-slider .irs-slider:active i:first-child {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.AboutRnD-slider .irs-slider:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.AboutRnD-slider .irs-slider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.5px;
  height: 15px;
  margin-left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.AboutRnD-slider .irs-slider i:first-child {
  margin-left: -12.5px;
}
.AboutRnD-slider .irs-slider i svg {
  width: 100%;
  fill: #fff;
}
.AboutRnD-slider .irs-bar-edge,
.AboutRnD-slider .irs-bar {
  display: none;
}
.AboutRnD-slider .irs-line {
  background: linear-gradient(to right, #5fb3c9 0%, #d4d8de 50%, #fabe95 100%);
  height: 8px;
  overflow: visible;
  border-radius: 0;
  border: none;
}
.AboutRnD-slider .irs-line--left,
.AboutRnD-slider .irs-line:before {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-slider .irs-line:before {
  content: "cool";
}
.AboutRnD-slider .irs-line--right,
.AboutRnD-slider .irs-line:after {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-slider .irs-line:after {
  content: "warm";
}
.AboutRnD-slider .irs-line--left,
.AboutRnD-slider .irs-line--right {
  background: #9da0a5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  cursor: pointer;
}
.isNotTablet .AboutRnD-slider .irs-line--left:hover,
.isNotTablet .AboutRnD-slider .irs-line--right:hover,
.isTablet .AboutRnD-slider .irs-line--left:active,
.isTablet .AboutRnD-slider .irs-line--right:active {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD-slider .irs-line:before,
.AboutRnD-slider .irs-line:after {
  opacity: 0;
}
.AboutRnD-slider-ruler {
  position: absolute;
  top: 13px;
  width: 1px;
  height: 10px;
  background: #d4d8de;
}
.AboutRnD-slider-ruler:nth-child(1) {
  left: 0%;
}
.AboutRnD-slider-ruler:nth-child(2) {
  left: 16.66666667%;
}
.AboutRnD-slider-ruler:nth-child(3) {
  left: 33.33333333%;
}
.AboutRnD-slider-ruler:nth-child(4) {
  left: 50%;
}
.AboutRnD-slider-ruler:nth-child(5) {
  left: 66.66666667%;
}
.AboutRnD-slider-ruler:nth-child(6) {
  left: 83.33333333%;
}
.AboutRnD-slider-ruler:nth-child(7) {
  left: 100%;
}
.AboutRnD-slider-ruler:nth-child(8) {
  left: 116.66666667%;
}
.AboutRnD-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.AboutRnD-col--left {
  padding-right: 30px;
}
.AboutRnD-col-text {
  margin-bottom: 50px;
}
.AboutRnD h1 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: -5px 0 25px -5px;
  text-transform: uppercase;
}
.AboutRnD p {
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
  letter-spacing: 0.005em;
}
.AboutRnD p a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD p a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutRnD p a:hover:after,
.isTablet .AboutRnD p a:active:after {
  opacity: 1;
}
.AboutRnD-learnLink {
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  position: relative;
  display: block;
  width: 320px;
  height: 40px;
  font-size: 16px;
  line-height: 36px;
}
.AboutRnD-learnLink:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AboutRnD-learnLink span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutRnD-learnLink:hover,
.isTablet .AboutRnD-learnLink:active {
  opacity: 1;
}
.isNotTablet .AboutRnD-learnLink:hover:before,
.isTablet .AboutRnD-learnLink:active:before {
  opacity: 1;
}
.isNotTablet .AboutRnD-learnLink:hover span,
.isTablet .AboutRnD-learnLink:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.isIE .AboutRnD-learnLink {
  line-height: 40px;
}
.AboutRnD-downloads {
  margin-top: -17px;
  font-size: 20px;
  letter-spacing: 0.025em;
}
.AboutRnD-downloadsLink {
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.AboutRnD-downloadsItem {
  height: 60px;
  line-height: 60px;
}
.AboutRnD-downloadsItem:last-child .AboutRnD-downloadsLink {
  box-shadow: none;
}
.AboutRnD-downloadsItemName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.AboutRnD-downloadsItemNameText {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemNameText,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemNameText,
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemFileExtensionText,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemFileExtensionIcon svg,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemFileExtensionIcon svg {
  fill: #b26282;
}
.AboutRnD-downloadsItemFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 45px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
.AboutRnD-downloadsItemFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 0;
  margin-right: 2px;
}
.AboutRnD-downloadsItemFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.AboutRnD-downloadsItemFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.AboutRnD-switch {
  display: inline-block;
  width: 160px;
  height: 60px;
  border-radius: 60px;
  background: #d4d8de;
  position: relative;
}
.AboutRnD-switch-outer {
  text-align: center;
  margin-bottom: 106px;
}
.AboutRnD-switch--on,
.AboutRnD-switch--off {
  color: #9da0a5;
  z-index: 2;
  cursor: pointer;
  white-space: nowrap;
}
.isNotTablet .AboutRnD-switch--on:hover,
.isNotTablet .AboutRnD-switch--off:hover,
.isTablet .AboutRnD-switch--on:active,
.isTablet .AboutRnD-switch--off:active {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD-switch--on {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-switch--off {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-switch label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.AboutRnD-switch label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #76c699;
  border: 2px solid #ffffff;
  transition: left .2s;
}
.isNotTablet .AboutRnD-switch label span:hover i,
.AboutRnD-switch label span:active i {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.isNotTablet .AboutRnD-switch label span:hover i:first-child,
.AboutRnD-switch label span:active i:first-child {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.AboutRnD-switch label span:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.AboutRnD-switch label span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.5px;
  height: 15px;
  margin-left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.AboutRnD-switch label span i:first-child {
  margin-left: -12.5px;
}
.AboutRnD-switch label span i svg {
  width: 100%;
  fill: #fff;
}
.AboutRnD-switch input {
  visibility: hidden;
  opacity: 0;
}
.AboutRnD-switch input:checked + span {
  left: 100px;
}
.AboutBlocks-block {
  background-size: cover;
  background-position: left top;
}
.AboutBlocks-block-outer {
  width: 960px;
  margin: 0 auto;
}
.AboutBlocks-block-title {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 45px;
}
.AboutBlocks-block-text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #74777d;
  margin-bottom: 70px;
}
.AboutBlocks-block-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutBlocks-block-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutBlocks-block-text a:hover:after,
.isTablet .AboutBlocks-block-text a:active:after {
  opacity: 1;
}
.AboutBlocks-block--1 {
  min-height: 720px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/about-block-1.jpg');
  background-position: center center;
  text-align: right;
  color: #fff;
}
.AboutBlocks-block--1 .AboutBlocks-block-inner {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding-top: 175px;
  padding-bottom: 122px;
}
.AboutBlocks-block--1 .AboutBlocks-block-text {
  color: inherit;
}
.AboutBlocks-block--1 .AboutBlocks-block-detailsBtn {
  width: 300px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.AboutBlocks-block--1 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .AboutBlocks-block--1 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--1 .AboutBlocks-block-detailsBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.AboutBlocks-block--2 {
  min-height: 720px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/about-block-2.jpg');
  text-align: center;
}
.AboutBlocks-block--2 .AboutBlocks-block-outer {
  width: 720px;
}
.AboutBlocks-block--2 .AboutBlocks-block-inner {
  padding-top: 121px;
  padding-bottom: 122px;
}
.AboutBlocks-block--2 .AboutBlocks-block-title {
  margin-top: 49px;
}
.AboutBlocks-block--2 .AboutBlocks-block-text {
  margin-bottom: 62px;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn {
  width: 320px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active {
  opacity: 1;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover:before,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active:before {
  opacity: 1;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover span,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.AboutBlocks-block--3 {
  min-height: 720px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/about-block-3.jpg');
  background-position: center bottom;
  text-align: center;
  color: #fff;
}
.AboutBlocks-block--3 .AboutBlocks-block-outer {
  width: 720px;
}
.AboutBlocks-block--3 .AboutBlocks-block-inner {
  padding-top: 80px;
}
.AboutBlocks-block--3 .AboutBlocks-block-title {
  margin-top: 31px;
  margin-bottom: 35px;
}
.AboutBlocks-block--3 .AboutBlocks-block-text {
  color: inherit;
  margin-bottom: 40px;
}
.AboutBlocks-block--3 .AboutBlocks-block-detailsBtn {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.AboutBlocks-block--3 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .AboutBlocks-block--3 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--3 .AboutBlocks-block-detailsBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.AboutBlocks-block-detailsBtn {
  width: 180px;
  height: 40px;
  font-size: 16px;
}
.AboutBlocks-block-detailsBtn span {
  top: -1px;
  letter-spacing: 0.02em;
}
.AboutBlocks-block .u-Btn {
  display: inline-block;
  line-height: 38px;
}
.AboutPopup .Popup-content {
  width: 960px;
  box-sizing: border-box;
  background: #fff;
  padding: 63px 60px 76px;
}
.AboutPopup strong {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 92px;
}
.AboutPopup strong:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.AboutPopup-cols {
  font-size: 0;
}
.AboutPopup-cols .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: #74777d;
  padding-right: 40px;
}
.AboutPopup-cols .column a:after {
  bottom: 2px;
}
.AboutPopup a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutPopup a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  opacity: 0;
}
.isNotTablet .AboutPopup a:hover:after,
.isTablet .AboutPopup a:active:after {
  opacity: 1;
}
.AboutPopup a.AboutPopup-learn {
  margin-top: 70px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.AboutPopup a.AboutPopup-learn:after {
  display: none;
}
.AboutPopup a.AboutPopup-learn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/arrow-right--gradient.png') right top no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.isNotTablet .AboutPopup a.AboutPopup-learn:hover:before,
.isTablet .AboutPopup a.AboutPopup-learn:active:before {
  width: 42px;
}
.AboutPopupVideo .Popup-content {
  width: 960px;
  box-sizing: border-box;
  background: #fff;
  padding: 60px 20px 20px;
}
.AboutPopupVideo .AboutPopupVideo-content-inner {
  position: relative;
}
.AboutPopupVideo .AboutPopupVideo-content-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.52173913%;
}
.AboutPopupVideo .AboutPopupVideo-content-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Popup {
  display: none;
  position: fixed;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.Popup-outer {
  height: 100%;
  margin: 0 auto;
  display: table;
}
.Popup-inner {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
}
.Popup-content {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.Popup-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
}
.Popup-close:before {
  content: " ";
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
.Popup-close svg {
  fill: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.Popup-close:hover svg {
  border-radius: 0;
}
html.Page--with-popup,
body.Page--with-popup {
  overflow: hidden;
  height: auto;
}
.ContactsIntro {
  font-size: 0;
  color: #fff;
  background: #f4f5f6;
}
.ContactsIntro-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ContactsIntro-col--left {
  background-color: #f0aaaa;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.ContactsIntro-col--left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ContactsIntro-col--right {
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink--reversed.jpg');
  background-size: cover;
  background-position: left top;
  position: relative;
}
.ContactsIntro-col--right:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.88888889%;
}
.ContactsIntro-col--right .ContactsIntro-col-inner {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 1150px) {
  .ContactsIntro-col--right .ContactsIntro-col-inner {
    font-size: 24px;
    line-height: 30px;
  }
}
.ContactsIntro-col--right .ContactsIntro-col-title {
  font-size: inherit;
  line-height: inherit;
}
.ContactsIntro-col--right .ContactsIntro-col-text {
  margin-bottom: 27px;
  letter-spacing: -0.01em;
}
.ContactsIntro-col-title {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ContactsIntro-col a {
  position: relative;
  display: inline-block;
}
.ContactsIntro-contactBtn {
  width: 160px;
  height: 40px;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.ContactsIntro-contactBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsIntro-contactBtn:hover,
.isTablet .ContactsIntro-contactBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.ContactsProfiles {
  font-size: 0;
  background: #f4f5f6;
  position: relative;
  padding-top: 60px;
}
.ContactsProfiles-title {
  position: absolute;
  left: 50%;
  top: 63px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ContactsProfiles-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #1a1a1a;
}
.ContactsProfiles-list {
  width: 100%;
  max-width: 1260px;
  margin: 100px auto 0;
  padding-bottom: 220px;
}
@media screen and (min-width: 1400px) {
  .ContactsProfiles-list {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1150px) {
  .ContactsProfiles-list {
    max-width: 920px;
  }
}
.ContactsProfiles-list-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 30px 60px;
  width: 33.33%;
  font-size: 16px;
}
.ContactsProfiles-list-item:first-child .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+4) .ContactsProfiles-list-item-image span {
  background: #d0768d;
}
.ContactsProfiles-list-item:nth-child(2),
.ContactsProfiles-list-item:nth-child(3n+5) {
  top: 220px;
}
.ContactsProfiles-list-item:nth-child(2) .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+5) .ContactsProfiles-list-item-image span {
  background: #f9a49a;
}
.ContactsProfiles-list-item:nth-child(3),
.ContactsProfiles-list-item:nth-child(3n+6) {
  top: -60px;
}
.ContactsProfiles-list-item:nth-child(3) .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+6) .ContactsProfiles-list-item-image span {
  background: #fbca9a;
}
@media screen and (min-width: 1400px) {
  .ContactsProfiles-list-item {
    width: 25%;
  }
  .ContactsProfiles-list-item:nth-child(2),
  .ContactsProfiles-list-item:nth-child(3n+5) {
    top: 0;
  }
  .ContactsProfiles-list-item:nth-child(3),
  .ContactsProfiles-list-item:nth-child(3n+6) {
    top: 0;
  }
  .ContactsProfiles-list-item:nth-child(2),
  .ContactsProfiles-list-item:nth-child(4n+6) {
    top: 170px;
  }
  .ContactsProfiles-list-item:nth-child(3),
  .ContactsProfiles-list-item:nth-child(4n+7) {
    top: -60px;
  }
  .ContactsProfiles-list-item:nth-child(4),
  .ContactsProfiles-list-item:nth-child(4n+8) {
    top: 170px;
  }
}
@media screen and (max-width: 1150px) {
  .ContactsProfiles-list-item {
    width: 50%;
    padding: 0 50px 60px;
  }
  .ContactsProfiles-list-item:nth-child(2),
  .ContactsProfiles-list-item:nth-child(3n+5) {
    top: 0;
  }
  .ContactsProfiles-list-item:nth-child(3),
  .ContactsProfiles-list-item:nth-child(3n+6) {
    top: 0;
  }
  .ContactsProfiles-list-item:first-child,
  .ContactsProfiles-list-item:nth-child(2n+3) {
    top: 100px;
  }
}
.ContactsProfiles-list-item-image {
  text-align: right;
}
.ContactsProfiles-list-item-image span {
  display: inline-block;
  position: relative;
  width: 66.66666667%;
}
.ContactsProfiles-list-item-image span:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ContactsProfiles-list-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ContactsProfiles-list-item-title {
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: -54px 0 11px -4px;
}
.ContactsProfiles-list-item-title:before {
  content: " ";
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 4px;
  width: 60px;
  height: 2px;
  background: #1a1a1a;
}
.ContactsProfiles-list-item-position {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  font-style: normal;
  margin-left: -1px;
}
.ContactsProfiles-list-item-regions {
  display: block;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  color: #74777d;
  margin-right: 120px;
  min-width: 240px;
}
.ContactsProfiles-list-item-info {
  background: #fff;
  box-sizing: border-box;
  margin-right: 60px;
  min-width: 300px;
  padding: 25px 20px 20px;
  line-height: 30px;
  margin-top: 34px;
}
.ContactsProfiles-list-item-info strong {
  display: block;
  font-weight: 700;
  margin-top: 34px;
}
.ContactsProfiles-list-item-info strong:first-child {
  margin-top: 0;
}
.ContactsProfiles-list-item-info em {
  font-style: normal;
  display: block;
}
a.ContactsProfiles-list-item-info--email {
  position: relative;
  line-height: normal;
  display: inline-block;
  padding: 5px 0;
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
  /*span{
                        .gradient-text();
                    }

                    &:after{
                        content: " ";
                        font-size: 0;
                        position: absolute;
                        left: 0;
                        width: 100%;
                        bottom: 4px;
                        height: 1px;
                        background: @font-color-gradient--pink !important;
                        opacity: 0;
                        transition: opacity .1s;
                    }


                    .isNotTablet &:hover, .isTablet &:active{
                        &:after{
                            opacity: 1;
                        }
                    }*/
}
a.ContactsProfiles-list-item-info--email:last-child {
  margin-bottom: 30px;
}
.isNotTablet a.ContactsProfiles-list-item-info--email:hover,
.isTablet a.ContactsProfiles-list-item-info--email:active {
  text-decoration: underline;
}
a.ContactsProfiles-list-item-info--email .email-sep {
  font-size: 0;
}
.ContactsProfiles-list-item-projects {
  margin-top: 6px;
}
.ContactsProfiles-list-item-projects li {
  border-top: 1px solid #d4d8de;
  line-height: 18px;
}
.ContactsProfiles-list-item-projects li a {
  display: block;
  padding: 9px 0 12px;
  color: inherit;
  position: relative;
}
.ContactsProfiles-list-item-projects li a:before {
  content: " ";
  font-size: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: -10px;
  right: -10px;
  bottom: -1px;
  background: transparent;
}
.ContactsProfiles-list-item-projects li a span {
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsProfiles-list-item-projects li a:hover:before,
.isTablet .ContactsProfiles-list-item-projects li a:active:before {
  background: #f4f5f6;
}
.isNotTablet .ContactsProfiles-list-item-projects li a:hover span,
.isTablet .ContactsProfiles-list-item-projects li a:active span {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ContactsRepresentatives {
  background: #1a1a1a;
  min-height: 450px;
  color: #fff;
}
.ContactsRepresentatives-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-inner {
    margin: 0 60px;
    width: auto;
  }
}
.ContactsRepresentatives-col--left {
  float: left;
  width: 300px;
}
.ContactsRepresentatives-col--left p {
  font-size: 20px;
  line-height: 30px;
  color: #9da0a5;
  padding: 0 20px;
}
.ContactsRepresentatives-col--right {
  margin-left: 360px;
}
.ContactsRepresentatives-panel {
  background: #fff;
  color: #1a1a1a;
  margin-top: -40px;
  padding: 61px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.ContactsRepresentatives-panel-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.0125em;
  text-align: center;
  position: relative;
  margin-bottom: 74px;
}
.ContactsRepresentatives-panel-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #1a1a1a;
}
.ContactsRepresentatives-panel .Dropdown {
  margin-bottom: 20px;
}
.ContactsRepresentatives-panel .Dropdown--disabled {
  visibility: hidden;
}
.ContactsRepresentatives-panel .Dropdown:last-child {
  margin-bottom: 0;
}
.ContactsRepresentatives-content {
  padding-top: 61px;
  padding-bottom: 60px;
}
.ContactsRepresentatives-content-item {
  display: none;
  color: #9da0a5;
}
.ContactsRepresentatives-content-item--visible {
  display: block;
}
.ContactsRepresentatives-content-item--visible ~ .ContactsRepresentatives-content-item--visible {
  border-top: 1px solid #535353;
}
.ContactsRepresentatives-content-item-row {
  display: none;
  position: relative;
  margin-right: 120px;
  padding-bottom: 36px;
  font-size: 0;
}
.ContactsRepresentatives-content-item-row--visible {
  display: block;
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-row {
    margin-right: 0;
    padding-bottom: 16px;
  }
}
.ContactsRepresentatives-content-item-title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 19px;
  margin-top: 20px;
}
.ContactsRepresentatives-content-item-col {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  font-size: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col {
    width: 50%;
    margin-bottom: 20px;
  }
}
.ContactsRepresentatives-content-item-col:last-child {
  width: 120px;
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col--link {
    position: absolute;
    left: 50%;
    top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--link {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col--phone {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--phone {
    margin-top: 0;
  }
}
.ContactsRepresentatives-content-item-col--map {
  position: absolute;
  left: 100%;
  top: -5px;
  padding: 0;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn {
  color: inherit;
  width: 120px;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn:after {
  display: none !important;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button:hover,
.isTablet .ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button:active {
  color: #1a1a1a;
  background: #fff;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button span {
  top: -1px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--map {
    position: relative;
    left: 0;
  }
}
.ContactsRepresentatives-content-item-col--link a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .ContactsRepresentatives-content-item-col--link a:hover:after,
.isTablet .ContactsRepresentatives-content-item-col--link a:active:after {
  opacity: 1;
}
.ContactsRepresentatives a {
  position: relative;
  display: inline-block;
}
.ContactsRepresentatives a > span {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ContactsRepresentatives a.ContactsRepresentatives-global {
  margin-top: 20px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.ContactsRepresentatives a.ContactsRepresentatives-global:after {
  display: none;
}
.ContactsRepresentatives a.ContactsRepresentatives-global:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/arrow-right--gradient.png') right top no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.isNotTablet .ContactsRepresentatives a.ContactsRepresentatives-global:hover:before,
.isTablet .ContactsRepresentatives a.ContactsRepresentatives-global:active:before {
  width: 42px;
}
.Dropdown {
  position: relative;
}
.Dropdown select {
  display: none;
}
.Dropdown--opened .Dropdown-value {
  color: #fff;
  background-color: #1a1a1a;
}
.Dropdown--opened .Dropdown-value i svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Dropdown--opened .Dropdown-options {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: inherit;
  opacity: 1;
  transition-delay: 0s;
}
.Dropdown:not(.Dropdown--disabled) .isNotTablet .Dropdown-value:hover,
.Dropdown:not(.Dropdown--disabled) .isTablet .Dropdown-value:active {
  color: #fff;
  background-color: #1a1a1a;
}
.Dropdown:not(.Dropdown--disabled) .isNotTablet .Dropdown-value:hover i svg,
.Dropdown:not(.Dropdown--disabled) .isTablet .Dropdown-value:active i svg {
  fill: #fff;
}
.Dropdown--disabled .Dropdown-value {
  opacity: 0.5;
  cursor: default;
}
.Dropdown-value {
  border: 2px solid #1a1a1a;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  height: 56px;
  transition: color 0.1s, background-color 0.1s;
}
.Dropdown-value span {
  display: block;
  text-align: center;
  position: absolute;
  padding: 0 40px;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.0125em;
}
.Dropdown-value i {
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  right: 22px;
  top: 50%;
  margin-top: -3.5px;
}
.Dropdown-value i svg {
  display: block;
  width: 12px;
  height: 7px;
  fill: #1a1a1a;
  transition: fill .1s;
}
.Dropdown .ps-container .ps-scrollbar-y-rail,
.Dropdown .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.Dropdown .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.Dropdown-options {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 2px solid #1a1a1a;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s linear 0.3s, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0s linear 0.3s, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.Dropdown-options li {
  position: relative;
  height: 60px;
  border-top: 1px solid #d4d8de;
  transition: background-color 0.1s;
  cursor: pointer;
}
.Dropdown-options li:first-child {
  border-top: none;
}
.Dropdown-options li span {
  display: block;
  text-align: left;
  position: absolute;
  padding: 0 18px;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.isNotTablet .Dropdown-options li:hover,
.isTablet .Dropdown-options li:active {
  background-color: #f4f5f6;
}
.ContactPopup .Popup-content {
  width: 960px;
  background: #fff;
  padding-top: 63px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.ContactPopup .Popup-outer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ContactPopup .Popup-inner {
  vertical-align: top;
}
.ContactPopup .Popup-close {
  right: 17px;
  top: 17px;
}
.ContactPopup-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 76px;
  letter-spacing: -0.025em;
}
.ContactPopup-title:after {
  content: ' ';
  font-size: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.ContactPopup-body {
  position: relative;
}
.ContactPopup-form {
  position: relative;
  z-index: 1;
}
.ContactPopup-field--firstname {
  display: inline-block;
  width: 260px;
  float: left;
  margin-right: 20px;
}
.ContactPopup-field--lastname {
  display: inline-block;
  width: 280px;
  float: left;
}
.ContactPopup-field--email {
  display: inline-block;
  width: 260px;
  float: right;
  margin-bottom: 27px;
}
.ContactPopup-field--msg {
  clear: both;
}
.ContactPopup-field--newsletterCheckbox {
  display: inline-block;
  float: left;
  width: 180px;
  margin-top: 10px;
}
.ContactPopup-field--error .ContactPopup-label {
  color: #c87089;
}
.ContactPopup-field--error input,
.ContactPopup-field--error textarea {
  border-color: #c87089;
}
.ContactPopup-field--empty input,
.ContactPopup-field--empty textarea {
  font-size: 14px;
  color: #9da0a5;
}
.ContactPopup-label {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.025em;
}
.ContactPopup-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #d4d8de;
  color: #1a1a1a;
  font-size: 20px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.ContactPopup-input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.ContactPopup-msgTextarea {
  display: block;
  resize: none;
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow-y: hidden;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.36;
  border: 1px solid #d4d8de;
  color: #1a1a1a;
  font-family: inherit;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.ContactPopup-checkBox {
  position: relative;
  height: 20px;
  cursor: pointer;
}
.ContactPopup-checkBox--checked .ContactPopup-checkBoxTick {
  display: block;
}
.isNotTablet .ContactPopup-checkBox:hover .ContactPopup-checkBoxLabel {
  color: #1a1a1a;
}
.ContactPopup-checkBoxSquare {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #1a1a1a;
}
.ContactPopup-checkBoxTick {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 1px;
}
.ContactPopup-checkBoxLabel {
  position: absolute;
  left: 27px;
  top: 4px;
  font-size: 14px;
  line-height: 1;
  color: #9da0a5;
  transition: color 0.2s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ContactPopup-submitBtn {
  float: right;
  width: 240px;
  height: 40px;
}
.ContactPopup-success {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  background-color: #fff;
}
.ContactPopup-successTickImg {
  width: 94px;
  margin-left: 25px;
  margin-bottom: 30px;
}
.ContactPopup-successMsg {
  margin-bottom: 170px;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 300;
  text-align: center;
  color: #74777d;
}
.ContactPopup-backToSiteBtn {
  width: 230px;
  height: 40px;
  margin: 0 auto;
}
.AllProductsFilterGrid {
  background-color: white;
}
.AllProductsFilterGrid--isPreview .AllProductsFilterGrid-filter,
.AllProductsFilterGrid--isPreview .AllProductsFilterGrid-grid {
  visibility: hidden;
}
.AllProductsFilterGrid--noScrollbar .AllProductsFilterGrid-filterHeader {
  padding-left: 0;
}
.AllProductsFilterGrid--noScrollbar .AllProductsFilterGrid-filterContent {
  padding-left: 0;
}
.AllProductsFilterGrid-filter {
  position: relative;
  background: linear-gradient(to bottom, #e0e3e6, white);
  height: 400px;
}
@media screen and (min-width: 1440px) {
  .AllProductsFilterGrid-filter {
    height: 340px;
  }
}
.AllProductsFilterGrid-filterColumn {
  position: relative;
  width: 240px;
  padding-left: 40px;
}
.AllProductsFilterGrid-filterTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 300px;
  color: #9da0a5;
}
.AllProductsFilterGrid-filterHeader {
  position: absolute;
  top: 0;
  padding-top: 60px;
  height: 160px;
  left: 0;
  right: 0;
  min-width: 1024px;
  padding-left: 15px;
  z-index: 1;
  transition: background-color 0.1s ease;
}
@media screen and (min-width: 1440px) {
  .AllProductsFilterGrid-filterHeader {
    padding-top: 0;
    height: 100px;
  }
}
.AllProductsFilterGrid-filterHeader--onScroll {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 3;
}
.isNotTablet .AllProductsFilterGrid-filterHeader--onScroll .AllProductsFilterGrid-filterTitle:hover,
.isTablet .AllProductsFilterGrid-filterHeader--onScroll .AllProductsFilterGrid-filterTitle:active {
  cursor: pointer;
}
.isNotTablet .AllProductsFilterGrid-filterHeader--onScroll .AllProductsFilterGrid-filterTitle:hover .AllProductsFilterGrid-filterTitleText,
.isTablet .AllProductsFilterGrid-filterHeader--onScroll .AllProductsFilterGrid-filterTitle:active .AllProductsFilterGrid-filterTitleText {
  cursor: pointer;
}
.AllProductsFilterGrid-filterHeader--onScroll .AllProductsFilterGrid-filterTitle--selected .AllProductsFilterGrid-filterTitleCheckbox {
  opacity: 1;
}
.AllProductsFilterGrid-filterHeader .AllProductsFilterGrid-filterTitle {
  line-height: 100px;
}
.AllProductsFilterGrid-filterHeaderContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 960px;
  margin: 0 auto;
}
.AllProductsFilterGrid-filterTitleText {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.AllProductsFilterGrid-filterTitleCheckbox {
  position: absolute;
  top: 48px;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c87089;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isIE .AllProductsFilterGrid-filterTitleCheckbox {
  top: 45px;
}
.AllProductsFilterGrid-filterContent {
  position: absolute;
  top: 140px;
  padding-bottom: 80px;
  right: 0;
  padding-left: 15px;
  width: 100%;
  min-width: 1024px;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .AllProductsFilterGrid-filterContent {
    top: 80px;
    padding-bottom: 40px;
  }
}
.AllProductsFilterGrid-filterContent--fixed {
  position: fixed;
  background-color: white;
  z-index: 5;
}
.AllProductsFilterGrid-filterContent--fixed .AllProductsFilterGrid-clearFiltersBtnContent {
  background-color: white;
}
.AllProductsFilterGrid-filterContent--hide {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.AllProductsFilterGrid-filterContent--noTransitions {
  transition-duration: 0s !important;
}
.AllProductsFilterGrid-filterContent .AllProductsFilterGrid-filterColumn {
  box-shadow: inset -1px 0 #d4d8de;
  height: 180px;
}
.AllProductsFilterGrid-filterContentWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 960px;
  margin: 0 auto;
}
.AllProductsFilterGrid-filterGroup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.AllProductsFilterGrid-filterGroup--delivery {
  position: absolute;
  top: 120px;
  left: 40px;
}
.AllProductsFilterGrid-filterGroup--delivery .AllProductsFilterGrid-filterTitle {
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.AllProductsFilterGrid-filterGroup .AllProductsFilterGrid-filterTitle {
  margin-bottom: 10px;
}
.AllProductsFilterGrid-filterGroup .ps-container .ps-scrollbar-y-rail,
.AllProductsFilterGrid-filterGroup .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.AllProductsFilterGrid-filterGroup .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
  background-color: transparent;
  opacity: 1;
}
.AllProductsFilterGrid-filterGroupScrollContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  padding-left: 40px;
  overflow: hidden;
}
.AllProductsFilterGrid-filterRow {
  height: 30px;
  line-height: 30px;
}
.isNotTablet .AllProductsFilterGrid-filterRow:hover,
.isTablet .AllProductsFilterGrid-filterRow:active {
  cursor: pointer;
}
.isNotTablet .AllProductsFilterGrid-filterRow:hover:not(.AllProductsFilterGrid-filterRow--disabled):not(.AllProductsFilterGrid-filterRow--selected) .AllProductsFilterGrid-filterCheckbox,
.isTablet .AllProductsFilterGrid-filterRow:active:not(.AllProductsFilterGrid-filterRow--disabled):not(.AllProductsFilterGrid-filterRow--selected) .AllProductsFilterGrid-filterCheckbox {
  transition: none;
  border-color: #c87089;
}
.isNotTablet .AllProductsFilterGrid-filterRow:hover:not(.AllProductsFilterGrid-filterRow--disabled):not(.AllProductsFilterGrid-filterRow--selected) .AllProductsFilterGrid-filterLabel,
.isTablet .AllProductsFilterGrid-filterRow:active:not(.AllProductsFilterGrid-filterRow--disabled):not(.AllProductsFilterGrid-filterRow--selected) .AllProductsFilterGrid-filterLabel {
  color: #c87089;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AllProductsFilterGrid-filterRow--selected .AllProductsFilterGrid-filterCheckbox {
  border-color: #c87089;
  background-color: #c87089;
}
.isNotTablet .AllProductsFilterGrid-filterRow--selected:hover .AllProductsFilterGrid-filterCheckbox,
.isTablet .AllProductsFilterGrid-filterRow--selected:active .AllProductsFilterGrid-filterCheckbox {
  border: none;
  border-color: transparent;
  background-color: #c87089;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/checkbox-deselect.png');
}
.AllProductsFilterGrid-filterRow--disabled {
  cursor: default;
  pointer-events: none;
}
.AllProductsFilterGrid-filterRow--disabled .AllProductsFilterGrid-filterCheckbox {
  border: none;
  border-color: transparent;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/checkbox-disabled.png');
}
.AllProductsFilterGrid-filterRow--disabled .AllProductsFilterGrid-filterLabel {
  color: #9da0a5;
}
.AllProductsFilterGrid-filterCheckbox {
  position: relative;
  top: 9px;
  display: inline-block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  border: 1px solid #1a1a1a;
  background-position: 0 0;
  background-size: cover;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.AllProductsFilterGrid-filterLabel {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #1a1a1a;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
}
.AllProductsFilterGrid-clearFiltersBtn {
  position: relative;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  position: absolute;
  left: 40px;
  bottom: -60px;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.AllProductsFilterGrid-clearFiltersBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AllProductsFilterGrid-clearFiltersBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AllProductsFilterGrid-clearFiltersBtn:hover,
.isTablet .AllProductsFilterGrid-clearFiltersBtn:active {
  opacity: 1;
}
.isNotTablet .AllProductsFilterGrid-clearFiltersBtn:hover:before,
.isTablet .AllProductsFilterGrid-clearFiltersBtn:active:before {
  opacity: 1;
}
.isNotTablet .AllProductsFilterGrid-clearFiltersBtn:hover span,
.isTablet .AllProductsFilterGrid-clearFiltersBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
@media screen and (min-width: 1440px) {
  .AllProductsFilterGrid-clearFiltersBtn {
    left: 280px;
    bottom: 0;
  }
}
.AllProductsFilterGrid-clearFiltersBtn--show {
  opacity: 1;
  pointer-events: all;
}
.isNotTablet .AllProductsFilterGrid-clearFiltersBtn:hover .AllProductsFilterGrid-clearFiltersBtnText,
.isTablet .AllProductsFilterGrid-clearFiltersBtn:active .AllProductsFilterGrid-clearFiltersBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.AllProductsFilterGrid-clearFiltersBtnText {
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.AllProductsFilterGrid-gridNoResultsMsg {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 520px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  color: #9DA0A5;
  background-color: #f4f5f7;
}
.AllProductsFilterGrid-grid {
  position: relative;
  min-height: 520px;
  background-color: white;
}
.AllProductsFilterGrid-grid--hide {
  transition: opacity 0.15s ease;
  opacity: 0;
}
.AllProductsFilterGrid-family {
  position: relative;
  overflow: hidden;
}
.AllProductsFilterGrid-family--lastVisible {
  border-bottom: 2px solid white;
}
.AllProductsFilterGrid-familyBg {
  display: none;
}
.AllProductsFilterGrid-fillTile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 316px;
  background-color: #f4f5f7;
  border: 2px solid white;
}
.AllProductsFilterGrid-familyTile,
.AllProductsFilterGrid-productTile,
.AllProductsFilterGrid .FamilyAccessories-gridItem {
  position: relative;
  display: inline-block;
  float: left;
  height: 316px;
  width: 25%;
}
@media screen and (min-width: 1200px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 16.6666%;
  }
}
@media screen and (min-width: 1680px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 14.2857%;
  }
}
@media screen and (min-width: 1920px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 12.5%;
  }
}
@media screen and (min-width: 2160px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 11.1111%;
  }
}
@media screen and (min-width: 2400px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 10%;
  }
}
@media screen and (min-width: 2640px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 9.0909%;
  }
}
@media screen and (min-width: 2880px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 8.3333%;
  }
}
@media screen and (min-width: 3120px) {
  .AllProductsFilterGrid-familyTile,
  .AllProductsFilterGrid-productTile,
  .AllProductsFilterGrid .FamilyAccessories-gridItem {
    width: 7.692%;
  }
}
.AllProductsFilterGrid-familyTile {
  border: 2px solid white;
  background-color: #b56888;
  color: white;
}
.isNotTablet .AllProductsFilterGrid-familyTile:hover .AllProductsFilterGrid-familyTileBg,
.isTablet .AllProductsFilterGrid-familyTile:active .AllProductsFilterGrid-familyTileBg {
  opacity: 0.8;
}
.isNotTablet .AllProductsFilterGrid-familyTile:hover .AllProductsFilterGrid-familyTileArrow svg,
.isTablet .AllProductsFilterGrid-familyTile:active .AllProductsFilterGrid-familyTileArrow svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.AllProductsFilterGrid-familyTileBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/family-tile-gradient-pink.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.AllProductsFilterGrid-familyTileContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AllProductsFilterGrid-familyTileTitle {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  line-height: 1;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.AllProductsFilterGrid-familyTileArrow {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -25.5px;
  width: 71.7px;
  height: 31.3px;
  overflow: hidden;
}
.AllProductsFilterGrid-familyTileArrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.AllProductsFilterGrid-familyTileProductsCount {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.AllProductsFilterGrid-productTile {
  border: 2px solid white;
  background: linear-gradient(to bottom, #e0e2e6, #f4f5f7);
}
.isNotTablet .AllProductsFilterGrid-productTile:hover .AllProductsFilterGrid-productSpec,
.isTablet .AllProductsFilterGrid-productTile:active .AllProductsFilterGrid-productSpec {
  opacity: 1;
}
.AllProductsFilterGrid-productTile[data-new=";true;"] .AllProductsFilterGrid-productLabel--new {
  display: inline-block;
}
.AllProductsFilterGrid-productTile[data-delivery=";quick;"] .AllProductsFilterGrid-productLabel--quickShip {
  display: inline-block;
}
.AllProductsFilterGrid-productLabels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.AllProductsFilterGrid-productLabel {
  display: none;
  float: left;
  margin-right: 2px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
.AllProductsFilterGrid-productImg {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.AllProductsFilterGrid-productFamily {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.AllProductsFilterGrid-productOption {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
.AllProductsFilterGrid-productSize {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
}
.AllProductsFilterGrid-productSpec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background-color: #8e3d62;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/product-tile-gradient-hover.jpg');
  background-position: 0 0;
  background-size: cover;
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.AllProductsFilterGrid-productSpecTitle,
.AllProductsFilterGrid-productSpecValue {
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.AllProductsFilterGrid-productSpecTitle {
  font-weight: bold;
}
.AllProductsFilterGrid-productSpecValue {
  margin-bottom: 14px;
}
.AllProductsFilterGrid-productSpecValue--small {
  font-size: 11px;
}
.AllProductsFilterGrid-downloadProductSpecSheetBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s ease;
}
.isNotTablet .AllProductsFilterGrid-downloadProductSpecSheetBtn:hover,
.isTablet .AllProductsFilterGrid-downloadProductSpecSheetBtn:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.AllProductsFilterGrid-downloadProductSpecSheetBtnIcon {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 16px;
}
.AllProductsFilterGrid-downloadProductSpecSheetBtnIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.AllProductsFilterGrid-downloadProductSpecSheetBtnText {
  display: inline-block;
  font-weight: normal;
}
.AllProductsFilterGrid .FamilyAccessories-gridItem {
  display: block;
  float: left;
  height: 316px;
  border: 2px solid white;
  margin: 0;
}
.AllProductsFilterGrid .FamilyAccessories-quickShip {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
.Family-notFixedContent {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.Family-notFixedContentSpacer {
  min-height: 460px;
}
.Family-notFixedContentSpacer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.94444444%;
}
.isTablet .Family-notFixedContentSpacer {
  display: none;
}
.Family-notFixedContentInner {
  background-color: white;
  pointer-events: all;
}
.FamilyIntro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  min-height: 460px;
  z-index: 1;
}
.FamilyIntro:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.94444444%;
}
.isTablet .FamilyIntro {
  position: relative;
}
.FamilyIntro-textContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  background-color: #dcdee2;
  background: linear-gradient(to bottom, #afb6bd, #dcdee2 76%);
  color: white;
}
@media screen and (min-width: 1440px) {
  .FamilyIntro-textContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.FamilyIntro-textContent article {
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 40px;
}
.FamilyIntro-textContent article p {
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (min-width: 1440px) {
  .FamilyIntro-textContent article p {
    font-size: 18px;
  }
}
.FamilyIntro-productsCount {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .FamilyIntro-productsCount {
    margin-bottom: 40px;
  }
}
.FamilyIntro-title {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .FamilyIntro-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
.FamilyIntro-textContentSeparator {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: white;
}
.FamilyIntro-shareBtn {
  line-height: 1;
}
.isNotTablet .FamilyIntro-shareBtn:hover .FamilyIntro-shareBtnIcon,
.isTablet .FamilyIntro-shareBtn:active .FamilyIntro-shareBtnIcon,
.FamilyIntro-shareBtn--selected .FamilyIntro-shareBtnIcon {
  background-position: -54px -19px;
}
.isNotTablet .FamilyIntro-shareBtn:hover .FamilyIntro-shareBtnText,
.isTablet .FamilyIntro-shareBtn:active .FamilyIntro-shareBtnText,
.FamilyIntro-shareBtn--selected .FamilyIntro-shareBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyIntro-shareBtnIcon {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 24px;
  height: 18px;
  margin-right: 5px;
  background-size: 78px 64px;
  background-position: 0px -46px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .FamilyIntro-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.FamilyIntro-shareBtnText {
  display: inline-block;
}
.FamilyIntro-imgContent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #1a1a1a;
}
.FamilyIntro-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0% 0%;
}
.FamilyIntro-imgForSave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.FamilyProducts-content {
  position: relative;
  background-color: white;
  padding-bottom: 80px;
}
.FamilyProducts-title {
  padding-top: 40px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  color: #9da0a5;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.FamilyProducts-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-tabs {
    padding: 0;
  }
}
@media screen and (min-width: 1460px) {
  .FamilyProducts-tabs {
    max-width: 1640px;
    padding: 0 120px;
  }
}
.FamilyProducts-tab {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-left: 2px solid white;
  font-size: 16px;
  text-align: center;
  background-color: #f6f7f8;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1300px) {
  .FamilyProducts-tab {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .FamilyProducts-tab {
    font-size: 20px;
  }
}
.FamilyProducts-tab:first-child {
  border-left: none;
}
.FamilyProducts-tab--selected {
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  color: white;
  pointer-events: none;
  cursor: default;
}
.isNotTablet .FamilyProducts-tab:hover:not(.FamilyProducts-tab--selected),
.isTablet .FamilyProducts-tab:active:not(.FamilyProducts-tab--selected) {
  background-color: #fbfcfc;
}
.isNotTablet .FamilyProducts-tab:hover:not(.FamilyProducts-tab--selected) .FamilyProducts-tabText,
.isTablet .FamilyProducts-tab:active:not(.FamilyProducts-tab--selected) .FamilyProducts-tabText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyProducts-tabText {
  white-space: nowrap;
}
.FamilyProducts-specs {
  position: relative;
  min-height: 420px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-specs {
    padding: 0;
  }
}
@media screen and (min-width: 1460px) {
  .FamilyProducts-specs {
    max-width: 1640px;
    padding: 0 120px;
  }
}
.FamilyProducts-spec {
  display: none;
}
.FamilyProducts-spec--selected {
  display: block;
}
.FamilyProducts-specSegment {
  position: relative;
}
.FamilyProducts-specSegment:not(:first-child) {
  margin-top: 120px;
}
.FamilyProducts-specSegmentBlock {
  position: relative;
  display: inline-block;
  float: left;
}
.FamilyProducts-specSegmentBlock--left {
  top: -60px;
  width: 25%;
  min-width: 240px;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-specSegmentBlock--left {
    width: 301px;
  }
}
.FamilyProducts-specSegmentBlock--right {
  width: calc(75% - 40px);
  min-height: 361px;
  min-width: 680px;
  margin-left: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-specSegmentBlock--right {
    width: calc(100% - 341px);
    min-height: 300px;
  }
}
.FamilyProducts-rowContent {
  position: relative;
  width: 100%;
  height: 100%;
}
.FamilyProducts-columns {
  height: 100%;
}
.FamilyProducts-column {
  display: inline-block;
  float: left;
  height: 100%;
  width: 18%;
  padding: 0 10px;
  text-align: center;
}
.FamilyProducts-column--size {
  width: 10%;
}
.FamilyProducts-columnText {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.FamilyProducts-columnTextExtra {
  font-size: 11px;
  white-space: nowrap;
}
.FamilyProducts-headerRow {
  min-width: 680px;
  margin-left: calc(25% + 40px);
  height: 60px;
  line-height: 60px;
  color: #9da0a5;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-headerRow {
    margin-left: 341px;
  }
}
.FamilyProducts-headerRow .FamilyProducts-columns {
  width: calc(100% - 126px);
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-headerRow .FamilyProducts-columns {
    width: calc(100% - 246px);
  }
}
.FamilyProducts-headerRow .FamilyProducts-column--size {
  text-align: left;
  padding-left: 6px;
}
.FamilyProducts-headerRow .FamilyProducts-column--lumens {
  width: 24%;
}
.FamilyProducts-headerRow .FamilyProducts-column--temperature {
  width: 16%;
}
.FamilyProducts-headerRow .FamilyProducts-column--rendering {
  width: 16%;
}
.FamilyProducts-headerRow .FamilyProducts-column--watts {
  width: 16%;
}
.FamilyProducts-productRow {
  display: block;
  position: relative;
  height: 150px;
  line-height: 150px;
  /*@media screen and (min-width: 1255px) {
            height: 100px;
            line-height: 100px;
        }*/
  font-size: 14px;
  box-shadow: 0 -1px #d4d8de;
}
.FamilyProducts-productRow:last-child {
  box-shadow: 0 -1px #d4d8de, inset 0 -1px #d4d8de;
}
.isNotTablet .FamilyProducts-productRow--hover,
.isTablet .FamilyProducts-productRow:active {
  z-index: 1;
  box-shadow: 0 -1px transparent;
}
.isNotTablet .FamilyProducts-productRow--hover .FamilyProducts-productRowHover,
.isTablet .FamilyProducts-productRow:active .FamilyProducts-productRowHover {
  display: block;
}
.isNotTablet .FamilyProducts-productRow--hover:nth-child(2),
.isTablet .FamilyProducts-productRow:active:nth-child(2) {
  box-shadow: inset 0 1px transparent;
}
.isNotTablet .FamilyProducts-productRow--hover:last-child,
.isTablet .FamilyProducts-productRow:active:last-child {
  box-shadow: 0 -1px transparent, inset 0 -1px transparent;
}
.FamilyProducts-productRow .FamilyProducts-columnsInner {
  width: calc(100% - 120px);
  height: 100%;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-productRow .FamilyProducts-columnsInner {
    width: calc(100% - 240px);
  }
}
.FamilyProducts-productRow .FamilyProducts-column > :first-child {
  margin-bottom: 4px;
}
.FamilyProducts-productRow .FamilyProducts-columnText {
  line-height: 1.42;
}
.FamilyProducts-productRow .FamilyProducts-column--size {
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  white-space: nowrap;
  padding-left: 0;
}
.FamilyProducts-productRow .FamilyProducts-column--size.FamilyProducts-column--size--letter span {
  display: inline-block;
  width: 30.2px;
  text-align: center;
}
.FamilyProducts-productRow .FamilyProducts-column--lumens {
  width: 24%;
}
.FamilyProducts-productRow .FamilyProducts-column--lumens .FamilyProducts-columnText {
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .FamilyProducts-productRow .FamilyProducts-column--lumens .FamilyProducts-columnText {
    text-align: center;
    padding-left: 0;
  }
}
.FamilyProducts-productRow .FamilyProducts-column--temperature {
  width: 16%;
}
.FamilyProducts-productRow .FamilyProducts-column--temperature .FamilyProducts-columnText {
  text-align: left;
}
.FamilyProducts-productRow .FamilyProducts-column--temperature--centerText .FamilyProducts-columnText {
  text-align: center !important;
}
.FamilyProducts-productRow .FamilyProducts-column--rendering {
  width: 16%;
}
.FamilyProducts-productRow .FamilyProducts-column--rendering .FamilyProducts-columnText {
  text-align: left;
}
.FamilyProducts-productRow .FamilyProducts-column--watts {
  width: 16%;
}
.FamilyProducts-productRow .FamilyProducts-column--technology .FamilyProducts-columnText {
  word-break: break-word;
}
.FamilyProducts-productRow .FamilyProducts-column--buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  padding: 0;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-productRow .FamilyProducts-column--buttons {
    width: 240px;
  }
}
.FamilyProducts-productRowHover {
  display: none;
  position: absolute;
  top: -2px;
  left: -20px;
  width: calc(100% + 44px);
  height: calc(100% + 4px);
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.FamilyProducts-productRowHoverInner {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: white;
}
.FamilyProducts-segmentTitle {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: left;
  pointer-events: all;
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.FamilyProducts-productImgsContainer {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #d0d3da, #f4f5f7);
  overflow: hidden;
}
.FamilyProducts-productImgsContainer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.FamilyProducts-productImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.FamilyProducts-productImgContainer:first-child {
  display: block;
}
.FamilyProducts-productImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.FamilyProducts-productLabels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.FamilyProducts-productLabel {
  display: inline-block;
  float: left;
  margin-right: 2px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
.FamilyProducts-downloadSpecSheetBtn {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-downloadSpecSheetBtn {
    left: -10px;
    margin-left: 0;
  }
}
.isNotTablet .FamilyProducts-downloadSpecSheetBtn--hover .FamilyProducts-downloadSpecSheetBtnIcon,
.isTablet .FamilyProducts-downloadSpecSheetBtn:active .FamilyProducts-downloadSpecSheetBtnIcon {
  fill: #b26282;
}
.isNotTablet .FamilyProducts-downloadSpecSheetBtn--hover .FamilyProducts-downloadSpecSheetBtnText,
.isTablet .FamilyProducts-downloadSpecSheetBtn:active .FamilyProducts-downloadSpecSheetBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyProducts-downloadSpecSheetBtnIcon {
  display: inline-block;
  position: relative;
  fill: #1a1a1a;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.FamilyProducts-downloadSpecSheetBtnIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.FamilyProducts-detailsBtn {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -60px;
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 16px;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
@media screen and (min-width: 1255px) {
  .FamilyProducts-detailsBtn {
    left: 50%;
    margin-left: 0;
  }
}
.isNotTablet .FamilyProducts-detailsBtn:hover .FamilyProducts-detailsBtnContent,
.isTablet .FamilyProducts-detailsBtn:active .FamilyProducts-detailsBtnContent {
  background-color: transparent;
}
.isNotTablet .FamilyProducts-detailsBtn:hover .FamilyProducts-detailsBtnText,
.isTablet .FamilyProducts-detailsBtn:active .FamilyProducts-detailsBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.FamilyProducts-detailsBtnContent {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  font-weight: bold;
  text-align: center;
}
.isIE .FamilyProducts-detailsBtnContent {
  line-height: 40px;
}
.FamilyProducts-detailsBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.FamilyProducts-allProductsLink {
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  position: relative;
  display: block;
  vertical-align: middle;
  width: 280px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
}
.FamilyProducts-allProductsLink:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.FamilyProducts-allProductsLink span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .FamilyProducts-allProductsLink:hover,
.isTablet .FamilyProducts-allProductsLink:active {
  opacity: 1;
}
.isNotTablet .FamilyProducts-allProductsLink:hover:before,
.isTablet .FamilyProducts-allProductsLink:active:before {
  opacity: 1;
}
.isNotTablet .FamilyProducts-allProductsLink:hover span,
.isTablet .FamilyProducts-allProductsLink:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.isIE .FamilyProducts-allProductsLink {
  line-height: 40px;
}
.FamilyGallery {
  position: relative;
  background-color: white;
}
.FamilyGallery-imageCarousel {
  position: relative;
  background-color: #3c444a;
}
.FamilyGallery-imageCarousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.FamilyGallery-imageCarouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.FamilyGallery-imageCarouselPluginContainer .FamilyGallery-imageCarouselItem:not(:first-child) {
  display: none;
}
.isNotTablet .FamilyGallery-imageCarouselPluginContainer:hover .FamilyGallery-imageCarouselPrev,
.isTablet .FamilyGallery-imageCarouselPluginContainer:active .FamilyGallery-imageCarouselPrev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.isNotTablet .FamilyGallery-imageCarouselPluginContainer:hover .FamilyGallery-imageCarouselNext,
.isTablet .FamilyGallery-imageCarouselPluginContainer:active .FamilyGallery-imageCarouselNext {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.FamilyGallery-imageCarouselPluginElement {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.FamilyGallery-imageCarouselPluginElement .owl-stage-outer {
  overflow: visible;
}
.FamilyGallery-imageCarouselPluginElement .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.FamilyGallery-imageCarouselPluginElement .owl-stage-outer,
.FamilyGallery-imageCarouselPluginElement .owl-stage,
.FamilyGallery-imageCarouselPluginElement .owl-item {
  width: 100%;
  height: 100%;
  transition-timing-function: ease !important;
}
.FamilyGallery-imageCarouselPluginElement .owl-item {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.FamilyGallery-imageCarouselPluginElement.owl-loaded .owl-dots {
  opacity: 1;
}
.FamilyGallery-imageCarouselPluginElement .owl-dots {
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: 20px;
  height: 12px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 100%;
  background: transparent;
  transition: opacity 0.3s ease;
}
.FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot.active {
  background: white;
}
.isNotTablet .FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot:hover.active,
.isTablet .FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot:active.active {
  cursor: default;
}
.isNotTablet .FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot:hover:not(.active),
.isTablet .FamilyGallery-imageCarouselPluginElement .owl-dots .owl-dot:active:not(.active) {
  opacity: 0.7;
}
.FamilyGallery-imageCarouselItem {
  width: 100%;
  height: 100%;
}
.FamilyGallery-imageCarouselItem img {
  width: 100%;
  height: 100%;
}
.FamilyGallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c444a;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.FamilyGallery-imgForSave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.FamilyGallery-imageCarouselPrev,
.FamilyGallery-imageCarouselNext {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease;
  transition: transform 0.3s ease-out, opacity 0.3s ease, -webkit-transform 0.3s ease-out;
  transition-delay: 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.FamilyGallery-imageCarouselPrev--hidden,
.FamilyGallery-imageCarouselNext--hidden {
  visibility: hidden;
}
.isNotTablet .FamilyGallery-imageCarouselPrev:hover,
.isNotTablet .FamilyGallery-imageCarouselNext:hover,
.isTablet .FamilyGallery-imageCarouselPrev:active,
.isTablet .FamilyGallery-imageCarouselNext:active {
  cursor: pointer;
}
.FamilyGallery-imageCarouselPrev:active,
.FamilyGallery-imageCarouselNext:active {
  opacity: 0.6 !important;
}
.FamilyGallery-imageCarouselPrev svg,
.FamilyGallery-imageCarouselNext svg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 71.7px;
  height: 100%;
  fill: white;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: visible;
}
.FamilyGallery-imageCarouselPrev {
  left: 0;
  -webkit-transform: translateX(-77px);
          transform: translateX(-77px);
  transition-delay: 0s !important;
}
.FamilyGallery-imageCarouselPrev svg {
  left: 25px;
}
.isNotTablet .FamilyGallery-imageCarouselPrev:hover svg,
.isTablet .FamilyGallery-imageCarouselPrev:active svg {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.FamilyGallery-imageCarouselNext {
  right: 0;
  -webkit-transform: translateX(77px);
          transform: translateX(77px);
  transition-delay: 0s !important;
}
.FamilyGallery-imageCarouselNext svg {
  right: 25px;
}
.isNotTablet .FamilyGallery-imageCarouselNext:hover svg,
.isTablet .FamilyGallery-imageCarouselNext:active svg {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.FamilyGallery-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
}
.FamilyGallery-thumb {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 60px;
  margin: 0 10px;
  background-color: black;
  background-size: cover;
  background-position: 0 0;
  box-shadow: inset 0 0 0 2px transparent;
  transition: box-shadow 0.3s ease-out;
}
.FamilyGallery-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.FamilyGallery-thumb--selected {
  pointer-events: none;
  cursor: default !important;
  box-shadow: inset 0 0 0 2px white;
}
.FamilyGallery-thumb--selected:after {
  opacity: 0;
}
.isNotTablet .FamilyGallery-thumb:hover,
.isTablet .FamilyGallery-thumb:active {
  cursor: pointer;
}
.isNotTablet .FamilyGallery-thumb:hover:after,
.isTablet .FamilyGallery-thumb:active:after {
  opacity: 0;
}
.FamilyGallery-captions {
  position: relative;
  height: 160px;
  font-size: 16px;
  line-height: 1.25;
  color: #9da0a5;
}
.FamilyGallery-caption {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.4s ease-in-out;
}
.FamilyGallery-caption--selected {
  opacity: 1;
  -webkit-user-select: all;
      -ms-user-select: all;
          user-select: all;
  pointer-events: all;
}
.FamilyGallery-captionContent {
  text-align: center;
  width: 716px;
  margin: 0 auto;
}
.FamilyGallery-captionText {
  width: 100%;
  height: 100px;
  text-overflow: hidden;
}
.FamilyGallery-captionLink {
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyGallery-captionLink:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isNotTablet .FamilyGallery-captionLink:hover:after,
.isTablet .FamilyGallery-captionLink:active:after {
  opacity: 1;
}
.FamilyGallery .owl-carousel .animated {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.FamilyGallery .owl-carousel .owl-animated-out {
  z-index: 1;
}
.FamilyGallery .owl-carousel .owl-animated-in {
  z-index: 2;
}
@-webkit-keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.FamilyGallery .textFadeOutLeft {
  -webkit-animation-name: textFadeOutLeft;
          animation-name: textFadeOutLeft;
}
@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.FamilyGallery .owl-carousel .textFadeIn {
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
@-webkit-keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.FamilyGallery .owl-carousel .imageScaleFadeIn {
  -webkit-animation-name: imageScaleFadeIn;
          animation-name: imageScaleFadeIn;
}
@-webkit-keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.FamilyDownloads {
  position: relative;
  padding-bottom: 160px;
  background-color: #F0AAAA;
  background-size: cover;
  background-position: 0 0;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient--familyDownloads.jpg');
}
.FamilyDownloads-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0AAAA;
  background-size: cover;
  background-position: 0 0;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient--familyDownloads.jpg');
}
.FamilyDownloads-content {
  position: relative;
}
.FamilyDownloads-title {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  color: white;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.FamilyDownloads-titleSeparator {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: white;
}
.FamilyDownloads-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}
.FamilyDownloads-gridColumn {
  width: 460px;
  min-width: 460px;
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  .FamilyDownloads-gridColumn {
    width: 560px;
    min-width: 560px;
  }
}
@media screen and (min-width: 1280px) {
  .FamilyDownloads-gridColumn {
    min-width: 560px;
    margin: 0 40px;
  }
}
.FamilyDownloads-gridColumn:first-child .FamilyDownloads-gridItem:last-child {
  box-shadow: inset 0 -1px #1a1a1a;
}
.FamilyDownloads-gridItem {
  height: 60px;
  line-height: 60px;
  box-shadow: inset 0 -1px #1a1a1a;
}
.FamilyDownloads-gridItem:first-child {
  box-shadow: inset 0 -1px #1a1a1a, inset 0 1px #1a1a1a;
}
.FamilyDownloads-link {
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.isNotTablet .FamilyDownloads-link:hover,
.isTablet .FamilyDownloads-link:active {
  color: white;
}
.isNotTablet .FamilyDownloads-link:hover .FamilyDownloads-downloadFileExtensionIcon svg,
.isTablet .FamilyDownloads-link:active .FamilyDownloads-downloadFileExtensionIcon svg {
  fill: white;
}
.FamilyDownloads-familyName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 40px;
  font-size: 20px;
  text-transform: uppercase;
}
.FamilyDownloads-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 200px;
  height: 100%;
  overflow: hidden;
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .FamilyDownloads-downloadName {
    width: 300px;
  }
}
.FamilyDownloads-downloadNameText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.FamilyDownloads-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.FamilyDownloads-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.FamilyDownloads-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
  transition: fill 0.2s ease;
}
.FamilyDownloads-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.FamilyFeatures {
  position: relative;
  background-color: white;
}
.FamilyFeatures-feature {
  position: relative;
}
.FamilyFeatures-feature:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.FamilyFeatures-featureImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.FamilyFeatures-featureImgForDrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.FamilyFeatures-featureTextContainer {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  padding-left: 120px;
}
.FamilyFeatures-featureTextContainer--left {
  left: 0;
}
.FamilyFeatures-featureTextContainer--right {
  right: 0;
}
.FamilyFeatures-featureTextContainer--white {
  color: white;
}
.FamilyFeatures-featureTextContainer--white .FamilyFeatures-featureTextSeparator {
  background: white;
}
.FamilyFeatures-featureTextSeparator {
  width: 80px;
  height: 2px;
  background-color: #1a1a1a;
  margin-bottom: 40px;
}
.FamilyFeatures-featureText {
  width: 420px;
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (max-width: 1224px) {
  .FamilyFeatures-featureText {
    width: 340px;
  }
}
.FamilyFeatures-featureText a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
.FamilyFeatures-featureText a:hover,
.FamilyFeatures-featureText a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.FamilyAccessories {
  position: relative;
  min-height: 680px;
  padding-bottom: 100px;
  background-color: white;
  background: linear-gradient(to bottom, #e0e2e6, white 47%), white;
}
.FamilyAccessories--showAll .FamilyAccessories-grid {
  height: auto;
}
.FamilyAccessories--showAll .FamilyAccessories-showAllBtnContent--default {
  display: none;
}
.FamilyAccessories--showAll .FamilyAccessories-showAllBtnContent--expanded {
  display: inline-block;
}
.FamilyAccessories-title {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.FamilyAccessories-titleSeparator {
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #1a1a1a;
}
.FamilyAccessories-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 960px;
  height: 320px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .FamilyAccessories-grid {
    width: 1200px;
  }
}
.FamilyAccessories-gridItem {
  min-width: 240px;
  width: 236px;
  height: 316px;
  padding: 18px;
  margin: 2px;
  overflow: hidden;
  background-color: #f4f5f7;
  background: linear-gradient(to bottom, #e0e2e6, #f4f5f7);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.FamilyAccessories-gridItem:nth-child(4n) {
  border-right: 2px solid white;
}
@media screen and (min-width: 1280px) {
  .FamilyAccessories-gridItem:nth-child(5n) {
    border-right: 2px solid white;
  }
}
.FamilyAccessories-gridItem:hover {
  /*@{c}-gridItemHover {
                opacity: 1;
            }*/
}
.FamilyAccessories-gridItem:hover .FamilyAccessories-productSpec {
  opacity: 1;
}
.FamilyAccessories-gridItemContent {
  width: 100%;
  height: 100%;
}
.FamilyAccessories-gridItemImg {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-position: 0 0;
  background-size: cover;
}
.FamilyAccessories-gridItemText {
  line-height: 1;
  text-align: center;
}
.FamilyAccessories-gridItemTitle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.FamilyAccessories-gridItemInfo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1.25;
  font-size: 14px;
  font-weight: normal;
}
.FamilyAccessories-gridItemHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/family-accessory-hover.png');
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.FamilyAccessories-showAllBtn {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.isNotTablet .FamilyAccessories-showAllBtn:hover .FamilyAccessories-showAllBtnContent,
.isTablet .FamilyAccessories-showAllBtn:active .FamilyAccessories-showAllBtnContent {
  background-color: transparent;
}
.isNotTablet .FamilyAccessories-showAllBtn:hover .FamilyAccessories-showAllBtnText,
.isTablet .FamilyAccessories-showAllBtn:active .FamilyAccessories-showAllBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.FamilyAccessories-showAllBtnContent {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  font-weight: bold;
  text-align: center;
}
.FamilyAccessories-showAllBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyAccessories-showAllBtnContent--expanded {
  display: none;
}
.FamilyAccessories-productSpec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background-color: #8e3d62;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/product-tile-gradient-hover.jpg');
  background-position: 0 0;
  background-size: cover;
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.FamilyAccessories-productSpecText {
  padding-top: 44px;
}
.FamilyAccessories-productSpecTextParameters {
  font-weight: normal;
}
.FamilyAccessories-downloadProductSpecSheetBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s ease;
}
.isNotTablet .FamilyAccessories-downloadProductSpecSheetBtn:hover,
.isTablet .FamilyAccessories-downloadProductSpecSheetBtn:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.FamilyAccessories-downloadProductSpecSheetBtnIcon {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 16px;
}
.FamilyAccessories-downloadProductSpecSheetBtnIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.FamilyAccessories-downloadProductSpecSheetBtnText {
  display: inline-block;
  font-weight: normal;
}
.FamilyAccessories-quickShip {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2px;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #9da0a5;
  color: white;
}
.FamilyVideo {
  position: relative;
  height: 800px;
  background-color: #3c444a;
}
.FamilyVideo-content {
  position: relative;
  top: 130px;
  width: 960px;
  height: 540px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.FamilyVideo-contentOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  background-position: 0 0;
  background-size: cover;
  transition: opacity 1s ease-in-out;
}
.isTablet .FamilyVideo-contentOverlay {
  display: none;
}
.isNotTablet .FamilyVideo-contentOverlay:hover,
.isTablet .FamilyVideo-contentOverlay:active {
  cursor: pointer;
}
.FamilyVideo-contentOverlay--hidden {
  opacity: 0;
  pointer-events: none;
}
.FamilyVideo-playButton {
  position: relative;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  overflow: visible;
}
.isNotTablet .FamilyVideo-playButton:hover .FamilyVideo-playButtonCircle {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.FamilyVideo-playButton:active .FamilyVideo-playButtonCircle {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.FamilyVideo-playButtonCircle:after {
  content: ' ';
  position: absolute;
  background: black;
  border-radius: 59px;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  opacity: 0.2;
}
.FamilyVideo-playButtonCircle,
.FamilyVideo-playButtonTriangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.isNotTablet .FamilyVideo-playButtonCircle,
.isNotTablet .FamilyVideo-playButtonTriangle {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.FamilyVideo-playButtonCircle svg,
.FamilyVideo-playButtonTriangle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.FamilyVideo iframe {
  width: 960px;
  height: 540px;
}
.FamilyRelated {
  position: relative;
  height: 640px;
  padding-bottom: 80px;
  background-color: #f4f5f6;
}
.FamilyRelated-title {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.FamilyRelated-titleSeparator {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #1a1a1a;
}
.FamilyRelated-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.FamilyRelated-gridItem {
  position: relative;
  width: 33.3333%;
  max-width: 480px;
  min-height: 420px;
}
.isNotTablet .FamilyRelated-gridItem:hover .FamilyRelated-gridItemTitle,
.isTablet .FamilyRelated-gridItem:active .FamilyRelated-gridItemTitle {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.FamilyRelated-gridItemImg {
  width: 100%;
}
.FamilyRelated-gridItemTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.Radio-label {
  font-weight: 600;
  font-size: 1rem;
}
.Radio .mdl-radio__outer-circle {
  border: 1px solid #d9d9d9 !important;
}
.Radio .mdl-radio__inner-circle {
  background: #000;
}
.Radio.green .mdl-radio__inner-circle {
  background: #36bd24;
}
.Radio.red .mdl-radio__inner-circle {
  background: #e82100;
}
.PageSlackSelect {
  min-width: 500px;
  background: #f4f5f6;
}
.SlackSelect-center {
  text-align: center;
  width: 425px;
  margin: 100px auto 100px;
}
.SlackSelect-list {
  background: white;
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px 0;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
}
.SlackSelect-list li {
  padding: 3px 10px;
}
.SlackSelect-title {
  font-size: 20px;
  text-transform: uppercase;
}
.SlackSelect-img {
  width: 200px;
}
.SlackSelect-submit {
  margin-top: 50px;
  padding: 10px 40px;
}
.SlackSelect-titleChannel {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
.SlackSelect .SelectOtherTeam {
  margin-left: 20px;
  color: blue;
  font: inherit;
  float: right;
}
.SearchFilterGrid-Header {
  padding: 130px 0 0;
  border-bottom: 1px solid #d4d8de;
}
.SearchFilterGrid-Block {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.SearchFilterGrid-search {
  position: absolute;
  top: 10px;
  right: 0;
  width: 360px;
  line-height: 139px;
  color: white;
}
.isNotTablet .SearchFilterGrid-search:hover,
.isTablet .SearchFilterGrid-search:active {
  cursor: text;
}
.SearchFilterGrid-searchIcon {
  position: absolute;
  top: 19px;
  left: 14px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  background-size: 78px 64px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  background-position: -27px 0px;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SearchFilterGrid-searchIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.SearchFilterGrid-searchInput {
  display: block;
  width: 100%;
  padding: 18px 10px 16px 54px;
  font-size: 20px;
  color: #1a1a1a;
  background-color: white;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #d4d8de;
  outline: none;
  font-weight: normal;
}
.SearchFilterGrid-searchInput::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput::-moz-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput:focus::-webkit-input-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchInput:focus::-moz-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchInput:focus:-ms-input-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchTip {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d4d8de;
  text-align: center;
  background-color: white;
  color: #989ba0;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.SearchFilterGrid-searchTip--show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}
.SearchFilterGrid-Query-Q {
  color: #1a1a1a;
  font-size: 60px;
  line-height: 60px;
  text-indent: -21px;
  font-weight: 300;
  letter-spacing: -3px;
  max-width: 550px;
}
.SearchFilterGrid-Query-Count {
  font-size: 16px;
  color: #9da0a5;
}
.SearchFilterGrid-Filters {
  margin-top: 31px;
  border-top: 1px solid #d4d8de;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchFilterGrid-Filters-overline {
  position: absolute;
  top: -1px;
  height: 2px;
  left: 0;
  width: 163px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/search-overline.jpg');
  background-size: 100%;
  transition: left 0.3s ease, width 0.3s ease;
}
.SearchFilterGrid-Filter {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 20px;
  white-space: nowrap;
}
.SearchFilterGrid-Filter input {
  display: none;
}
.SearchFilterGrid-Filter-Title {
  color: #9da0a5;
  transition: color 0.2s ease;
}
.SearchFilterGrid-Filter-Num {
  font-size: 16px;
}
.SearchFilterGrid-Filter:hover .SearchFilterGrid-Filter-Title,
input:checked ~ .SearchFilterGrid-Filter-Title {
  color: #1a1a1a;
}
.SearchFilterGrid-Filter i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-bottom: -3px;
  margin-right: 5px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/radio.png');
  background-size: 100%;
}
.SearchFilterGrid-Filter input:checked ~ i {
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/radio-checked.png');
}
.SearchFilterGrid-NoResults {
  background: white;
  text-align: center;
  padding: 106px 0;
  display: none;
}
.SearchFilterGrid-NoResults-Header {
  font-size: 60px;
  font-weight: 300;
}
.SearchFilterGrid-NoResults-Text {
  font-size: 20px;
  line-height: 30px;
  max-width: 450px;
  margin: 22px auto 0;
  color: #9da0a5;
}
.SearchFilterGrid-Items {
  background: white;
  min-height: calc( 100vh - 340px - 420px );
}
.SearchFilterGrid-Result {
  font-size: 16px;
  line-height: 20px;
  padding: 24px 280px 35px 0;
  position: relative;
  display: none;
}
.SearchFilterGrid-Result + .SearchFilterGrid-Result {
  border-top: 1px solid #d4d8de;
}
.SearchFilterGrid-Result.firstVisible {
  border-top: none !important;
}
.SearchFilterGrid-Result a {
  text-decoration: none;
}
.SearchFilterGrid-Result-Title {
  background: -webkit-linear-gradient(right, #ed777e, #b26282);
  font-weight: bold;
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
  font-size: 20px;
}
.SearchFilterGrid-Result-Title:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1.25rem;
  background: linear-gradient(90deg, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.SearchFilterGrid-Result-Title:hover:before,
.SearchFilterGrid-Result-Title:active:before {
  opacity: 1;
}
.SearchFilterGrid-Result-Snippet {
  margin: 20px 0;
  display: block;
  color: #9da0a5;
}
.SearchFilterGrid-Result-Snippet p {
  display: inline;
  margin: 0;
  padding: 0;
}
.SearchFilterGrid-Result-Link {
  color: #1a1a1a;
}
.SearchFilterGrid-Result-Image {
  position: absolute;
  right: 00px;
  top: 20px;
  bottom: 20px;
  width: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.SearchFilterGrid-Pages {
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  padding: 37px 0 58px;
  border-top: 1px solid #d4d8de;
  display: none;
}
.SearchFilterGrid-Pages a {
  cursor: pointer;
}
.SearchFilterGrid-Pages .prev-page,
.SearchFilterGrid-Pages .next-page {
  background: -webkit-linear-gradient(right, #ed777e, #b26282);
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
}
.SearchFilterGrid-Pages .prev-page {
  position: absolute;
  left: 40px;
}
.SearchFilterGrid-Pages .prev-page:before {
  content: " ";
  font-size: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/arrow-left--gradient.png') left no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.SearchFilterGrid-Pages .prev-page:hover:before {
  width: 41px;
}
.SearchFilterGrid-Pages .next-page {
  position: absolute;
  right: 40px;
}
.SearchFilterGrid-Pages .next-page:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('https://zumtobel-us.s3.amazonaws.com/static/img/arrow-right--gradient.png') right no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.SearchFilterGrid-Pages .next-page:hover:before {
  width: 41px;
}
.SearchFilterGrid-Pages .link-page {
  color: #1a1a1a;
  padding: 0 5px;
  margin: 0 5px;
}
.SearchFilterGrid-Pages .link-page.current {
  pointer-events: none;
  color: #b36282;
}
.SearchFilterGrid .SearchItem-Contact {
  width: 100%;
}
.SearchFilterGrid .SearchItem-Contact-c1 {
  width: 270px;
  padding-right: 50px;
}
.SearchPage .TopSearch {
  display: none;
}
.LearnIntroAnimation {
  position: relative;
  z-index: 2;
  height: 190px;
  margin-bottom: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.LearnIntroAnimation-step {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
}
.LearnIntroAnimation-step--eye {
  width: 144px;
}
.LearnIntroAnimation-step--head {
  width: 120px;
}
.LearnIntroAnimation-stepLabel {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #000;
  white-space: initial;
  opacity: 0;
}
.LearnIntroAnimation-sun {
  position: relative;
  width: 140px;
  height: 140px;
}
.LearnIntroAnimation-sunCircle {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 4px solid #000;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.LearnIntroAnimation-sunRays {
  position: relative;
  width: 140px;
  height: 140px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnIntroAnimation-sunRaysImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/intro-animation/sun-rays.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnIntroAnimation-sunRaysImg {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/intro-animation/sun-rays@2x.png');
  }
}
.LearnIntroAnimation-plus {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 140px;
  opacity: 0;
}
.LearnIntroAnimation-plus svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
}
.LearnIntroAnimation-plusIcon {
  position: absolute;
  top: calc(50% - 24px / 2);
  left: calc(50% - 24px / 2);
  width: 24px;
  height: 24px;
}
.LearnIntroAnimation-arrow {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 140px;
  opacity: 0;
}
.LearnIntroAnimation-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
}
.LearnIntroAnimation-arrowIcon {
  position: absolute;
  top: calc(50% - 22px / 2);
  left: calc(50% - 34px / 2);
  width: 34px;
  height: 22px;
}
.LearnIntroAnimation-eye {
  position: absolute;
  top: calc(50% - 90px / 2);
  left: 0;
  width: 144px;
  height: 90px;
}
.LearnIntroAnimation-eyeBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.LearnIntroAnimation-eyeBorder svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
}
.LearnIntroAnimation-eyeRing {
  position: absolute;
  top: calc(50% - 64px / 2);
  left: calc(50% - 64px / 2);
  width: 64px;
  height: 64px;
  border: 4px solid #000;
  border-radius: 100%;
  opacity: 0;
}
.LearnIntroAnimation-eyePupil {
  display: none;
  position: absolute;
  top: calc(50% - 36px / 2);
  left: calc(50% - 36px / 2);
  width: 36px;
  height: 36px;
  background-color: #000;
  border-radius: 100%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.LearnIntroAnimation-head {
  position: relative;
  width: 120px;
  height: 141px;
  top: calc(50% - 141px / 2);
  left: calc(50% - 120px / 2);
}
.LearnIntroAnimation-headIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.LearnIntroAnimation-headIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #000;
}
.LearnIntroAnimation-headCircles {
  position: absolute;
  top: 34px;
  left: 32px;
  width: 60px;
  height: 16px;
  text-align: center;
  font-size: 0;
}
.LearnIntroAnimation-headCircle {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: white;
  opacity: 0;
}
.LearnIntroAnimation-zumtobel {
  position: relative;
  width: 135px;
  height: 22px;
  top: calc(50% - 22px / 2);
  left: calc(50% - 135px / 2);
  opacity: 0;
}
.LearnIntroAnimation-zumtobelIcon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnIntroAnimation-glows {
  position: absolute;
  top: calc(50% - 197px / 2);
  left: calc(50% - 197px / 2);
  z-index: 1;
  width: 197px;
  height: 197px;
}
.LearnIntroAnimation-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes pinkOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(-10px) translateY(-15px);
            transform: translateX(-10px) translateY(-15px);
  }
  20% {
    -webkit-transform: translateX(-20px) translateY(-25px);
            transform: translateX(-20px) translateY(-25px);
  }
  30% {
    -webkit-transform: translateX(-30px) translateY(-35px);
            transform: translateX(-30px) translateY(-35px);
  }
  40% {
    -webkit-transform: translateX(-20px) translateY(-45px);
            transform: translateX(-20px) translateY(-45px);
  }
  50% {
    -webkit-transform: translateX(-10px) translateY(-55px);
            transform: translateX(-10px) translateY(-55px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-45px);
            transform: translateX(0px) translateY(-45px);
  }
  70% {
    -webkit-transform: translateX(10px) translateY(-35px);
            transform: translateX(10px) translateY(-35px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-25px);
            transform: translateX(20px) translateY(-25px);
  }
  90% {
    -webkit-transform: translateX(10px) translateY(-15px);
            transform: translateX(10px) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes pinkOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(-10px) translateY(-15px);
            transform: translateX(-10px) translateY(-15px);
  }
  20% {
    -webkit-transform: translateX(-20px) translateY(-25px);
            transform: translateX(-20px) translateY(-25px);
  }
  30% {
    -webkit-transform: translateX(-30px) translateY(-35px);
            transform: translateX(-30px) translateY(-35px);
  }
  40% {
    -webkit-transform: translateX(-20px) translateY(-45px);
            transform: translateX(-20px) translateY(-45px);
  }
  50% {
    -webkit-transform: translateX(-10px) translateY(-55px);
            transform: translateX(-10px) translateY(-55px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(-45px);
            transform: translateX(0px) translateY(-45px);
  }
  70% {
    -webkit-transform: translateX(10px) translateY(-35px);
            transform: translateX(10px) translateY(-35px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-25px);
            transform: translateX(20px) translateY(-25px);
  }
  90% {
    -webkit-transform: translateX(10px) translateY(-15px);
            transform: translateX(10px) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
.LearnIntroAnimation-glow--pink {
  top: 30px;
  left: -30px;
  -webkit-animation-name: pinkOrbit;
          animation-name: pinkOrbit;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes orangeOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(-15px) translateY(-10px);
            transform: translateX(-15px) translateY(-10px);
  }
  20% {
    -webkit-transform: translateX(-25px) translateY(-20px);
            transform: translateX(-25px) translateY(-20px);
  }
  30% {
    -webkit-transform: translateX(-35px) translateY(-30px);
            transform: translateX(-35px) translateY(-30px);
  }
  40% {
    -webkit-transform: translateX(-45px) translateY(-40px);
            transform: translateX(-45px) translateY(-40px);
  }
  50% {
    -webkit-transform: translateX(-55px) translateY(-50px);
            transform: translateX(-55px) translateY(-50px);
  }
  60% {
    -webkit-transform: translateX(-45px) translateY(-40px);
            transform: translateX(-45px) translateY(-40px);
  }
  70% {
    -webkit-transform: translateX(-35px) translateY(-30px);
            transform: translateX(-35px) translateY(-30px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(-20px);
            transform: translateX(-25px) translateY(-20px);
  }
  90% {
    -webkit-transform: translateX(-15px) translateY(-10px);
            transform: translateX(-15px) translateY(-10px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes orangeOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(-15px) translateY(-10px);
            transform: translateX(-15px) translateY(-10px);
  }
  20% {
    -webkit-transform: translateX(-25px) translateY(-20px);
            transform: translateX(-25px) translateY(-20px);
  }
  30% {
    -webkit-transform: translateX(-35px) translateY(-30px);
            transform: translateX(-35px) translateY(-30px);
  }
  40% {
    -webkit-transform: translateX(-45px) translateY(-40px);
            transform: translateX(-45px) translateY(-40px);
  }
  50% {
    -webkit-transform: translateX(-55px) translateY(-50px);
            transform: translateX(-55px) translateY(-50px);
  }
  60% {
    -webkit-transform: translateX(-45px) translateY(-40px);
            transform: translateX(-45px) translateY(-40px);
  }
  70% {
    -webkit-transform: translateX(-35px) translateY(-30px);
            transform: translateX(-35px) translateY(-30px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(-20px);
            transform: translateX(-25px) translateY(-20px);
  }
  90% {
    -webkit-transform: translateX(-15px) translateY(-10px);
            transform: translateX(-15px) translateY(-10px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
.LearnIntroAnimation-glow--orange {
  top: 30px;
  left: 60px;
  -webkit-animation-name: orangeOrbit;
          animation-name: orangeOrbit;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes purpleOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(15px) translateY(20px);
            transform: translateX(15px) translateY(20px);
  }
  20% {
    -webkit-transform: translateX(25px) translateY(30px);
            transform: translateX(25px) translateY(30px);
  }
  30% {
    -webkit-transform: translateX(35px) translateY(40px);
            transform: translateX(35px) translateY(40px);
  }
  40% {
    -webkit-transform: translateX(25px) translateY(50px);
            transform: translateX(25px) translateY(50px);
  }
  50% {
    -webkit-transform: translateX(15px) translateY(60px);
            transform: translateX(15px) translateY(60px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(50px);
            transform: translateX(0px) translateY(50px);
  }
  70% {
    -webkit-transform: translateX(-15px) translateY(40px);
            transform: translateX(-15px) translateY(40px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(30px);
            transform: translateX(-25px) translateY(30px);
  }
  90% {
    -webkit-transform: translateX(-15px) translateY(20px);
            transform: translateX(-15px) translateY(20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes purpleOrbit {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  10% {
    -webkit-transform: translateX(15px) translateY(20px);
            transform: translateX(15px) translateY(20px);
  }
  20% {
    -webkit-transform: translateX(25px) translateY(30px);
            transform: translateX(25px) translateY(30px);
  }
  30% {
    -webkit-transform: translateX(35px) translateY(40px);
            transform: translateX(35px) translateY(40px);
  }
  40% {
    -webkit-transform: translateX(25px) translateY(50px);
            transform: translateX(25px) translateY(50px);
  }
  50% {
    -webkit-transform: translateX(15px) translateY(60px);
            transform: translateX(15px) translateY(60px);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(50px);
            transform: translateX(0px) translateY(50px);
  }
  70% {
    -webkit-transform: translateX(-15px) translateY(40px);
            transform: translateX(-15px) translateY(40px);
  }
  80% {
    -webkit-transform: translateX(-25px) translateY(30px);
            transform: translateX(-25px) translateY(30px);
  }
  90% {
    -webkit-transform: translateX(-15px) translateY(20px);
            transform: translateX(-15px) translateY(20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
.LearnIntroAnimation-glow--purple {
  top: -40px;
  left: calc(50% - 197px / 2);
  -webkit-animation-name: purpleOrbit;
          animation-name: purpleOrbit;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnIntro {
  position: relative;
  height: 880px;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  background-color: #eff0f3;
}
.LearnIntro--isInsideLearnSecondPage {
  height: 100%;
  padding-top: 260px;
}
.LearnIntro-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-position: 0 0;
  background-size: cover;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/intro/bg.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnIntro-bg {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/intro/bg@2x.jpg');
  }
}
.LearnIntro-article {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  max-width: 944px;
  font-weight: 300;
  opacity: 0;
}
.LearnIntro-title {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: inherit;
}
.LearnIntro-description {
  font-size: 20px;
  line-height: 1.4;
}
.LearnIntro-linkContainer {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.LearnIntro-link {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
}
.LearnImpactAnimation {
  position: relative;
  z-index: 2;
  height: 190px;
  margin-bottom: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  /*
    &-uvir {
        position: absolute;
        top: calc(~'50% - 120px / 2');;
        left: calc(~'50% - 120px / 2');
        width: 120px;
        height: 120px;
    }

    &-uvirCircle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #fff;
        border-radius: 100%;

        opacity: 0;
    }

    &-uvirPulseCircles {
        position: absolute;
        top: -4px;
        left: -4px;
        width: 100%;
        height: 100%;

        opacity: 0;
    }

    @keyframes pulseCircleOne {
        0% { opacity: 0; }
        50% { opacity: 1; }
        // 33.333% { opacity: 1; }
        // 66.666% { opacity: 0.75; }
        100% { opacity: 0; transform: scale(1.05); }
    }

    @keyframes pulseCircleTwo {
        0% { opacity: 0; }
        50% { opacity: 0.75; }
        // 33.333% { opacity: 0.75; }
        // 66.666% {  }
        100% { opacity: 0; transform: scale(1.05); }
    }

    @keyframes pulseCircleThree {
        0% { opacity: 0; }
        50% { opacity: 0.5; }
        100% { opacity: 0; transform: scale(1.05); }
    }

    @keyframes pulseCircleFour {
        0% { opacity: 0; }
        50% { opacity: 0.4; }
        100% { opacity: 0; transform: scale(1.05); };
    }

    &-uvirPulseCircle {
        position: absolute;
        top: -4px;
        left: -4px;
        width: 120px;
        height: 120px;
        border: 2px solid #fff;
        border-radius: 100%;

        animation-duration: 3000ms;
        animation-timing-function: ease-in;
        animation-iteration-count: infinite;
        opacity: 0;
        tranform-origin: center center;

        @sizeGrowthStep: 7px + 7px + 2px + 2px;

        &--1 {
            top: 60px - (120px + @sizeGrowthStep) / 2;
            left: 60px - (120px + @sizeGrowthStep) / 2;
            width: 120px + @sizeGrowthStep;
            height: 120px + @sizeGrowthStep;

            animation-name: pulseCircleOne;
        }

        &--2 {
            top: 60px - (120px + @sizeGrowthStep * 2) / 2;
            left: 60px - (120px + @sizeGrowthStep * 2) / 2;
            width: 120px + @sizeGrowthStep * 2;
            height: 120px + @sizeGrowthStep * 2;

            animation-name: pulseCircleTwo;
            animation-delay: 500ms;
        }

        &--3 {
            top: 60px - (120px + @sizeGrowthStep * 3) / 2;
            left: 60px - (120px + @sizeGrowthStep * 3) / 2;
            width: 120px + @sizeGrowthStep * 3;
            height: 120px + @sizeGrowthStep * 3;

            animation-name: pulseCircleThree;
            animation-delay: 1000ms;
        }

        &--4 {
            top: 60px - (120px + @sizeGrowthStep * 4) / 2;
            left: 60px - (120px + @sizeGrowthStep * 4) / 2;
            width: 120px + @sizeGrowthStep * 4;
            height: 120px + @sizeGrowthStep * 4;

            animation-name: pulseCircleFour;
            animation-delay: 1500ms;
        }
    }

    &-uvirFakeSemicircle {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 60px;
        height: 120px;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 120px;
        background-color: #fff;

        opacity: 0;
    }

    &-uvirSemicircle {
        position: absolute;
        right: -1px;
        top: -1px;

        opacity: 0;
    }

    &-uvIcon {
        position: absolute;
        top: 45px;
        left: 20px;
        height: 22px;

        opacity: 0;

        svg {
            position: absolute;
            height: 22px;
            fill: #fff;
        }
    }
    */
}
.LearnImpactAnimation-step {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 142px;
  margin: 0 20px;
}
.LearnImpactAnimation-stepText {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  white-space: initial;
  opacity: 0;
}
.LearnImpactAnimation-stepTextTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.LearnImpactAnimation-head {
  position: absolute;
  top: 0;
  left: calc(50% - 120px / 2);
  width: 120px;
  height: 142px;
}
.LearnImpactAnimation-headIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.LearnImpactAnimation-headIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
}
@-webkit-keyframes eyeTop {
  0% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
  8.75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 50px;
    left: 24px;
  }
  17.5% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
  100% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
}
@keyframes eyeTop {
  0% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
  8.75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 50px;
    left: 24px;
  }
  17.5% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
  100% {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    top: 44px;
    left: 24px;
  }
}
@-webkit-keyframes eyeBottom {
  0% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  8.75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  17.5% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}
@keyframes eyeBottom {
  0% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  8.75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  17.5% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  100% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}
.LearnImpactAnimation-headEyeTop {
  position: absolute;
  top: 44px;
  left: 24px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  -webkit-animation-name: eyeTop;
          animation-name: eyeTop;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.LearnImpactAnimation-headEyeBottom {
  position: absolute;
  top: 50px;
  left: 24px;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  -webkit-animation-name: eyeBottom;
          animation-name: eyeBottom;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.LearnImpactAnimation-headArrows {
  position: absolute;
  top: 20px;
  right: 100%;
  width: 180px;
  height: 60px;
  opacity: 0;
}
.LearnImpactAnimation-headArrow {
  position: absolute;
  width: 30px;
  height: 24px;
  opacity: 0;
  -webkit-animation-name: arrowRay;
          animation-name: arrowRay;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes arrowRay {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes arrowRay {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.LearnImpactAnimation-headArrow--1 {
  left: 0;
  top: 10px;
}
.LearnImpactAnimation-headArrow--2 {
  bottom: 0;
  left: 28%;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.LearnImpactAnimation-headArrow--3 {
  top: 0;
  left: 55%;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.LearnImpactAnimation-headArrow--4 {
  right: 0;
  top: 18px;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.LearnImpactAnimation-headArrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke-width: 0;
}
.LearnImpactAnimation-head2 {
  position: absolute;
  top: 0;
  left: calc(50% - 120px / 2);
  width: 120px;
  height: 142px;
}
.LearnImpactAnimation-head2Icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.LearnImpactAnimation-head2Icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
}
.LearnImpactAnimation-brainCircle {
  position: absolute;
}
.LearnImpactAnimation-brainCircle--1 {
  left: 31px;
  top: 25px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--2 {
  left: 41px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--3 {
  left: 52px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--4 {
  left: 59px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--5 {
  left: 69px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--6 {
  left: 51px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--7 {
  left: 55px;
  top: 43px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--8 {
  left: 68px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--9 {
  left: 85px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--10 {
  left: 95px;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--11 {
  left: 65px;
  top: 44px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--12 {
  left: 79px;
  top: 30px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--13 {
  left: 76px;
  top: 66px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--14 {
  left: 87px;
  top: 52px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--15 {
  left: 94px;
  top: 37px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--16 {
  left: 85px;
  top: 81px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--17 {
  left: 92px;
  top: 69px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-brainCircle--18 {
  left: 103px;
  top: 52px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: white;
  opacity: 0;
}
.LearnImpactAnimation-clock {
  position: absolute;
  top: calc(50% - 136px / 2);
  left: calc(50% - 120px / 2);
  width: 120px;
  height: 136px;
  opacity: 0;
}
.LearnImpactAnimation-clockIcon {
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff;
}
@-webkit-keyframes arrowBig {
  0% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  /* 66.666% { transform: rotate(210deg); }*/
  100% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
}
@keyframes arrowBig {
  0% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  /* 66.666% { transform: rotate(210deg); }*/
  100% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
}
@-webkit-keyframes arrowSmall {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  /* 5.555% { transform: rotate(330deg); }
        11.11% { transform: rotate(690deg); }
        16.665% { transform: rotate(1050deg); }
        22.22% { transform: rotate(1410deg); }
        27.775% { transform: rotate(1770deg); }
        33.33% { transform: rotate(2130deg); }
        38.885% { transform: rotate(2490deg); }
        44.44% { transform: rotate(2850deg); }
        49.995% { transform: rotate(3210deg); }
        55.55% { transform: rotate(3570deg); }
        61.105% { transform: rotate(3930deg); }
        66.66% { transform: rotate(4290deg); }*/
  100% {
    -webkit-transform: rotate(4290deg);
            transform: rotate(4290deg);
  }
}
@keyframes arrowSmall {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  /* 5.555% { transform: rotate(330deg); }
        11.11% { transform: rotate(690deg); }
        16.665% { transform: rotate(1050deg); }
        22.22% { transform: rotate(1410deg); }
        27.775% { transform: rotate(1770deg); }
        33.33% { transform: rotate(2130deg); }
        38.885% { transform: rotate(2490deg); }
        44.44% { transform: rotate(2850deg); }
        49.995% { transform: rotate(3210deg); }
        55.55% { transform: rotate(3570deg); }
        61.105% { transform: rotate(3930deg); }
        66.66% { transform: rotate(4290deg); }*/
  100% {
    -webkit-transform: rotate(4290deg);
            transform: rotate(4290deg);
  }
}
.LearnImpactAnimation-clockArrowsCircle {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.LearnImpactAnimation-clockArrowsCircle--animated .LearnImpactAnimation-clockArrowBig {
  -webkit-animation-name: arrowBig;
          animation-name: arrowBig;
}
.LearnImpactAnimation-clockArrowsCircle--animated .LearnImpactAnimation-clockArrowSmall {
  -webkit-animation-name: arrowSmall;
          animation-name: arrowSmall;
}
.LearnImpactAnimation-clockArrowBig {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  margin-left: -4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform-origin: 4px 2px;
          transform-origin: 4px 2px;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnImpactAnimation-clockArrowSmall {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 2px;
  border-radius: 1px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: #fff;
  -webkit-transform-origin: 6px 1px;
          transform-origin: 6px 1px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnImpactAnimation-clockMoon {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  fill: #fff;
  opacity: 0;
}
.LearnImpactAnimation-clockSun {
  position: absolute;
  top: -46px;
  right: -46px;
  width: 46px;
  height: 46px;
  fill: #fff;
  opacity: 0;
}
.LearnImpact {
  position: relative;
  height: 1120px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  background-color: #091f31;
}
.LearnImpact--isInsideLearnSecondPage {
  height: 100%;
  padding-top: 229px;
}
.LearnImpact--isInsideLearnSecondPage .LearnImpact-bg {
  opacity: 0;
}
.LearnImpact-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/impact/bg.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnImpact-bg {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/impact/bg@2x.jpg');
  }
}
.LearnImpact-article {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  max-width: 944px;
  font-weight: 300;
  color: #fff;
}
.LearnImpact-title {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: inherit;
}
.LearnImpact-description {
  font-size: 20px;
  line-height: 1.4;
}
.LearnImpact-link {
  position: relative;
  z-index: 2;
  display: block;
  width: 240px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.LearnKnowledgeInteractive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnKnowledgeInteractive--isInsideLearnSecondPage .LearnKnowledgeInteractive-hint {
  top: calc(50% - 72px / 2);
}
.LearnKnowledgeInteractive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.LearnKnowledgeInteractive-img--show {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
.LearnKnowledgeInteractive-img--left {
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/left.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnKnowledgeInteractive-img--left {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/left@2x.jpg');
  }
}
.LearnKnowledgeInteractive-img--center {
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/center.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnKnowledgeInteractive-img--center {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/center@2x.jpg');
  }
}
.LearnKnowledgeInteractive-img--right {
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/right.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnKnowledgeInteractive-img--right {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/knowledge-interactive/right@2x.jpg');
  }
}
.LearnKnowledgeInteractive-hint {
  position: absolute;
  top: 540px;
  left: 0;
  width: 100%;
  text-align: center;
}
.isTablet .LearnKnowledgeInteractive-hint {
  display: none;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.LearnKnowledgeInteractive-hintIcon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 41px;
  margin-bottom: 12px;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnKnowledgeInteractive-hintIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.LearnKnowledgeInteractive-hintText {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.LearnKnowledge {
  position: relative;
  height: 1080px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  background-color: #a49690;
  cursor: pointer;
}
.LearnKnowledge--isInsideLearnSecondPage {
  height: 100%;
}
.LearnKnowledge-content {
  position: relative;
  z-index: 2;
}
.LearnKnowledge-interactiveKnowledge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnKnowledge-article {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  max-width: 944px;
  font-weight: 300;
  color: #fff;
}
.LearnKnowledge-title {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: inherit;
}
.LearnKnowledge-description {
  font-size: 20px;
  line-height: 1.4;
}
.LearnKnowledge-link {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
}
.LearnTechnologyInteractive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnTechnologyInteractive--isInsideLearn {
  top: 300px;
  height: calc(100% - 300px);
}
.LearnTechnologyInteractive--isInsideLearnSecondPage .LearnTechnologyInteractive-hint {
  top: calc(50% - 72px / 2);
}
.LearnTechnologyInteractive--isInsideLearnSecondPage .LearnTechnologyInteractive-gradient {
  display: none;
}
.LearnTechnologyInteractive--isInsideLearnSecondPage .LearnTechnologyInteractive-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.06;
}
.LearnTechnologyInteractive-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.LearnTechnologyInteractive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}
.LearnTechnologyInteractive-img--show {
  opacity: 1;
}
.LearnTechnologyInteractive-hint {
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  text-align: center;
}
.isTablet .LearnTechnologyInteractive-hint {
  display: none;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
.LearnTechnologyInteractive-hintIcon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 41px;
  margin-bottom: 12px;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.LearnTechnologyInteractive-hintIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.LearnTechnologyInteractive-hintText {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.LearnTechnology {
  position: relative;
  height: 1080px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.LearnTechnology--isInsideLearnSecondPage {
  height: 100%;
}
.LearnTechnology-content {
  position: relative;
  z-index: 2;
}
.LearnTechnology-interactiveKnowledge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnTechnology-article {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  max-width: 944px;
  font-weight: 300;
}
.LearnTechnology-title {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: inherit;
}
.LearnTechnology-description {
  font-size: 20px;
  line-height: 1.4;
}
.LearnTechnology-link {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto;
}
.LearnApplyingInteractive {
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.LearnApplyingInteractive-link {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 140px;
}
.isNotTablet .LearnApplyingInteractive-link:hover .LearnApplyingInteractive-linkBorder {
  opacity: 1;
}
.isNotTablet .LearnApplyingInteractive-link:active .LearnApplyingInteractive-linkBorder {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.LearnApplyingInteractive-linkBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d996a7;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  opacity: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.LearnApplyingInteractive-linkIcon {
  position: absolute;
  top: 20px;
  bottom: 40px;
  left: 20px;
  right: 20px;
  width: 120px;
  height: 80px;
}
.LearnApplyingInteractive-linkText {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.LearnApplyingInteractive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-positions: center top;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.1s;
  z-index: 2;
}
.LearnApplyingInteractive-img--show {
  opacity: 1;
  transition-delay: 0s;
  z-index: 3;
}
.LearnApplyingInteractive-constantImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
.LearnApplying {
  position: relative;
  text-align: center;
  background-color: #38383a;
}
.LearnApplying:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80.55555556%;
}
.LearnApplying-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.LearnApplying-article {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  max-width: 944px;
  font-weight: 300;
  color: #fff;
}
.LearnApplying-title {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-weight: inherit;
}
.LearnApplying-description {
  font-size: 20px;
  line-height: 1.4;
}
.LearnApplying-interactiveContainer {
  position: relative;
  z-index: 2;
}
.LearnApplying-interactiveImgsContainer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnArticle {
  width: 720px;
  margin: 0 auto;
  padding-top: 104px;
}
@media screen and (max-width: 1340px) {
  .LearnArticle {
    margin: 0 auto 0 270px;
  }
}
.LearnArticle-title {
  width: 100%;
  margin-bottom: 75px;
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 300;
  text-align: center;
}
.LearnArticle-title--applying {
  margin-bottom: 55px;
}
.LearnArticle-blocks {
  position: relative;
  padding-bottom: 100px;
}
.LearnArticle-block {
  margin-bottom: 60px;
}
.LearnArticle-block:last-child {
  margin-bottom: 0;
}
.LearnArticle-block--text p,
.LearnArticle-block--text ul {
  font-size: 20px;
  line-height: 1.5;
}
.LearnArticle-block--text p:last-child,
.LearnArticle-block--text ul:last-child {
  margin-bottom: 0;
}
.LearnArticle-block--text a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.LearnArticle-block--text a:hover,
.LearnArticle-block--text a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
.LearnArticle-block--text ul {
  list-style: disc;
}
.LearnArticle-block--text li {
  margin-left: 30px;
}
.LearnArticle-block--casestudies {
  margin-bottom: 40px;
}
.LearnArticle-block-pdfs {
  margin-bottom: 50px;
}
.LearnArticle-blockTitle {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.LearnArticle-caption {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #74777d;
}
.LearnArticle-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.LearnArticle-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnArticle-image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.LearnArticle-pdfs {
  text-align: left;
  font-size: 0;
}
.LearnArticle-pdfLink {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #b96581;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/inspiration/pdf-link-bg.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: top;
}
.LearnArticle-pdfLink:nth-child(3n + 3) {
  margin-right: 0;
}
.isNotTablet .LearnArticle-pdfLink:hover .LearnArticle-pdfLinkState {
  opacity: 1;
}
.LearnArticle-pdfLink:active .LearnArticle-pdfLinkState {
  opacity: 1;
}
.LearnArticle-pdfLink:active .LearnArticle-pdfLinkStateInner {
  border-width: 2px;
}
.LearnArticle-pdfLinkContent {
  padding: 0 20px;
  padding-top: 30px;
  color: white;
}
.LearnArticle-pdfLinkLabel {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.LearnArticle-pdfLinkSeparator {
  width: 40px;
  height: 2px;
  background-color: white;
  margin-bottom: 18px;
}
.LearnArticle-pdfLinkTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.LearnArticle-pdfLinkDownloadBtn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}
.LearnArticle-pdfLinkDownloadBtnIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 2px;
}
.LearnArticle-pdfLinkDownloadBtnIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.LearnArticle-pdfLinkState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .LearnArticle-pdfLinkState {
  transition-duration: 0s;
}
.LearnArticle-pdfLinkStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .LearnArticle-pdfLinkStateInner {
  transition-duration: 0s;
}
.LearnArticle-cases {
  text-align: left;
  font-size: 0;
}
.LearnArticle-case {
  display: inline-block;
  width: 350px;
  margin-right: 20px;
  margin-bottom: 50px;
  vertical-align: top;
}
.LearnArticle-case:nth-child(2n + 2) {
  margin-right: 0;
}
.LearnArticle-case--only {
  width: 100%;
  margin-right: 0;
}
.LearnArticle-case--only .LearnArticle-caseImgContainer {
  width: 100%;
  height: 460px;
}
.LearnArticle-caseLink {
  display: block;
}
.LearnArticle-caseImgContainer {
  display: block;
  position: relative;
  width: 350px;
  height: 220px;
  background-color: black;
  margin-bottom: 20px;
}
.isNotTablet .LearnArticle-caseImgContainer:hover .LearnArticle-caseImgState {
  opacity: 1;
}
.LearnArticle-caseImgContainer:active .LearnArticle-caseImgState {
  opacity: 1;
}
.LearnArticle-caseImgContainer:active .LearnArticle-caseImgStateInner {
  border-width: 2px;
}
.LearnArticle-caseImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.LearnArticle-caseImgForPrint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.LearnArticle-caseImgState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 120, 125, 0.5);
  border: 4px solid transparent;
  border-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .LearnArticle-caseImgState {
  transition-duration: 0s;
}
.LearnArticle-caseImgStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .LearnArticle-caseImgStateInner {
  transition-duration: 0s;
}
.LearnArticle-caseTextContainer {
  margin-bottom: 18px;
  overflow: hidden;
}
.LearnArticle-caseText {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
}
.LearnArticle-caseTextLastSpace {
  display: inline-block;
  width: 4px;
}
.LearnArticle-caseReadMoreBtn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.LearnArticle-caseReadMoreBtnText {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.LearnArticle-caseReadMoreBtnText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isNotTablet .LearnArticle-caseReadMoreBtnText:hover:after,
.isTablet .LearnArticle-caseReadMoreBtnText:active:after {
  opacity: 1;
}
.LearnArticle-familiesGrid {
  text-align: left;
  font-size: 0;
}
.LearnArticle-familiesGridItem {
  position: relative;
  display: inline-block;
  background-color: #f9f9f9;
}
.LearnArticle-familiesGridItem--size1 {
  width: 720px;
  height: 440px;
}
.LearnArticle-familiesGridItem--size2 {
  width: 350px;
  height: 440px;
  margin-right: 20px;
}
.LearnArticle-familiesGridItem--size2:last-child {
  margin-right: 0;
}
.LearnArticle-familiesGridItem--size3 {
  width: 230px;
  height: 340px;
  margin-right: 15px;
}
.LearnArticle-familiesGridItem--size3:last-child {
  margin-right: 0;
}
.LearnArticle-familiesGridItem--size4 {
  width: 170px;
  height: 240px;
  margin-right: 13.3333px;
}
.LearnArticle-familiesGridItem--size4:nth-child(n+5) {
  margin-top: 13.3333px;
}
.LearnArticle-familiesGridItem--size4:nth-child(4n+4) {
  margin-right: 0;
}
.LearnArticle-familiesGridItem--size4 .LearnArticle-familiesGridItemTitle {
  bottom: 40px;
  font-size: 20px;
}
.LearnArticle-familiesGridItem--size4 .LearnArticle-familiesGridItemImg {
  height: calc(100% - 40px - 20px);
}
.LearnArticle-familiesGridItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px - 30px);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.LearnArticle-familiesGridItemImgForPrint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  visibility: hidden;
}
.LearnArticle-familiesGridItemTitle {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.LearnArticle-subnav {
  position: absolute;
  top: 8px;
  left: -240px;
  width: 200px;
}
.LearnArticle-subnavTitle {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #d4d8de;
}
.LearnArticle-subnavItem {
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 1px solid #d4d8de;
  color: #d9707f;
  transition: opacity 0.2s ease;
  display: block;
}
.LearnArticle-subnavItem:last-child {
  margin-bottom: 0;
}
.LearnArticle-subnavItem:hover,
.LearnArticle-subnavItem:active {
  opacity: 0.6;
}
@media print {
  body .Content {
    display: none;
  }
  body .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
  body .PrintContent .LearnArticle-subnav,
  body .PrintContent .LearnArticle-block--video {
    display: none;
  }
  body .PrintContent p,
  body .PrintContent .LearnArticle-block--image,
  body .PrintContent .LearnArticle-block--video,
  body .PrintContent .LearnArticle-block--pdfs,
  body .PrintContent .LearnArticle-block--cases,
  body .PrintContent .LearnArticle-block--products {
    page-break-inside: avoid;
  }
  body .PrintContent .LearnArticle-pdfLink {
    border: 1px solid black;
  }
  body .PrintContent .LearnArticle-pdfLinkDownloadBtnIcon svg {
    fill: #000;
  }
  body .PrintContent .LearnArticle-caseImgForPrint,
  body .PrintContent .LearnArticle-familiesGridItemImgForPrint {
    visibility: visible;
  }
}
.LearnSecondPage {
  position: relative;
}
.LearnSecondPage-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background-color: #fff;
}
.isTablet .LearnSecondPage-intro {
  position: relative;
}
.LearnSecondPage-introBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.LearnSecondPage-introBg--hover {
  opacity: 0;
  transition: opacity 0.3s;
}
.LearnSecondPage-introBg--hover:hover {
  opacity: 1;
}
.LearnSecondPage-notFixedContent {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.LearnSecondPage-notFixedContentSpacer {
  height: 720px;
}
.isTablet .LearnSecondPage-notFixedContentSpacer {
  display: none;
}
.LearnSecondPage-notFixedContentInner {
  position: relative;
  background-color: white;
  pointer-events: all;
}
.LearnSecondPage-backLink {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 16px;
  width: 144px;
  transition: opacity 0.2s ease;
}
.isNotTablet .LearnSecondPage-backLink:hover,
.isTablet .LearnSecondPage-backLink:active {
  opacity: 0.7;
}
.isNotTablet .LearnSecondPage-backLink:hover .LearnSecondPage-backLinkIcon,
.isTablet .LearnSecondPage-backLink:active .LearnSecondPage-backLinkIcon {
  left: -10px;
  width: 32px;
}
.LearnSecondPage-backLinkIcon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px 16px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/arrow-backlink.png');
  transition: left 0.3s, width 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnSecondPage-backLinkIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/arrow-backlink@2x.png');
  }
}
.LearnSecondPage-backLinkText {
  position: absolute;
  left: 32px;
  bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #adb0b5;
}
.LearnSecondPage-utilsButtons {
  position: absolute;
  top: 0;
  right: 0;
}
.LearnSecondPage-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.LearnSecondPage-utilsButton:not(:last-child) .LearnSecondPage-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .LearnSecondPage-utilsButton:not(:last-child) .LearnSecondPage-utilsButtonContent {
  border-right: 1px solid transparent;
}
.LearnSecondPage-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.LearnSecondPage-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnSecondPage-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .LearnSecondPage-shareBtn:hover .LearnSecondPage-shareBtnIcon,
.isTablet .LearnSecondPage-shareBtn:active .LearnSecondPage-shareBtnIcon,
.LearnSecondPage-shareBtn--selected .LearnSecondPage-shareBtnIcon {
  background-position: -54px -19px;
}
.LearnSecondPage-shareBtn--selected .LearnSecondPage-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.LearnSecondPage-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .LearnSecondPage-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.LearnSecondPage-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .LearnSecondPage-printBtn:hover .LearnSecondPage-printBtnIcon,
.isTablet .LearnSecondPage-printBtn:active .LearnSecondPage-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .LearnSecondPage-printBtn {
  display: none;
}
.LearnSecondPage-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .LearnSecondPage-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
@media print {
  body .Content {
    display: none;
  }
  body .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
  body .PrintContent .LearnSecondPage-intro,
  body .PrintContent .LearnSecondPage-notFixedContentSpacer,
  body .PrintContent .LearnSecondPage-backLink,
  body .PrintContent .LearnSecondPage-utilsButtons {
    display: none;
  }
}
.LearnThirdPage {
  position: relative;
  background: white;
}
.LearnThirdPage-intro {
  height: 100px;
  background-size: 100% 100%;
  background-position: left top;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/third-page-intro-gradient.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnThirdPage-intro {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/third-page-intro-gradient@2x.jpg');
  }
}
.LearnThirdPage-backLink {
  position: absolute;
  top: 120px;
  left: 20px;
  height: 16px;
  width: 220px;
  transition: opacity 0.2s ease;
}
.isNotTablet .LearnThirdPage-backLink:hover,
.isTablet .LearnThirdPage-backLink:active {
  opacity: 0.7;
}
.isNotTablet .LearnThirdPage-backLink:hover .LearnThirdPage-backLinkIcon,
.isTablet .LearnThirdPage-backLink:active .LearnThirdPage-backLinkIcon {
  left: -10px;
  width: 32px;
}
.LearnThirdPage-backLinkIcon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px 16px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/arrow-backlink.png');
  transition: left 0.3s, width 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .LearnThirdPage-backLinkIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/arrow-backlink@2x.png');
  }
}
.LearnThirdPage-backLinkText {
  position: absolute;
  left: 32px;
  bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #adb0b5;
}
.LearnThirdPage-utilsButtons {
  position: absolute;
  top: 100px;
  right: 0;
}
.LearnThirdPage-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.LearnThirdPage-utilsButton:not(:last-child) .LearnThirdPage-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .LearnThirdPage-utilsButton:not(:last-child) .LearnThirdPage-utilsButtonContent {
  border-right: 1px solid transparent;
}
.LearnThirdPage-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.LearnThirdPage-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.LearnThirdPage-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .LearnThirdPage-shareBtn:hover .LearnThirdPage-shareBtnIcon,
.isTablet .LearnThirdPage-shareBtn:active .LearnThirdPage-shareBtnIcon,
.LearnThirdPage-shareBtn--selected .LearnThirdPage-shareBtnIcon {
  background-position: -54px -19px;
}
.LearnThirdPage-shareBtn--selected .LearnThirdPage-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.LearnThirdPage-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .LearnThirdPage-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.LearnThirdPage-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .LearnThirdPage-printBtn:hover .LearnThirdPage-printBtnIcon,
.isTablet .LearnThirdPage-printBtn:active .LearnThirdPage-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .LearnThirdPage-printBtn {
  display: none;
}
.LearnThirdPage-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .LearnThirdPage-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
@media print {
  body .Content {
    display: none;
  }
  body .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
  body .PrintContent .LearnThirdPage-intro,
  body .PrintContent .LearnThirdPage-backLink,
  body .PrintContent .LearnThirdPage-utilsButtons {
    display: none;
  }
}
.Declare {
  position: relative;
  background: white;
}
.Declare-intro {
  height: 100px;
  background-size: 100% 100%;
  background-position: left top;
  background-color: #F0AAAA;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/third-page-intro-gradient.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .Declare-intro {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/front/learn/third-page-intro-gradient@2x.jpg');
  }
}
.Declare-utilsButtons {
  position: absolute;
  top: 100px;
  right: 0;
}
.Declare-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.Declare-utilsButton:not(:last-child) .Declare-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .Declare-utilsButton:not(:last-child) .Declare-utilsButtonContent {
  border-right: 1px solid transparent;
}
.Declare-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.Declare-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Declare-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Declare-shareBtn:hover .Declare-shareBtnIcon,
.isTablet .Declare-shareBtn:active .Declare-shareBtnIcon,
.Declare-shareBtn--selected .Declare-shareBtnIcon {
  background-position: -54px -19px;
}
.Declare-shareBtn--selected .Declare-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.Declare-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Declare-shareBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
.Declare-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .Declare-printBtn:hover .Declare-printBtnIcon,
.isTablet .Declare-printBtn:active .Declare-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .Declare-printBtn {
  display: none;
}
.Declare-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Declare-printBtnIcon {
    background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/icons/icons-sprite@2x.png');
  }
}
@media print {
  body .Content {
    display: none;
  }
  body .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
  body .PrintContent .Declare-intro,
  body .PrintContent .Declare-utilsButtons {
    display: none;
  }
}
.Custom404 {
  width: 100%;
  background-image: url('https://zumtobel-us.s3.amazonaws.com/static/img/background_404.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.Custom404-content {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding-top: 18.65rem;
  letter-spacing: -0.05rem;
  padding-bottom: 24rem;
  position: relative;
}
.Custom404 h1 {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 300;
}
.Custom404 p {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 0 auto;
  margin-top: 2.6rem;
  line-height: 1.9rem;
  width: 23rem;
}
.Custom404-search {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 4rem;
  line-height: 139px;
  color: white;
  border-bottom: 1px solid #FFFFFF;
  bottom: 15rem;
}
.Custom404-search:hover {
  cursor: text;
}
.Custom404-searchIcon {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: 48px;
  margin-right: 20px;
}
.Custom404-searchIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.Custom404-searchInput {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4rem;
  width: calc(100% - 50px - 20px);
  font-size: 2.5rem;
  color: white;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-family: 'MiloPro';
  font-weight: 300;
}
.Custom404-searchInput::-webkit-input-placeholder {
  transition: color 0.4s ease;
  color: white;
}
.Custom404-searchInput::-moz-placeholder {
  transition: color 0.4s ease;
  color: white;
}
.Custom404-searchInput:-ms-input-placeholder {
  transition: color 0.4s ease;
  color: white;
}
.Custom404-searchInput:focus::-webkit-input-placeholder {
  color: transparent;
}
.Custom404-searchInput:focus::-moz-placeholder {
  color: transparent;
}
.Custom404-searchInput:focus:-ms-input-placeholder {
  color: transparent;
}
.Share {
  position: fixed;
  width: 180px;
  background-color: white;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.Share--family {
  position: absolute;
  margin-top: 18px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.Share--product {
  position: fixed;
}
.Share--expanded {
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: all;
  z-index: 10;
}
.Share--expanded.Share--family {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Share-action {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}
.Share-action:last-child {
  border-bottom: none;
}
.isNotTablet .Share-action:hover,
.isTablet .Share-action:active {
  background-color: #f4f5f6;
}
.Share-action--mail .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--slack .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--pinterest .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--facebook .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--twitter .Share-actionIcon svg {
  width: 20px;
  height: 16px;
}
.Share-action--tumblr .Share-actionIcon svg {
  width: 12px;
  height: 21px;
}
.Share-action--linkedin .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-actionIcon {
  position: relative;
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.Share-actionIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #1a1a1a;
}
.Share-actionText {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #1a1a1a;
}
.SpritesSvg {
  display: none;
}
