<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_retailer/cartridge/client/default/scss/content.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* fonts */
@media (max-width: 767px) {
  .fp-4-up .col-md-6 {
    margin-bottom: 4rem;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fp-4-up .col-md-6:nth-child(1), .fp-4-up .col-md-6:nth-child(2) {
    margin-bottom: 4rem;
  }
}
.fp-4-up img {
  margin-bottom: 2rem;
}

/* -- HERO START -- */
.fp-brand-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 560px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1c1c1e;
}
@media (min-width: 768px) {
  .fp-brand-intro {
    min-height: 720px;
  }
}
.fp-brand-intro .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  background-color: #000;
}
.fp-brand-intro .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  z-index: 3;
  color: #fff;
}
@media (min-width: 768px) {
  .fp-brand-intro .content {
    min-height: 720px;
  }
}
.fp-brand-intro .content .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.fp-brand-intro .content h2 {
  color: #fff;
}
.fp-brand-intro .content p {
  margin-bottom: 2rem;
}
.fp-brand-intro .content h2, .fp-brand-intro .content p, .fp-brand-intro .content .btn {
  visibility: hidden;
  position: relative;
}
.fp-brand-intro .strapline {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  color: #fff;
  font-size: 0.688rem;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .fp-brand-intro .strapline {
    font-size: 0.875rem;
  }
}
.fp-brand-intro .strapline h1 {
  display: inline-block;
  position: relative;
  font-size: 0.688em;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.125rem;
}
@media (min-width: 768px) {
  .fp-brand-intro .strapline h1 {
    font-size: 0.875rem;
  }
}
.fp-brand-intro .strapline h1:after, .fp-brand-intro .strapline h1:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1px;
  background: #666;
  position: relative;
  top: -3px;
}
@media (min-width: 768px) {
  .fp-brand-intro .strapline h1:after, .fp-brand-intro .strapline h1:before {
    width: 2rem;
  }
}
@media (min-width: 1024px) {
  .fp-brand-intro .strapline h1:after, .fp-brand-intro .strapline h1:before {
    width: 4rem;
  }
}
.fp-brand-intro .strapline h1:before {
  margin-right: 1rem;
}
.fp-brand-intro .strapline h1:after {
  margin-left: 1rem;
}
.fp-brand-intro .scroll-indicator {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.938rem;
}
.fp-brand-intro .scroll-indicator span.description-text {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
@media (min-width: 1024px) {
  .fp-brand-intro .scroll-indicator {
    width: 2.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }
}
.fp-brand-intro .scroll-indicator:before {
  left: 50%;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.75rem;
  background: #fff;
  top: 0.5rem;
  border-radius: 0.125rem;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@media (max-width: 1023px) {
  .fp-brand-intro .scroll-indicator:before {
    -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3e%3c/svg%3e") no-repeat 50% 50%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .fp-brand-intro .scroll-indicator:before {
    position: absolute;
    width: 0.25rem;
    height: 0.5rem;
    margin-left: -0.125rem;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}

.fp-brand-intro-small {
  position: relative;
  height: 20rem;
  min-height: 20rem;
}
@media (min-width: 768px) {
  .fp-brand-intro-small {
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .fp-brand-intro-small {
    height: 30rem;
  }
}
.fp-brand-intro-small .content {
  position: absolute;
  bottom: 0;
  top: inherit;
  height: auto;
  min-height: auto;
}
@media (min-width: 768px) {
  .fp-brand-intro-small .content {
    min-height: auto;
  }
}
.fp-brand-intro-small .content h1 {
  color: #fff;
  position: relative;
  visibility: hidden;
  margin-bottom: 0;
}
.fp-brand-intro-small .content p {
  margin-top: 28px;
  margin-bottom: 0;
}
.fp-brand-intro-small .overlay {
  height: 100%;
}
.fp-brand-intro-small .fp-hero-tabs {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
  text-align: center;
}
.fp-brand-intro-small .fp-hero-tabs UL {
  list-style: none;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  padding: 0 1rem;
  -webkit-overflow-scrolling: touch;
}
.fp-brand-intro-small .fp-hero-tabs UL li {
  display: inline;
  padding: 0;
  margin-right: 0.125rem;
  font-size: 0;
}
.fp-brand-intro-small .fp-hero-tabs UL li a {
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 0.031rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #666;
  padding: 1.25rem 0;
  width: 12.875rem;
  display: inline-block;
  font-weight: 325;
  margin: 0;
}
.fp-brand-intro-small .fp-hero-tabs UL li a.all {
  width: 5rem;
}
@media (min-width: 1280px) {
  .fp-brand-intro-small .fp-hero-tabs UL li a.all {
    width: 6rem;
  }
}
.fp-brand-intro-small .fp-hero-tabs UL li a.selected {
  background-color: #fff;
  color: #1e1e1c;
}
.fp-brand-intro-small .fp-hero-tabs UL li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .fp-brand-intro-small .fp-hero-tabs UL li a {
    font-size: 0.813rem;
    line-height: 0.938rem;
  }
}
@media (min-width: 1024px) {
  .fp-brand-intro-small .fp-hero-tabs UL li a {
    width: 13.625rem;
    font-size: 0.875rem;
    line-height: 1.188rem;
    letter-spacing: 0.063rem;
  }
}
@media (min-width: 1280px) {
  .fp-brand-intro-small .fp-hero-tabs UL li a {
    font-size: 16px;
    width: 17.375rem;
  }
}

/* Fade-in animation for homepage sections */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Base class - elements start invisible and slightly below their final position */
.fp-fade-in {
  opacity: 0;
  transform: translateY(20px);
  /* Transition for both opacity and transform */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}

/* Animation triggered when element becomes visible (added by JS) */
.fp-fade-in.fp-fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Class to prevent fade-in animation for elements above the fold */
.no-fade {
  opacity: 1 !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  animation: none !important;
  transition: none !important;
}

.fp-brand-message-callout aside {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 2rem 0;
}
.fp-brand-message-callout aside p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #666;
}
@media (min-width: 768px) {
  .fp-brand-message-callout aside p {
    font-size: 1.563rem;
    padding: 0 10%;
  }
}
@media (min-width: 1024px) {
  .fp-brand-message-callout aside p {
    font-size: 1.75rem;
  }
}

.fp-brand-pillars {
  text-align: center;
  padding-top: 10rem;
  /* Scroll jack Slider Container */
  /* Slider Items */
}
@media (min-width: 1024px) {
  .fp-brand-pillars {
    padding-top: 14rem;
  }
}
@media (min-width: 1280px) {
  .fp-brand-pillars {
    padding-top: 20rem;
  }
}
.fp-brand-pillars .pillars-scroll-slider-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  isolation: isolate;
}
.fp-brand-pillars .pillars-scroll-slider-wrapper .pillar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  overflow: hidden;
}
.fp-brand-pillars :root {
  --slideCount: 5;
  --blurFactor: 10;
}
@supports (position: sticky) {
  .fp-brand-pillars .pillars-scroll-slider-wrapper .pillar {
    position: sticky;
    top: 0;
  }
}
.fp-brand-pillars .pillar-intro {
  padding: 0 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar-intro {
    padding-bottom: 0;
  }
}
.fp-brand-pillars .pillar-intro .pillar-intro-content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar-intro .pillar-intro-content {
    width: 32.5rem;
  }
}
@media (min-width: 1024px) {
  .fp-brand-pillars .pillar-intro .pillar-intro-content {
    width: 40rem;
  }
}
@media (min-width: 1200px) {
  .fp-brand-pillars .pillar-intro .pillar-intro-content {
    width: 43.75rem;
  }
}
.fp-brand-pillars .pillar-intro h2 {
  position: relative;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar-intro h2 {
    font-weight: 300;
  }
}
.fp-brand-pillars .pillar-intro .copy {
  position: relative;
}
.fp-brand-pillars .pillar-intro .pillar-line-wrap {
  width: 100%;
  height: 6rem;
}
@media (min-width: 1024px) {
  .fp-brand-pillars .pillar-intro .pillar-line-wrap {
    height: 9rem;
  }
}
@media (min-width: 1280px) {
  .fp-brand-pillars .pillar-intro .pillar-line-wrap {
    height: 12rem;
  }
}
.fp-brand-pillars .pillar-intro .pillar-line-wrap .pillar-line {
  width: 0.063rem;
  height: 100%;
  background-color: #d8d8d8;
  position: static;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar {
    overflow: hidden;
  }
  .fp-brand-pillars .pillar:last-child {
    border-bottom: none;
  }
}
.fp-brand-pillars .pillar .pillar-image {
  height: 320px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar .pillar-image {
    height: 60vh;
    height: 60dvh;
    min-height: 600px;
  }
}
@media (min-width: 1024px) {
  .fp-brand-pillars .pillar .pillar-image {
    height: 100vh;
    height: 100dvh;
  }
}
.fp-brand-pillars .pillar .pillar-image.image-lazy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fp-brand-pillars .pillar .pillar-image.image-lazy.left img,
.fp-brand-pillars .pillar .pillar-image.image-lazy img.left {
  object-position: left;
}
.fp-brand-pillars .pillar .pillar-image.image-lazy.right img,
.fp-brand-pillars .pillar .pillar-image.image-lazy img.right {
  object-position: right;
}
.fp-brand-pillars .pillar .pillar-content-dark,
.fp-brand-pillars .pillar .pillar-content-light {
  position: relative;
  z-index: 2;
  padding: 4.375rem 1rem 2.5rem;
  min-height: initial;
}
@media (min-width: 375px) {
  .fp-brand-pillars .pillar .pillar-content-dark,
  .fp-brand-pillars .pillar .pillar-content-light {
    padding: 3.75rem 1rem 3.75rem;
  }
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar .pillar-content-dark,
  .fp-brand-pillars .pillar .pillar-content-light {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2.5rem 1rem;
    width: 21rem;
    background-color: transparent;
  }
}
.fp-brand-pillars .pillar .pillar-content-dark h3,
.fp-brand-pillars .pillar .pillar-content-light h3 {
  position: relative;
  font-weight: 500;
}
.fp-brand-pillars .pillar .pillar-content-dark .copy,
.fp-brand-pillars .pillar .pillar-content-light .copy {
  position: relative;
  font-weight: 500;
}
.fp-brand-pillars .pillar .pillar-content-light {
  background-color: #1c1c1e;
  color: #fff;
}
@media (min-width: 768px) {
  .fp-brand-pillars .pillar .pillar-content-light {
    background-color: transparent;
  }
}
.fp-brand-pillars .pillar .pillar-content-light h3 {
  color: #fff;
}
.fp-brand-pillars .pillar .pillar-content-light .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}
.fp-brand-pillars .align-left .pillar-content-dark,
.fp-brand-pillars .align-left .pillar-content-light {
  left: 0;
}
.fp-brand-pillars .align-left .pillar-content-dark .btn,
.fp-brand-pillars .align-left .pillar-content-light .btn {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .fp-brand-pillars .align-left .pillar-content-dark,
  .fp-brand-pillars .align-left .pillar-content-light {
    left: 15%;
  }
}
.fp-brand-pillars .align-right .pillar-content-dark,
.fp-brand-pillars .align-right .pillar-content-light {
  right: 0;
}
.fp-brand-pillars .align-right .pillar-content-dark .btn,
.fp-brand-pillars .align-right .pillar-content-light .btn {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .fp-brand-pillars .align-right .pillar-content-dark,
  .fp-brand-pillars .align-right .pillar-content-light {
    right: 15%;
  }
}
.fp-brand-pillars .pillar-content {
  display: none;
}
.fp-brand-pillars .btn {
  width: 100%;
  max-width: 21.875rem;
  /*margin-top:1rem;*/
  position: relative;
}
@media (min-width: 768px) {
  .fp-brand-pillars .btn {
    width: auto;
  }
}

/* -- CLP EDUCATION 1 START -- */
.fp-clp-education-1 .asset-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fp-clp-education-1 .asset-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .fp-clp-education-1 .asset-wrapper {
    padding-bottom: 0;
    height: 70vh;
    min-height: 480px;
    max-height: 650px;
  }
}
.fp-clp-education-1 .asset-wrapper IMG, .fp-clp-education-1 .asset-wrapper PICTURE {
  max-width: 100%;
  display: block;
}
.fp-clp-education-1 .asset-wrapper IMG {
  width: 100%;
}
.fp-clp-education-1 .asset-wrapper VIDEO {
  position: absolute;
  min-width: 100%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fp-clp-education-1 .content {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .fp-clp-education-1 .content {
    padding: 0 32px;
  }
}
.fp-clp-education-1 .head {
  margin-bottom: 1rem;
}
.fp-clp-education-1 .head h2, .fp-clp-education-1 .head h3, .fp-clp-education-1 .head p {
  position: relative;
}
.fp-clp-education-1 .highlights {
  padding: 0;
  position: relative;
}
.fp-clp-education-1 .highlights .highlight {
  margin-top: 1.5rem;
  color: #666;
  position: relative;
}
@media (min-width: 1024px) {
  .fp-clp-education-1 .highlights .highlight {
    margin-top: 0;
  }
}
.fp-clp-education-1 .highlights .highlight .fp-icon {
  width: auto;
  height: auto;
}
.fp-clp-education-1 .highlights .highlight .fp-icon svg {
  fill: #666;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

/* -- CLP EDUCATION 1 END -- */
/* -- CLP EDUCATION 2 START -- */
.fp-clp-education-2 {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 {
    margin-bottom: 0;
  }
}
.fp-clp-education-2 .asset-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1c1c1e;
  position: relative;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .asset-wrapper {
    height: 100vh;
    min-height: 560px;
    padding: 0;
    position: absolute;
    top: 0;
  }
}
.fp-clp-education-2 .clp-education-content {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content {
    height: 100vh;
    min-height: 560px;
    margin-top: 0;
  }
}
.fp-clp-education-2 .clp-education-content .content-box {
  color: #666;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content .content-box {
    height: 100vh;
    min-height: 560px;
  }
}
.fp-clp-education-2 .clp-education-content .content-box .head {
  position: relative;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content .content-box .head {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.fp-clp-education-2 .clp-education-content .content-box .highlights {
  position: relative;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content .content-box .highlights {
    padding-left: 4rem;
    padding-right: 1rem;
  }
}
.fp-clp-education-2 .clp-education-content .content-box .highlights .highlight {
  margin: 2rem 0;
}
.fp-clp-education-2 .clp-education-content .content-box .highlights .highlight:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content .content-box .highlights .highlight:first-of-type {
    margin-top: 0;
  }
}
.fp-clp-education-2 .clp-education-content .content-box .fp-icon {
  width: auto;
  height: auto;
}
.fp-clp-education-2 .clp-education-content .content-box .fp-icon svg {
  fill: #666;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .fp-clp-education-2 .clp-education-content.light .content-box {
    color: #fff;
  }
  .fp-clp-education-2 .clp-education-content.light .content-box .fp-icon svg {
    fill: #fff;
  }
}

/* -- CLP EDUCATION 2 END -- */
/* -- CLP WAYFINDING START -- */
.fp-clp-wayfinding .container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .fp-clp-wayfinding .container {
    padding: 0;
  }
}
.fp-clp-wayfinding .row {
  margin-left: 0;
  margin-right: 0;
}
.fp-clp-wayfinding .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.fp-clp-wayfinding .owl-stage .owl-item {
  max-width: 14rem !important;
}
.fp-clp-wayfinding .clpwf-carousel {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fp-clp-wayfinding .clpwf-carousel {
    margin-top: -1rem;
  }
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .clpwf-carousel-4-items {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .fp-clp-wayfinding .clpwf-carousel-3-items {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .clpwf-carousel-3-items {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .fp-clp-wayfinding .clpwf-carousel-2-items {
    width: 49%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .clpwf-carousel-2-items {
    width: 39%;
    margin: 0 auto;
  }
}
.fp-clp-wayfinding .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .item {
    background-color: transparent;
    width: 100%;
  }
}
.fp-clp-wayfinding .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fp-clp-wayfinding .item:active .item-inner, .fp-clp-wayfinding .item:focus-within .item-inner, .fp-clp-wayfinding .item:hover .item-inner {
  background-color: #fff;
  transition: all 0.5s;
}
.fp-clp-wayfinding .item .item-inner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  transition: all 1s;
  z-index: 1;
  text-decoration: none;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .item .item-inner {
    background-color: transparent;
  }
}
.fp-clp-wayfinding .item .item-inner .fp-icons svg {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.75rem 0.75rem 1rem;
  width: 100%;
  height: 100%;
}
.fp-clp-wayfinding .item .item-inner h3 {
  color: #666;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  justify-self: flex-end;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-height: 16px;
}
.fp-clp-wayfinding .item .item-inner:hover h3 {
  color: #006ebe;
}
@media (min-width: 1024px) {
  .fp-clp-wayfinding .item .item-inner:hover {
    background-color: #fff;
  }
}
.fp-clp-wayfinding .item .item-inner .img-holder {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}

*:focus {
  outline: none;
}

/* -- HOME PAGE WAYFINDING END -- */
/* -- SMALL CONTENT BLADE -- */
.fp-content-blade {
  display: -ms-flexbox;
  display: flex;
}
.fp-content-blade .container {
  padding: 2rem 1rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .fp-content-blade .container {
    border-top: 1px solid transparent;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .fp-content-blade .container {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
    padding: 2rem 3rem;
    border-top: none;
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .fp-content-blade .container {
    max-width: 1400px;
  }
}
.fp-content-blade .container .row .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 26.75rem;
  margin: 0 auto;
}
.fp-content-blade .container .row .block:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .fp-content-blade .container .row .block:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .fp-content-blade .container .row .block {
    display: block;
    margin: 0;
    max-width: 100%;
  }
  .fp-content-blade .container .row .block:nth-of-type(3), .fp-content-blade .container .row .block:nth-of-type(4) {
    margin-top: 2.5rem;
  }
}
.fp-content-blade .container .row .block img {
  max-width: 6.25rem;
  padding-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media (min-width: 321px) {
  .fp-content-blade .container .row .block img {
    max-width: 9.25rem;
  }
}
@media (min-width: 768px) {
  .fp-content-blade .container .row .block img {
    float: left;
    padding-right: 1.5rem;
  }
}
.fp-content-blade .container .row .block .h6 {
  text-transform: none;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 768px) {
  .fp-content-blade .container .row .block .h6 {
    max-width: 100%;
  }
  .fp-content-blade .container .row .block .h6:after {
    content: "\a";
  }
}
.fp-content-blade .container .row .block p {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .fp-content-blade .container .row .block p {
    max-width: calc(100% - 9.5rem);
    margin-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .fp-content-blade .container .row .block p {
    float: left;
  }
}

/* -- SMALL CONTENT BLADE END -- */
/* -- EXTENDED WAYFINDING START -- */
.fp-extended-category-wayfinding .row {
  margin: 0;
}
.fp-extended-category-wayfinding .content {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .fp-extended-category-wayfinding .content {
    margin-bottom: 1.3775rem;
  }
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .content {
    margin-bottom: 2.35rem;
  }
}
.fp-extended-category-wayfinding .content h2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .fp-extended-category-wayfinding .categories .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.fp-extended-category-wayfinding .ecwf-carousel {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .ecwf-carousel.resize-width {
    width: 896px;
    width: 56rem;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .fp-extended-category-wayfinding .ecwf-carousel.resize-width-six .owl-stage {
    margin-left: -6.125rem;
  }
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .ecwf-carousel.resize-width-six {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 672px;
    width: 42rem;
    margin: 0 auto;
    height: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1280px) {
  .fp-extended-category-wayfinding .ecwf-carousel.resize-width-six {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .fp-extended-category-wayfinding .ecwf-carousel {
    width: 100%;
  }
}
.fp-extended-category-wayfinding .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  width: 165px;
  width: 10.313rem;
  visibility: visible;
  opacity: 1;
  margin: 1.5rem 0.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .fp-extended-category-wayfinding .item {
    margin: 1.5rem 0.75rem 0 0.75rem;
  }
}
.fp-extended-category-wayfinding .item.transparent {
  background: transparent;
}
@media (min-width: 768px) {
  .fp-extended-category-wayfinding .item {
    width: 173px;
    width: 10.813rem;
  }
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .item {
    background-color: transparent;
    width: 182px;
    width: 11.375rem;
    margin-top: 24px;
  }
}
.fp-extended-category-wayfinding .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fp-extended-category-wayfinding .item:hover, .fp-extended-category-wayfinding .item:active, .fp-extended-category-wayfinding .item:focus-within {
  transition: all 0.5s;
  z-index: 0;
  color: #006ebe;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .item:hover, .fp-extended-category-wayfinding .item:active, .fp-extended-category-wayfinding .item:focus-within {
    background-color: #fff;
  }
}
.fp-extended-category-wayfinding .item:hover .item-inner, .fp-extended-category-wayfinding .item:active .item-inner, .fp-extended-category-wayfinding .item:focus-within .item-inner {
  transition: all 0.5s;
  z-index: 0;
}
.fp-extended-category-wayfinding .item:hover .item-hover, .fp-extended-category-wayfinding .item:active .item-hover, .fp-extended-category-wayfinding .item:focus-within .item-hover {
  display: block;
  z-index: 10;
  opacity: 1;
  transition: all 1s;
}
.fp-extended-category-wayfinding .item .item-inner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  transition: all 1s;
  z-index: 1;
  color: #666;
}
.fp-extended-category-wayfinding .item .item-inner:hover {
  color: #006ebe;
  text-decoration: none;
}
.fp-extended-category-wayfinding .item .item-inner:hover + .item-hover {
  z-index: 10;
  opacity: 1;
}
.fp-extended-category-wayfinding .item .item-inner .img-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.fp-extended-category-wayfinding .item .item-inner .img-holder svg {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.75rem 0.75rem 1rem;
  width: 100%;
  height: 100%;
}
.fp-extended-category-wayfinding .item .item-inner .heading-container {
  min-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0.75rem 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .fp-extended-category-wayfinding .item .item-inner .heading-container {
    min-height: 30px;
  }
}
@media (min-width: 1024px) {
  .fp-extended-category-wayfinding .item .item-inner .heading-container {
    min-height: 32px;
  }
}
.fp-extended-category-wayfinding .item .item-inner .category-view-all {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.fp-extended-category-wayfinding .item .item-inner h3 {
  margin-bottom: 0;
  min-height: 16px;
}
.fp-extended-category-wayfinding .item .item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 1s;
}
.fp-extended-category-wayfinding .item .item-hover:hover {
  z-index: 10;
  opacity: 1;
}
.fp-extended-category-wayfinding .item .item-hover .subcategory-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list li {
  list-style: none;
}
.fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list li a {
  display: block;
  color: #1e1e1c;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 300;
  padding: 4px 0;
  padding: 0.25rem 0;
}
.fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:hover, .fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:active, .fp-extended-category-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:focus {
  color: #006ebe;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/* -- HOME PAGE WAYFINDING END -- */
/* -- FEATURE START -- */
.fp-feature .asset-wrapper, .fp-feature .square {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fp-feature .asset-wrapper, .fp-feature .square {
    margin-bottom: 0;
  }
}
.fp-feature .square {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
}
.fp-feature IMG, .fp-feature VIDEO {
  max-width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .fp-feature-left .content {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .fp-feature-right .content {
    padding-right: 2rem;
  }
}

/* -- FEATURE END -- */
.fp-features-benefits-key-wrap {
  background: #fff;
}
.fp-features-benefits-key-wrap .key-top {
  background: linear-gradient(0deg, #fff 50%, #f7f7f7 50%);
}
.fp-features-benefits-key-wrap .key {
  background: #fff;
}
.fp-features-benefits-key-wrap .key-bot {
  background: linear-gradient(0deg, #f7f7f7 50%, #fff 50%);
}
.fp-features-benefits-key-wrap .key-top-content, .fp-features-benefits-key-wrap .key-content, .fp-features-benefits-key-wrap .key-bot-content {
  background: #fff;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-key-wrap .key-top-content, .fp-features-benefits-key-wrap .key-content, .fp-features-benefits-key-wrap .key-bot-content {
    padding-top: 2.5rem;
  }
}
.fp-features-benefits-key-wrap .key-bot-content {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .fp-features-benefits-key-wrap .fp-features-benefits-key {
    max-width: 26.75rem;
    margin: 0 auto;
  }
}
.fp-features-benefits-key-wrap .fp-features-benefits-key .asset-wrapper {
  position: relative;
}
.fp-features-benefits-key-wrap .fp-features-benefits-key .asset-wrapper IMG, .fp-features-benefits-key-wrap .fp-features-benefits-key .asset-wrapper VIDEO {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .fp-features-benefits-key-wrap .fp-features-benefits-key .asset-wrapper {
    font-size: 0.75rem;
  }
}
.fp-features-benefits-key-wrap .fp-features-benefits-key .pillar {
  display: block;
  border-bottom: solid 0.063rem #d8d8d8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-key-wrap .fp-features-benefits-key .pillar {
    font-size: 0.75rem;
  }
}
.fp-features-benefits-key-wrap .fp-features-benefits-key .content h3 {
  font-weight: 325;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-key-wrap .fp-features-benefits-key .content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .fp-features-benefits-key-wrap .fp-features-benefits-key .content h3 {
    font-size: 1.313rem;
    line-height: 1.625rem;
  }
}

.fp-features-benefits-left-right-wrap {
  background-color: #fff;
}

@media (max-width: 767px) {
  .fp-features-benefits-left-right {
    max-width: 26.75rem;
    margin: 0 auto;
  }
}
.fp-features-benefits-left-right .asset {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-left-right .asset {
    margin-bottom: 0;
  }
}
.fp-features-benefits-left-right .asset-wrapper {
  position: relative;
}
.fp-features-benefits-left-right .asset-wrapper IMG, .fp-features-benefits-left-right .asset-wrapper VIDEO {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .fp-features-benefits-left-right .asset-wrapper {
    font-size: 0.75rem;
  }
}
.fp-features-benefits-left-right .pillar {
  display: block;
  border-bottom: solid 0.063rem #d8d8d8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-left-right .pillar {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .fp-features-benefits-left-right .content-right {
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .fp-features-benefits-left-right .content-left {
    padding-right: 32px;
  }
}

.fp-features-benefits-text-only-wrap {
  background-color: #fff;
}

@media (max-width: 767px) {
  .fp-features-benefits-text-only {
    max-width: 26.75rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .fp-features-benefits-text-only &gt; div:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .fp-features-benefits-text-only &gt; div:nth-child(even) {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .fp-features-benefits-text-only &gt; div:nth-child(odd) {
    padding-right: 3.625rem;
  }
  .fp-features-benefits-text-only &gt; div:nth-child(even) {
    padding-left: 3.625rem;
  }
}
.fp-features-benefits-text-only .content {
  margin-bottom: 64px;
}
.fp-features-benefits-text-only .content:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .fp-features-benefits-text-only .content {
    margin-bottom: 0;
  }
}
.fp-features-benefits-text-only .pillar {
  display: block;
  border-bottom: solid 0.063rem #d8d8d8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.688rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-text-only .pillar {
    font-size: 0.75rem;
  }
}
.fp-features-benefits-text-only .content h3 {
  font-weight: 325;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .fp-features-benefits-text-only .content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fp-features-benefits-text-only .content h3 {
    font-size: 1.313rem;
    line-height: 1.625rem;
  }
}

.features-benefits-title {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .features-benefits-title {
    margin-top: 6rem;
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .features-benefits-title {
    margin-top: 8rem;
  }
}

/* -- PREMIUM FLAGSHIP PRODUCT START -- */
.fp-flagship-products .row, .fp-flagship-products-minimal .row {
  margin: 0;
}
.fp-flagship-products .row .image-wrap, .fp-flagship-products-minimal .row .image-wrap {
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .fp-flagship-products .row .image-wrap, .fp-flagship-products-minimal .row .image-wrap {
    width: 59%;
    max-width: 59%;
    -ms-flex: 0 0 59%;
        flex: 0 0 59%;
  }
}
.fp-flagship-products .row .image-wrap .spinner, .fp-flagship-products-minimal .row .image-wrap .spinner {
  font-size: 2px;
  margin: 0;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid rgba(0, 0, 0, 0.25);
  animation: load8 0.8s infinite ease-in-out;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -25px;
  margin-top: -25px;
}
.fp-flagship-products .row .image-wrap .spinner,
.fp-flagship-products .row .image-wrap .spinner::after, .fp-flagship-products-minimal .row .image-wrap .spinner,
.fp-flagship-products-minimal .row .image-wrap .spinner::after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.fp-flagship-products .row .image-wrap VIDEO, .fp-flagship-products-minimal .row .image-wrap VIDEO {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
}
.fp-flagship-products .row .image, .fp-flagship-products-minimal .row .image {
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .image, .fp-flagship-products-minimal .row .image {
    padding-top: 125%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .fp-flagship-products .row .image, .fp-flagship-products-minimal .row .image {
    padding-top: 110%;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .row .image, .fp-flagship-products-minimal .row .image {
    padding-top: 56.25%;
  }
}
.fp-flagship-products .row .image.image-lazy, .fp-flagship-products-minimal .row .image.image-lazy {
  padding-top: 0;
  height: auto;
  width: 100%;
}
.fp-flagship-products .row .image.image-lazy img, .fp-flagship-products-minimal .row .image.image-lazy img {
  width: 100%;
  height: auto;
}
.fp-flagship-products .row .image.image-lazy.tablet-centered img, .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered img {
  --img-width: 100%;
  width: var(--img-width);
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .image.image-lazy.tablet-centered img, .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered img {
    --img-width: 220%;
    margin-left: calc(-1 * (var(--img-width) - 100%) / 2);
    margin-right: calc(-1 * (var(--img-width) - 100%) / 2);
  }
  .fp-flagship-products .row .image.image-lazy.tablet-centered.left img,
  .fp-flagship-products .row .image.image-lazy.tablet-centered img.left, .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered.left img,
  .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered img.left {
    margin-left: 0;
    margin-right: calc(-1 * (var(--img-width) - 100%));
  }
  .fp-flagship-products .row .image.image-lazy.tablet-centered.right img,
  .fp-flagship-products .row .image.image-lazy.tablet-centered img.right, .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered.right img,
  .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered img.right {
    margin-left: calc(-1 * (var(--img-width) - 100%));
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .row .image.image-lazy.tablet-centered img, .fp-flagship-products-minimal .row .image.image-lazy.tablet-centered img {
    --img-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.fp-flagship-products .row .content, .fp-flagship-products-minimal .row .content {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .content, .fp-flagship-products-minimal .row .content {
    text-align: left;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .row .content, .fp-flagship-products-minimal .row .content {
    width: 22.25rem;
    max-width: none;
    -ms-flex: none;
        flex: none;
    padding: 0;
  }
}
.fp-flagship-products .row .content .align, .fp-flagship-products-minimal .row .content .align {
  position: relative;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .content .align, .fp-flagship-products-minimal .row .content .align {
    top: 50%;
    margin-top: -60%;
  }
}
@media (min-width: 1024px) {
  .fp-flagship-products .row .content .align, .fp-flagship-products-minimal .row .content .align {
    margin-top: -40%;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .row .content .align, .fp-flagship-products-minimal .row .content .align {
    margin-top: -50%;
  }
}
.fp-flagship-products .row .content h2, .fp-flagship-products .row .content p, .fp-flagship-products .row .content .btn, .fp-flagship-products-minimal .row .content h2, .fp-flagship-products-minimal .row .content p, .fp-flagship-products-minimal .row .content .btn {
  position: relative;
}
.fp-flagship-products .row .content .nav-tabs, .fp-flagship-products-minimal .row .content .nav-tabs {
  border: none;
  display: inline-block;
  position: relative;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .content .nav-tabs, .fp-flagship-products-minimal .row .content .nav-tabs {
    margin: 0;
  }
}
.fp-flagship-products .row .content .nav-tabs li, .fp-flagship-products-minimal .row .content .nav-tabs li {
  display: inline;
}
.fp-flagship-products .row .content .nav-tabs li a, .fp-flagship-products .row .content .nav-tabs li span, .fp-flagship-products-minimal .row .content .nav-tabs li a, .fp-flagship-products-minimal .row .content .nav-tabs li span {
  font-size: 0.813rem;
  letter-spacing: 0.063rem;
  color: #7e7e7e;
  text-transform: uppercase;
  padding: 0 0.5rem;
  text-decoration: none;
}
.fp-flagship-products .row .content .nav-tabs li a.active, .fp-flagship-products .row .content .nav-tabs li a:hover, .fp-flagship-products .row .content .nav-tabs li span.active, .fp-flagship-products .row .content .nav-tabs li span:hover, .fp-flagship-products-minimal .row .content .nav-tabs li a.active, .fp-flagship-products-minimal .row .content .nav-tabs li a:hover, .fp-flagship-products-minimal .row .content .nav-tabs li span.active, .fp-flagship-products-minimal .row .content .nav-tabs li span:hover {
  color: #666;
}
.fp-flagship-products .row .content .nav-tabs li a.active, .fp-flagship-products .row .content .nav-tabs li span.active, .fp-flagship-products-minimal .row .content .nav-tabs li a.active, .fp-flagship-products-minimal .row .content .nav-tabs li span.active {
  font-weight: 700;
}
.fp-flagship-products .row .content .nav-tabs li:after, .fp-flagship-products-minimal .row .content .nav-tabs li:after {
  content: "|";
}
.fp-flagship-products .row .content .nav-tabs li:first-child a, .fp-flagship-products .row .content .nav-tabs li:first-child span, .fp-flagship-products-minimal .row .content .nav-tabs li:first-child a, .fp-flagship-products-minimal .row .content .nav-tabs li:first-child span {
  padding-left: 0;
}
.fp-flagship-products .row .content .nav-tabs li:last-child a, .fp-flagship-products .row .content .nav-tabs li:last-child span, .fp-flagship-products-minimal .row .content .nav-tabs li:last-child a, .fp-flagship-products-minimal .row .content .nav-tabs li:last-child span {
  padding-right: 0;
}
.fp-flagship-products .row .content .nav-tabs li:last-child:after, .fp-flagship-products-minimal .row .content .nav-tabs li:last-child:after {
  content: "";
}
.fp-flagship-products .row .content .tab-content, .fp-flagship-products-minimal .row .content .tab-content {
  position: relative;
  margin-top: 1rem;
}
.fp-flagship-products .row .content .tab-content p, .fp-flagship-products-minimal .row .content .tab-content p {
  font-size: 0.688rem;
  color: #666;
}
@media (min-width: 768px) {
  .fp-flagship-products .row .content .tab-content p, .fp-flagship-products-minimal .row .content .tab-content p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .content-right .content, .fp-flagship-products-minimal .content-right .content {
    margin: 0 auto 0 7.5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .fp-flagship-products .content-left .content, .fp-flagship-products-minimal .content-left .content {
    margin: 0 7.5rem 0 auto;
    padding-left: 1rem;
  }
}

/* -- PREMIUM FLAGSHIP PRODUCT END -- */
/* -- FOOTER START -- */
footer {
  background-color: #f7f7f7;
  padding: 0;
  margin-top: 0;
}
footer .row {
  margin: 0;
}
footer .footer-top {
  padding: 2rem 0;
}
footer .support {
  padding-bottom: 2rem;
  display: none;
}
footer .support .row div:nth-child(2) {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
footer .support a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #1e1e1c;
  padding: 2rem;
  font-size: 1.143em;
  line-height: normal;
}
footer .support a:hover {
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
footer .support .col:active,
footer .support .col:focus,
footer .support .col:hover {
  background: #fff;
}
footer .support .col:active a,
footer .support .col:focus a,
footer .support .col:hover a {
  text-decoration: none;
  color: #1e1e1c;
}
footer .support p {
  margin-top: 13px;
  margin-bottom: 13px;
}
footer .back-to-top {
  margin: 2rem 0 0;
}
footer .back-to-top .row {
  border-top: solid 1px #d8d8d8;
}
footer .back-to-top .row a {
  width: 48px;
  height: 48px;
  background: #e7e7e7;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: -24px;
  border: 1px solid #d8d8d8;
  text-indent: 0;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
footer .back-to-top .row a:hover {
  background: #d8d8d8;
}
footer .back-to-top .row a span.text {
  text-indent: -9999px;
  height: 0;
  width: 48px;
  overflow: hidden;
  display: inline-block;
}
footer .back-to-top .row a svg {
  margin-top: 0.65rem;
}
footer .footer-mega-menu {
  font-size: 0.929em;
}
footer .footer-mega-menu .col-lg-3:last-child {
  border-bottom: none;
  padding-top: 3rem;
  padding-bottom: 0;
}
footer .footer-mega-menu .col-md-3 {
  border-bottom: solid 1px #d8d8d8;
  border-bottom: none;
}
footer .footer-mega-menu .col-md-3:last-child {
  border-bottom: none;
  padding-top: 2rem;
  padding-bottom: 0;
}
footer .footer-mega-menu ul li {
  margin-bottom: 0.6rem;
}
footer .footer-mega-menu ul li a {
  text-transform: none;
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: pointer;
}
footer .footer-mega-menu ul li a:hover {
  text-decoration: none;
  color: #0070d2;
}
footer .footer-mega-menu h3 {
  margin: 0 0 0.625em 0;
  padding: 0;
  font-size: 0.813rem;
  letter-spacing: 0;
}
footer .footer-mega-menu h3 a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
footer .footer-mega-menu h3 a:hover {
  text-decoration: none;
  color: #0070d2;
}
footer .footer-mega-menu .link-header {
  font-weight: 500;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  color: #1e1e1c;
  padding-top: 1rem;
}
footer .footer-mega-menu li:first-of-type .link-header {
  padding-top: 0;
}
footer .footer-mega-menu .phone {
  color: #000;
  font-size: 1.5em;
  font-weight: 300;
}
footer .footer-mega-menu label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-mega-menu .div-select.countries {
  visibility: visible;
  display: block;
}
footer .footer-base {
  color: #999;
  padding: 2.5rem 0;
  background-color: #1e1e1c;
}
footer .footer-base .row {
  border-top: solid 1px #4f4f49;
  padding: 1rem 0;
}
footer .footer-base .row:first-child {
  border: none;
  padding-top: 0;
}
footer .footer-base .row:last-child {
  padding-bottom: 0;
}
footer .footer-base .row p {
  color: #fff;
}
footer .footer-base .logo {
  margin-top: 6px;
  display: inline-block;
  line-height: 0;
}
footer .footer-base .logo .fp-icons svg {
  fill: #fff;
  width: 10.69rem;
  height: 1.063rem;
}
footer .footer-base .links {
  margin: 0 0 1rem;
}
footer .footer-base .links li {
  display: inline-block;
  margin-right: 1rem;
}
footer .footer-base .links li:last-child {
  margin-right: 0;
}
footer .footer-base .links li a {
  color: #fff;
  font-size: 0.857em;
}
footer .footer-base .social-icons,
footer .footer-base .card-icons {
  margin-top: 2em;
}
footer .footer-base .social-icons li,
footer .footer-base .card-icons li {
  display: inline-block;
  margin-right: 1.5rem;
}
footer .footer-base .social-icons li:last-child,
footer .footer-base .card-icons li:last-child {
  margin-right: 0;
}
footer .footer-base .social-icons li a,
footer .footer-base .card-icons li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../images/social-icons.svg");
  background-size: 25px 105px;
  background-repeat: no-repeat;
  filter: brightness(0%) invert(1);
}
footer .footer-base .social-icons li a.fb,
footer .footer-base .card-icons li a.fb {
  background-position: 0 1px;
}
footer .footer-base .social-icons li a.tw,
footer .footer-base .card-icons li a.tw {
  background-position: 0 -19px;
}
footer .footer-base .social-icons li a.ig,
footer .footer-base .card-icons li a.ig {
  background-position: 0 -41px;
}
footer .footer-base .social-icons li a.yt,
footer .footer-base .card-icons li a.yt {
  background-position: 0 -62px;
}
footer .footer-base .social-icons li a.hz,
footer .footer-base .card-icons li a.hz {
  background-position: 0 -84px;
}
footer .footer-base .card-icons {
  margin: 2em 0 0;
}
footer .footer-base .card-icons li {
  margin-right: 1rem;
}
footer .footer-base .card-icons li span {
  width: 50px;
  height: 30px;
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../images/footer-card-icons.svg);
  background-size: 50px;
  background-repeat: no-repeat;
}
footer .footer-base .card-icons li span.mastercard {
  background-position: -2px 2px;
}
footer .footer-base .card-icons li span.maestro {
  background-position: 0px -40px;
}
footer .footer-base .card-icons li span.visa {
  background-position: 0px -80px;
}
footer .footer-base .card-icons li span.amex {
  background-position: 0px -120px;
}
footer .footer-base .card-icons li span.diners {
  background-position: 0px -162px;
}
footer .footer-base .card-icons li span.discover {
  background-position: 0 -190px;
}
footer .footer-base .footer-logos {
  margin: 0;
}
footer .footer-base .footer-logos li {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
}
footer .footer-base .footer-logos li a {
  font-size: 0.625rem;
  color: #999;
  margin: 0 -0.5rem;
}
footer .footer-base .footer-logos li a IMG {
  margin: 0 0.5rem 5px;
  display: inline-block;
  width: 3rem;
}
footer .footer-base .footer-logos li a:hover {
  text-decoration: none;
}
footer .footer-base .footer-logos li a IMG {
  margin-bottom: 0.625rem;
}
footer .footer-base .footer-logos li a p {
  line-height: 1.5;
  display: inline-block;
  padding: 0;
}

/* -- FOOTER END -- */
@media (min-width: 768px) {
  footer ul {
    margin-bottom: 0;
  }
  footer .footer-top {
    padding: 3rem 0 3.5rem;
  }
  footer .support {
    display: block;
  }
  footer .support .row div:nth-child(2) {
    border: none;
  }
  footer .back-to-top {
    margin: 2rem 0 1rem;
  }
  footer .footer-mega-menu ul li:last-of-type {
    margin-bottom: 0;
  }
  footer .footer-mega-menu .col-md-3 {
    border-right: solid 1px #d8d8d8;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
  }
  footer .footer-mega-menu .col-md-3:last-child {
    padding-top: 0;
    border-right: none;
  }
  footer .footer-mega-menu .col-md-3:first-child {
    padding-left: 0;
  }
  footer .footer-mega-menu .col-md-3 .wtb {
    display: block;
  }
  footer .footer-mega-menu ul li a {
    font-size: inherit;
  }
  footer .footer-mega-menu label {
    font-size: 0.75rem;
  }
  footer .footer-base .row {
    padding: 1.5rem 0 0.25rem;
  }
  footer .footer-base .logo .fp-icons svg {
    width: 17.19rem;
  }
  footer .footer-base .links li a {
    font-size: 0.875rem;
  }
  footer .footer-base .social-icons,
  footer .footer-base .card-icons {
    margin-top: 0em;
  }
  footer .footer-base .social-icons li a,
  footer .footer-base .card-icons li a {
    width: 30px;
    height: 30px;
    background-size: 30px 126px;
  }
  footer .footer-base .social-icons li a.fb,
  footer .footer-base .card-icons li a.fb {
    background-position: 0 1px;
  }
  footer .footer-base .social-icons li a.tw,
  footer .footer-base .card-icons li a.tw {
    background-position: 0 -23px;
  }
  footer .footer-base .social-icons li a.ig,
  footer .footer-base .card-icons li a.ig {
    background-position: 0 -47px;
  }
  footer .footer-base .social-icons li a.yt,
  footer .footer-base .card-icons li a.yt {
    background-position: 0 -73px;
  }
  footer .footer-base .social-icons li a.hz,
  footer .footer-base .card-icons li a.hz {
    background-position: 0 -98px;
  }
  footer .footer-base .card-icons {
    margin: 0.5em 0 0;
  }
  footer .footer-base .card-icons li {
    margin-right: 1.5rem;
  }
  footer .footer-base .footer-logos {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer-mega-menu .col-lg-3:last-child {
    padding-top: 0;
    border-right: none;
  }
  .footer .footer-base {
    padding: 1.5rem 0 2rem;
  }
}
/* -- FULL BLEED CAROUSEL START -- */
.fp-full-bleed-carousel .fb-carousel {
  border: 1px solid #d8d8d8;
  padding: 32px 16px 0 16px;
}
.fp-full-bleed-carousel .fb-carousel .item .slide-image {
  margin: 0;
}
.fp-full-bleed-carousel .fb-carousel .item .slide-image .img-holder {
  position: relative;
  display: block;
}
.fp-full-bleed-carousel .fb-carousel .item .slide-image .img-holder video {
  display: block;
  width: 100%;
}
.fp-full-bleed-carousel .fb-carousel .item .slide-image figcaption {
  /*margin-top: 98px;
  border-top: 1px solid $light-grey;*/
  padding-top: 24px;
}
.fp-full-bleed-carousel .fb-carousel .controls {
  width: calc(100% - 32px);
  margin: 0 auto;
}
.fp-full-bleed-carousel .fb-carousel .controls .owl-nav {
  padding-top: 10px;
  position: static;
  width: 100%;
  z-index: 12;
  bottom: 203px;
}
.fp-full-bleed-carousel .fb-carousel .controls .owl-nav .owl-prev, .fp-full-bleed-carousel .fb-carousel .controls .owl-nav .owl-next {
  margin: 4px 16px;
}
.fp-full-bleed-carousel .fb-carousel .controls .owl-nav .fp-chevron-left, .fp-full-bleed-carousel .fb-carousel .controls .owl-nav .fp-chevron-right {
  font-size: 0 !important;
  width: 48px;
  height: 48px;
  color: #1e1e1c;
}
.fp-full-bleed-carousel .fb-carousel .controls .owl-dots {
  position: static;
  width: 80%;
  margin-top: 1.1rem;
}

/* -- FULL BLEED CAROUSEL END -- */
/* -- GEO NOTIFICATION START -- */
.geo-notification-modal {
  text-align: center;
  z-index: 1002;
}
.geo-notification-modal .close {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 12px;
  z-index: 1;
}
.geo-notification-modal .close svg {
  height: 20.5px;
  width: 20.5px;
}
.geo-notification-modal .close:focus {
  outline: none;
}
.geo-notification-modal .modal-dialog {
  padding-left: 20px;
  padding-right: 20px;
}
.geo-notification-modal .modal-dialog-centered {
  margin: auto;
  height: 100%;
}
.geo-notification-modal .modal-body {
  padding: 40px 16px 19px;
}
.geo-notification-modal .modal-body h6 {
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: none;
}
.geo-notification-modal .modal-body .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 20px;
}
.geo-notification-modal .modal-body .btn-wrapper .btn-item {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.geo-notification-modal .modal-body .btn-wrapper .btn-item .btn {
  width: 100%;
}
.geo-notification-modal .modal-body .btn-wrapper + * {
  margin-top: 16px;
}
@media (min-width: 321px) {
  .geo-notification-modal .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .geo-notification-modal .close {
    right: 19px;
    top: 16px;
  }
  .geo-notification-modal .modal-body {
    padding: 44px 24px 32px;
  }
  .geo-notification-modal .modal-body h6 {
    font-size: 14px;
  }
  .geo-notification-modal .modal-body .btn-wrapper {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 24px;
  }
  .geo-notification-modal .modal-body .btn-wrapper .btn-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .geo-notification-modal .modal-body .btn-wrapper + * {
    margin-top: 24px;
  }
}

.consent-tracking ~ .modal-backdrop {
  z-index: 1001;
}

/* -- GEO NOTIFICATION END -- */
/* -- HOME PAGE WAYFINDING START -- */
.fp-home-page-wayfinding .container {
  max-width: 1400px;
}
.fp-home-page-wayfinding .row {
  margin: 0;
}
.fp-home-page-wayfinding .content {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .fp-home-page-wayfinding .content {
    margin-bottom: 1.3775rem;
  }
}
@media (min-width: 1024px) {
  .fp-home-page-wayfinding .content {
    margin-bottom: 2.35rem;
  }
}
.fp-home-page-wayfinding .content h2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.fp-home-page-wayfinding .hpwf-carousel {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.fp-home-page-wayfinding .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  width: 200px;
}
@media (min-width: 1024px) {
  .fp-home-page-wayfinding .item {
    background-color: transparent;
    width: 100%;
  }
}
.fp-home-page-wayfinding .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fp-home-page-wayfinding .item:hover .item-inner, .fp-home-page-wayfinding .item:active .item-inner, .fp-home-page-wayfinding .item:focus-within .item-inner {
  opacity: 0;
  transition: all 0.5s;
  z-index: 0;
}
.fp-home-page-wayfinding .item:hover .item-hover, .fp-home-page-wayfinding .item:active .item-hover, .fp-home-page-wayfinding .item:focus-within .item-hover {
  display: block;
  z-index: 10;
  opacity: 1;
  transition: all 1s;
}
.fp-home-page-wayfinding .item .item-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 12px 0 24px 0;
  padding: 0.75rem 0 1.5rem 0;
  opacity: 1;
  transition: all 1s;
  z-index: 1;
}
.fp-home-page-wayfinding .item .item-inner:hover + .item-hover {
  z-index: 10;
  opacity: 1;
}
.fp-home-page-wayfinding .item .item-inner .img-holder {
  width: 69.9%;
  height: 83.7%;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.fp-home-page-wayfinding .item .item-inner .img-holder svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.fp-home-page-wayfinding .item .item-inner h3 {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #666;
}
.fp-home-page-wayfinding .item .item-inner .category-view-all {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.fp-home-page-wayfinding .item .item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 1s;
}
.fp-home-page-wayfinding .item .item-hover:hover {
  z-index: 10;
  opacity: 1;
}
.fp-home-page-wayfinding .item .item-hover .subcategory-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list li {
  list-style: none;
}
.fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list li a {
  display: block;
  color: #1e1e1c;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 300;
  padding: 4px 0;
  padding: 0.25rem 0;
}
.fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:hover, .fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:active, .fp-home-page-wayfinding .item .item-hover .subcategory-container .subcategory-list li a:focus {
  color: #006ebe;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/* -- HOME PAGE WAYFINDING END -- */
/* -- Inspiration Module -- */
.fp-inspiration-module h2 {
  margin-bottom: 2.813rem;
}
@media (min-width: 768px) {
  .fp-inspiration-module h2 {
    margin-bottom: 5.938rem;
  }
}
@media (min-width: 1200px) {
  .fp-inspiration-module h2 {
    margin-bottom: 5rem;
  }
}
.fp-inspiration-module h3 {
  position: relative;
  margin: 2.25rem 0 2rem;
}
@media (min-width: 1024px) {
  .fp-inspiration-module h3 {
    margin: 2.25rem 0 1.5rem 0;
  }
}
@media (min-width: 1280px) {
  .fp-inspiration-module h3 {
    margin: 0 0 1.5rem 0;
  }
}
.fp-inspiration-module p, .fp-inspiration-module a {
  position: relative;
}
.fp-inspiration-module .btn {
  transition: all 0.3s ease-out;
  width: 100%;
}
@media (min-width: 768px) {
  .fp-inspiration-module .btn {
    width: auto;
    max-width: 21.875rem;
  }
}
.fp-inspiration-module .btn:hover {
  color: #fff;
  background-color: #006ebe;
}
.fp-inspiration-module .main {
  position: relative;
  z-index: 2;
}
.fp-inspiration-module .item-1, .fp-inspiration-module .item-2 {
  position: relative;
  margin-bottom: 2.813rem;
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1, .fp-inspiration-module .item-2 {
    margin-bottom: 6rem;
  }
}
.fp-inspiration-module .item-1 .image, .fp-inspiration-module .item-2 .image {
  padding-bottom: 56.25%;
  position: relative;
  background-size: cover;
}
.fp-inspiration-module .item-1 .image.lazy-image, .fp-inspiration-module .item-2 .image.lazy-image {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.fp-inspiration-module .item-1 .image.lazy-image img, .fp-inspiration-module .item-2 .image.lazy-image img {
  --img-width: 100%;
  width: var(--img-width);
  height: auto;
  margin-left: calc(-1 * (var(--img-width) - 100%) / 2);
  margin-right: calc(-1 * (var(--img-width) - 100%) / 2);
}
@media (min-width: 1024px) {
  .fp-inspiration-module .item-1 .image.lazy-image img, .fp-inspiration-module .item-2 .image.lazy-image img {
    --img-width: 120%;
  }
}
.fp-inspiration-module .item-1 .image.lazy-image.left img,
.fp-inspiration-module .item-1 .image.lazy-image img.left, .fp-inspiration-module .item-2 .image.lazy-image.left img,
.fp-inspiration-module .item-2 .image.lazy-image img.left {
  margin-left: 0;
  margin-right: calc(-1 * (var(--img-width) - 100%));
}
.fp-inspiration-module .item-1 .image.lazy-image.right img,
.fp-inspiration-module .item-1 .image.lazy-image img.left, .fp-inspiration-module .item-2 .image.lazy-image.right img,
.fp-inspiration-module .item-2 .image.lazy-image img.left {
  margin-left: calc(-1 * (var(--img-width) - 100%));
  margin-right: 0;
}
.fp-inspiration-module .item-1 video, .fp-inspiration-module .item-2 video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .fp-inspiration-module .item-1 .case-study-meta, .fp-inspiration-module .item-2 .case-study-meta {
    max-width: 34rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .fp-inspiration-module .item-1 .case-study-meta, .fp-inspiration-module .item-2 .case-study-meta {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 50%;
    background: #f7f7f7;
  }
}
.fp-inspiration-module .item-1 .case-study-meta dl, .fp-inspiration-module .item-2 .case-study-meta dl {
  display: block;
  position: relative;
  margin: 0 0 2.25rem 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1 .case-study-meta dl, .fp-inspiration-module .item-2 .case-study-meta dl {
    margin: 2.25rem 0 0 1.875rem;
  }
}
@media (min-width: 1280px) {
  .fp-inspiration-module .item-1 .case-study-meta dl, .fp-inspiration-module .item-2 .case-study-meta dl {
    margin: 4.813rem 0 0 1.875rem;
  }
}
.fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-1 .case-study-meta dl dd, .fp-inspiration-module .item-2 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dd {
  font-size: 10px;
  line-height: 24px;
  color: #666;
  letter-spacing: 1px;
  display: inline-block;
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-1 .case-study-meta dl dd, .fp-inspiration-module .item-2 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dd {
    display: block;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1200px) {
  .fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-1 .case-study-meta dl dd, .fp-inspiration-module .item-2 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dd {
    display: block;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
}
.fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dt {
  width: 40%;
  text-transform: uppercase;
  border-right: 1px solid #d8d8d8;
  font-weight: 300;
}
@media (min-width: 375px) {
  .fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dt {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1 .case-study-meta dl dt, .fp-inspiration-module .item-2 .case-study-meta dl dt {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.6rem;
    position: relative;
    width: auto;
    border: none;
    float: none;
  }
}
.fp-inspiration-module .item-1 .case-study-meta dl dd, .fp-inspiration-module .item-2 .case-study-meta dl dd {
  width: 55%;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1 .case-study-meta dl dd, .fp-inspiration-module .item-2 .case-study-meta dl dd {
    position: relative;
    width: auto;
    float: none;
    padding-left: 0;
  }
  .fp-inspiration-module .item-1 .case-study-meta dl dd .line, .fp-inspiration-module .item-2 .case-study-meta dl dd .line {
    width: 2rem;
    height: 1px;
    background-color: #d8d8d8;
    display: block;
    margin: 1.25rem 0;
  }
}
@media (max-width: 1024px) {
  .fp-inspiration-module .item-1 .content-wrap, .fp-inspiration-module .item-2 .content-wrap {
    max-width: 34rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .fp-inspiration-module .item-1 .content-wrap, .fp-inspiration-module .item-2 .content-wrap {
    background-color: #f7f7f7;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    height: 50%;
  }
}
@media (min-width: 768px) {
  .fp-inspiration-module .item-1 .content-wrap .content, .fp-inspiration-module .item-2 .content-wrap .content {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .fp-inspiration-module .item-1 .content-wrap .content, .fp-inspiration-module .item-2 .content-wrap .content {
    position: relative;
    padding: 3rem;
    font-size: 0.875rem;
    line-height: 1.563rem;
  }
}
@media (min-width: 1024px) {
  .fp-inspiration-module .item-2 .case-study-meta {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .fp-inspiration-module .item-2 .content-wrap {
    left: 0;
    right: auto;
  }
  .fp-inspiration-module .item-2 .content-wrap .content {
    padding-left: 1.875rem;
  }
}

@supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
  .fp-inspiration-module .item-1 .image,
  .fp-inspiration-module .item-2 .image {
    padding-top: 56.25vh;
  }
  .fp-inspiration-module .item-1 .image.lazy-image,
  .fp-inspiration-module .item-2 .image.lazy-image {
    padding-top: 0;
  }
}
/* -- PREMIUM INSPIRATION END -- */
.fp-intro-module .content {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .fp-intro-module .content h2.h3 {
    margin-bottom: 0;
  }
}
.fp-intro-module .content .line {
  margin: 0 auto 27px;
  border-top: 1px solid #d8d8d8;
  width: 35px;
}
@media (max-width: 768px) {
  .fp-intro-module .content .line {
    margin: 27px auto;
  }
}
.fp-intro-module .hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .fp-intro-module .hide-on-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .fp-intro-module .btn.btn-outline-primary {
    width: 100%;
    max-width: 23rem;
  }
}

/* -- HEADER START -- */
.header-wrapper {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 10;
}

.premium-header {
  max-width: 1400px;
}
.premium-header .logo {
  margin-top: 4rem;
}
.premium-header .logo a {
  display: block;
  text-indent: -9999px;
  width: 280px;
  height: 17px;
  background: url(https://www.fisherpaykel.com/etc/designs/fisherPaykelDesign/clientlibs/img/global/fp-logo-largest.svg) no-repeat center;
}
.premium-header .navigation {
  text-align: right;
  margin-top: 1.4rem;
}
.premium-header .navigation .util li {
  display: inline;
}
.premium-header .navigation .search, .premium-header .navigation .cart {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  text-indent: -9999px;
  background: #fff;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 2;
  cursor: pointer;
  margin-left: 1.25rem;
}
.premium-header .navigation .search {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
}
.premium-header .navigation .cart {
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M7,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S8.1,18,7,18z M17,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S18.1,18,17,18z M7.2,14.8l0-0.1L8.1,13h7.4c0.7,0,1.4-0.4,1.7-1l3.9-7l-1.7-1h0l-1.1,2l-2.8,5h-7l-0.1-0.3L6.2,6L5.2,4L4.3,2H1v2h2l3.6,7.6L5.2,14 C5.1,14.3,5,14.6,5,15c0,1.1,0.9,2,2,2h12v-2H7.4C7.3,15,7.2,14.9,7.2,14.8z'/%3e%3c/svg%3e") no-repeat 50% 50%;
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M7,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S8.1,18,7,18z M17,18c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S18.1,18,17,18z M7.2,14.8l0-0.1L8.1,13h7.4c0.7,0,1.4-0.4,1.7-1l3.9-7l-1.7-1h0l-1.1,2l-2.8,5h-7l-0.1-0.3L6.2,6L5.2,4L4.3,2H1v2h2l3.6,7.6L5.2,14 C5.1,14.3,5,14.6,5,15c0,1.1,0.9,2,2,2h12v-2H7.4C7.3,15,7.2,14.9,7.2,14.8z'/%3e%3c/svg%3e") no-repeat 50% 50%;
}
.premium-header .navigation .main li {
  display: inline;
}
.premium-header .navigation .main a {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
}

.fp-quote blockquote {
  padding: 0 1rem;
  display: none;
}
.fp-quote blockquote p {
  font-weight: 325;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.063rem;
  color: #666;
  font-style: italic;
  position: relative;
}
@media (min-width: 1024px) {
  .fp-quote blockquote p {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.fp-quote blockquote p:before, .fp-quote blockquote p:after {
  font-size: 3.5rem;
  line-height: 2.125rem;
  position: relative;
}
@media (min-width: 1024px) {
  .fp-quote blockquote p:before, .fp-quote blockquote p:after {
    font-size: 4.5rem;
  }
}
.fp-quote blockquote p:before {
  content: "â€œ";
  margin-right: 0.5rem;
  top: 1.5rem;
  left: -0.5rem;
}
.fp-quote blockquote p:after {
  content: "â€";
  position: absolute;
  bottom: -0.85rem;
}
@media (min-width: 1024px) {
  .fp-quote blockquote p:after {
    bottom: -1rem;
  }
}
.fp-quote blockquote cite {
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
  text-transform: uppercase;
  color: #999;
  text-align: right;
  display: block;
  font-style: normal;
}
@media (min-width: 1024px) {
  .fp-quote blockquote cite {
    font-size: 0.875rem;
    line-height: 1.563rem;
    margin-top: 1.25rem;
  }
}
.fp-quote blockquote cite:before {
  content: "â€“Â&nbsp;";
}

/* -- SECONDARY CHOICE RANGE START -- */
.fp-secondary-choice-range {
  background-color: #f7f7f7;
}
@media (min-width: 1400px) {
  .fp-secondary-choice-range .container {
    max-width: 1400px;
  }
}
.fp-secondary-choice-range .left-align-last-item:after {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: block;
  content: "";
}
.fp-secondary-choice-range div.fp-intro-module {
  margin-bottom: 1.25rem;
}
.fp-secondary-choice-range h2 {
  margin: 0 0 1.25rem 0;
  font-size: 1.3125rem;
}
.fp-secondary-choice-range h3 {
  font-size: 0.75rem;
  margin-bottom: 0.975rem;
  color: #1e1e1c;
  font-weight: bold;
}
.fp-secondary-choice-range h3.s-choice-range-h3.ovens {
  margin-bottom: 2rem;
}
.fp-secondary-choice-range h3.s-choice-range-h3 {
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.65rem;
}
.fp-secondary-choice-range .asset-card {
  display: block;
  text-align: center;
  padding: 0 0.5rem 0 0.5rem;
  color: #666;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: hidden;
}
.fp-secondary-choice-range .asset-card:hover {
  background: #fff;
  text-decoration: none;
}
.fp-secondary-choice-range .asset-card p {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.fp-secondary-choice-range .content-box {
  margin-bottom: -0.5rem;
}
.fp-secondary-choice-range .s-choice-col {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  padding: 0;
}
.fp-secondary-choice-range .oven-types .s-choice-col {
  margin-bottom: 2.6rem;
}
.fp-secondary-choice-range .img-box {
  width: 6rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}
.fp-secondary-choice-range .f-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  margin-top: -0.5rem;
  width: 100%;
}
.fp-secondary-choice-range .icon-columns {
  width: 3rem;
  height: 56px;
}
.fp-secondary-choice-range .icon-columns-spacing {
  margin-right: 0.75rem;
}
.fp-secondary-choice-range div.icon-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.fp-secondary-choice-range div.border-right:nth-child(even) {
  border-right: none !important;
}
.fp-secondary-choice-range .column-3 div.border-right:nth-child(5) {
  border: none !important;
}
.fp-secondary-choice-range .column-3 div.border-right:nth-child(6) {
  border-right: 1px solid #dee2e6 !important;
}
.fp-secondary-choice-range .btn-primary, .fp-secondary-choice-range .btn-outline-primary {
  display: block;
  width: 100%;
}
.fp-secondary-choice-range .btn-spacing {
  margin-bottom: 1.5rem;
}
.fp-secondary-choice-range .range-types {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: -0.6875rem;
}
.fp-secondary-choice-range .range-type-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.fp-secondary-choice-range .fp-intro-module {
  margin-bottom: 1.25rem;
}
@media (min-width: 375px) {
  .fp-secondary-choice-range .asset-card {
    padding: 0.5rem 0.75rem 0.15rem;
  }
}
@media (min-width: 576px) {
  .fp-secondary-choice-range .row-padding, .fp-secondary-choice-range .row-spacing {
    padding: 0 7rem;
  }
}
@media (min-width: 768px) {
  .fp-secondary-choice-range h3 {
    font-size: 0.8125rem;
  }
  .fp-secondary-choice-range h3.s-choice-range-h3 {
    margin-bottom: 2.75rem;
  }
  .fp-secondary-choice-range div.fp-intro-module {
    margin-bottom: 2rem;
  }
  .fp-secondary-choice-range .row-padding {
    padding: 0;
  }
  .fp-secondary-choice-range div.border-right:nth-child(even), .fp-secondary-choice-range .column-3 div.border-right:nth-child(5) {
    border-right: 1px solid #dee2e6 !important;
  }
  .fp-secondary-choice-range .oven-types .border-right:nth-child(2) {
    border: 0 !important;
  }
  .fp-secondary-choice-range .img-box {
    width: 6.25rem;
    height: 6.25rem;
  }
  .fp-secondary-choice-range .btn-primary, .fp-secondary-choice-range .btn-outline-primary {
    display: inline-block;
    width: auto;
  }
  .fp-secondary-choice-range .btn-spacing {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .fp-secondary-choice-range .center {
    text-align: center;
  }
  .fp-secondary-choice-range .row-spacing {
    padding-left: 0;
    padding-right: 0;
  }
  .fp-secondary-choice-range .s-choice-col {
    margin-bottom: 3rem;
  }
  .fp-secondary-choice-range .range-types {
    margin-bottom: 0;
  }
  .fp-secondary-choice-range .left-align-last-item:after {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .fp-secondary-choice-range h3 {
    font-size: 0.875rem;
  }
  .fp-secondary-choice-range .asset-card {
    padding: 0.5rem 1rem 0;
    margin: 0 1rem;
  }
  .fp-secondary-choice-range .s-choice-col {
    margin-bottom: 4rem;
  }
  .fp-secondary-choice-range .img-box {
    width: 9rem;
    height: 9rem;
  }
  .fp-secondary-choice-range div.break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .fp-secondary-choice-range .oven-types .s-choice-col {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1025px) {
  .fp-secondary-choice-range div.icon-break {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    display: none;
  }
  .fp-secondary-choice-range .icon-columns-spacing {
    margin-right: 0;
  }
  .fp-secondary-choice-range .f-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .fp-secondary-choice-range .asset-card {
    padding: 0.5rem 2rem 0;
  }
}

/* -- SECONDARY CHOICE RANGE END -- */
/* -- SECONDARY CHOICE START -- */
.fp-secondary-choice {
  background: #f7f7f7;
}
@media (min-width: 1400px) {
  .fp-secondary-choice .container {
    max-width: 1400px;
  }
}
.fp-secondary-choice .fp-intro-module {
  margin-bottom: 1.5rem;
}
.fp-secondary-choice h2 {
  margin: 0 0 2rem 0;
  font-size: 1.3125rem;
}
.fp-secondary-choice h3 {
  font-size: 0.75rem;
}
.fp-secondary-choice .asset-card {
  display: block;
  font-weight: 400;
  text-align: center;
  padding: 0 0.5rem;
  color: #1e1e1c;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: -10px;
  font-weight: 400;
}
.fp-secondary-choice .asset-card:hover {
  background: #fff;
  text-decoration: none;
}
.fp-secondary-choice .asset-card p {
  color: #666;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.fp-secondary-choice .asset-card h3 {
  margin-bottom: 1rem;
}
.fp-secondary-choice .s-choice-col {
  overflow-y: hidden;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.fp-secondary-choice .img-box {
  width: 6rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.fp-secondary-choice div.border-right:nth-child(even) {
  border-right: none !important;
}
.fp-secondary-choice .column-3 div.border-right:nth-child(5) {
  border: none !important;
}
.fp-secondary-choice .column-3 div.border-right:nth-child(6) {
  border-right: 1px solid #dee2e6 !important;
}
.fp-secondary-choice .btn-primary, .fp-secondary-choice .btn-outline-primary {
  display: block;
  width: 100%;
}
.fp-secondary-choice .btn-margins {
  margin-bottom: 1.5rem;
}
.fp-secondary-choice .left-align-last-item:after {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: block;
  content: "";
}
@media (min-width: 375px) {
  .fp-secondary-choice .asset-card {
    padding: 0 0.75rem;
    margin-bottom: -8px;
  }
}
@media (min-width: 576px) {
  .fp-secondary-choice .row-spacing {
    padding: 0 7rem;
  }
}
@media (min-width: 768px) {
  .fp-secondary-choice h3 {
    font-size: 0.8125rem;
  }
  .fp-secondary-choice .row-spacing {
    padding: 0;
  }
  .fp-secondary-choice .s-choice-col {
    margin-bottom: 4rem;
  }
  .fp-secondary-choice div.border-right:nth-child(even), .fp-secondary-choice .column-3 div.border-right:nth-child(5) {
    border-right: 1px solid #dee2e6 !important;
  }
  .fp-secondary-choice .img-box {
    width: 6.25rem;
    height: 6.25rem;
  }
  .fp-secondary-choice .asset-card {
    margin-left: 0;
    margin-right: 0;
  }
  .fp-secondary-choice .btn-primary, .fp-secondary-choice .btn-outline-primary {
    display: inline-block;
    width: auto;
  }
  .fp-secondary-choice .btn-margins {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .fp-secondary-choice .buttons {
    text-align: center;
  }
  .fp-secondary-choice .left-align-last-item:after {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .fp-secondary-choice div.break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .fp-secondary-choice .column-3 div.border-right:nth-child(3) {
    border-right: none !important;
  }
}
@media (min-width: 1024px) {
  .fp-secondary-choice h3 {
    font-size: 0.875rem;
  }
  .fp-secondary-choice .asset-card {
    padding: 0.75rem 0.75rem 0 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .fp-secondary-choice .img-box {
    width: 9rem;
    height: 9rem;
  }
}
@media (min-width: 1400px) {
  .fp-secondary-choice .asset-card {
    padding: 0.75rem 2rem 0 2rem;
  }
}

/* -- SECONDARY CHOICE END -- */
.fp-series-popup ul {
  margin: 0;
  padding: 0;
}
.fp-series-popup ul li {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  -ms-flex-align: center;
      align-items: center;
}
.fp-series-popup ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.fp-series-popup ul li span.halo {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #7e7e7e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
}
.fp-series-popup ul li.selected-series {
  font-weight: 500;
}
.fp-series-popup ul li.selected-series span.halo {
  border-color: #7e7e7e;
  color: #1e1e1c;
}

.fp-split-text-image {
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media (max-width: 1023px) {
  .fp-split-text-image .container {
    padding: 0;
  }
}
.fp-split-text-image .content-block {
  padding: 30px 35px 14px 35px;
  padding: 1.875rem 2.188rem 0.875rem 2.188rem;
}
@media (min-width: 768px) {
  .fp-split-text-image .content-block {
    padding: 50px 50px 34px 50px;
    padding: 3.125rem 3.125rem 2.125rem 3.125rem;
  }
}
.fp-split-text-image .content-block.text-center * {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.fp-split-text-image .background-image {
  overflow: hidden;
  height: auto;
  background-size: cover;
  padding-top: 56.25%;
}
@media (min-width: 1024px) {
  .fp-split-text-image .background-image {
    padding-top: 0;
  }
}

.fp-style-popup {
  text-align: center;
  width: 100%;
  padding: 0 3rem 2rem 3rem;
}

/* -- SYSTEM ICONS START -- */
.fp-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.fp-account-circle {
  background: transparent url("../images/fp-account-circle.svg") center center no-repeat;
}

.fp-add {
  background: transparent url("../images/fp-add.svg") center center no-repeat;
}

.fp-add {
  background: transparent url("../images/fp-add.svg") center center no-repeat;
}

.fp-announcement {
  background: transparent url("../images/fp-announcement.svg") center center no-repeat;
}

.fp-build {
  background: transparent url("../images/fp-build.svg") center center no-repeat;
}

.fp-check {
  background: transparent url("../images/fp-check.svg") center center no-repeat;
}

.fp-chevron-left {
  background: transparent url("../images/fp-chevron-left.svg") center center no-repeat;
}

.fp-chevron-right {
  background: transparent url("../images/fp-chevron-right.svg") center center no-repeat;
}

.fp-close {
  background: transparent url("../images/fp-close.svg") center center no-repeat;
}

.fp-cloud-download {
  background: transparent url("../images/fp-cloud-download.svg") center center no-repeat;
}

.fp-cloud-download-blue {
  background: transparent url("../images/fp-cloud-download-blue.svg") center center no-repeat;
}

.fp-download-arrow {
  background: transparent url("../images/fp-download-arrow .svg") center center no-repeat;
}

.fp-download-arrow-blue {
  background: transparent url("../images/fp-download-arrow-blue.svg") center center no-repeat;
}

.fp-download-arrow-white {
  background: transparent url("../images/fp-download-arrow-white.svg") center center no-repeat;
}

.fp-play-arrow-blue {
  background: transparent url("../images/fp-play-arrow-blue.svg") center center no-repeat;
}

.fp-delete {
  background: transparent url("../images/fp-delete.svg") center center no-repeat;
}

.fp-edit {
  background: transparent url("../images/fp-edit.svg") center center no-repeat;
}

.fp-expand-less {
  background: transparent url("../images/fp-expand-less.svg") center center no-repeat;
}

.fp-expand-more {
  background: transparent url("../images/fp-expand-more.svg") center center no-repeat;
}

.fp-favorite {
  background: transparent url("../images/fp-favorite.svg") center center no-repeat;
}

.fp-favorite-border {
  background: transparent url("../images/fp-favorite-border.svg") center center no-repeat;
}

.fp-forum {
  background: transparent url("../images/fp-forum.svg") center center no-repeat;
}

.fp-fullscreen {
  background: transparent url("../images/fp-fullscreen.svg") center center no-repeat;
}

.fp-info-circle {
  background: transparent url("../images/fp-info-circle.svg") center center no-repeat;
}

.fp-location-on {
  background: transparent url("../images/fp-location-on.svg") center center no-repeat;
}

.fp-menu {
  background: transparent url("../images/fp-menu.svg") center center no-repeat;
}

.fp-pause {
  background: transparent url("../images/fp-pause.svg") center center no-repeat;
}

.fp-remove {
  background: transparent url("../images/fp-remove.svg") center center no-repeat;
}

.fp-search {
  background: transparent url("../images/fp-search.svg") center center no-repeat;
}

.fp-shopping-cart {
  background: transparent url("../images/fp-shopping-cart.svg") center center no-repeat;
}

.fp-star {
  background: transparent url("../images/fp-star.svg") center center no-repeat;
}

.fp-star-border {
  background: transparent url("../images/fp-star-border.svg") center center no-repeat;
}

.fp-star-half {
  background: transparent url("../images/fp-star-half.svg") center center no-repeat;
}

.fp-verified-user {
  background: transparent url("../images/fp-verified-user.svg") center center no-repeat;
}

.fp-visibility {
  background: transparent url("../images/fp-visibility.svg") center center no-repeat;
}

.fp-visibility-off {
  background: transparent url("../images/fp-visibility-off.svg") center center no-repeat;
}

.fp-volume-mute {
  background: transparent url("../images/fp-volume-mute.svg") center center no-repeat;
}

.fp-volume-up {
  background: transparent url("../images/fp-volume-up.svg") center center no-repeat;
}

.fp-zoom-in {
  background: transparent url("../images/fp-zoom-in.svg") center center no-repeat;
}

.fp-system-icons .fp-icon-list &gt; div {
  margin-right: 5rem;
  margin-top: 5rem;
}

/* -- SYSTEM ICONS END -- */
/* -- 3 UP START -- */
.fp-three-up .row &gt; div {
  margin-bottom: 4rem;
}
.fp-three-up .row &gt; div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fp-three-up .row &gt; div {
    margin-bottom: 0;
  }
}
.fp-three-up .asset-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fp-three-up .content {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .fp-three-up .content {
    padding-right: 2rem;
  }
}
.fp-three-up IMG, .fp-three-up VIDEO {
  max-width: 100%;
  display: block;
}

/* -- 3 UP END -- */
/* -- 2 UP START -- */
.fp-two-up .row &gt; div {
  margin-bottom: 4rem;
}
.fp-two-up .row &gt; div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fp-two-up .row &gt; div {
    margin-bottom: 0;
  }
}
.fp-two-up .asset-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fp-two-up .content {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .fp-two-up .content {
    padding-right: 2rem;
  }
}
.fp-two-up IMG, .fp-two-up VIDEO {
  max-width: 100%;
  display: block;
}
.fp-two-up .tags {
  list-style: none;
  padding: 0;
  margin-top: -0.5rem;
}
.fp-two-up .tags li {
  display: inline;
}
.fp-two-up .tags li a {
  text-transform: uppercase;
  color: #666;
  padding-right: 0.625rem;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .fp-two-up .tags li a {
    font-size: 0.688rem;
  }
}
.fp-two-up .tags li a:after {
  padding-left: 0.625rem;
  content: "|";
  color: #d8d8d8;
}
.fp-two-up .tags li:last-child a:after {
  padding: 0;
  content: "";
}

/* -- 2 UP END -- */
/* -- UNIQUE SELLING POINTS START -- */
.fp-unique-selling-points {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fp-unique-selling-points .row {
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .fp-unique-selling-points .row {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .fp-unique-selling-points .row {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.fp-unique-selling-points .row &gt; div {
  margin-bottom: 2rem;
}
.fp-unique-selling-points .row &gt; div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fp-unique-selling-points .row &gt; div {
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
.fp-unique-selling-points h2 {
  display: none;
}
.fp-unique-selling-points h3 {
  color: #666;
  position: relative;
}
.fp-unique-selling-points p {
  margin-bottom: 0;
  position: relative;
  font-size: 0.688rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .fp-unique-selling-points p {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.asset-margin-top {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .asset-margin-top {
    margin-top: 6rem;
  }
}

.asset-margin-bottom {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .asset-margin-bottom {
    margin-bottom: 6rem;
  }
}

.asset-margin-top-bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .asset-margin-top-bottom {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.asset-margin-top-small {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .asset-margin-top-small {
    margin-top: 2.5rem;
  }
}

.asset-margin-bottom-small {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .asset-margin-bottom-small {
    margin-bottom: 2.5rem;
  }
}

.asset-margin-top-bottom-small {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .asset-margin-top-bottom-small {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.inline-margin-bottom-small {
  margin-bottom: 2rem !important;
}

.inline-margin-bottom-medium {
  margin-bottom: 3rem !important;
}

.inline-margin-bottom-large {
  margin-bottom: 4rem !important;
}

.inline-margin-top-bottom-extra-large {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

.asset-padding-top {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .asset-padding-top {
    padding-top: 6rem;
  }
}

.asset-padding-bottom {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .asset-padding-bottom {
    padding-bottom: 6rem;
  }
}

.asset-padding-top-bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .asset-padding-top-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.asset-padding-top-small {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .asset-padding-top-small {
    padding-top: 2.5rem;
  }
}

.asset-padding-bottom-small {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .asset-padding-bottom-small {
    padding-bottom: 2.5rem;
  }
}

.asset-padding-top-bottom-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .asset-padding-top-bottom-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.fp-info {
  display: table;
  color: #4f4f49 !important;
  padding-right: 1.75rem;
  background-size: 1.25rem;
  background-image: url(../images/fp-info-icon.svg);
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: 2rem;
}
.fp-info:hover {
  text-decoration: none;
}

/* -- VIDEO BLOCK START -- */
.video-block .asset-wrapper {
  position: relative;
}
.video-block img, .video-block video {
  width: 100%;
  display: block;
}

/* -- VIDEO BLOCK END -- */
.full-width-video {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.play-icon-light, .play-icon-dark {
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  cursor: pointer;
}
.play-icon-light:focus, .play-icon-light:active, .play-icon-dark:focus, .play-icon-dark:active {
  outline: none;
}
@media (min-width: 768px) {
  .play-icon-light, .play-icon-dark {
    background-size: 6rem;
    width: 6rem;
    height: 6rem;
  }
}

.play-icon-dark {
  background-image: url(../images/fp-play.svg);
}

.play-icon-light {
  background-image: url(../images/fp-play-white.svg);
}

.video-controls {
  background: rgba(0, 0, 0, 0.8);
  width: 95%;
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem;
}
.video-controls .pause-video, .video-controls .fullscreen-video, .video-controls .toggle-mute, .video-controls .toggle-unmute {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  float: right;
}
.video-controls .pause-video:focus, .video-controls .pause-video:active, .video-controls .fullscreen-video:focus, .video-controls .fullscreen-video:active, .video-controls .toggle-mute:focus, .video-controls .toggle-mute:active, .video-controls .toggle-unmute:focus, .video-controls .toggle-unmute:active {
  outline: none;
}
.video-controls .pause-video {
  background-image: url(../images/fp-pause-white.svg);
  float: left;
}
.video-controls .fullscreen-video {
  background-image: url(../images/fp-fullscreen-white.svg);
}
.video-controls .toggle-mute {
  background-image: url(../images/fp-volume-mute-white.svg);
  margin-right: 0.625rem;
}
.video-controls .toggle-unmute {
  background-image: url(../images/fp-volume-up-white.svg);
  margin-right: 0.625rem;
}

#npi-landing-page {
  /* .textAnimate {
    opacity: 0;
  } */
  /* make keyframes that tell the start state and the end state of our object */
}
#npi-landing-page .panel {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
}
#npi-landing-page .panel canvas {
  position: fixed;
  height: 100vh;
  width: 100vw;
}
#npi-landing-page .npi-content {
  position: relative;
  z-index: 4;
}
#npi-landing-page .isActive {
  /* position: sticky;
  top: 0; */
  opacity: 1;
  z-index: 3;
}
#npi-landing-page .panel-1.isActive, #npi-landing-page .panel-2.isActive, #npi-landing-page .panel-3.isActive {
  z-index: 3;
  opacity: 1;
}
#npi-landing-page .canvas-wrapper-3 canvas {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
#npi-landing-page .scrollContainer video {
  position: fixed !important;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
#npi-landing-page .fp-brand-intro {
  background-color: transparent;
}
#npi-landing-page .canvas-wrapper-22 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
#npi-landing-page .container-hero,
#npi-landing-page .container-intro,
#npi-landing-page .container-series,
#npi-landing-page .container-products,
#npi-landing-page .container-cohesion {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
  flex-direction: column;
}
#npi-landing-page .container-series {
  margin-bottom: 0;
  padding-bottom: 1000px;
}
#npi-landing-page div.section-header {
  width: 50%;
  text-align: center;
  color: white;
  position: relative;
  /* opacity: 0; */
  font-family: "Gotham-Light", sans-serif;
}
#npi-landing-page div.tagline {
  width: 50%;
  text-align: center;
  color: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: none;
}
#npi-landing-page div.section-para {
  width: 50%;
  text-transform: initial;
  text-align: left;
  color: white;
  position: relative;
  /* opacity: 0; */
  margin-bottom: 2000px;
  padding-bottom: 1000px;
  padding-top: 1000px;
  font-family: "Gotham-Book", sans-serif;
}
#npi-landing-page .feature-container {
  margin-bottom: 2000px;
  padding-bottom: 1000px;
  padding-top: 1000px;
}
#npi-landing-page .section-header span {
  display: block;
  text-transform: none;
  margin-bottom: 1.5rem;
  font-family: "Gotham-Bold", sans-serif;
}
@media (max-width: 800px) {
  #npi-landing-page .container-hero div.h1 {
    width: 90%;
  }
}
#npi-landing-page .container-hero {
  margin-top: 0;
}
#npi-landing-page .container-products.dark-text div {
  color: #666;
}
#npi-landing-page .canvas-wrapper-1 {
  position: relative;
}
#npi-landing-page .panel {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#npi-landing-page .scrollContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#npi-landing-page .canvas-wrapper-1 {
  position: relative;
  height: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 200;
  margin-bottom: 4724px;
  background: #000000;
}
#npi-landing-page .canvas-wrapper-22 {
  margin-bottom: 12000px;
  padding-bottom: 20000px;
  /* background-color: rgb(200, 39, 54); */
  opacity: 0;
  background: #000;
}
#npi-landing-page .canvas-wrapper-3 {
  height: 100%;
  height: 100vh;
  padding-bottom: 4724px;
  /* background-color: rgb(200, 39, 54); */
  opacity: 0;
  background: #000;
}
#npi-landing-page .canvas-wrapper-22 {
  opacity: 0;
}
#npi-landing-page .canvas-wrapper-3 {
  /* opacity: 0; 
  background: orange;*/
}
#npi-landing-page .container-intro {
  color: #fff;
  font-size: 2rem;
  position: relative;
}
#npi-landing-page .h0 {
  font-family: "Gotham-Light", sans-serif;
}
#npi-landing-page .intro-btn {
  margin-right: 3rem;
}
#npi-landing-page .video-link {
  color: #fff;
  font-size: 1.25rem;
}
#npi-landing-page .video-link .white-icon {
  margin-right: 0.5rem;
}
#npi-landing-page .overlay {
  transition: all 2s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  background-color: #000;
}
#npi-landing-page .sticky-header .overlay {
  opacity: 0.6 !important;
}
#npi-landing-page .asset-wrapper video {
  position: absolute;
  min-width: 100%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#npi-landing-page .video-asset-feature .asset-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  #npi-landing-page .video-asset-feature .asset-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  #npi-landing-page .video-asset-feature .asset-wrapper {
    padding-bottom: 0;
    height: 70vh;
    min-height: 480px;
    max-height: 650px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#npi-landing-page .fade-in {
  opacity: 0;
  /* make things invisible upon start */
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
#npi-landing-page .fade-in.one {
  animation-delay: 0.7s;
}
#npi-landing-page .fade-in.two {
  animation-delay: 1.6s;
}
#npi-landing-page .fade-in.three {
  animation-delay: 2s;
}
#npi-landing-page .fade-in.four {
  animation-delay: 2.4s;
}
#npi-landing-page .image-grid {
  width: 120vw;
  margin-left: -10vw;
  overflow: hidden;
  position: relative;
  max-width: 120vw;
}
#npi-landing-page .image-grid img {
  width: calc(20% - 1rem);
  height: auto;
  position: relative;
  margin: 0 0.5rem 1rem;
  transition: margin-top 2s, opacity 2s;
}
#npi-landing-page .image-grid2 img {
  width: calc(25% - 1rem);
}
#npi-landing-page .image-grid img:nth-of-type(1) {
  margin-top: 2rem;
}
#npi-landing-page .image-grid img:nth-of-type(2) {
  margin-top: 6rem;
}
#npi-landing-page .image-grid img:nth-of-type(3) {
  margin-top: 3rem;
}
#npi-landing-page .image-grid img:nth-of-type(4) {
  margin-top: 8rem;
}
#npi-landing-page .image-grid img:nth-of-type(5) {
  margin-top: 4rem;
}
#npi-landing-page .disappear {
  opacity: 0;
}
#npi-landing-page .highlight {
  margin-top: 0 !important;
  opacity: 1 !important;
}
#npi-landing-page .move,
#npi-landing-page .moved {
  margin-top: 0 !important;
  transition: all 1.5ms;
}
#npi-landing-page .pin-spacer {
  margin: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.modal-background.show {
  display: block;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

/** Util Classes **/
.d-none {
  display: none;
}

/* Form Styles */
#email-newsletter,
.email-newsletter-form {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
#email-newsletter input,
.email-newsletter-form input {
  border: 1px solid #d8d8d8;
}

.mc-form-container .form-group.error input, .mc-form-container .form-group.error textarea, .mc-form-container .form-group.error select {
  border-color: #c20012 !important;
}
.mc-form-container .form-group.error .invalid-feedback {
  display: block;
}

#email-newsletter .mc-signup-container,
#email-newsletter #mc-signup-container,
.email-newsletter-form .mc-signup-container,
.email-newsletter-form #mc-signup-container,
.signup-container-styled {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
#email-newsletter .mc-signup-container h4,
#email-newsletter .mc-signup-container p,
#email-newsletter #mc-signup-container h4,
#email-newsletter #mc-signup-container p,
.email-newsletter-form .mc-signup-container h4,
.email-newsletter-form .mc-signup-container p,
.email-newsletter-form #mc-signup-container h4,
.email-newsletter-form #mc-signup-container p,
.signup-container-styled h4,
.signup-container-styled p {
  color: #666;
}
#email-newsletter .mc-signup-container p,
#email-newsletter #mc-signup-container p,
.email-newsletter-form .mc-signup-container p,
.email-newsletter-form #mc-signup-container p,
.signup-container-styled p {
  margin-left: 1rem;
  margin-right: 1rem;
}
#email-newsletter .mc-signup-container form button,
#email-newsletter #mc-signup-container form button,
.email-newsletter-form .mc-signup-container form button,
.email-newsletter-form #mc-signup-container form button,
.signup-container-styled form button {
  width: 100%;
}
#email-newsletter .mc-signup-container form label,
#email-newsletter #mc-signup-container form label,
.email-newsletter-form .mc-signup-container form label,
.email-newsletter-form #mc-signup-container form label,
.signup-container-styled form label {
  display: none;
}
#email-newsletter .mc-signup-container form select.sda-select,
#email-newsletter #mc-signup-container form select.sda-select,
.email-newsletter-form .mc-signup-container form select.sda-select,
.email-newsletter-form #mc-signup-container form select.sda-select,
.signup-container-styled form select.sda-select {
  color: #999 !important;
  font-style: italic !important;
}

/* -- ZOOM ON HOVER START-- */
/**
 * Zoom on hover utility classes
/**
/* Standard zoom effect for elements with zoom-on-hover class */
.zoom-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.zoom-bg {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 3s ease;
}

@media (min-width: 1280px) {
  .zoom-bg:hover {
    transform: scale(1.03);
  }
}
</pre></body></html>