.scrollable-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  .scrollable-menu {
    top: 146px;
  }
}
html.ipad.portrait .scrollable-menu {
  top: 146px;
}
html.legacy-ipad .scrollable-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) .scrollable-menu {
    top: 131px;
  }
}
html.ipad.landscape .scrollable-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .scrollable-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .scrollable-menu {
    top: 131px;
  }
}
.scrollable-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .scrollable-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait .scrollable-menu ul {
  width: 230vw !important;
}
html.legacy-ipad .scrollable-menu ul {
  width: 230vw !important;
}
html.ipad .scrollable-menu ul {
  width: 200vw !important;
}
html.ipad.portrait .scrollable-menu ul {
  width: 180vw;
}
.scrollable-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
.scrollable-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.tnc-products-widget-section h1,
.tnc-products-widget-section h4 {
  text-align: center;
  color: #000000;
}
.tnc-products-widget-section h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.tnc-products-widget-section h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.tnc-products-widget-section > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
.tnc-products-widget-section > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.tnc-products-widget-section > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
.tnc-products-widget-section .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.tnc-products-widget-section .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label strong,
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
.tnc-products-widget-section #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.cta-styles-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
}
.cta-styles-black:hover {
  color: #000000;
  background-color: #ffffff;
}
.cta-styles-white {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
}
.cta-styles-white:hover {
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 768px) {
  .invert-positions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .invert-positions > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .invert-positions > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait  .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait  .invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (max-width: 768px) {
  .padding-top-mobile-50 {
    padding-top: 50px !important;
  }
}
html.ipad.portrait .padding-top-mobile-50 {
  padding-top: 50px !important;
}
html.legacy-ipad .padding-top-mobile-50 {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .margin-top-mobile-50 {
    margin-top: 50px !important;
  }
}
html.ipad.portrait .margin-top-mobile-50 {
  margin-top: 50px !important;
}
html.legacy-ipad .margin-top-mobile-50 {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .margin-bottom-mobile-50 {
    margin-bottom: 50px !important;
  }
}
html.ipad.portrait .margin-bottom-mobile-50 {
  margin-bottom: 50px !important;
}
html.legacy-ipad .margin-bottom-mobile-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  .padding-bottom-mobile-50 {
    padding-bottom: 50px !important;
  }
}
html.ipad.portrait .padding-bottom-mobile-50 {
  padding-bottom: 50px !important;
}
html.legacy-ipad .padding-bottom-mobile-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  .padding-bottom-mobile-0 {
    padding-bottom: 0 !important;
  }
}
html.ipad.portrait .padding-bottom-mobile-0 {
  padding-bottom: 0 !important;
}
html.legacy-ipad .padding-bottom-mobile-0 {
  padding-bottom: 0 !important;
}
.freightBigProBold {
  font-family: freight-big-pro, serif;
  font-weight: 700;
  font-style: normal;
}
.freightBigProItalic {
  font-family: freight-big-pro, serif;
  font-weight: 700;
  font-style: italic;
}
.freightBigProBook {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.freightBigProBookItalic {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: italic;
}
.freightBigProMedium {
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: normal;
}
.freightBigProBold {
  font-family: freight-display-pro, serif;
  font-weight: 700;
  font-style: normal;
}
.freightBigProBoldItalic {
  font-family: freight-display-pro, serif;
  font-weight: 700;
  font-style: italic;
}
.freightDisplayPro {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.freightDisplayProLight {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
}
@-webkit-keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
/*
 * Sample HTML structure
 * <div class="select-option">
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 1</span>
 * 	</div>
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 2</span>
 * 	</div>
 * 	<i class="arrow glyphicon glyphicon-chevron"></i>
 * </div>
 */
.select-option {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.select-option .option-item {
  position: relative;
}
.select-option .option-item .option-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.select-option .option-item .option-name {
  position: relative;
  width: 100%;
}
.select-option .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
select.form-control {
  padding: 8px 14px;
}
select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 13px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wcrumb:before,
.wcrumb:after {
  content: " ";
  display: table;
}
.wcrumb:after {
  clear: both;
}
.error-text {
  color: #a94442;
}
textarea::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea:focus {
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
}
.btn-white:focus,
.btn-white:hover {
  color: #333333;
}
.btn-black {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffffff;
}
.page-main .action.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444444;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 14px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: baseline;
}
.page-main .action.primary:hover,
.page-main .action.primary:focus,
.page-main .action.primary:active {
  border: none;
  background: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .actions-toolbar .secondary .page-main .action.primary {
    margin-top: 0;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.ves-widget,
.vesbuilder-block,
.block-product-link.widget,
.block-category-link.widget {
  margin-top: 60px;
}
.block-category-link.widget {
  margin-bottom: 0;
}
.block-category-link.widget .category-name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.block-category-link.widget a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-category-link.widget {
    text-align: center;
  }
}
.ves-widget.widget-slider .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.ves-widget.widget-slider .slick-dots li {
  margin: 0;
}
.ves-widget.widget-slider .slick-dots li button:before {
  font-size: 24px;
}
.widget-images {
  margin-bottom: 0;
}
.widget-images .block-title {
  display: none;
}
.widget-images .image-description {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
.widget-images .image-description h2,
.widget-images .image-description h3 {
  margin: 0;
}
.widget-images .image-description hr {
  margin: 25px 0;
  max-width: 100px;
  border-top-color: #999999;
}
.waterworks-newsletter-block > .block-title {
  display: none;
}
.scrollup {
  background-color: #333333 !important;
  border-radius: 0;
}
.scrollup .fa.fa-angle-up {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 33px;
}
.scrollup .fa.fa-angle-up:before {
  content: "\e621";
  font-family: 'luma-icons';
  font-size: 18px !important;
  color: #ffffff !important;
}
.modal-popup .modal-inner-wrap {
  max-width: 320px;
}
.modal-popup .modal-inner-wrap .modal-content,
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-content > button,
.modal-popup .modal-inner-wrap .modal-footer > button {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content > button:after,
.modal-popup .modal-inner-wrap .modal-footer > button:after {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss {
  background-color: transparent;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss > span {
  color: #333333;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-accept > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-accept > span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-content > button:only-child,
.modal-popup .modal-inner-wrap .modal-footer > button:only-child {
  width: 100%;
}
.mt-150 {
  margin-top: 150px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0px;
}
/* ---------------------------------- Mixin --------------------------------------- */
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-middle,
.v-middle {
  vertical-align: middle;
}
.v-bottom,
.text-bottom {
  vertical-align: bottom;
}
.v-top {
  vertical-align: top;
}
.v-super {
  vertical-align: super;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.font-alt1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.vat-label {
  font-size: 12px;
  line-height: 1.2;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
body.cms-bath-faucet-collections .hero-block .text-section,
body.cms-kitchen-faucet-collections .hero-block .text-section {
  background-color: #000000;
}
body.cms-bath-faucet-collections .hero-block .text-section .block-content,
body.cms-kitchen-faucet-collections .hero-block .text-section .block-content {
  margin: 0 auto;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
}
body.cms-bath-faucet-collections .cms-block .text-black,
body.cms-kitchen-faucet-collections .cms-block .text-black {
  color: #000000 !important;
}
body.cms-bath-faucet-collections .flex-grid .image-rows,
body.cms-kitchen-faucet-collections .flex-grid .image-rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* NEW */
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  body.cms-bath-faucet-collections .flex-grid .image-rows,
  body.cms-kitchen-faucet-collections .flex-grid .image-rows {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
html.ipad.portrait body.cms-bath-faucet-collections .flex-grid .image-rows,
html.ipad.portrait body.cms-kitchen-faucet-collections .flex-grid .image-rows {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.cms-bath-faucet-collections .flex-grid .image-rows,
html.legacy-ipad body.cms-kitchen-faucet-collections .flex-grid .image-rows {
  -ms-flex-direction: column;
      flex-direction: column;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-column,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  width: calc(100% - 10px);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-bath-faucet-collections .flex-grid .image-rows .image-column,
  html:not(.ipad) body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column {
    width: calc(33% - 7px);
  }
}
html.ipad.landscape body.cms-bath-faucet-collections .flex-grid .image-rows .image-column,
html.ipad.landscape body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column {
  width: calc(33% - 7px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-bath-faucet-collections .flex-grid .image-rows .image-column,
  body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column {
    width: calc(33% - 7px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-bath-faucet-collections .flex-grid .image-rows .image-column,
  body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column {
    width: calc(33% - 7px);
  }
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-column:last-of-type,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-column:last-of-type {
  margin-right: 0;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container {
  position: relative;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image picture,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image picture {
  height: 100%;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image picture img,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image picture img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image .cta,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image .cta {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100% !important;
  position: absolute;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image .cta p,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image .cta p {
  padding: 0;
  position: relative;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image .cta p a,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image .cta p a {
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  line-height: 60px;
  right: 0;
  text-decoration: none;
  top: 50%;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
  width: 280px;
  -ms-transform: translateY(-50%);
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container .image .cta p a:hover,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container .image .cta p a:hover {
  color: #ffffff !important;
  background-color: #000000;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .image-container:hover .image .cta,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .image-container:hover .image .cta {
  opacity: 1;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description span,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description span,
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description p,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description p {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 1.6;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description span,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description span {
  font-weight: bold;
  text-transform: uppercase;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description span a,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description span a {
  color: #000000;
  font-weight: lighter;
  text-decoration: none !important;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description span a:hover,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description span a:hover {
  text-decoration: underline !important;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description span.mobile-only,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description span.mobile-only {
  padding-bottom: 10px;
}
body.cms-bath-faucet-collections .flex-grid .image-rows .content-description p,
body.cms-kitchen-faucet-collections .flex-grid .image-rows .content-description p {
  font-weight: lighter;
  padding-right: 20px;
  width: 100%;
}
body.cms-bath-faucet-collections .bottom-margin,
body.cms-kitchen-faucet-collections .bottom-margin {
  margin-bottom: 100px !important;
}
body.cms-bath-faucet-collections .breadcrumbs,
body.cms-kitchen-faucet-collections .breadcrumbs,
body.cms-explore-our-catalogs .breadcrumbs,
body.cms-publications-test .breadcrumbs {
  display: none !important;
}
body.cms-bath-faucet-collections .column.main,
body.cms-kitchen-faucet-collections .column.main,
body.cms-explore-our-catalogs .column.main,
body.cms-publications-test .column.main {
  padding-bottom: 0 !important;
}
body.cms-bath-faucet-collections main#maincontent,
body.cms-kitchen-faucet-collections main#maincontent,
body.cms-explore-our-catalogs main#maincontent,
body.cms-publications-test main#maincontent {
  max-width: unset !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
}
body.cms-bath-faucet-collections .ves-container.hero,
body.cms-kitchen-faucet-collections .ves-container.hero,
body.cms-explore-our-catalogs .ves-container.hero,
body.cms-publications-test .ves-container.hero,
body.cms-bath-faucet-collections .e2e-page-container.hero,
body.cms-kitchen-faucet-collections .e2e-page-container.hero,
body.cms-explore-our-catalogs .e2e-page-container.hero,
body.cms-publications-test .e2e-page-container.hero,
body.cms-bath-faucet-collections .ves-container .hero-block,
body.cms-kitchen-faucet-collections .ves-container .hero-block,
body.cms-explore-our-catalogs .ves-container .hero-block,
body.cms-publications-test .ves-container .hero-block,
body.cms-bath-faucet-collections .e2e-page-container .hero-block,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block,
body.cms-explore-our-catalogs .e2e-page-container .hero-block,
body.cms-publications-test .e2e-page-container .hero-block,
body.cms-bath-faucet-collections .ves-container .cms-block,
body.cms-kitchen-faucet-collections .ves-container .cms-block,
body.cms-explore-our-catalogs .ves-container .cms-block,
body.cms-publications-test .ves-container .cms-block,
body.cms-bath-faucet-collections .e2e-page-container .cms-block,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block,
body.cms-explore-our-catalogs .e2e-page-container .cms-block,
body.cms-publications-test .e2e-page-container .cms-block {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body.cms-bath-faucet-collections .ves-container.hero .block.header,
body.cms-kitchen-faucet-collections .ves-container.hero .block.header,
body.cms-explore-our-catalogs .ves-container.hero .block.header,
body.cms-publications-test .ves-container.hero .block.header,
body.cms-bath-faucet-collections .e2e-page-container.hero .block.header,
body.cms-kitchen-faucet-collections .e2e-page-container.hero .block.header,
body.cms-explore-our-catalogs .e2e-page-container.hero .block.header,
body.cms-publications-test .e2e-page-container.hero .block.header,
body.cms-bath-faucet-collections .ves-container .hero-block .block.header,
body.cms-kitchen-faucet-collections .ves-container .hero-block .block.header,
body.cms-explore-our-catalogs .ves-container .hero-block .block.header,
body.cms-publications-test .ves-container .hero-block .block.header,
body.cms-bath-faucet-collections .e2e-page-container .hero-block .block.header,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block .block.header,
body.cms-explore-our-catalogs .e2e-page-container .hero-block .block.header,
body.cms-publications-test .e2e-page-container .hero-block .block.header,
body.cms-bath-faucet-collections .ves-container .cms-block .block.header,
body.cms-kitchen-faucet-collections .ves-container .cms-block .block.header,
body.cms-explore-our-catalogs .ves-container .cms-block .block.header,
body.cms-publications-test .ves-container .cms-block .block.header,
body.cms-bath-faucet-collections .e2e-page-container .cms-block .block.header,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block .block.header,
body.cms-explore-our-catalogs .e2e-page-container .cms-block .block.header,
body.cms-publications-test .e2e-page-container .cms-block .block.header {
  margin-top: 0;
  padding: 0;
}
body.cms-bath-faucet-collections .ves-container.hero .block.header .block-content,
body.cms-kitchen-faucet-collections .ves-container.hero .block.header .block-content,
body.cms-explore-our-catalogs .ves-container.hero .block.header .block-content,
body.cms-publications-test .ves-container.hero .block.header .block-content,
body.cms-bath-faucet-collections .e2e-page-container.hero .block.header .block-content,
body.cms-kitchen-faucet-collections .e2e-page-container.hero .block.header .block-content,
body.cms-explore-our-catalogs .e2e-page-container.hero .block.header .block-content,
body.cms-publications-test .e2e-page-container.hero .block.header .block-content,
body.cms-bath-faucet-collections .ves-container .hero-block .block.header .block-content,
body.cms-kitchen-faucet-collections .ves-container .hero-block .block.header .block-content,
body.cms-explore-our-catalogs .ves-container .hero-block .block.header .block-content,
body.cms-publications-test .ves-container .hero-block .block.header .block-content,
body.cms-bath-faucet-collections .e2e-page-container .hero-block .block.header .block-content,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block .block.header .block-content,
body.cms-explore-our-catalogs .e2e-page-container .hero-block .block.header .block-content,
body.cms-publications-test .e2e-page-container .hero-block .block.header .block-content,
body.cms-bath-faucet-collections .ves-container .cms-block .block.header .block-content,
body.cms-kitchen-faucet-collections .ves-container .cms-block .block.header .block-content,
body.cms-explore-our-catalogs .ves-container .cms-block .block.header .block-content,
body.cms-publications-test .ves-container .cms-block .block.header .block-content,
body.cms-bath-faucet-collections .e2e-page-container .cms-block .block.header .block-content,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block .block.header .block-content,
body.cms-explore-our-catalogs .e2e-page-container .cms-block .block.header .block-content,
body.cms-publications-test .e2e-page-container .cms-block .block.header .block-content {
  margin: 0 auto;
  max-width: 700px !important;
}
body.cms-bath-faucet-collections .ves-container.hero .text-section,
body.cms-kitchen-faucet-collections .ves-container.hero .text-section,
body.cms-explore-our-catalogs .ves-container.hero .text-section,
body.cms-publications-test .ves-container.hero .text-section,
body.cms-bath-faucet-collections .e2e-page-container.hero .text-section,
body.cms-kitchen-faucet-collections .e2e-page-container.hero .text-section,
body.cms-explore-our-catalogs .e2e-page-container.hero .text-section,
body.cms-publications-test .e2e-page-container.hero .text-section,
body.cms-bath-faucet-collections .ves-container .hero-block .text-section,
body.cms-kitchen-faucet-collections .ves-container .hero-block .text-section,
body.cms-explore-our-catalogs .ves-container .hero-block .text-section,
body.cms-publications-test .ves-container .hero-block .text-section,
body.cms-bath-faucet-collections .e2e-page-container .hero-block .text-section,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block .text-section,
body.cms-explore-our-catalogs .e2e-page-container .hero-block .text-section,
body.cms-publications-test .e2e-page-container .hero-block .text-section,
body.cms-bath-faucet-collections .ves-container .cms-block .text-section,
body.cms-kitchen-faucet-collections .ves-container .cms-block .text-section,
body.cms-explore-our-catalogs .ves-container .cms-block .text-section,
body.cms-publications-test .ves-container .cms-block .text-section,
body.cms-bath-faucet-collections .e2e-page-container .cms-block .text-section,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block .text-section,
body.cms-explore-our-catalogs .e2e-page-container .cms-block .text-section,
body.cms-publications-test .e2e-page-container .cms-block .text-section {
  background-color: #000000;
}
body.cms-bath-faucet-collections .ves-container.hero p.headline,
body.cms-kitchen-faucet-collections .ves-container.hero p.headline,
body.cms-explore-our-catalogs .ves-container.hero p.headline,
body.cms-publications-test .ves-container.hero p.headline,
body.cms-bath-faucet-collections .e2e-page-container.hero p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container.hero p.headline,
body.cms-explore-our-catalogs .e2e-page-container.hero p.headline,
body.cms-publications-test .e2e-page-container.hero p.headline,
body.cms-bath-faucet-collections .ves-container .hero-block p.headline,
body.cms-kitchen-faucet-collections .ves-container .hero-block p.headline,
body.cms-explore-our-catalogs .ves-container .hero-block p.headline,
body.cms-publications-test .ves-container .hero-block p.headline,
body.cms-bath-faucet-collections .e2e-page-container .hero-block p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block p.headline,
body.cms-explore-our-catalogs .e2e-page-container .hero-block p.headline,
body.cms-publications-test .e2e-page-container .hero-block p.headline,
body.cms-bath-faucet-collections .ves-container .cms-block p.headline,
body.cms-kitchen-faucet-collections .ves-container .cms-block p.headline,
body.cms-explore-our-catalogs .ves-container .cms-block p.headline,
body.cms-publications-test .ves-container .cms-block p.headline,
body.cms-bath-faucet-collections .e2e-page-container .cms-block p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block p.headline,
body.cms-explore-our-catalogs .e2e-page-container .cms-block p.headline,
body.cms-publications-test .e2e-page-container .cms-block p.headline,
body.cms-bath-faucet-collections .ves-container.hero h2,
body.cms-kitchen-faucet-collections .ves-container.hero h2,
body.cms-explore-our-catalogs .ves-container.hero h2,
body.cms-publications-test .ves-container.hero h2,
body.cms-bath-faucet-collections .e2e-page-container.hero h2,
body.cms-kitchen-faucet-collections .e2e-page-container.hero h2,
body.cms-explore-our-catalogs .e2e-page-container.hero h2,
body.cms-publications-test .e2e-page-container.hero h2,
body.cms-bath-faucet-collections .ves-container .hero-block h2,
body.cms-kitchen-faucet-collections .ves-container .hero-block h2,
body.cms-explore-our-catalogs .ves-container .hero-block h2,
body.cms-publications-test .ves-container .hero-block h2,
body.cms-bath-faucet-collections .e2e-page-container .hero-block h2,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block h2,
body.cms-explore-our-catalogs .e2e-page-container .hero-block h2,
body.cms-publications-test .e2e-page-container .hero-block h2,
body.cms-bath-faucet-collections .ves-container .cms-block h2,
body.cms-kitchen-faucet-collections .ves-container .cms-block h2,
body.cms-explore-our-catalogs .ves-container .cms-block h2,
body.cms-publications-test .ves-container .cms-block h2,
body.cms-bath-faucet-collections .e2e-page-container .cms-block h2,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block h2,
body.cms-explore-our-catalogs .e2e-page-container .cms-block h2,
body.cms-publications-test .e2e-page-container .cms-block h2 {
  color: #ffffff;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  text-align: center;
}
body.cms-bath-faucet-collections .ves-container.hero p.headline,
body.cms-kitchen-faucet-collections .ves-container.hero p.headline,
body.cms-explore-our-catalogs .ves-container.hero p.headline,
body.cms-publications-test .ves-container.hero p.headline,
body.cms-bath-faucet-collections .e2e-page-container.hero p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container.hero p.headline,
body.cms-explore-our-catalogs .e2e-page-container.hero p.headline,
body.cms-publications-test .e2e-page-container.hero p.headline,
body.cms-bath-faucet-collections .ves-container .hero-block p.headline,
body.cms-kitchen-faucet-collections .ves-container .hero-block p.headline,
body.cms-explore-our-catalogs .ves-container .hero-block p.headline,
body.cms-publications-test .ves-container .hero-block p.headline,
body.cms-bath-faucet-collections .e2e-page-container .hero-block p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block p.headline,
body.cms-explore-our-catalogs .e2e-page-container .hero-block p.headline,
body.cms-publications-test .e2e-page-container .hero-block p.headline,
body.cms-bath-faucet-collections .ves-container .cms-block p.headline,
body.cms-kitchen-faucet-collections .ves-container .cms-block p.headline,
body.cms-explore-our-catalogs .ves-container .cms-block p.headline,
body.cms-publications-test .ves-container .cms-block p.headline,
body.cms-bath-faucet-collections .e2e-page-container .cms-block p.headline,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block p.headline,
body.cms-explore-our-catalogs .e2e-page-container .cms-block p.headline,
body.cms-publications-test .e2e-page-container .cms-block p.headline {
  font-size: 24px !important;
  padding-top: 75px;
}
body.cms-bath-faucet-collections .ves-container.hero h2,
body.cms-kitchen-faucet-collections .ves-container.hero h2,
body.cms-explore-our-catalogs .ves-container.hero h2,
body.cms-publications-test .ves-container.hero h2,
body.cms-bath-faucet-collections .e2e-page-container.hero h2,
body.cms-kitchen-faucet-collections .e2e-page-container.hero h2,
body.cms-explore-our-catalogs .e2e-page-container.hero h2,
body.cms-publications-test .e2e-page-container.hero h2,
body.cms-bath-faucet-collections .ves-container .hero-block h2,
body.cms-kitchen-faucet-collections .ves-container .hero-block h2,
body.cms-explore-our-catalogs .ves-container .hero-block h2,
body.cms-publications-test .ves-container .hero-block h2,
body.cms-bath-faucet-collections .e2e-page-container .hero-block h2,
body.cms-kitchen-faucet-collections .e2e-page-container .hero-block h2,
body.cms-explore-our-catalogs .e2e-page-container .hero-block h2,
body.cms-publications-test .e2e-page-container .hero-block h2,
body.cms-bath-faucet-collections .ves-container .cms-block h2,
body.cms-kitchen-faucet-collections .ves-container .cms-block h2,
body.cms-explore-our-catalogs .ves-container .cms-block h2,
body.cms-publications-test .ves-container .cms-block h2,
body.cms-bath-faucet-collections .e2e-page-container .cms-block h2,
body.cms-kitchen-faucet-collections .e2e-page-container .cms-block h2,
body.cms-explore-our-catalogs .e2e-page-container .cms-block h2,
body.cms-publications-test .e2e-page-container .cms-block h2 {
  font-size: 16px !important;
  font-weight: 100 !important;
  margin-top: 40px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
  padding-top: 0;
  line-height: 1.5 !important;
}
body.cms-bath-faucet-collections .ves-container .image-rows .col-inner .ves-widget.block,
body.cms-kitchen-faucet-collections .ves-container .image-rows .col-inner .ves-widget.block,
body.cms-explore-our-catalogs .ves-container .image-rows .col-inner .ves-widget.block,
body.cms-publications-test .ves-container .image-rows .col-inner .ves-widget.block,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .col-inner .ves-widget.block,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .col-inner .ves-widget.block,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .col-inner .ves-widget.block,
body.cms-publications-test .e2e-page-container .image-rows .col-inner .ves-widget.block {
  margin-top: 10px;
  padding: 0;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend,
body.cms-explore-our-catalogs .ves-container.bottom-legend,
body.cms-publications-test .ves-container.bottom-legend,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend,
body.cms-publications-test .e2e-page-container.bottom-legend,
body.cms-bath-faucet-collections .ves-container .bottom-block,
body.cms-kitchen-faucet-collections .ves-container .bottom-block,
body.cms-explore-our-catalogs .ves-container .bottom-block,
body.cms-publications-test .ves-container .bottom-block,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block,
body.cms-publications-test .e2e-page-container .bottom-block {
  padding-top: 100px;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block,
body.cms-publications-test .ves-container.bottom-legend .block,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block,
body.cms-publications-test .e2e-page-container.bottom-legend .block,
body.cms-bath-faucet-collections .ves-container .bottom-block .block,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block,
body.cms-explore-our-catalogs .ves-container .bottom-block .block,
body.cms-publications-test .ves-container .bottom-block .block,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block,
body.cms-publications-test .e2e-page-container .bottom-block .block {
  margin: 0;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content h2,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content h2,
body.cms-publications-test .ves-container.bottom-legend .block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content h2,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content h2,
body.cms-publications-test .ves-container .bottom-block .block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content h2,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content h2,
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content p,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content p,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content p,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content p,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content p,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content p,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content p,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content p,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content p,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content p,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content p,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content p,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content p,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content p,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content p,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content p,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content p,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content p,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content p,
body.cms-publications-test .ves-container.bottom-legend .block .block-content p,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content p,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content p,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content p,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content p,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content p,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content p,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content p,
body.cms-publications-test .ves-container .bottom-block .block .block-content p,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content p,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content p,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content p,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content h2,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content h2,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content h2,
body.cms-publications-test .ves-container.bottom-legend .block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content h2,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content h2,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content h2,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content h2,
body.cms-publications-test .ves-container .bottom-block .block .block-content h2,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content h2,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content h2,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content h2,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content h2 {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 20px;
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 1.8;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content .cta,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content .cta,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content .cta,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content .cta,
body.cms-publications-test .ves-container.bottom-legend .block .block-content .cta,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content .cta,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content .cta,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content .cta,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content .cta,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content .cta,
body.cms-publications-test .ves-container .bottom-block .block .block-content .cta,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content .cta,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content .cta {
  background-color: #000000;
  border: 1px solid #000000 !important;
  cursor: pointer;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  width: 280px;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content .cta a,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content .cta a,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content .cta a,
body.cms-publications-test .ves-container.bottom-legend .block .block-content .cta a,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta a,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta a,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content .cta a,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content .cta a,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content .cta a,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content .cta a,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content .cta a,
body.cms-publications-test .ves-container .bottom-block .block .block-content .cta a,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta a,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta a,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content .cta a,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content .cta a {
  color: #ffffff !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta a::before,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content .cta a::before,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content .cta a::before,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content .cta a::before,
body.cms-publications-test .ves-container.bottom-legend .block .block-content .cta a::before,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta a::before,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content .cta a::before,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content .cta a::before,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content .cta a::before,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content .cta a::before,
body.cms-publications-test .ves-container .bottom-block .block .block-content .cta a::before,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta a::before,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta a::before,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content .cta a::before,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content .cta a::before {
  display: none !important;
}
body.cms-bath-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-explore-our-catalogs .ves-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-publications-test .ves-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-publications-test .e2e-page-container.bottom-legend .ves-widget.block .block-content .cta p,
body.cms-bath-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-explore-our-catalogs .ves-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-publications-test .ves-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-publications-test .e2e-page-container .bottom-block .ves-widget.block .block-content .cta p,
body.cms-bath-faucet-collections .ves-container.bottom-legend .block .block-content .cta p,
body.cms-kitchen-faucet-collections .ves-container.bottom-legend .block .block-content .cta p,
body.cms-explore-our-catalogs .ves-container.bottom-legend .block .block-content .cta p,
body.cms-publications-test .ves-container.bottom-legend .block .block-content .cta p,
body.cms-bath-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta p,
body.cms-kitchen-faucet-collections .e2e-page-container.bottom-legend .block .block-content .cta p,
body.cms-explore-our-catalogs .e2e-page-container.bottom-legend .block .block-content .cta p,
body.cms-publications-test .e2e-page-container.bottom-legend .block .block-content .cta p,
body.cms-bath-faucet-collections .ves-container .bottom-block .block .block-content .cta p,
body.cms-kitchen-faucet-collections .ves-container .bottom-block .block .block-content .cta p,
body.cms-explore-our-catalogs .ves-container .bottom-block .block .block-content .cta p,
body.cms-publications-test .ves-container .bottom-block .block .block-content .cta p,
body.cms-bath-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta p,
body.cms-kitchen-faucet-collections .e2e-page-container .bottom-block .block .block-content .cta p,
body.cms-explore-our-catalogs .e2e-page-container .bottom-block .block .block-content .cta p,
body.cms-publications-test .e2e-page-container .bottom-block .block .block-content .cta p {
  text-align: center;
}
body.cms-bath-faucet-collections .ves-container .image-rows,
body.cms-kitchen-faucet-collections .ves-container .image-rows,
body.cms-explore-our-catalogs .ves-container .image-rows,
body.cms-publications-test .ves-container .image-rows,
body.cms-bath-faucet-collections .e2e-page-container .image-rows,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows,
body.cms-explore-our-catalogs .e2e-page-container .image-rows,
body.cms-publications-test .e2e-page-container .image-rows {
  max-width: 100% !important;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner,
body.cms-publications-test .ves-container .image-rows .row-inner,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner,
body.cms-publications-test .e2e-page-container .image-rows .row-inner {
  display: -ms-flexbox;
  display: flex;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .image-column,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .image-column,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .image-column,
body.cms-publications-test .ves-container .image-rows .row-inner .image-column,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .image-column,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .image-column,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .image-column,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .image-column {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
  width: 33%;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .image-column:last-of-type,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .image-column:last-of-type,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .image-column:last-of-type,
body.cms-publications-test .ves-container .image-rows .row-inner .image-column:last-of-type,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .image-column:last-of-type,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .image-column:last-of-type,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .image-column:last-of-type,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .image-column:last-of-type {
  margin-right: 0;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container {
  position: relative;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img {
  width: 100%;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block {
  margin-top: 20px;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px;
  margin-bottom: 25px;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 1.6;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span {
  font-weight: bold;
  text-transform: uppercase;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a {
  color: #000000;
  font-weight: lighter;
  text-decoration: none !important;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span a:hover {
  text-decoration: underline !important;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description span.mobile-only {
  padding-bottom: 10px;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div:nth-of-type(2) > div.block .content-description p {
  font-weight: lighter;
  padding-right: 20px;
  width: 100%;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-bath-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-kitchen-faucet-collections .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-explore-our-catalogs .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container a,
body.cms-publications-test .e2e-page-container .image-rows .row-inner .col-inner > div .image-body-container a {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  body.cms-bath-faucet-collections .ves-container .mobile-only,
  body.cms-kitchen-faucet-collections .ves-container .mobile-only,
  body.cms-explore-our-catalogs .ves-container .mobile-only,
  body.cms-publications-test .ves-container .mobile-only {
    display: block;
  }
  body.cms-bath-faucet-collections .ves-container span a.desktop-only,
  body.cms-kitchen-faucet-collections .ves-container span a.desktop-only,
  body.cms-explore-our-catalogs .ves-container span a.desktop-only,
  body.cms-publications-test .ves-container span a.desktop-only {
    color: #000000;
    text-decoration: none !important;
  }
  body.cms-bath-faucet-collections .ves-container span.mobile-only a,
  body.cms-kitchen-faucet-collections .ves-container span.mobile-only a,
  body.cms-explore-our-catalogs .ves-container span.mobile-only a,
  body.cms-publications-test .ves-container span.mobile-only a {
    color: #000000;
    padding-top: 5px;
    text-decoration: underline;
  }
  body.cms-bath-faucet-collections .ves-container.hero .text-section.mobile,
  body.cms-kitchen-faucet-collections .ves-container.hero .text-section.mobile,
  body.cms-explore-our-catalogs .ves-container.hero .text-section.mobile,
  body.cms-publications-test .ves-container.hero .text-section.mobile {
    display: block;
  }
  body.cms-bath-faucet-collections .ves-container.hero .text-section.desktop,
  body.cms-kitchen-faucet-collections .ves-container.hero .text-section.desktop,
  body.cms-explore-our-catalogs .ves-container.hero .text-section.desktop,
  body.cms-publications-test .ves-container.hero .text-section.desktop {
    display: none;
  }
  body.cms-bath-faucet-collections .ves-container.hero .block.header h2,
  body.cms-kitchen-faucet-collections .ves-container.hero .block.header h2,
  body.cms-explore-our-catalogs .ves-container.hero .block.header h2,
  body.cms-publications-test .ves-container.hero .block.header h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner,
  body.cms-publications-test .ves-container .image-rows .row-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .image-column,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .image-column,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .image-column,
  body.cms-publications-test .ves-container .image-rows .row-inner .image-column {
    width: 100%;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .ves-widget.block,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div .ves-widget.block,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div .ves-widget.block,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div .ves-widget.block {
    padding: 0 !important;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta {
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p {
    padding: 0 !important;
    width: 100%;
    height: 100%;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a {
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.cms-bath-faucet-collections .ves-container .mobile-only,
  body.cms-kitchen-faucet-collections .ves-container .mobile-only,
  body.cms-explore-our-catalogs .ves-container .mobile-only,
  body.cms-publications-test .ves-container .mobile-only {
    display: none;
  }
  body.cms-bath-faucet-collections .ves-container span a.desktop-only,
  body.cms-kitchen-faucet-collections .ves-container span a.desktop-only,
  body.cms-explore-our-catalogs .ves-container span a.desktop-only,
  body.cms-publications-test .ves-container span a.desktop-only {
    color: #000000;
  }
  body.cms-bath-faucet-collections .ves-container.hero .text-section.mobile,
  body.cms-kitchen-faucet-collections .ves-container.hero .text-section.mobile,
  body.cms-explore-our-catalogs .ves-container.hero .text-section.mobile,
  body.cms-publications-test .ves-container.hero .text-section.mobile {
    display: block;
  }
  body.cms-bath-faucet-collections .ves-container.hero .text-section.desktop,
  body.cms-kitchen-faucet-collections .ves-container.hero .text-section.desktop,
  body.cms-explore-our-catalogs .ves-container.hero .text-section.desktop,
  body.cms-publications-test .ves-container.hero .text-section.desktop {
    display: none;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner,
  body.cms-publications-test .ves-container .image-rows .row-inner {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container {
    position: relative;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture {
    height: 100%;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image picture img {
    height: 100%;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100% !important;
    position: absolute;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p {
    padding: 0;
    position: relative;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a {
    background-color: #ffffff;
    border: none;
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    line-height: 60px;
    right: 0;
    text-decoration: none;
    top: 50%;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    width: 280px;
    -ms-transform: translateY(-50%);
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a:hover,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a:hover,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a:hover,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container .image .cta p a:hover {
    color: #ffffff !important;
    background-color: #000000;
  }
  body.cms-bath-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container:hover .image .cta,
  body.cms-kitchen-faucet-collections .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container:hover .image .cta,
  body.cms-explore-our-catalogs .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container:hover .image .cta,
  body.cms-publications-test .ves-container .image-rows .row-inner .col-inner > div:nth-of-type(1) > div.block .image-container:hover .image .cta {
    opacity: 1;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  overflow-y: hidden;
  height: inherit;
  padding: 30px 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
    top: 146px;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
  top: 146px;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
    top: 131px;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block {
    top: 131px;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
  width: 230vw !important;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
  width: 230vw !important;
}
html.ipad body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
  width: 200vw !important;
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul {
  width: 180vw;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block .page-menu {
  padding: 0;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block .page-menu ul {
  padding: 0 40px 0 30px;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li {
  margin: 0 !important;
}
body.cms-the-source .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a {
  cursor: pointer;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    background: transparent !important;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  background: transparent !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    background: transparent !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    background: transparent !important;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  text-transform: inherit !important;
  color: #ffffff;
  margin-top: 0 !important;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  color: #ffffff;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: block;
  -ms-flex-pack: center;
      justify-content: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list,
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list {
    margin: 0 -5px;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list,
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list {
  margin: 0 -5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list,
  body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list,
  body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list {
    margin: 0 -5px;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li {
  width: calc((100% - 20px) / 2);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 50px;
  clear: inherit;
  padding: 0;
  float: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms linear 50ms, opacity 50ms;
}
@media (min-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li,
  body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li {
    width: calc((100% - 30px) / 3);
    float: left;
  }
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li,
  body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li {
    width: 100%;
    height: inherit !important;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li,
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li {
  width: 100%;
  height: inherit !important;
  margin-right: 0;
  margin-left: 0;
  float: none;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li,
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li {
  width: 100%;
  height: inherit !important;
  margin-right: 0;
  margin-left: 0;
  float: none;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li.filtered,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li.filtered {
  visibility: hidden;
  opacity: 0;
  height: 0 !important;
  margin: 0;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li img,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li img {
  width: 100%;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li h1,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-align: center;
  margin: 20px 0 20px 0;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li p,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li p {
  position: inherit;
  margin: 0 40px 27px 40px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.8em;
  color: #000000;
  text-align: center;
  height: inherit;
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li a.link,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li a.link {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin: 0 auto 0;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li a.link:hover,
body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li a.link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li a.link,
  body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li a.link {
    position: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li a.link,
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li a.link {
  position: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default #productlist ul.surface-product-list li a.link,
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default #list ul.surface-product-list li a.link {
  position: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block {
    margin-bottom: 50px;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block {
  margin-bottom: 50px;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block {
  margin-bottom: 50px;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  background: transparent !important;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  text-align: center;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body img.ww-icon {
  width: 40px;
  height: auto;
  margin: 0 auto 20px auto;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 145px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 145px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 145px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 145px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 75px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5em;
    color: #ffffff;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5em;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5em;
    color: #ffffff;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block {
  padding: 60px 80px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block {
    padding-top: 100px;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block {
  padding-top: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block {
    padding-top: 100px;
  }
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
  margin: 0 25px 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
    width: calc((100% - 150px) / 3);
    float: left;
  }
}
html.ipad.landscape body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
  width: calc((100% - 150px) / 3);
  float: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
    width: calc((100% - 150px) / 3);
    float: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
    width: calc((100% - 150px) / 3);
    float: left;
  }
}
@media (max-width: 992px) {
  html:not(.ipad) body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
    width: calc((100% - 100px) / 2);
  }
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
    width: 100% !important;
    height: inherit !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
  width: 100% !important;
  height: inherit !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: none;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li {
  width: 100% !important;
  height: inherit !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: none;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li h1 {
  text-align: left;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin: 17px 0 12px 0;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li h1 a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li h1 a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 350px;
  height: auto;
}
body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li a.link {
  text-align: left;
  left: 0;
  -webkit-transform: inherit;
          transform: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: inherit;
  margin-left: 0;
}
@media (max-width: 768px) {
  body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li a.link {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 0.3s;
  }
}
html.ipad.portrait body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li a.link {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
html.legacy-ipad body.cms-the-source .e2e-page-container.layout-e2e-default div#list.list-block ul.surface-product-list li a.link {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.cms-towels-and-textiles-collections.page-layout-collection-landing .collection-grid li .collection-copy a.mobile-only {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html,
body {
  height: 100% !important;
}
.e2e-page-container {
  /* Global style for image and centered (vertical and horizontal) text */
}
.e2e-page-container .content.row {
  margin-bottom: 8px;
}
.e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
  font-size: 42px;
  line-height: 42px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0 auto 45px auto;
  text-transform: inherit;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
  }
}
.e2e-page-container .content.row.main .image-text-centered-container .image-body-container h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}
.e2e-page-container .content.row.main .image-text-centered-container .image-body-container p {
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container p {
    max-width: inherit;
  }
}
.e2e-page-container .content.row.home-fitzroy .image-text-centered-container .image-body-container h1 {
  margin: 30px auto;
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.home-products-preview {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.hidden-mobile {
    display: none;
  }
}
html.ipad.portrait .e2e-page-container .content.row.hidden-mobile {
  display: none;
}
html.legacy-ipad .e2e-page-container .content.row.hidden-mobile {
  display: none;
}
.e2e-page-container .image-text-centered-container {
  position: relative;
}
.e2e-page-container .image-text-centered-container .image-container {
  position: relative;
}
.e2e-page-container .image-text-centered-container .image-container img {
  width: 100%;
}
.e2e-page-container .image-text-centered-container .image-container a.full-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
.e2e-page-container .image-text-centered-container .image-body-container {
  margin-top: 50px;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out 0s;
  /** mobile text middle, equal to desktop **/
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container a.full-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  margin-top: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .image-text-centered-container .image-body-container a.full-image-link {
    height: 100%;
  }
}
html.ipad.landscape .e2e-page-container .image-text-centered-container .image-body-container a.full-image-link {
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container a.full-image-link {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container a.full-image-link {
    height: 100%;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container .image-body {
  display: block;
  text-align: left;
  /* Landscape */
}
@media (max-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container .image-body {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
html.ipad.portrait .e2e-page-container .image-text-centered-container .image-body-container .image-body {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
html.legacy-ipad .e2e-page-container .image-text-centered-container .image-body-container .image-body {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
html.ipad.landscape .e2e-page-container .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  text-transform: inherit;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .image-text-centered-container .image-body-container h1 {
    margin: 30px auto 30px auto;
  }
}
html.ipad.landscape .e2e-page-container .image-text-centered-container .image-body-container h1 {
  margin: 30px auto 30px auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container h1 {
    margin: 30px auto 30px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container h1 {
    margin: 30px auto 30px auto;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.e2e-page-container .image-text-centered-container .image-body-container h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container h4 {
    padding: 0;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container h4 sup {
  font-size: 70%;
  top: -0.01rem;
}
.e2e-page-container .image-text-centered-container .image-body-container p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .image-text-centered-container .image-body-container p {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
html.ipad.landscape .e2e-page-container .image-text-centered-container .image-body-container p {
  margin: 0 auto 30px auto;
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container p {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container p {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container a.button {
  display: block;
  padding: 0;
  margin-top: 50px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  text-align: left;
}
.e2e-page-container .image-text-centered-container .image-body-container a.button.min-top-margin {
  margin-top: 10px;
}
.e2e-page-container .image-text-centered-container .image-body-container a.button.no-top-margin {
  margin-top: 0;
}
html.ipad.portrait .e2e-page-container .image-text-centered-container .image-body-container a.button.no-top-margin {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container a.button {
    margin: 20px auto 0 auto;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    font-weight: inherit;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container.text-white {
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .image-text-centered-container .image-body-container.text-white {
    color: #ffffff;
  }
}
html.ipad.landscape .e2e-page-container .image-text-centered-container .image-body-container.text-white {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container.text-white {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .image-text-centered-container .image-body-container.text-white {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container.text-white.text-white-mobile {
    color: #ffffff !important;
  }
}
html.ipad.portrait .e2e-page-container .image-text-centered-container .image-body-container.text-white.text-white-mobile {
  color: #ffffff !important;
}
html.legacy-ipad .e2e-page-container .image-text-centered-container .image-body-container.text-white.text-white-mobile {
  color: #ffffff !important;
}
.e2e-page-container .image-text-centered-container .image-body-container.text-white a.button {
  background: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container.text-white a.button:hover {
    background: #000000;
    color: #ffffff;
  }
}
.e2e-page-container .image-text-centered-container .image-body-container.text-black {
  color: #000000;
}
.e2e-page-container .image-text-centered-container .image-body-container.text-black a.button {
  background: #000000;
  color: #ffffff;
}
.e2e-page-container .image-text-centered-container .image-body-container.text-black a.button:hover {
  background: #ffffff;
  color: #000000;
}
.e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  color: #ffffff;
}
.e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle a.button {
  margin: 20px auto 0 auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-weight: inherit;
}
.e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle p {
  margin: 0 auto 50px auto;
  text-align: center;
  max-width: 500px;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .image-body-container.mobile-text-middle p {
    padding: 0;
  }
}
.e2e-page-container .image-text-centered-container a.button {
  background: #000000;
  color: #ffffff;
}
.e2e-page-container .image-text-centered-container a.button:hover {
  background: #ffffff;
  color: #000000;
}
.e2e-page-container .image-text-centered-container:last-of-type {
  margin-bottom: 0;
}
.e2e-page-container .image-text-centered-container .col-xs-6,
.e2e-page-container .image-text-centered-container .col-sm-6,
.e2e-page-container .image-text-centered-container .col-md-6,
.e2e-page-container .image-text-centered-container .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .image-text-centered-container .col-xs-6 .image-text-centered-container .image-body-container h1,
  .e2e-page-container .image-text-centered-container .col-sm-6 .image-text-centered-container .image-body-container h1,
  .e2e-page-container .image-text-centered-container .col-md-6 .image-text-centered-container .image-body-container h1,
  .e2e-page-container .image-text-centered-container .col-lg-6 .image-text-centered-container .image-body-container h1 {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .e2e-page-container .content.row .hz-scrollable-scroll section.hz-blocks .body a {
    text-decoration: underline;
    background: inherit;
  }
  .e2e-page-container .content.row .hz-scrollable-scroll section.hz-blocks .body p.copyright {
    clear: both;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
  }
}
.e2e-page-container .content.row p.copyright {
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #ffffff;
  }
  html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #000000;
  }
  html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #000000;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button {
    background: #ffffff;
    color: #000000;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h4 {
    text-align: center;
    color: #ffffff;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container p {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container a.button {
    margin: 20px auto 0 auto;
    max-width: 280px;
    width: 65vw;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    font-weight: inherit;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #000000;
  }
}
@media (max-width: 768px) and only screen and (min-width: 768px) {
  .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button:hover {
    background: #000000;
    color: #ffffff;
  }
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #ffffff;
}
@media (max-width: 768px) {
  html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #000000;
  }
}
html.ipad.portrait html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #000000;
}
html.legacy-ipad html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #000000;
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button {
  background: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button:hover {
    background: #000000;
    color: #ffffff;
  }
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h4 {
  text-align: center;
  color: #ffffff;
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container p {
  margin-bottom: 30px;
  padding-left: 0;
  text-align: center;
}
html.ipad.portrait .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container a.button {
  margin: 20px auto 0 auto;
  max-width: 280px;
  width: 65vw;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-weight: inherit;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #ffffff;
}
@media (max-width: 768px) {
  html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
    color: #000000;
  }
}
html.ipad.portrait html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #000000;
}
html.legacy-ipad html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #000000;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button {
  background: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white a.button:hover {
    background: #000000;
    color: #ffffff;
  }
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h4 {
  text-align: center;
  color: #ffffff;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container p {
  margin-bottom: 30px;
  padding-left: 0;
  text-align: center;
}
html.legacy-ipad .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container a.button {
  margin: 20px auto 0 auto;
  max-width: 280px;
  width: 65vw;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-weight: inherit;
}
.e2e-page-container .hover-layer-dark .image-body-container {
  background: inherit;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .hover-layer-dark .image-body-container:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.e2e-page-container.lateral-margins-style .col-lg-12 .col-lg-6:last-of-type {
  padding-right: 0;
}
.e2e-page-container.lateral-margins-style .col-lg-12 .col-lg-6:first-of-type {
  padding-left: 0;
}
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container h1,
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
}
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container h1 {
  text-transform: inherit;
}
@media (min-width: 768px) {
  .e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container p {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .content.row.main .mobile-outside-text h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container {
  margin-bottom: 0;
}
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container h1,
.e2e-page-container.lateral-margins-style .content.row.main .image-text-centered-container .image-body-container p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
.e2e-page-container.lateral-margins-style .content.row.main.impressive-container .image-text-centered-container .image-body-container h1 {
  font-size: 12rem;
  line-height: 12rem;
  margin: 30px 0 50px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .content.row.main.impressive-container .image-text-centered-container .image-body-container h1 {
    font-size: 10rem;
    line-height: 10rem;
  }
}
.e2e-page-container.lateral-margins-style .content.row.main.impressive-container .image-text-centered-container .image-body-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .content.row.main.impressive-container .image-text-centered-container .image-body-container p {
  margin-bottom: 0;
}
.e2e-page-container.lateral-margins-style .image-text-centered-container .image-body-container .image-body {
  max-width: inherit;
}
html.ipad .e2e-page-container.lateral-margins-style .content.row.block2padding {
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .content.row.block2padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
  }
}
html.ipad .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
  padding-left: 0;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 50px;
    padding-right: 100px;
  }
}
html.ipad .e2e-page-container.lateral-margins-style .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
  padding-right: 0;
  padding-left: 0 ;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-container {
  position: relative;
  z-index: inherit;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-container .full-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container {
  position: inherit;
  height: auto;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4 {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000000;
  margin: 30px 0 0 0;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 32px;
  font-weight: 100;
  color: #000000;
  margin: 30px 0;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body a,
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body a.button {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000000;
  background: inherit;
  padding: 0;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: inherit;
  line-height: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body a:hover,
.e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.lateral-margins-style .lateral-margin div.col-lg-12 .image-text-centered-container .image-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .image-text-centered-container .image-body-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.e2e-page-container.lateral-margins-style .products-block.row.top-margin {
  margin-top: 100px !important;
}
.e2e-page-container.lateral-margins-style .aubergeblock {
  margin-bottom: 30px;
}
.e2e-page-container.lateral-margins-style .aubergeblock .image-text-centered-container .image-body-container h4 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .aubergeblock .image-text-centered-container .image-body-container h4 {
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container {
    position: inherit !important;
    background: inherit !important;
    height: auto;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1,
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p,
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
    color: #000000;
    text-align: left;
    margin-left: 0 !important;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
    margin-top: 30px;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p {
    font-size: 18px !important;
    max-width: 100%;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a {
    color: #000000;
    font-weight: 100;
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: inherit;
    line-height: inherit;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a:hover {
    text-decoration: none;
    background-size: 100% 1px;
  }
  .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container .image-body {
    height: auto;
  }
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container {
  position: inherit !important;
  background: inherit !important;
  height: auto;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1,
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p,
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
  color: #000000;
  text-align: left;
  margin-left: 0 !important;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
  margin-top: 30px;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p {
  font-size: 18px !important;
  max-width: 100%;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a {
  color: #000000;
  font-weight: 100;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  line-height: inherit;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container .image-body {
  height: auto;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container {
  position: inherit !important;
  background: inherit !important;
  height: auto;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1,
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p,
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
  color: #000000;
  text-align: left;
  margin-left: 0 !important;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h4 {
  margin-top: 30px;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container p {
  font-size: 18px !important;
  max-width: 100%;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a {
  color: #000000;
  font-weight: 100;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  line-height: inherit;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .image-text-centered-container.mobile-outside-text .image-body-container .image-body {
  height: auto;
}
.e2e-page-container .top-margin {
  margin-top: 100px;
  /* Landscape */
}
@media (min-width: 768px) {
  .e2e-page-container .top-margin {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .top-margin {
    margin-top: 100px;
  }
}
html.ipad.landscape .e2e-page-container .top-margin {
  margin-top: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .top-margin {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .top-margin {
    margin-top: 100px;
  }
}
.e2e-page-container .top-margin-big {
  margin-top: 100px;
}
@media (min-width: 991px) {
  .e2e-page-container .top-margin-big {
    margin-top: 150px;
  }
}
.e2e-page-container .top-margin-small {
  margin-top: 50px;
}
.e2e-page-container .bottom-margin-big {
  margin-bottom: 100px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .bottom-margin-big {
    margin-bottom: 150px;
  }
}
html.ipad.landscape .e2e-page-container .bottom-margin-big {
  margin-bottom: 150px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .bottom-margin-big {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .bottom-margin-big {
    margin-bottom: 150px;
  }
}
.e2e-page-container .top-padding {
  padding-top: 100px;
}
.e2e-page-container .bottom-margin {
  margin-bottom: 100px;
}
.e2e-page-container .bottom-padding {
  padding-bottom: 100px;
}
.e2e-page-container .content.row.lateral-margin {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 991px) {
  .e2e-page-container .content.row.lateral-margin {
    margin-left: 100px;
    margin-right: 100px;
  }
}
html.ipad .e2e-page-container .content.row.lateral-margin {
  margin-left: 0;
  margin-right: 0;
}
html.ipad.portrait .e2e-page-container .content.row.lateral-margin {
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.lateral-margin {
    margin-left: 0;
    margin-right: 0;
  }
}
.e2e-page-container .content.row.lateral-margin .row {
  margin-left: 0;
  margin-right: 0;
}
.e2e-page-container .content.row.lateral-margin .col-lg-12.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .e2e-page-container .top-margin-mobile {
    margin-top: 100px !important;
  }
}
html.ipad.portrait .e2e-page-container .top-margin-mobile {
  margin-top: 100px !important;
}
html.legacy-ipad .e2e-page-container .top-margin-mobile {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .e2e-page-container .top-margin-mobile-only {
    margin-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .e2e-page-container .top-margin-mobile-small {
    margin-top: 50px !important;
  }
}
html.ipad.portrait .e2e-page-container .top-margin-mobile-small {
  margin-top: 50px !important;
}
html.legacy-ipad .e2e-page-container .top-margin-mobile-small {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.lateral-margin .lateral-margin-mobile,
  .e2e-page-container .content.row.lateral-margin .image-body-container.lateral-margin-mobile {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
html.legacy-ipad .e2e-page-container .content.row.lateral-margin .lateral-margin-mobile,
html.legacy-ipad .e2e-page-container .content.row.lateral-margin .image-body-container.lateral-margin-mobile {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 768px) {
  .e2e-page-container .content.row.lateral-margin.mobile-no-lateral-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html.legacy-ipad .e2e-page-container .content.row.lateral-margin.ipad-no-lateral-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.ipad.portrait .e2e-page-container .content.row.lateral-margin.ipad-no-lateral-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.ipad.landscape .e2e-page-container .ipad-lateral-margin {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
html.ipad.landscape .e2e-page-container .ipad-lateral-margin-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
@media (max-width: 768px) {
  .e2e-page-container .lateral-margin-mobile {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .e2e-page-container .lateral-margin-mobile .text-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html.ipad.portrait .e2e-page-container .lateral-margin-mobile {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
html.ipad.portrait .e2e-page-container .lateral-margin-mobile .text-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.legacy-ipad .e2e-page-container .lateral-margin-mobile {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
html.legacy-ipad .e2e-page-container .lateral-margin-mobile .text-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.ipad.landscape .e2e-page-container .block2padding.lateral-margin {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.e2e-page-container.layout-e2e-default .content.row.horizontal-padding {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
    padding: 0 50px;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
  padding: 0 50px;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
  padding: 0 50px;
}
.e2e-page-container.layout-e2e-default div.hero-block {
  margin-bottom: 0;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  /* Landscape */
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body,
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    max-width: unset;
    text-align: left;
    width: 35%;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 100px;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body {
    margin-left: 0;
    text-align: left;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body h1,
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body p {
    margin: 30px 0;
    text-align: left;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body a.button {
    margin: 20px 0;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right {
    padding-right: 100px;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    margin-right: 0;
    text-align: right;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body h1,
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body p {
    margin: 30px 0;
    max-width: unset;
    text-align: right;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body a.button {
    margin: 20px 0 20px auto;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body,
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
  max-width: unset;
  text-align: left;
  width: 35%;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left {
  padding-left: 100px;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body {
  margin-left: 0;
  text-align: left;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body h1,
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body p {
  margin: 30px 0;
  text-align: left;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body a.button {
  margin: 20px 0;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right {
  padding-right: 100px;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
  margin-right: 0;
  text-align: right;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body h1,
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body p {
  margin: 30px 0;
  max-width: unset;
  text-align: right;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body a.button {
  margin: 20px 0 20px auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    max-width: unset;
    text-align: left;
    width: 35%;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 100px;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body {
    margin-left: 0;
    text-align: left;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body h1,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body p {
    margin: 30px 0;
    text-align: left;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body a.button {
    margin: 20px 0;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right {
    padding-right: 100px;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    margin-right: 0;
    text-align: right;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body h1,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body p {
    margin: 30px 0;
    max-width: unset;
    text-align: right;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body a.button {
    margin: 20px 0 20px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    max-width: unset;
    text-align: left;
    width: 35%;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 100px;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body {
    margin-left: 0;
    text-align: left;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body h1,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body p {
    margin: 30px 0;
    text-align: left;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-left div.image-body a.button {
    margin: 20px 0;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right {
    padding-right: 100px;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body {
    margin-right: 0;
    text-align: right;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body h1,
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body p {
    margin: 30px 0;
    max-width: unset;
    text-align: right;
  }
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container.aligned-right div.image-body a.button {
    margin: 20px 0 20px auto;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    margin-bottom: 50px;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    margin-bottom: 50px;
  }
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  margin-left: auto;
  margin-right: auto;
  /* Landscape */
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    padding: 0 20px;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  padding: 0 20px;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    max-width: 80%;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  max-width: 80%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    max-width: 80%;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  max-width: inherit;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  text-transform: uppercase;
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    max-width: inherit;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
  max-width: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    max-width: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    max-width: inherit;
  }
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    margin-bottom: 30px;
    max-width: 550px;
    padding-left: 0;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  margin-bottom: 30px;
  max-width: 550px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    margin-bottom: 30px;
    max-width: 550px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    margin-bottom: 30px;
    max-width: 550px;
    padding-left: 0;
  }
}
.e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .col-lg-12 {
  padding: 0;
}
.e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 24px;
  line-height: 24px;
  text-transform: inherit;
  max-width: inherit;
  margin: 0 auto 25px auto;
}
.e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 span {
  display: inline;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
    margin-top: 0;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 span {
  display: block;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
    margin-top: 0;
  }
}
.e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body p {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body p {
    max-width: 500px;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body p {
  max-width: 500px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body p {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.hero-block.hero-small-block .image-text-centered-container .image-body-container .image-body p {
    max-width: 500px;
  }
}
.e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body h1 span {
  display: inline;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body h1 span {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
  }
}
.e2e-page-container.layout-e2e-default .anchor-menu-block {
  height: 0;
  font-size: 0;
  line-height: 0;
}
.e2e-page-container.layout-e2e-default .menu-block,
.e2e-page-container.layout-e2e-default .infobar-row,
.e2e-page-container.layout-e2e-default .infobar {
  text-align: center;
  transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
}
.e2e-page-container.layout-e2e-default .menu-block ul,
.e2e-page-container.layout-e2e-default .infobar-row ul,
.e2e-page-container.layout-e2e-default .infobar ul {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.e2e-page-container.layout-e2e-default .menu-block ul li,
.e2e-page-container.layout-e2e-default .infobar-row ul li,
.e2e-page-container.layout-e2e-default .infobar ul li {
  display: inline;
  margin: 0 4%;
  text-align: center;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .menu-block ul li,
  .e2e-page-container.layout-e2e-default .infobar-row ul li,
  .e2e-page-container.layout-e2e-default .infobar ul li {
    margin: 0 6%;
  }
}
.e2e-page-container.layout-e2e-default .menu-block ul li a,
.e2e-page-container.layout-e2e-default .infobar-row ul li a,
.e2e-page-container.layout-e2e-default .infobar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.e2e-page-container.layout-e2e-default .menu-block ul li a:not(.not-animate),
.e2e-page-container.layout-e2e-default .infobar-row ul li a:not(.not-animate),
.e2e-page-container.layout-e2e-default .infobar ul li a:not(.not-animate) {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.e2e-page-container.layout-e2e-default .menu-block ul li a:not(.not-animate):hover,
.e2e-page-container.layout-e2e-default .infobar-row ul li a:not(.not-animate):hover,
.e2e-page-container.layout-e2e-default .infobar ul li a:not(.not-animate):hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .menu-block.dark,
.e2e-page-container.layout-e2e-default .infobar-row.dark,
.e2e-page-container.layout-e2e-default .infobar.dark {
  background: #000000;
}
.e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
.e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
.e2e-page-container.layout-e2e-default .infobar.cream-bar > div {
  margin: 0 auto;
}
@media (min-width: 991px) {
  .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
  .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
  .e2e-page-container.layout-e2e-default .infobar.cream-bar > div {
    max-width: 33%;
  }
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  /* Safari & IE */
  position: sticky;
  top: 0;
  z-index: 3;
  margin-bottom: 0;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu__top,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu__top,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu__top {
  top: 0 !important;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .page-menu,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu .page-menu {
  padding: 40px 0;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back {
  padding: 40px 0 40px 100px;
  position: absolute;
  text-transform: uppercase;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a:hover,
.e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a:hover,
.e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .infobar .infobar-row {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
  padding: 19px 0;
}
.e2e-page-container.layout-e2e-default .infobar .infobar-row a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-transform: uppercase;
}
.e2e-page-container.layout-e2e-default .infobar .infobar-row a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .text-container {
  text-align: left;
}
.e2e-page-container.layout-e2e-default .text-container h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 20px 0;
  padding: 0;
}
.e2e-page-container.layout-e2e-default .text-container p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-transform: inherit;
  margin: 0;
  padding: 0;
}
.e2e-page-container.layout-e2e-default a.link {
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  display: inline;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.e2e-page-container.layout-e2e-default a.link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .text-black a.link {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.e2e-page-container.layout-e2e-default .text-black a.link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .text-container a.link {
  font-size: 10px;
  line-height: 10px;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .three-blocks-inline {
    padding: 0 10px;
  }
}
.e2e-page-container.layout-e2e-default .three-blocks-inline .col-lg-4.col-sm-12.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .three-blocks-inline .col-lg-4.col-sm-12.col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.e2e-page-container.layout-e2e-default .block-parallax {
  padding: 0;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .block-parallax .image-text-centered-container {
    padding: 0;
  }
}
.e2e-page-container.layout-e2e-default .block-parallax .text-container {
  margin-top: 0;
  padding: 20px 60px;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .block-parallax .text-container {
    padding: 20px;
  }
}
.e2e-page-container.layout-e2e-default .block-parallax .block-small .image-text-centered-container {
  padding: 40px 60px 0 60px;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .block-parallax .block-small .image-text-centered-container {
    padding: 0;
  }
}
.e2e-page-container.layout-e2e-default .block-parallax .block-small .text-container {
  padding: 13px 60px 0 60px;
}
@media (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .block-parallax .block-small .text-container {
    padding: 13px 0 0 0;
  }
}
.e2e-page-container.layout-e2e-default .flex-block {
  /* Landscape */
}
.e2e-page-container.layout-e2e-default .flex-block:after {
  content: '';
  clear: both;
  display: block;
}
.e2e-page-container.layout-e2e-default .flex-block.clear {
  clear: both;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .flex-block {
  display: block;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default .flex-block {
  display: block;
}
.e2e-page-container.layout-e2e-default .flex-block .col-lg-6.col-sm-12.col-xs-12 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .flex-block .col-lg-6.col-sm-12.col-xs-12 {
    float: inherit;
    position: relative;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .flex-block .col-lg-6.col-sm-12.col-xs-12 {
  float: inherit;
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .col-lg-6.col-sm-12.col-xs-12 {
    float: inherit;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .col-lg-6.col-sm-12.col-xs-12 {
    float: inherit;
    position: relative;
  }
}
.e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding: 13px 20px 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .flex-block .text-container {
    padding: 13px 20px 0;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding: 13px 20px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container {
    padding: 13px 20px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container {
    padding: 13px 20px 0;
  }
}
.e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    padding: 0 100px !important;
  }
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: 0;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  position: inherit;
  -webkit-transform: none;
          transform: none;
  left: 0;
}
.e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle h1 {
  margin-bottom: 50px;
}
.e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle p {
  line-height: 1.5em;
}
.e2e-page-container.layout-e2e-default .three-blocks-inline .text-container {
  margin-top: 20px;
}
.e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-pack: center;
      justify-content: center;
  position: inherit;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
    position: absolute;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
  position: absolute;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
    position: absolute;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container {
  position: inherit;
}
.e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p {
    max-width: 510px;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p {
  max-width: 510px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p {
    max-width: 510px;
  }
}
.e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container p a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
.e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
  padding: 0;
  /* Landscape */
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
  padding: 100px;
  width: 50%;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
    padding: 100px;
    width: 50%;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
  padding: 100px;
  width: 50%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
    padding: 100px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
    padding: 100px;
    width: 50%;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small,
html.ipad.portrait .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small {
  width: 100%;
  padding: 0;
  -webkit-transform: none !important;
          transform: none !important;
}
.e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
.e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
  /* Landscape */
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
  padding: 100px;
  width: 50%;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
    padding: 100px;
    width: 50%;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:first-of-type,
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:first-of-type {
    padding-right: 93.5px;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:last-of-type,
  html:not(.ipad) .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:last-of-type {
    padding-left: 93.5px;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
  padding: 100px;
  width: 50%;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:first-of-type,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:first-of-type {
  padding-right: 93.5px;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:last-of-type,
html.ipad.landscape .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:last-of-type {
  padding-left: 93.5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
    padding: 100px;
    width: 50%;
  }
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:first-of-type,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:first-of-type {
    padding-right: 93.5px;
  }
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:last-of-type,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:last-of-type {
    padding-left: 93.5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
    padding: 100px;
    width: 50%;
  }
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:first-of-type,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:first-of-type {
    padding-right: 93.5px;
  }
  .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double:last-of-type,
  .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double:last-of-type {
    padding-left: 93.5px;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12.block-small-double,
html.ipad.portrait .e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12.block-small-double {
  width: 100%;
  padding: 0;
  -webkit-transform: none !important;
          transform: none !important;
}
.e2e-page-container.layout-e2e-default .col-lg-5.col-sm-12.col-xs-12,
.e2e-page-container.layout-e2e-default .col-lg-7.col-sm-12.col-xs-12,
.e2e-page-container.layout-e2e-default .col-lg-6.col-sm-12.col-xs-12 {
  padding: 0;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-white,
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-black {
  border: 0;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-black {
  background: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-black:hover {
    background: #ffffff;
    color: #000000;
  }
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-white {
  background: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container a.button.btn-white:hover {
    background: #000000;
    color: #ffffff;
  }
}
.e2e-page-container.layout-e2e-default .mobile-outside-text div.image-text-centered-container div.image-body-container div.image-body h1 {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .mobile-outside-text div.image-text-centered-container div.image-body-container div.image-body h1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .e2e-page-container .hover-text-effect .image-text-centered-container .image-body-container {
    background: inherit;
  }
  .e2e-page-container .hover-text-effect .image-text-centered-container .image-body-container .image-body {
    visibility: hidden;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    opacity: 0;
  }
  .e2e-page-container .hover-text-effect .image-text-centered-container .image-body-container .image-body a.button {
    z-index: 9;
  }
  .e2e-page-container .hover-text-effect .image-text-centered-container .image-body-container:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .e2e-page-container .hover-text-effect .image-text-centered-container .image-body-container:hover .image-body {
    visibility: initial;
    opacity: 1;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .e2e-page-container .mobile-hover-effect .image-body {
    visibility: hidden;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    opacity: 0;
  }
  .e2e-page-container .mobile-hover-effect .image-body.make-visible {
    visibility: initial;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.layout-e2e-default .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
    padding-left: 0;
  }
}
.video-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 1;
  max-width: initial;
}
.video-background iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-background video {
  width: 100%;
  height: auto;
}
.video-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear,opacity 0.5s linear;
}
.video-full-screen.opened {
  visibility: visible;
  opacity: 1;
}
.video-full-screen .full-screen-close {
  display: block;
  border-radius: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  top: 10px;
  right: 10px;
  color: #ffffff;
  z-index: 9999999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  font-size: 0;
}
.video-full-screen .full-screen-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #414141;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.video-full-screen .full-screen-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #414141;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.video-full-screen iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e2e-request-information #request-info-form #lead_generation_form ul li .fancy-form-select {
  color: #333333;
}
.e2e-request-information #request-info-form #lead_generation_form ul li .fancy-form-select .current-opt {
  color: #333333;
}
.homepagebanner {
  display: none !important;
}
body.cms-the-new-classics .e2e-page-container .infobar.hidden-xs {
  display: block !important;
}
body.cms-made-to-order .ves-container.mto {
  padding: 0 !important;
}
.text-centered-only p {
  font-size: 18px;
  max-width: 460px;
  color: #000000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
}
.text-centered-only p.big {
  max-width: 670px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .text-centered-only p.big {
    font-size: 34px;
  }
}
.text-centered-only p.small {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 12px;
}
.text-centered-only .cta {
  position: relative;
  margin: 0 auto;
  margin-top: 6vh;
  margin-bottom: 6vh;
  text-align: center;
}
.text-centered-only .cta a {
  display: inline-block;
  margin: 0 auto 10px auto;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
@media (max-width: 768px) {
  .text-centered-only .cta a {
    display: block;
  }
}
html.ipad.portrait .text-centered-only .cta a {
  display: block;
}
html.legacy-ipad .text-centered-only .cta a {
  display: block;
}
.text-centered-only .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
html.video-opened body {
  overflow: hidden;
}
.play-ves-video-widget {
  cursor: pointer;
}
.block-vimeo-widget .widget-inner.block-content .video-widget-bg .embed-responsive {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-vimeo-widget .widget-inner.block-content .video-widget-bg .embed-responsive iframe {
  width: 100vw;
  height: 56.25vw;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .block-vimeo-widget .widget-inner.block-content .video-widget-bg .embed-responsive iframe {
    min-height: 100vh;
    min-width: 177.77vh;
  }
}
.block-vimeo-widget .widget-inner.block-content .close-cms-video {
  display: none;
  border-radius: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  top: 10px;
  right: 10px;
  color: #ffffff;
  z-index: 9999999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: fixed;
  font-size: 0;
}
.block-vimeo-widget .widget-inner.block-content .close-cms-video:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #414141;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.block-vimeo-widget .widget-inner.block-content .close-cms-video:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #414141;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.image-body-container .uppercase {
  text-transform: uppercase !important;
}
.image-body-container .lowercase {
  text-transform: inherit  !important;
}
.image-body-container .max-width-mid {
  max-width: 450px !important;
}
.image-body-container .max-width-small {
  max-width: 380px !important;
}
@media (min-width: 768px) {
  html:not(.ipad)  .image-text-centered-container.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  html:not(.ipad)  .image-text-centered-container.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
  html:not(.ipad)  .image-body-container.dark-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
  }
}
html.ipad.landscape  .image-text-centered-container.force-overlay .image-body-container {
  background: rgba(0, 0, 0, 0.5) !important;
}
html.ipad.landscape  .image-text-centered-container.force-overlay .image-body-container .image-body {
  opacity: 1 !important;
  visibility: visible !important;
}
html.ipad.landscape  .image-body-container.dark-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .image-text-centered-container.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .image-body-container.dark-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .image-text-centered-container.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .image-body-container.dark-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
  }
}
@media (max-width: 768px) {
  .image-body-container.dark-overlay-mobile {
    background: rgba(0, 0, 0, 0.5) !important;
  }
}
html.ipad.portrait .image-body-container.dark-overlay-mobile {
  background: rgba(0, 0, 0, 0.5) !important;
}
html.legacy-ipad .image-body-container.dark-overlay-mobile {
  background: rgba(0, 0, 0, 0.5) !important;
}
@media (min-width: 768px) {
  .hz-scrollable-scroll {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hz-scrollable-scroll .block-header {
  text-align: center;
}
.hz-scrollable-scroll .block-header h1 {
  font-size: 32px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  margin: 0;
  margin-bottom: 70px;
  font-weight: 100;
  color: #000000;
}
.hz-scrollable-scroll .block-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
}
.hz-scrollable-scroll .block-footer .copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.hz-scrollable-scroll .block-footer .copy > span {
  color: #333333;
  margin-bottom: 30px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 200;
}
.hz-scrollable-scroll .block-footer .copy .links {
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
}
.hz-scrollable-scroll .block-footer .copy .links a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .hz-scrollable-scroll .block-footer .copy .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hz-scrollable-scroll .block-footer .copy .links a:first-of-type {
    margin-bottom: 15px;
  }
}
html.ipad.portrait .hz-scrollable-scroll .block-footer .copy .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .hz-scrollable-scroll .block-footer .copy .links a:first-of-type {
  margin-bottom: 15px;
}
html.legacy-ipad .hz-scrollable-scroll .block-footer .copy .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .hz-scrollable-scroll .block-footer .copy .links a:first-of-type {
  margin-bottom: 15px;
}
section.hz-blocks {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: left;
      justify-content: left;
}
section.hz-blocks .row {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1350px) {
  section.hz-blocks {
    overflow-x: inherit;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
section.hz-blocks.align-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1360px) {
  section.hz-blocks {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
section.hz-blocks .item {
  margin: 0 50px;
  text-align: center;
  min-width: 48vw;
  max-width: 480px;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
section.hz-blocks .item:first-of-type {
  margin-left: 50px;
}
@media (min-width: 768px) {
  section.hz-blocks .item {
    min-width: 32vw;
    margin: 0 50px;
  }
}
@media (min-width: 1350px) {
  section.hz-blocks .item {
    min-width: inherit;
    width: calc((100% / 3) - 50px);
    max-width: calc((100% / 3) - 50px);
    float: left;
    margin: 0 50px;
  }
}
@media (min-width: 768px) {
  section.hz-blocks .item:first-of-type {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  section.hz-blocks .item:last-of-type {
    margin-right: 100px;
  }
}
section.hz-blocks .item .full-link-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.hz-blocks .item .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.hz-blocks .item .image img {
  width: 100%;
}
section.hz-blocks .item .body {
  text-align: left;
}
section.hz-blocks .item .body h2 {
  font-size: 20px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  margin: 20px 0;
  padding: 0;
  font-weight: 100;
  color: #000000;
}
section.hz-blocks .item .body h2 a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
section.hz-blocks .item .body h2 a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
section.hz-blocks .item .body p {
  font-size: 12px;
  line-height: 1.5rem;
  font-weight: 100;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0;
}
section.hz-blocks .item .body p:last-of-type {
  padding-bottom: 0;
}
.image-text-centered-container .image-thumbs-container-texts {
  transition: 0.2s all ease-in-out;
  animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -webkit-animation-duration: 0.01s;
  animation-name: nodeInserted;
  -o-animation-name: nodeInserted;
  -ms-animation-name: nodeInserted;
  -moz-animation-name: nodeInserted;
  -webkit-animation-name: nodeInserted;
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
  padding: 10px 0 0 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .image-text-centered-container .image-thumbs-container-texts {
    padding: 10px 20px;
  }
}
html.ipad.landscape .image-text-centered-container .image-thumbs-container-texts {
  padding: 10px 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container .image-thumbs-container-texts {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container .image-thumbs-container-texts {
    padding: 10px 20px;
  }
}
.image-text-centered-container .image-thumbs-container-texts ul {
  margin: 0;
}
.image-text-centered-container .image-thumbs-container-texts ul li {
  display: inline;
  margin: 0;
}
.image-text-centered-container .image-thumbs-container-texts ul li:after {
  content: ', ';
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  color: #000000;
  margin-left: -2px;
}
.image-text-centered-container .image-thumbs-container-texts ul li:last-of-type:after {
  content: none;
}
.image-text-centered-container .image-thumbs-container-texts a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.image-text-centered-container .image-thumbs-container-texts a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.image-text-centered-container .image-thumbs-container {
  transition: 1s all ease-in-out;
  animation-duration: 0.01s;
  -o-animation-duration: 0.01s;
  -ms-animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
  -webkit-animation-duration: 0.01s;
  animation-name: nodeInserted;
  -o-animation-name: nodeInserted;
  -ms-animation-name: nodeInserted;
  -moz-animation-name: nodeInserted;
  -webkit-animation-name: nodeInserted;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-text-centered-container .image-thumbs-container {
    display: none;
  }
}
html.ipad.portrait .image-text-centered-container .image-thumbs-container {
  display: none;
}
html.legacy-ipad .image-text-centered-container .image-thumbs-container {
  display: none;
}
.image-text-centered-container .image-thumbs-container ul {
  text-align: center;
  padding: 20px 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  text-transform: inherit;
}
.image-text-centered-container .image-thumbs-container ul li {
  text-align: center;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  transition: 1.5s all ease-in-out;
  opacity: 1;
  margin: 0 0 100px 0;
  max-width: calc(25% - 20px);
  margin: 0 10px;
  opacity: 0;
}
.image-text-centered-container .image-thumbs-container ul li a {
  display: block;
}
.image-text-centered-container .image-thumbs-container ul li a span {
  font-weight: 100;
  font-size: 9px;
  display: block;
  margin: 0;
  overflow: hidden;
  width: calc(99%);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.image-text-centered-container:hover .image-thumbs-container-texts {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .image-text-centered-container:hover .image-thumbs-container-texts {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }
}
html.ipad.landscape .image-text-centered-container:hover .image-thumbs-container-texts {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container:hover .image-thumbs-container-texts {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container:hover .image-thumbs-container-texts {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }
}
.image-text-centered-container:hover .image-thumbs-container {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .image-text-centered-container:hover .image-thumbs-container {
    max-height: 1000px;
    visibility: visible;
  }
  html:not(.ipad) .image-text-centered-container:hover .image-thumbs-container ul li {
    opacity: 1;
  }
}
html.ipad.landscape .image-text-centered-container:hover .image-thumbs-container {
  max-height: 1000px;
  visibility: visible;
}
html.ipad.landscape .image-text-centered-container:hover .image-thumbs-container ul li {
  opacity: 1;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container:hover .image-thumbs-container {
    max-height: 1000px;
    visibility: visible;
  }
  .image-text-centered-container:hover .image-thumbs-container ul li {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-text-centered-container:hover .image-thumbs-container {
    max-height: 1000px;
    visibility: visible;
  }
  .image-text-centered-container:hover .image-thumbs-container ul li {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(.ipad)  .block-small-double .image-text-centered-container .image-thumbs-container-texts,
  html:not(.ipad)  .block-small .image-text-centered-container .image-thumbs-container-texts {
    padding-left: 0;
    padding-right: 0;
  }
}
html.ipad.landscape  .block-small-double .image-text-centered-container .image-thumbs-container-texts,
html.ipad.landscape  .block-small .image-text-centered-container .image-thumbs-container-texts {
  padding-left: 0;
  padding-right: 0;
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-small-double .image-text-centered-container .image-thumbs-container-texts,
  .block-small .image-text-centered-container .image-thumbs-container-texts {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-small-double .image-text-centered-container .image-thumbs-container-texts,
  .block-small .image-text-centered-container .image-thumbs-container-texts {
    padding-left: 0;
    padding-right: 0;
  }
}
.mobile-only {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .mobile-only {
    display: none;
  }
}
html.ipad.landscape .mobile-only {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .desktop-only {
    display: block;
  }
}
html.ipad.landscape .desktop-only {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .desktop-only {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .desktop-only {
    display: block;
  }
}
html.ipad .content.row.block2padding {
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .content.row.block2padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
html.ipad.portrait .content.row.block2padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
  }
}
html.ipad .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
  padding-left: 0;
}
.content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 50px;
    padding-right: 100px;
  }
}
html.ipad .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
  padding-right: 0;
}
.content.row.block2padding .image-text-centered-container .image-container {
  position: relative;
  z-index: inherit;
}
.content.row.block2padding .image-text-centered-container .image-container .full-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content.row.block2padding .image-text-centered-container .image-body-container {
  position: inherit;
}
.content.row.block2padding .image-text-centered-container .image-body-container .image-body {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content.row.block2padding .image-text-centered-container .image-body-container .image-body h4 {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000000;
  margin: 30px 0 0 0;
}
.content.row.block2padding .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 32px;
  font-weight: 100;
  color: #000000;
  margin: 30px 0;
}
.content.row.block2padding .image-text-centered-container .image-body-container .image-body a,
.content.row.block2padding .image-text-centered-container .image-body-container .image-body a.button {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000000;
  background: inherit;
  padding: 0;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: inherit;
  line-height: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.content.row.block2padding .image-text-centered-container .image-body-container .image-body a:hover,
.content.row.block2padding .image-text-centered-container .image-body-container .image-body a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.block-inline {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .block-inline {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape .block-inline {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.portrait .block-inline {
  display: block;
}
.block-inline .item {
  width: 100%;
  margin-top: 100px;
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .block-inline .item {
    min-width: inherit;
    width: calc((100% / 3) - 50px);
    max-width: calc((100% / 3) - 50px);
    float: left;
    margin: 0 35px;
  }
}
html.ipad.landscape .block-inline .item {
  min-width: inherit;
  width: calc((100% / 3) - 50px);
  max-width: calc((100% / 3) - 50px);
  float: left;
  margin: 0 35px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item {
    min-width: inherit;
    width: calc((100% / 3) - 50px);
    max-width: calc((100% / 3) - 50px);
    float: left;
    margin: 0 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item {
    min-width: inherit;
    width: calc((100% / 3) - 50px);
    max-width: calc((100% / 3) - 50px);
    float: left;
    margin: 0 35px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .block-inline .item {
    margin-top: 0;
  }
  html:not(.ipad) .block-inline .item:first-of-type {
    margin-left: 100px;
  }
  html:not(.ipad) .block-inline .item:last-of-type {
    margin-right: 100px;
  }
}
html.ipad.landscape .block-inline .item {
  margin-top: 0;
}
html.ipad.landscape .block-inline .item:first-of-type {
  margin-left: 100px;
}
html.ipad.landscape .block-inline .item:last-of-type {
  margin-right: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item {
    margin-top: 0;
  }
  .block-inline .item:first-of-type {
    margin-left: 100px;
  }
  .block-inline .item:last-of-type {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item {
    margin-top: 0;
  }
  .block-inline .item:first-of-type {
    margin-left: 100px;
  }
  .block-inline .item:last-of-type {
    margin-right: 100px;
  }
}
html.ipad.portrait .block-inline .item {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: inherit;
  float: none;
}
.block-inline .item .full-link-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block-inline .item .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-inline .item .image img {
  width: 100%;
}
.block-inline .item .body h2 {
  margin: 50px 0;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
}
.block-inline .item .body h2 a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.block-inline .item .body h2 a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.block-inline .item .body p {
  width: 100%;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
}
@media (min-width: 1200px) {
  .block-inline .item .body p {
    max-width: calc(100% - 90px);
  }
}
.block-inline .item .body a.btn-cta {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 58px;
  line-height: 58px;
  margin: 50px 0 0;
  /* Landscape */
}
@media only screen and (min-width: 768px) {
  .block-inline .item .body a.btn-cta:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 58px;
    line-height: 58px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .block-inline .item .body a.btn-cta {
    display: none;
  }
}
html.ipad.landscape .block-inline .item .body a.btn-cta {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item .body a.btn-cta {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .block-inline .item .body a.btn-cta {
    display: none;
  }
}
html.ipad.portrait .block-inline .item .body a.btn-cta {
  display: block;
}
@media (min-width: 992px) {
  .block-inline.blocks-col-2 {
    min-width: inherit;
    width: calc((100% / 2) - 50px);
    max-width: calc((100% / 2) - 50px);
    float: left;
    margin: 0 35px;
  }
}
@media (min-width: 768px) {
  .block-inline.blocks-col-2 {
    margin-top: 0;
  }
  .block-inline.blocks-col-2:first-of-type {
    margin-left: 100px;
  }
  .block-inline.blocks-col-2:last-of-type {
    margin-right: 100px;
  }
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above {
  position: inherit !important;
  text-align: left;
  margin-bottom: 100px;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body {
  width: 100%;
  max-width: 100%;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-align: left;
  text-transform: inherit;
  margin: 0 0 50px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body h1 {
  max-width: inherit;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  text-align: left;
  text-transform: inherit !important;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p {
  max-width: inherit;
}
.e2e-page-container.layout-e2e-default div.image-text-centered-container div.image-body-container.text-above .image-body p:last-of-type {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
a.default-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: initial;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  color: #000000 !important;
  text-transform: uppercase;
  display: inline-block;
}
a.default-link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
a.default-link.link-underlined {
  background-size: 100% 1px;
}
.link-underlined {
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image {
  padding: 70px 0;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  margin: 30px auto;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image p {
    max-width: 90%;
  }
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image a.button.page-link {
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  padding: 0;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  background-color: #ffffff !important;
  -webkit-appearance: button-bevel;
}
.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image a.button.page-link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container {
    margin-bottom: 0;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container {
    margin-bottom: 0;
  }
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul {
  margin: 0;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li {
  width: calc(50% - 1px);
  margin: 0 0.5px 1px 0.5px;
  display: none;
  float: left;
  /* Landscape */
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
  clear: left;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li {
    width: calc(25% - 1px);
    display: inline-block;
  }
  html:not(.ipad) .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
    clear: inherit;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li {
  width: calc(25% - 1px);
  display: inline-block;
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
  clear: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li {
    width: calc(25% - 1px);
    display: inline-block;
  }
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
    clear: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li {
    width: calc(25% - 1px);
    display: inline-block;
  }
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
    clear: inherit;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
  clear: inherit;
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
    clear: inherit;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
  clear: inherit;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li:nth-of-type(3n) {
  clear: inherit;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.only-mobile {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.only-mobile {
    display: none !important;
  }
}
html.ipad.landscape .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.only-mobile {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.only-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li.only-mobile {
    display: none !important;
  }
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul li img {
  width: 100%;
  height: auto;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-blocks-wrapper ul:after {
  content: '';
  clear: both;
  display: block;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container.hover-layer-dark {
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container.hover-layer-dark:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container.hover-layer-dark {
    background: rgba(0, 0, 0, 0.5);
  }
}
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container.hover-layer-dark {
  background: transparent;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container .image-body {
  padding: 80px 30px;
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container .image-body {
    width: 350px;
    height: 350px;
    background: transparent;
  }
}
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container .image-body {
  width: 350px;
  height: 350px;
  background: #ffffff;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin: 30px auto;
  max-width: 280px;
  text-align: center;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container a.button {
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin: 20px 0 0 0;
  padding: 0;
  -webkit-appearance: button-bevel;
  background-color: transparent;
}
.e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h1,
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h4,
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container p,
  .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container a.button {
    color: #ffffff;
  }
}
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h1,
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container h4,
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container p,
html.ipad .e2e-page-container.layout-e2e-default .multipleblocks-with-centered-container .multipleblocks-body-wrapper .image-body-container a.button {
  color: #000000;
}
.e2e-page-container.layout-e2e-default .products-row-variablewidth {
  padding-top: 100px;
}
.e2e-page-container.layout-e2e-default .products-row-variablewidth h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin: 0 auto 50px;
  text-align: center;
}
.breadcrumbs .items {
  position: initial !important;
  z-index: initial !important;
}
.hidden-content {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  height: 100px;
  margin-bottom: -100px !important;
}
.hidden-content.menu-block {
  text-align: center;
  transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
  margin-top: -70px !important;
}
.hidden-content.menu-block.sticky-menu {
  /* Safari & IE */
  position: sticky;
  top: 0;
  z-index: 3;
  margin-bottom: 0;
}
.hidden-content.menu-block.sticky-menu__top {
  top: 0 !important;
}
body.catalog-product-view .sticky-menu {
  /* Safari & IE */
  position: sticky;
  top: 0;
  height: 10px;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  /* <-- this is the fix */
}
body.catalog-category-view .sticky-menu {
  /* Safari & IE */
  position: sticky;
  top: 0;
  font-size: 0;
  clear: both;
  display: block;
}
video[autoplay]::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
video[autoplay]*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
video[autoplay]::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
/* E2E Products Preview widget*/
@media only screen and (max-width: 1200px) {
  .e2e-page-container .products-scrollable {
    overflow-x: scroll;
  }
  html.ipad.portrait .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
  html.legacy-ipad .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .e2e-page-container .products-scrollable {
    -webkit-overflow-scrolling: touch;
  }
}
.e2e-page-container .products-block.row {
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 20px;
}
.e2e-page-container .products-block.row > div {
  padding: 0;
}
.e2e-page-container .products-scrollable {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.e2e-page-container section.products-row,
.e2e-page-container div.products-row.legacy {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.e2e-page-container section.products-row.normal-size,
.e2e-page-container div.products-row.legacy.normal-size {
  -ms-flex-pack: center;
      justify-content: center;
}
.e2e-page-container section.products-row.over-size,
.e2e-page-container div.products-row.legacy.over-size {
  -ms-flex-pack: left;
      justify-content: left;
}
@media (min-width: 768px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.e2e-page-container section.products-row.align-center,
.e2e-page-container div.products-row.legacy.align-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1360px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.e2e-page-container section.products-row .product,
.e2e-page-container div.products-row.legacy .product {
  margin: 0 3.5px;
  text-align: center;
  min-width: 76vw;
  max-width: 480px;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 768px) {
  .e2e-page-container section.products-row .product,
  .e2e-page-container div.products-row.legacy .product {
    min-width: calc((100% / 4) - 7px);
    width: calc((100% / 4) - 7px);
    max-width: calc((100% / 4) - 7px);
    float: left;
  }
}
.e2e-page-container section.products-row .product:last-of-type,
.e2e-page-container div.products-row.legacy .product:last-of-type {
  margin-right: 0;
}
.e2e-page-container section.products-row .product:first-of-type .product-data,
.e2e-page-container div.products-row.legacy .product:first-of-type .product-data {
  padding-left: 5px;
}
.e2e-page-container section.products-row .product.visible,
.e2e-page-container div.products-row.legacy .product.visible {
  visibility: visible;
}
.e2e-page-container section.products-row .product .full-link-container,
.e2e-page-container div.products-row.legacy .product .full-link-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.e2e-page-container section.products-row .product .product-img,
.e2e-page-container div.products-row.legacy .product .product-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.e2e-page-container section.products-row .product .product-img img,
.e2e-page-container div.products-row.legacy .product .product-img img {
  width: 100%;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:before,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:before {
  content: none !important;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder {
  float: right;
  width: 20px;
  height: 20px;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder {
  display: block;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder-rollover {
  display: none;
  margin-top: 0;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder {
  display: none;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder-rollover {
  display: block;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.add-to-project-folder-btn,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.add-to-project-folder-btn {
  width: 20px;
  height: 20px;
}
.e2e-page-container section.products-row .product .product-img .add-to-wishlist a.add-to-project-folder-btn img.projects-folder-rollover,
.e2e-page-container div.products-row.legacy .product .product-img .add-to-wishlist a.add-to-project-folder-btn img.projects-folder-rollover {
  display: none;
}
.e2e-page-container section.products-row .product .product-img .marked-new,
.e2e-page-container div.products-row.legacy .product .product-img .marked-new {
  background-color: #ffffff;
  padding: 6px 28px;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
}
.e2e-page-container section.products-row .product .product-img .marked-new span.new,
.e2e-page-container div.products-row.legacy .product .product-img .marked-new span.new {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #000000;
  position: relative;
  display: inline-block;
}
.e2e-page-container section.products-row .product .product-img button.cta,
.e2e-page-container div.products-row.legacy .product .product-img button.cta {
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  width: 96%;
  padding: 13px 0;
  margin: 0 auto;
  display: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.products-row .product .product-img .cta,
.e2e-page-container div.products-row.legacy .product .product-img .cta {
  position: absolute;
  bottom: 11px;
  width: 100%;
  padding: 0 10px;
}
.e2e-page-container section.products-row .product .product-img .cta a,
.e2e-page-container div.products-row.legacy .product .product-img .cta a {
  width: 100%;
  display: none;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.products-row .product .product-img .cta a:hover,
.e2e-page-container div.products-row.legacy .product .product-img .cta a:hover {
  background: #ffffff;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data,
.e2e-page-container div.products-row.legacy .product .product-data {
  font-size: 10px;
  padding-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 820px) {
  .e2e-page-container section.products-row .product .product-data,
  .e2e-page-container div.products-row.legacy .product .product-data {
    padding-left: 0;
  }
}
.e2e-page-container section.products-row .product .product-data span,
.e2e-page-container div.products-row.legacy .product .product-data span,
.e2e-page-container section.products-row .product .product-data p,
.e2e-page-container div.products-row.legacy .product .product-data p {
  display: block;
}
.e2e-page-container section.products-row .product .product-data .product-data-desc,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-desc {
  margin: 0 0 13px;
  padding-right: 50px;
  line-height: 1.8;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data .product-data-name strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-name strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing {
  margin: 5px 0 0 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .from-pricing,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .from-pricing {
  margin: 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  color: #000000;
  padding: 0;
  margin: 0;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box span > span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box span > span {
  display: inline-block;
  font-size: 10px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label strong,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  font-weight: 300;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing strong,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing strong,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-box {
  display: inline-block;
  float: left;
  color: #000000;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label {
  font-size: 10px;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-label:after,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-label:after {
  content: none;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-container,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-container {
  display: inline-block;
}
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-container span,
.e2e-page-container div.products-row.legacy .product .product-data .product-data-pricing .price-container span {
  font-weight: 400;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist,
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist {
  display: block !important;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(1),
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(1) {
  display: none;
}
.e2e-page-container section.products-row .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(2),
.e2e-page-container div.products-row.legacy .product:hover .product-img .add-to-wishlist .add-to-folder:hover img:nth-of-type(2) {
  display: block;
}
.e2e-page-container section.products-row .product:hover .product-img .cta a,
.e2e-page-container div.products-row.legacy .product:hover .product-img .cta a {
  display: block;
}
@media (max-width: 768px) {
  .e2e-page-container section.products-row,
  .e2e-page-container div.products-row.legacy {
    overflow-x: scroll;
    width: 200vw;
  }
  .e2e-page-container section.products-row .product,
  .e2e-page-container div.products-row.legacy .product {
    max-width: 50vw;
    width: 50vw;
  }
  .e2e-page-container section.products-row .product .product-img .cta a,
  .e2e-page-container div.products-row.legacy .product .product-img .cta a {
    line-height: 32px;
  }
}
html.ipad.portrait .e2e-page-container section.products-row,
html.ipad.portrait .e2e-page-container div.products-row.legacy {
  overflow-x: scroll;
  width: 200vw;
}
html.ipad.portrait .e2e-page-container section.products-row .product,
html.ipad.portrait .e2e-page-container div.products-row.legacy .product {
  max-width: 50vw;
  width: 50vw;
}
html.ipad.portrait .e2e-page-container section.products-row .product .product-img .cta a,
html.ipad.portrait .e2e-page-container div.products-row.legacy .product .product-img .cta a {
  line-height: 32px;
}
html.legacy-ipad .e2e-page-container section.products-row,
html.legacy-ipad .e2e-page-container div.products-row.legacy {
  overflow-x: scroll;
  width: 200vw;
}
html.legacy-ipad .e2e-page-container section.products-row .product,
html.legacy-ipad .e2e-page-container div.products-row.legacy .product {
  max-width: 50vw;
  width: 50vw;
}
html.legacy-ipad .e2e-page-container section.products-row .product .product-img .cta a,
html.legacy-ipad .e2e-page-container div.products-row.legacy .product .product-img .cta a {
  line-height: 32px;
}
.e2e-page-container section.products-row strong,
.e2e-page-container div.products-row.legacy strong {
  color: #000000;
}
.e2e-page-container section.products-row button,
.e2e-page-container div.products-row.legacy button,
.e2e-page-container section.products-row strong,
.e2e-page-container div.products-row.legacy strong,
.e2e-page-container section.products-row span.product-data-style,
.e2e-page-container div.products-row.legacy span.product-data-style {
  text-transform: uppercase;
  font-size: 10px;
}
.e2e-page-container section.featured-products div.cta {
  position: relative;
  margin: 0 auto;
  margin-top: 6vh;
  text-align: center;
  max-width: inherit;
  width: 100%;
}
.e2e-page-container section.featured-products div.cta a {
  width: 280px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: button;
}
.e2e-page-container section.featured-products div.cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .e2e-page-container section.featured-products div.cta a {
    margin-bottom: 10px;
  }
  .e2e-page-container section.featured-products div.cta a:last-of-type {
    margin-bottom: 0;
  }
}
.e2e-page-container section.featured-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.e2e-page-container section.featured-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.multiple-inline-buttons {
  text-align: center;
  margin-top: 50px;
}
.multiple-inline-buttons .cta {
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  display: inline-block;
  max-width: inherit;
}
.multiple-inline-buttons .cta a {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 10px 10px;
}
.multiple-inline-buttons .cta a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .products-scrollable {
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    overflow-x: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .e2e-page-container.lateral-margins-style section.products-row.normal-size,
  .e2e-page-container.lateral-margins-style div.products-row.legacy.normal-size {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .e2e-page-container.lateral-margins-style section.products-row.over-size,
  .e2e-page-container.lateral-margins-style div.products-row.legacy.over-size {
    -ms-flex-pack: left;
        justify-content: left;
  }
  html.ipad.portrait .e2e-page-container.lateral-margins-style section.products-row,
  html.ipad.portrait .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
  html.legacy-ipad .e2e-page-container.lateral-margins-style section.products-row,
  html.legacy-ipad .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1350px) {
  .e2e-page-container.lateral-margins-style section.products-row,
  .e2e-page-container.lateral-margins-style div.products-row.legacy {
    overflow-x: inherit;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 768px) {
  .e2e-page-container.lateral-margins-style section.products-row .product,
  .e2e-page-container.lateral-margins-style div.products-row.legacy .product {
    min-width: 30vw;
    width: inherit;
    max-width: inherit;
  }
}
@media (min-width: 1350px) {
  .e2e-page-container.lateral-margins-style section.products-row .product,
  .e2e-page-container.lateral-margins-style div.products-row.legacy .product {
    min-width: calc((100% / 4) - 7px);
    width: calc((100% / 4) - 7px);
    max-width: calc((100% / 4) - 7px);
    float: left;
  }
}
.product-modal-wrapper {
  position: fixed;
  z-index: 99999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
html.ipad.landscape .product-modal-wrapper {
  background: rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper {
    background: rgba(0, 0, 0, 0.75);
  }
}
.product-modal-wrapper .product-modal-content-wrapper {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: 85%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    max-width: 85%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body {
  position: relative;
  width: 100%;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 99999;
  background: url('../Waterworks_E2E/images/modal/close_black.png');
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
  right: -40px;
  top: -30px;
  background: url('../Waterworks_E2E/images/modal/close_white.png');
  background-size: contain;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .close-modal {
    right: -40px;
    top: -30px;
    background: url('../Waterworks_E2E/images/modal/close_white.png');
    background-size: contain;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
  width: 46%;
  max-width: inherit;
  margin: 0;
  position: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img {
    width: 46%;
    max-width: inherit;
    margin: 0;
    position: inherit;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img ul {
  margin: 0;
  padding: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-img img {
  width: 100%;
  height: auto;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
  width: 54%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper {
    width: 54%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
  margin: 0 auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-name {
  margin-bottom: 10px;
  display: block;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-name strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-desc {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8em;
  color: #000000;
  margin: 0 auto 20px auto;
  max-width: 320px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .product-data-style {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label strong,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price .price-wrapper {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing div.from-pricing {
  display: block;
  margin-bottom: 5px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing div.from-pricing:last-of-type {
  margin-bottom: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label {
  margin-right: -5px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .from-pricing .price-label strong {
  font-weight: 700;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .price-box {
  margin: 10px 0 25px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data span.product-data-pricing .price-container {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
  margin-top: 40px;
  margin-bottom: 60px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta {
    margin-bottom: 0;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 260px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border: 1px solid #000000;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .product-data .cta a {
    width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-align: left;
  margin: 10px auto 20px auto;
  max-width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
  height: auto;
  margin: 0;
  max-width: inherit;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by {
    height: auto;
    margin: 0;
    max-width: inherit;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span {
  display: block;
  margin-bottom: 10px;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span strong {
  font-weight: 300;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-wrapper .product-data-wrapper .design-by span:last-of-type {
  margin-bottom: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider {
  position: inherit;
  padding: 0;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 75%;
  margin: 0 auto;
  /* Landscape */
}
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 50%;
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider .slick-list {
    max-width: 100%;
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  width: 25px;
  height: 46px;
  border: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    top: 31%;
  }
}
html.ipad.portrait .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
html.ipad.portrait .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  top: 31%;
}
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next,
html.legacy-ipad .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  top: 31%;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next:before,
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev:before {
  content: none;
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
  right: 25px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_black.png');
  /* Landscape */
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: 10px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
  right: -50px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-next {
    right: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
  }
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  left: 25px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_black.png');
  /* Landscape */
}
@media (max-width: 480px) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
html.ipad.landscape .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
  left: -50px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-modal-wrapper .product-modal-content-wrapper .product-modal-body .slick-slider button.slick-prev {
    left: -50px;
    background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
  }
}
body.no-scroll {
  overflow: hidden;
}
.products-row-variablewidth .product-list {
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  border-bottom: 1px solid #f6f6f6;
}
.products-row-variablewidth .product-list .product {
  border: 1px solid #ffffff;
}
.products-row-variablewidth .product-list .product.wide {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product.wide {
  min-width: calc((100% / 2) - 21px) !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product.wide {
    min-width: calc((100% / 2) - 21px) !important;
  }
}
.products-row-variablewidth .product-list .product .product-img {
  width: 100%;
  position: relative;
}
.products-row-variablewidth .product-list .product .product-img ul {
  margin: 0;
  padding: 0;
}
.products-row-variablewidth .product-list .product .product-img img {
  width: 100%;
  height: auto;
}
.products-row-variablewidth .product-list .product .product-img img.desktop-only {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product .product-img img.desktop-only {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.desktop-only {
    display: block;
  }
}
.products-row-variablewidth .product-list .product .product-img img.mobile-only {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
html.ipad.landscape .products-row-variablewidth .product-list .product .product-img img.mobile-only {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-row-variablewidth .product-list .product .product-img img.mobile-only {
    display: none;
  }
}
.products-row-variablewidth .product-list .product .product-data-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #f6f6f6;
  border-top: 0;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data {
  margin: 0 auto;
  text-align: center;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-desc {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin: 0 auto;
  padding: 25px 10px 20px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label strong,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price .price-wrapper {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: initial;
  display: inline-block;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing {
  display: block;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label {
  margin-right: -5px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-pricing .price-label strong {
  font-weight: 100;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-label {
  font-size: 0;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .from-label:after {
  content: 'From ';
  padding-right: 5px;
  display: inline-block;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label strong,
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label span {
  display: inline;
  font-size: 16px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-pricing .price-container {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .cta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .cta a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.products-row-variablewidth .product-list .product .product-data-wrapper .product-data .product-data-finish {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  margin-bottom: 10px;
}
.products-row-variablewidth .slick-slider {
  position: inherit;
}
.products-row-variablewidth .slick-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-row-variablewidth .slick-slider .slick-slide {
  height: inherit !important;
}
.products-row-variablewidth .slick-slider button.slick-next,
.products-row-variablewidth .slick-slider button.slick-prev {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 36%;
  background-color: #000000 !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1;
}
.products-row-variablewidth .slick-slider button.slick-next:before,
.products-row-variablewidth .slick-slider button.slick-prev:before {
  content: none;
}
.products-row-variablewidth .slick-slider button.slick-next {
  right: 20px;
  background: url('../Waterworks_E2E/images/modal/arrow_right_white.png');
}
.products-row-variablewidth .slick-slider button.slick-prev {
  left: 20px;
  background: url('../Waterworks_E2E/images/modal/arrow_left_white.png');
}
.product-modal-wrapper .product-modal-content-wrapper .product-modal-body .product .product-data-wrapper .product-data .product-data-pricing .price-box > div {
  display: inline-block;
}
@media (max-width: 768px) {
  body.pdp-surfaces .e2e-page-container section.products-row,
  body.pdp-surfaces .e2e-page-container div.products-row.legacy {
    width: initial;
  }
}
html.ipad.portrait body.pdp-surfaces .e2e-page-container section.products-row,
html.ipad.portrait body.pdp-surfaces .e2e-page-container div.products-row.legacy {
  width: initial;
}
html.legacy-ipad body.pdp-surfaces .e2e-page-container section.products-row,
html.legacy-ipad body.pdp-surfaces .e2e-page-container div.products-row.legacy {
  width: initial;
}
/* E2E The New Classic E2E pages */
body .f-hairline {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  body .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  body .force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body .e2e-page-container.layout-e2e-default .content.row {
  margin-left: 0;
  margin-right: 0;
}
body .e2e-page-container.layout-e2e-default .content.row .col-lg-6,
body .e2e-page-container.layout-e2e-default .content.row .col-lg-12 {
  padding: 0;
}
body .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container h1.no-capitalize {
  text-transform: none;
}
@media only screen and (max-width: 992px) {
  body .e2e-page-container.layout-e2e-default .content.row .col-md-12 > div.info-block {
    background-color: #ebebeb;
  }
  body .e2e-page-container.layout-e2e-default .content.row .col-md-12 > div.info-block h2 {
    margin: 0;
  }
  body .e2e-page-container.layout-e2e-default .content.row .flex-block.clear div.title {
    padding-bottom: 100px;
  }
  body .e2e-page-container.layout-e2e-default .content.row .flex-block.clear div.title:nth-of-type(n) {
    background-color: #ebebeb;
  }
  body .e2e-page-container.layout-e2e-default .content.row .flex-block.clear div.title:nth-of-type(2n) {
    background-color: #ffffff;
  }
}
body .e2e-page-container.layout-e2e-default .content.row .info-block {
  color: #000000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body .e2e-page-container.layout-e2e-default .content.row .info-block {
    padding: 0;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block.title-block .title {
    padding: 100px 50px 0 50px;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block.title-block .title h2 {
    font-size: 4.4rem;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block > div {
    padding: 100px 0 0 0;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block .bottom-margin {
    margin-bottom: 0;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block .top-margin {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  body .e2e-page-container.layout-e2e-default .content.row .info-block.gray {
    background-color: #ebebeb;
  }
}
body .e2e-page-container.layout-e2e-default .content.row .info-block h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}
body .e2e-page-container.layout-e2e-default .content.row .info-block h4 {
  font-size: 5.8rem;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  body .e2e-page-container.layout-e2e-default .content.row .info-block h4 {
    padding-top: 180px;
  }
}
body .e2e-page-container.layout-e2e-default .content.row .info-block small {
  display: block;
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  padding-bottom: 30px;
}
body .e2e-page-container.layout-e2e-default .content.row .info-block p {
  padding-top: 50px;
}
body .e2e-page-container.layout-e2e-default .content.row .info-block span.title {
  font-size: 32px;
  padding-bottom: 50px;
  text-transform: uppercase;
}
body .e2e-page-container.layout-e2e-default .content.row .info-block .content {
  padding: 0 50px;
}
@media only screen and (min-width: 992px) {
  body .e2e-page-container.layout-e2e-default .content.row .info-block .content {
    margin-left: 0;
    max-width: 35%;
    min-width: 430px;
  }
  body .e2e-page-container.layout-e2e-default .content.row .info-block .content.right {
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  body body:not(.cms-index-index) main .e2e-page-container .content.row .col-sm-12 {
    float: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and only screen and (min-width: 768px) and (max-width: 1366px) {
  body.cms-home .e2e-page-container.home-main-banner.main .image-text-centered-container.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  body.cms-home .e2e-page-container.home-main-banner.main .image-text-centered-container.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.cms-cabinetry section#process-links h1,
body.cms-cabinetry-process section#process-links h1,
body.cms-cabinetry section#process-links h4,
body.cms-cabinetry-process section#process-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry section#process-links h1,
body.cms-cabinetry-process section#process-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry section#process-links h4,
body.cms-cabinetry-process section#process-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry section#process-links > .cta,
body.cms-cabinetry-process section#process-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry section#process-links > .cta a,
body.cms-cabinetry-process section#process-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry section#process-links > .cta a:hover,
body.cms-cabinetry-process section#process-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry section#process-links .products-row:nth-of-type(2),
body.cms-cabinetry-process section#process-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry section#process-links .products-row .product .product-img > div.cta,
body.cms-cabinetry-process section#process-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry section#process-links #products-row .product .product-data-pricing .price-box > div,
body.cms-cabinetry-process section#process-links #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-cabinetry section#process-links #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry-process section#process-links #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-cabinetry-process section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-cabinetry section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-cabinetry-process section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-cabinetry section#process-links h1,
body.cms-cabinetry-process section#process-links h1,
body.cms-cabinetry section#process-links h4,
body.cms-cabinetry-process section#process-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry section#process-links h1,
body.cms-cabinetry-process section#process-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry section#process-links h4,
body.cms-cabinetry-process section#process-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry section#process-links > .cta,
body.cms-cabinetry-process section#process-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry section#process-links > .cta a,
body.cms-cabinetry-process section#process-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry section#process-links > .cta a:hover,
body.cms-cabinetry-process section#process-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry section#process-links .products-row:nth-of-type(2),
body.cms-cabinetry-process section#process-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry section#process-links .products-row .product .product-img > div.cta,
body.cms-cabinetry-process section#process-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry section#process-links > .cta,
body.cms-cabinetry-process section#process-links > .cta {
  text-align: center;
  width: 100%;
}
body.cms-cabinetry section#process-links > .cta a,
body.cms-cabinetry-process section#process-links > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: calc(100%/2);
}
body.cms-cabinetry section#process-links > .cta a:last-of-type,
body.cms-cabinetry-process section#process-links > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry section#process-links > .cta a,
  body.cms-cabinetry-process section#process-links > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-cabinetry section#process-links > .cta a:last-of-type,
  body.cms-cabinetry-process section#process-links > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
body.cms-cabinetry-process .bottom-links {
  width: 100%;
}
body.cms-cabinetry-process .bottom-links section#process-links > .cta {
  margin-top: 0;
  margin-bottom: 100px;
}
body.cms-new-icons .top-margin {
  margin-top: 100px;
}
body.cms-new-icons .top-margin-50 {
  margin-top: 50px;
}
body.cms-new-icons .bottom-margin {
  margin-bottom: 100px;
}
body.cms-new-icons .bottom-margin-50 {
  margin-bottom: 50px;
}
body.cms-new-icons .no-bottom-margin {
  margin-bottom: 0 !important;
}
body.cms-new-icons .e2e-page-container {
  /** Repositioning blocks to met mobile requirements **/
  /*****************************************************/
}
@media only screen and (max-width: 991px) {
  body.cms-new-icons .e2e-page-container .dash-block .image-text-centered-container > .flex-block:nth-of-type(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-new-icons .e2e-page-container .dash-block .image-text-centered-container > .flex-block:nth-of-type(1) div:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-new-icons .e2e-page-container .dash-block .image-text-centered-container > .flex-block:nth-of-type(1) div:nth-of-type(1) div {
    margin-bottom: 0 !important;
  }
  body.cms-new-icons .e2e-page-container .dash-block .image-text-centered-container > .flex-block:nth-of-type(1) div:nth-of-type(2) {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .dash-block .image-text-centered-container > .flex-block:nth-of-type(2) > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .regulator-block .image-text-centered-container > .flex-block:nth-of-type(1) > .top-margin {
    margin-top: 50px;
  }
  body.cms-new-icons .e2e-page-container .regulator-block .image-text-centered-container > .flex-block:nth-of-type(1) > .top-margin .col-sm-12:first-of-type {
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .regulator-block .image-text-centered-container > .flex-block:nth-of-type(2) > div:nth-of-type(1) {
    margin-bottom: 100px;
  }
  body.cms-new-icons .e2e-page-container .regulator-block .infobar-row {
    padding: 100px 15px;
  }
  body.cms-new-icons .e2e-page-container .henry-block .image-text-centered-container > .flex-block:nth-of-type(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-new-icons .e2e-page-container .henry-block .image-text-centered-container > .flex-block:nth-of-type(1) > div:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-new-icons .e2e-page-container .henry-block .image-text-centered-container > .flex-block:nth-of-type(1) > div:nth-of-type(2) {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .henry-block .image-text-centered-container > .flex-block:nth-of-type(2) > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .henry-block .image-text-centered-container > .flex-block:nth-of-type(2).top-margin {
    margin-top: 50px;
  }
  body.cms-new-icons .e2e-page-container .rwatlas-block .image-text-centered-container .flex-block:nth-of-type(1) > .col-sm-12:nth-of-type(1) {
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .rwatlas-block .image-text-centered-container .flex-block:nth-of-type(2) {
    margin-top: 50px;
  }
  body.cms-new-icons .e2e-page-container .easton-block .image-text-centered-container .flex-block:nth-of-type(1) > .col-sm-12 {
    margin-bottom: 50px;
  }
  body.cms-new-icons .e2e-page-container .easton-block .image-text-centered-container .flex-block:nth-of-type(2) {
    margin-top: 50px;
  }
}
body.cms-new-icons .e2e-page-container .easton-block .cta {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 6vh;
  text-align: center;
}
body.cms-new-icons .e2e-page-container .easton-block .cta a {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  margin: 0 auto;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-new-icons .e2e-page-container .easton-block .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products {
  margin-top: 7vh;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block div.flex-block,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block div.flex-block,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled div.flex-block,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products div.flex-block {
  margin-bottom: 7vh;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products #products-row .product .product-data-pricing .price-box > div,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h1,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products h4,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta a,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products > .cta a:hover,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products .products-row:nth-of-type(2),
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#luminaire-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#masterpiece-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .luminaire-block section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .masterpiece-block section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled section#parramore-products .products-row .product .product-img > div.cta,
body.cms-the-world-of-mosaics .e2e-page-container .parramore-products section#parramore-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled {
  margin: 100px 0 0;
}
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled .cta {
  margin: 100px 0 50px;
}
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled .cta a {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-world-of-mosaics .e2e-page-container .hands-assembled .cta a:hover {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  body.cms-the-world-of-mosaics .e2e-page-container .hero-block.hero-small-block.clipping-block .image-text-centered-container .image-body-container .image-body p {
    max-width: 410px;
  }
}
body.cms-the-world-of-mosaics .parramore-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  body.cms-the-world-of-mosaics div.behind-design .image-text-centered-container .image-body-container.mobile-text-middle div.image-body h1 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  body.cms-the-world-of-mosaics div.behind-design .image-text-centered-container .image-body-container.mobile-text-middle div.image-body a.button {
    margin-top: 50px;
  }
  body.cms-the-world-of-mosaics div.bespoke-large-block.top-margin {
    margin-top: 50px;
  }
  body.cms-the-world-of-mosaics div.bespoke-large-block.top-margin .hover-layer-dark:last-of-type {
    margin-top: 50px;
  }
  body.cms-the-world-of-mosaics div.bespoke-large-block.top-margin .hover-layer-dark:last-of-type .text-container.content-middle {
    padding-top: 0;
  }
  body.cms-the-world-of-mosaics div.bespoke-large-block.top-margin .col-lg-6.col-md-12:first-of-type .text-container.content-middle {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.cms-the-world-of-mosaics div.stone-block .block-small.hover-layer-dark,
  body.cms-the-world-of-mosaics div.clipping-block .block-small.hover-layer-dark {
    margin-top: 60px;
  }
  body.cms-the-world-of-mosaics div.stone-block .block-small.hover-layer-dark .image-text-centered-container .image-body p,
  body.cms-the-world-of-mosaics div.clipping-block .block-small.hover-layer-dark .image-text-centered-container .image-body p {
    max-width: 70%;
  }
  body.cms-the-world-of-mosaics div.masterpiece-block .flex-block:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 0;
  }
  body.cms-the-world-of-mosaics div.masterpiece-block .flex-block:last-of-type .col-lg-6:last-of-type {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  body.cms-the-world-of-mosaics div.luminaire-block .flex-block .col-lg-6:last-of-type {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
body.cms-kitchen-inspiration .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1,
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
  text-transform: none;
}
body.cms-kitchen-inspiration .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p,
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  max-width: 370px;
}
@media only screen and (min-width: 992px) {
  body.cms-kitchen-inspiration .e2e-page-container .menu-block ul,
  body.cms-studio .e2e-page-container .menu-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 1400px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.cms-kitchen-inspiration .e2e-page-container .menu-block ul li,
  body.cms-studio .e2e-page-container .menu-block ul li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
  }
}
body.cms-kitchen-inspiration .e2e-page-container .spacings,
body.cms-studio .e2e-page-container .spacings {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container .text-container.text-black,
body.cms-studio .e2e-page-container .text-container.text-black {
  padding: 13px 20px 20px !important;
}
body.cms-kitchen-inspiration .e2e-page-container .top-margin .inside-container,
body.cms-studio .e2e-page-container .top-margin .inside-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container .top-margin .inside-container.top-zero,
body.cms-studio .e2e-page-container .top-margin .inside-container.top-zero {
  padding-top: 0;
}
body.cms-kitchen-inspiration .e2e-page-container .top-margin .inside-container.bottom-zero,
body.cms-studio .e2e-page-container .top-margin .inside-container.bottom-zero {
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  body.cms-kitchen-inspiration .e2e-page-container .top-margin .inside-container.mobile-top-zero,
  body.cms-studio .e2e-page-container .top-margin .inside-container.mobile-top-zero {
    padding-top: 0 !important;
  }
  body.cms-kitchen-inspiration .e2e-page-container .mobile-not-top-margin,
  body.cms-studio .e2e-page-container .mobile-not-top-margin {
    margin-top: 0 !important;
  }
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h1,
body.cms-studio .e2e-page-container section#faucets-sinks-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h1,
body.cms-studio .e2e-page-container section#racks-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h1,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h4,
body.cms-studio .e2e-page-container section#faucets-sinks-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h4,
body.cms-studio .e2e-page-container section#racks-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h4,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h1,
body.cms-studio .e2e-page-container section#faucets-sinks-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h1,
body.cms-studio .e2e-page-container section#racks-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h1,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h4,
body.cms-studio .e2e-page-container section#faucets-sinks-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h4,
body.cms-studio .e2e-page-container section#racks-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h4,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta a,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta a,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a:hover,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta a:hover,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a:hover,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta a:hover,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#faucets-sinks-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#cabinetry-hardware-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#racks-lighting-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#surfaces-countertops-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#faucets-sinks-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#racks-lighting-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#surfaces-countertops-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#faucets-sinks-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#racks-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#surfaces-countertops-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h1,
body.cms-studio .e2e-page-container section#faucets-sinks-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h1,
body.cms-studio .e2e-page-container section#racks-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h1,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h4,
body.cms-studio .e2e-page-container section#faucets-sinks-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h4,
body.cms-studio .e2e-page-container section#racks-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h4,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h1,
body.cms-studio .e2e-page-container section#faucets-sinks-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h1,
body.cms-studio .e2e-page-container section#racks-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h1,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products h4,
body.cms-studio .e2e-page-container section#faucets-sinks-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products h4,
body.cms-studio .e2e-page-container section#racks-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products h4,
body.cms-studio .e2e-page-container section#surfaces-countertops-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta a,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta a,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a:hover,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products > .cta a:hover,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a:hover,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products > .cta a:hover,
body.cms-studio .e2e-page-container section#surfaces-countertops-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#faucets-sinks-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#cabinetry-hardware-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#racks-lighting-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#surfaces-countertops-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#faucets-sinks-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#cabinetry-hardware-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#cabinetry-hardware-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#racks-lighting-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#surfaces-countertops-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#surfaces-countertops-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-kitchen-inspiration .e2e-page-container section#fitting-parternership > .cta,
body.cms-studio .e2e-page-container section#fitting-parternership > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta {
  text-align: center;
  width: 100%;
}
body.cms-kitchen-inspiration .e2e-page-container section#fitting-parternership > .cta a,
body.cms-studio .e2e-page-container section#fitting-parternership > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: calc(100%/2);
}
body.cms-kitchen-inspiration .e2e-page-container section#fitting-parternership > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#fitting-parternership > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container section#fitting-parternership > .cta a,
  body.cms-studio .e2e-page-container section#fitting-parternership > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a,
  body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a,
  body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-kitchen-inspiration .e2e-page-container section#fitting-parternership > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#fitting-parternership > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#faucets-sinks-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#faucets-sinks-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#racks-lighting-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#racks-lighting-products > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-middle-block,
body.cms-studio .e2e-page-container section#studio-middle-block {
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: lighter;
  padding: 100px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-middle-block .studio-box,
body.cms-studio .e2e-page-container section#studio-middle-block .studio-box {
  padding: 0 75px 25px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-middle-block .studio-box .title,
body.cms-studio .e2e-page-container section#studio-middle-block .studio-box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-middle-block .studio-box p,
body.cms-studio .e2e-page-container section#studio-middle-block .studio-box p {
  font-size: 14px;
}
@media (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container div#studio-middle-block.top-margin,
  body.cms-studio .e2e-page-container div#studio-middle-block.top-margin {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container div#studio-fixtures.top-margin,
  body.cms-studio .e2e-page-container div#studio-fixtures.top-margin {
    margin-top: 50px !important;
  }
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h1,
body.cms-studio .e2e-page-container section#studio-fittings-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h1,
body.cms-studio .e2e-page-container section#studio-fixtures-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h1,
body.cms-studio .e2e-page-container section#studio-surfaces-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h1,
body.cms-studio .e2e-page-container section#studio-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h1,
body.cms-studio .e2e-page-container section#studio-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h1,
body.cms-studio .e2e-page-container section#studio-mirrors-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h4,
body.cms-studio .e2e-page-container section#studio-fittings-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h4,
body.cms-studio .e2e-page-container section#studio-fixtures-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h4,
body.cms-studio .e2e-page-container section#studio-surfaces-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h4,
body.cms-studio .e2e-page-container section#studio-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h4,
body.cms-studio .e2e-page-container section#studio-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h4,
body.cms-studio .e2e-page-container section#studio-mirrors-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h1,
body.cms-studio .e2e-page-container section#studio-fittings-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h1,
body.cms-studio .e2e-page-container section#studio-fixtures-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h1,
body.cms-studio .e2e-page-container section#studio-surfaces-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h1,
body.cms-studio .e2e-page-container section#studio-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h1,
body.cms-studio .e2e-page-container section#studio-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h1,
body.cms-studio .e2e-page-container section#studio-mirrors-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h4,
body.cms-studio .e2e-page-container section#studio-fittings-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h4,
body.cms-studio .e2e-page-container section#studio-fixtures-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h4,
body.cms-studio .e2e-page-container section#studio-surfaces-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h4,
body.cms-studio .e2e-page-container section#studio-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h4,
body.cms-studio .e2e-page-container section#studio-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h4,
body.cms-studio .e2e-page-container section#studio-mirrors-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-fittings-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-fixtures-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-surfaces-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-lighting-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-hardware-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-mirrors-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-fittings-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-fixtures-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-surfaces-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-lighting-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-hardware-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-mirrors-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div,
body.cms-studio .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-studio .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-surfaces-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-studio .e2e-page-container section#studio-mirrors-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h1,
body.cms-studio .e2e-page-container section#studio-fittings-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h1,
body.cms-studio .e2e-page-container section#studio-fixtures-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h1,
body.cms-studio .e2e-page-container section#studio-surfaces-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h1,
body.cms-studio .e2e-page-container section#studio-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h1,
body.cms-studio .e2e-page-container section#studio-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h1,
body.cms-studio .e2e-page-container section#studio-mirrors-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h4,
body.cms-studio .e2e-page-container section#studio-fittings-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h4,
body.cms-studio .e2e-page-container section#studio-fixtures-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h4,
body.cms-studio .e2e-page-container section#studio-surfaces-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h4,
body.cms-studio .e2e-page-container section#studio-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h4,
body.cms-studio .e2e-page-container section#studio-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h4,
body.cms-studio .e2e-page-container section#studio-mirrors-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h1,
body.cms-studio .e2e-page-container section#studio-fittings-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h1,
body.cms-studio .e2e-page-container section#studio-fixtures-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h1,
body.cms-studio .e2e-page-container section#studio-surfaces-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h1,
body.cms-studio .e2e-page-container section#studio-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h1,
body.cms-studio .e2e-page-container section#studio-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h1,
body.cms-studio .e2e-page-container section#studio-mirrors-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h4,
body.cms-studio .e2e-page-container section#studio-fittings-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h4,
body.cms-studio .e2e-page-container section#studio-fixtures-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h4,
body.cms-studio .e2e-page-container section#studio-surfaces-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h4,
body.cms-studio .e2e-page-container section#studio-lighting-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h4,
body.cms-studio .e2e-page-container section#studio-hardware-products h4,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h4,
body.cms-studio .e2e-page-container section#studio-mirrors-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a:hover,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a:hover,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-fittings-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-fixtures-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-surfaces-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-lighting-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-hardware-products .products-row:nth-of-type(2),
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products .products-row:nth-of-type(2),
body.cms-studio .e2e-page-container section#studio-mirrors-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-fittings-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-fixtures-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-surfaces-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-lighting-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-hardware-products .products-row .product .product-img > div.cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products .products-row .product .product-img > div.cta,
body.cms-studio .e2e-page-container section#studio-mirrors-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-fittings-products .products-scrollable:nth-of-type(1n+1),
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-fixtures-products .products-scrollable:nth-of-type(1n+1),
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-surfaces-products .products-scrollable:nth-of-type(1n+1),
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-lighting-products .products-scrollable:nth-of-type(1n+1),
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-hardware-products .products-scrollable:nth-of-type(1n+1),
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products .products-scrollable:nth-of-type(1n+1),
body.cms-studio .e2e-page-container section#studio-mirrors-products .products-scrollable:nth-of-type(1n+1) {
  padding-top: 50px;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products h1,
body.cms-studio .e2e-page-container section#studio-fittings-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products h1,
body.cms-studio .e2e-page-container section#studio-fixtures-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products h1,
body.cms-studio .e2e-page-container section#studio-surfaces-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products h1,
body.cms-studio .e2e-page-container section#studio-lighting-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products h1,
body.cms-studio .e2e-page-container section#studio-hardware-products h1,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products h1,
body.cms-studio .e2e-page-container section#studio-mirrors-products h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta {
  text-align: center;
  width: 100%;
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: calc(100%/2);
}
body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a:last-of-type,
body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a:last-of-type,
body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a:last-of-type,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a:last-of-type,
  body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
    height: 60px;
    line-height: 31px;
    vertical-align: middle;
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta,
  body.cms-studio .e2e-page-container section#studio-fittings-products > .cta,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta,
  body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta,
  body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta,
  body.cms-studio .e2e-page-container section#studio-lighting-products > .cta,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta,
  body.cms-studio .e2e-page-container section#studio-hardware-products > .cta,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta,
  body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta {
    padding-left: 20px;
    text-align: left;
  }
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fittings-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-fixtures-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-surfaces-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-lighting-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-hardware-products > .cta a,
  body.cms-kitchen-inspiration .e2e-page-container section#studio-mirrors-products > .cta a,
  body.cms-studio .e2e-page-container section#studio-mirrors-products > .cta a {
    background: unset;
    border: none;
    color: #000000;
    font-weight: 900;
    text-decoration: underline;
    width: auto;
  }
}
body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta,
body.cms-studio .e2e-page-container .big-image-container > .cta {
  margin: 0 auto;
  margin-top: 6vh;
  position: relative;
  text-align: center;
  width: 100%;
}
body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta a,
body.cms-studio .e2e-page-container .big-image-container > .cta a {
  width: calc(100%/2);
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta a:hover,
body.cms-studio .e2e-page-container .big-image-container > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta a:last-of-type,
body.cms-studio .e2e-page-container .big-image-container > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta a,
  body.cms-studio .e2e-page-container .big-image-container > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-kitchen-inspiration .e2e-page-container .big-image-container > .cta a:last-of-type,
  body.cms-studio .e2e-page-container .big-image-container > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
body.cms-studio .e2e-page-container .content.row .flex-block .text-container .text-black h1,
body.cms-studio .e2e-page-container .content.row .flex-block .text-container .text-black p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}
body.cms-studio .e2e-page-container .content.row .flex-block .text-container .text-black h1 {
  font-size: 22px;
  text-transform: uppercase;
}
body.cms-studio .e2e-page-container .content.row .flex-block .text-container .text-black p {
  font-size: 14px;
}
@media (max-width: 768px) {
  body.cms-studio .e2e-page-container .content.row .flex-block .text-container.text-black {
    padding-bottom: 0 !important;
  }
}
html.ipad.portrait body.cms-studio .e2e-page-container .content.row .flex-block .text-container.text-black {
  padding-bottom: 0 !important;
}
html.legacy-ipad body.cms-studio .e2e-page-container .content.row .flex-block .text-container.text-black {
  padding-bottom: 0 !important;
}
body.cms-studio .e2e-page-container .content.row .flex-block .hover-layer-dark .text-white h1,
body.cms-studio .e2e-page-container .content.row .flex-block .hover-layer-dark .text-white p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-studio .e2e-page-container .content.row .flex-block .hover-layer-dark .text-white h1 {
  font-size: 22px;
  text-transform: uppercase;
}
body.cms-studio .e2e-page-container .content.row .flex-block .hover-layer-dark .text-white p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body img.svg-object {
    display: none;
  }
}
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
  display: none;
  font-size: 5.5rem;
  font-weight: lighter;
  margin-bottom: 18px;
  letter-spacing: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
    display: block;
  }
}
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1.mobile {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1.mobile {
    display: none;
  }
}
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h2 {
  display: none;
  font-size: 2.5rem;
  padding-bottom: 50px;
  letter-spacing: 10px;
}
@media only screen and (min-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h2 {
    display: block;
  }
}
body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  max-width: 480px;
  line-height: 1.5;
  padding-top: 50px;
}
@media (max-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
    padding-top: 0 !important;
  }
}
html.ipad.portrait body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  padding-top: 0 !important;
}
html.legacy-ipad body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.cms-studio .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container .middle-block section#studio-middle-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.cms-studio .e2e-page-container .middle-block section#studio-middle-block .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  body.cms-studio .e2e-page-container .middle-block section#studio-middle-block .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  body.cms-studio .e2e-page-container .middle-block section#studio-middle-block .row .studio-box:nth-of-type(3),
  body.cms-studio .e2e-page-container .middle-block section#studio-middle-block .row .studio-box:nth-of-type(4) {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container .middle-block section#studio-middle-block .row .studio-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings .col-sm-12 {
    width: 100% !important;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings .col-sm-12:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
    padding-bottom: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings .col-sm-12:nth-of-type(2) {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings .col-sm-12:nth-of-type(2) .text-container.content-middle {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
  html.ipad.portrait body.cms-studio .e2e-page-container div#studio-fittings .flex-block.fittings .col-sm-12:nth-of-type(2) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.ludlow {
    padding-top: 0;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.ludlow .col-sm-12:nth-of-type(1) {
    padding-top: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.ludlow .col-sm-12:nth-of-type(2) {
    padding-bottom: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    display: none;
  }
  body.cms-studio .e2e-page-container div#studio-fittings .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-fixtures .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-fixtures .flex-block .col-sm-12:nth-of-type(1) {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-studio .e2e-page-container div#studio-fixtures .flex-block .col-sm-12:nth-of-type(2) {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding-top: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-fixtures .flex-block .col-sm-12:nth-of-type(2) .text-container.content-middle {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.top-zero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.top-zero .col-sm-12:nth-of-type(2) .text-container.content-middle {
    position: inherit;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
    margin-bottom: 50px;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.studio-stone {
    padding-bottom: 0;
    padding-top: 0;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.studio-stone .col-sm-12:nth-of-type(1),
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.studio-stone .col-sm-12:nth-of-type(2) {
    padding-bottom: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.studio-express {
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.studio-express > div.col-sm-12 {
    padding: 0;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.metrix {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .flex-block.metrix > div.col-sm-12 {
    padding-bottom: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-surfaces .products-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-lighting .flex-block.top-zero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-lighting .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-studio .e2e-page-container div#studio-lighting .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding-top: 0 !important;
    margin-bottom: 50px;
  }
  body.cms-studio .e2e-page-container div#studio-lighting .flex-block.top-zero .col-sm-12:nth-of-type(2) .text-container.content-middle {
    -webkit-transform: none;
            transform: none;
    position: inherit;
    left: 0;
    top: 0;
  }
  body.cms-studio .e2e-page-container div#studio-lighting .products-block {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-hardware .flex-block.top-zero {
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-hardware .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-hardware .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    padding-bottom: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-hardware .products-block {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-studio .e2e-page-container div#studio-mirrors .flex-block.top-zero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-studio .e2e-page-container div#studio-mirrors .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-studio .e2e-page-container div#studio-mirrors .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding-top: 0 !important;
  }
  body.cms-studio .e2e-page-container div#studio-mirrors .products-block {
    padding-bottom: 0;
  }
}
body.cms-shinola {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: normal;
}
body.cms-shinola > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: normal;
}
body.cms-shinola .e2e-page-container.layout-e2e-default .text-container h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container.layout-e2e-default .text-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .content.row .image-text-centered-container .image-body-container.avoid-darkening:hover {
  background: rgba(0, 0, 0, 0) !important;
}
body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 22px !important;
  text-transform: uppercase;
}
body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-text-centered-container .image-body-container .image-body h4 {
  text-transform: none !important;
}
@media only screen and (min-width: 991px) {
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow > div.col-lg-12 > div.top-zero,
  body.cms-shinola .e2e-page-container .content.row#shinola-fitting-partnership > div.col-lg-12 > div.top-zero,
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage > div.col-lg-12 > div.top-zero {
    padding-bottom: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-fitting-partnership > div.col-lg-12 > div.top-zero .flex-block:nth-of-type(3) {
    padding-bottom: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow > div.col-lg-12 > div.top-zero .flex-block:last-of-type {
    padding-bottom: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio {
    margin-top: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-text-centered-container .image-body-container .image-body h4 {
    padding-bottom: 40px;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage {
    margin-top: 50px;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage .products-block {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage > div.col-sm-12 > div.top-zero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage > div.col-sm-12 > div.top-zero .col-md-6:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
    padding-top: 50px !important;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage > div.col-sm-12 > div.top-zero .col-md-6:nth-of-type(2) {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-cottage .products-block {
    padding-top: 0 !important;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .image-body-container,
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-body-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .image-body-container .image-body.make-visible,
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-body-container .image-body.make-visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: center;
        align-items: center;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .image-body-container .image-body.make-visible .quotes-container {
    color: #ffffff;
    padding: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .image-body-container .image-body.make-visible .quotes-container p {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 5vh;
    text-align: center;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-body-container h1,
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-body-container h4 {
    color: #ffffff;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .image-body-container a.button {
    margin: 20px auto 0 auto;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    font-weight: inherit;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .quotes-container p {
    margin-bottom: 0;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-waterworks-studio .quotes-container section#waterworks-studio-products .cta a {
    background-image: none !important;
    border: none !important;
    max-width: unset;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 768px) and (max-width: 1366px) {
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .flex-block.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  body.cms-shinola .e2e-page-container .content.row#shinola-ludlow .flex-block.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.cms-shinola .e2e-page-container .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container section#ludlow-products,
body.cms-shinola .e2e-page-container section#cottage-products {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container section#ludlow-products .text-container h1,
body.cms-shinola .e2e-page-container section#cottage-products .text-container h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container section#ludlow-products .text-container p,
body.cms-shinola .e2e-page-container section#cottage-products .text-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .quotes-container span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
  text-transform: none;
  font-weight: lighter;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 30px;
  }
}
body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  max-width: 480px;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .flex-block.top-zero,
  body.cms-shinola .e2e-page-container div#shinola-ludlow .flex-block.top-zero,
  body.cms-shinola .e2e-page-container div#shinola-cottage .flex-block.top-zero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }
  body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .flex-block.top-zero .col-sm-12:nth-of-type(1),
  body.cms-shinola .e2e-page-container div#shinola-ludlow .flex-block.top-zero .col-sm-12:nth-of-type(1),
  body.cms-shinola .e2e-page-container div#shinola-cottage .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    width: 100%;
    padding-top: 0 !important;
  }
  body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .flex-block.top-zero .col-sm-12:nth-of-type(2),
  body.cms-shinola .e2e-page-container div#shinola-ludlow .flex-block.top-zero .col-sm-12:nth-of-type(2),
  body.cms-shinola .e2e-page-container div#shinola-cottage .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .text-container,
  body.cms-shinola .e2e-page-container div#shinola-ludlow .text-container,
  body.cms-shinola .e2e-page-container div#shinola-cottage .text-container {
    padding: 0 20px 100px;
  }
}
body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .text-container h1,
body.cms-shinola .e2e-page-container div#shinola-ludlow .text-container h1,
body.cms-shinola .e2e-page-container div#shinola-cottage .text-container h1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 26px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .text-container h1,
  body.cms-shinola .e2e-page-container div#shinola-ludlow .text-container h1,
  body.cms-shinola .e2e-page-container div#shinola-cottage .text-container h1 {
    margin-bottom: 30px;
  }
}
body.cms-shinola .e2e-page-container div#shinola-fitting-partnership .text-container p,
body.cms-shinola .e2e-page-container div#shinola-ludlow .text-container p,
body.cms-shinola .e2e-page-container div#shinola-cottage .text-container p {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  body.cms-shinola .e2e-page-container div#shinola-ludlow .top-margin {
    margin-top: 0 !important;
  }
  body.cms-shinola .e2e-page-container div#shinola-ludlow .flex-block.top-zero .col-sm-12:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
    padding: 50px 20px 0 !important;
  }
  body.cms-shinola .e2e-page-container div#shinola-ludlow .flex-block.top-zero .col-sm-12:nth-of-type(2) {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-shinola .e2e-page-container div#shinola-ludlow .inside-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
body.cms-shinola .e2e-page-container .quotes-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container .quotes-container {
    padding-top: 100px;
  }
}
body.cms-shinola .e2e-page-container .quotes-container.text-white {
  color: #ffffff !important;
}
body.cms-shinola .e2e-page-container .quotes-container.text-black {
  color: #000000 !important;
}
body.cms-shinola .e2e-page-container .quotes-container p {
  font-weight: lighter;
  font-size: 22px;
  margin-bottom: 50px;
}
body.cms-shinola .e2e-page-container .quotes-container span {
  font-size: 10px;
  text-transform: uppercase;
}
body.cms-shinola .e2e-page-container .quotes-container .cta {
  margin-top: 0 !important;
}
@media only screen and (min-width: 992px) {
  body.cms-shinola .e2e-page-container .menu-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.cms-shinola .e2e-page-container .menu-block ul li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
  }
}
body.cms-shinola .e2e-page-container .spacings {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-shinola .e2e-page-container .text-container.text-black {
  padding: 13px 20px 20px !important;
}
@media only screen and (min-width: 768px) {
  body.cms-shinola .e2e-page-container .image-text-centered-container.force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  body.cms-shinola .e2e-page-container .image-text-centered-container.force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.cms-shinola .e2e-page-container .top-margin .inside-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.cms-shinola .e2e-page-container .top-margin .inside-container.top-zero {
  padding-top: 0;
}
body.cms-shinola .e2e-page-container .top-margin .inside-container.bottom-zero {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container .top-margin .inside-container.mobile-top-zero {
    padding-top: 0 !important;
  }
  body.cms-shinola .e2e-page-container .mobile-not-top-margin {
    margin-top: 0 !important;
  }
  body.cms-shinola .e2e-page-container .mobile-no-bottom-padding {
    padding-bottom: 0 !important;
  }
  body.cms-shinola .e2e-page-container .col-md-6 {
    padding-top: 50px !important;
  }
  body.cms-shinola .e2e-page-container .col-md-6.bottom-zero {
    padding-bottom: 0;
  }
  body.cms-shinola .e2e-page-container .second {
    padding-top: 100px !important;
  }
  body.cms-shinola .e2e-page-container .third {
    padding-top: 50px !important;
  }
}
body.cms-shinola .e2e-page-container section#ludlow-products h1,
body.cms-shinola .e2e-page-container section#cottage-products h1,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h1,
body.cms-shinola .e2e-page-container section.products-feed-block h1,
body.cms-shinola .e2e-page-container section#ludlow-products h4,
body.cms-shinola .e2e-page-container section#cottage-products h4,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h4,
body.cms-shinola .e2e-page-container section.products-feed-block h4 {
  text-align: center;
  color: #000000;
}
body.cms-shinola .e2e-page-container section#ludlow-products h1,
body.cms-shinola .e2e-page-container section#cottage-products h1,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h1,
body.cms-shinola .e2e-page-container section.products-feed-block h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-shinola .e2e-page-container section#ludlow-products h4,
body.cms-shinola .e2e-page-container section#cottage-products h4,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h4,
body.cms-shinola .e2e-page-container section.products-feed-block h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta,
body.cms-shinola .e2e-page-container section#cottage-products > .cta,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a:hover,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a:hover,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a:hover,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-shinola .e2e-page-container section#ludlow-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section#cottage-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section#waterworks-studio-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section.products-feed-block .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-shinola .e2e-page-container section#ludlow-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section#cottage-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section#waterworks-studio-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section.products-feed-block .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-shinola .e2e-page-container section#ludlow-products #products-row .product .product-data-pricing .price-box > div,
body.cms-shinola .e2e-page-container section#cottage-products #products-row .product .product-data-pricing .price-box > div,
body.cms-shinola .e2e-page-container section#waterworks-studio-products #products-row .product .product-data-pricing .price-box > div,
body.cms-shinola .e2e-page-container section.products-feed-block #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-shinola .e2e-page-container section#ludlow-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-shinola .e2e-page-container section#cottage-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-shinola .e2e-page-container section#waterworks-studio-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-shinola .e2e-page-container section.products-feed-block #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-shinola .e2e-page-container section#ludlow-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section#cottage-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section#waterworks-studio-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section.products-feed-block #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-shinola .e2e-page-container section#ludlow-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section#cottage-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section#waterworks-studio-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-shinola .e2e-page-container section.products-feed-block #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-shinola .e2e-page-container section#ludlow-products h1,
body.cms-shinola .e2e-page-container section#cottage-products h1,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h1,
body.cms-shinola .e2e-page-container section.products-feed-block h1,
body.cms-shinola .e2e-page-container section#ludlow-products h4,
body.cms-shinola .e2e-page-container section#cottage-products h4,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h4,
body.cms-shinola .e2e-page-container section.products-feed-block h4 {
  text-align: center;
  color: #000000;
}
body.cms-shinola .e2e-page-container section#ludlow-products h1,
body.cms-shinola .e2e-page-container section#cottage-products h1,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h1,
body.cms-shinola .e2e-page-container section.products-feed-block h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-shinola .e2e-page-container section#ludlow-products h4,
body.cms-shinola .e2e-page-container section#cottage-products h4,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h4,
body.cms-shinola .e2e-page-container section.products-feed-block h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta,
body.cms-shinola .e2e-page-container section#cottage-products > .cta,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a:hover,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a:hover,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a:hover,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-shinola .e2e-page-container section#ludlow-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section#cottage-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section#waterworks-studio-products .products-row:nth-of-type(2),
body.cms-shinola .e2e-page-container section.products-feed-block .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-shinola .e2e-page-container section#ludlow-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section#cottage-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section#waterworks-studio-products .products-row .product .product-img > div.cta,
body.cms-shinola .e2e-page-container section.products-feed-block .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-shinola .e2e-page-container section#ludlow-products h1,
body.cms-shinola .e2e-page-container section#cottage-products h1,
body.cms-shinola .e2e-page-container section#waterworks-studio-products h1,
body.cms-shinola .e2e-page-container section.products-feed-block h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  body.cms-shinola .e2e-page-container section#ludlow-products > div.cta a,
  body.cms-shinola .e2e-page-container section#cottage-products > div.cta a,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > div.cta a,
  body.cms-shinola .e2e-page-container section.products-feed-block > div.cta a {
    height: 60px;
    line-height: 33px;
    width: 280px;
  }
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta,
body.cms-shinola .e2e-page-container section#cottage-products > .cta,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta {
    padding: 0 20px;
  }
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: calc(100%/2);
}
body.cms-shinola .e2e-page-container section#ludlow-products > .cta a:last-of-type,
body.cms-shinola .e2e-page-container section#cottage-products > .cta a:last-of-type,
body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a:last-of-type,
body.cms-shinola .e2e-page-container section.products-feed-block > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta a,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta a,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta a {
    font-size: 12px;
    border: none;
    background: inherit;
    color: black;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta a.mobile-link,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta a.mobile-link,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a.mobile-link,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta a.mobile-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta a.mobile-link:hover,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta a.mobile-link:hover,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a.mobile-link:hover,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta a.mobile-link:hover {
    text-decoration: none;
    background-size: 100% 1px;
  }
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta a:last-of-type,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta a:last-of-type,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a:last-of-type,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta a:last-of-type {
    margin-top: 50px;
  }
  body.cms-shinola .e2e-page-container section#ludlow-products > .cta a.center,
  body.cms-shinola .e2e-page-container section#cottage-products > .cta a.center,
  body.cms-shinola .e2e-page-container section#waterworks-studio-products > .cta a.center,
  body.cms-shinola .e2e-page-container section.products-feed-block > .cta a.center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body.cms-must-have-accessories .e2e-page-container .main.content.row {
  margin-bottom: 0;
}
body.cms-must-have-accessories .e2e-page-container .main.content.row .image-body-container.text-white .image-body h1 {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body.cms-must-have-accessories .e2e-page-container .main.content.row .image-body-container.text-white .image-body {
    padding-top: 50px;
  }
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h1,
body.cms-must-have-accessories .e2e-page-container .hardware-products h1,
body.cms-must-have-accessories .e2e-page-container .accessories-products h1,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h1,
body.cms-must-have-accessories .e2e-page-container .lighting-products h4,
body.cms-must-have-accessories .e2e-page-container .hardware-products h4,
body.cms-must-have-accessories .e2e-page-container .accessories-products h4,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h1,
body.cms-must-have-accessories .e2e-page-container .hardware-products h1,
body.cms-must-have-accessories .e2e-page-container .accessories-products h1,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h4,
body.cms-must-have-accessories .e2e-page-container .hardware-products h4,
body.cms-must-have-accessories .e2e-page-container .accessories-products h4,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .hardware-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .accessories-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .furnishings-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .hardware-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .accessories-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .furnishings-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products #products-row .product .product-data-pricing .price-box > div,
body.cms-must-have-accessories .e2e-page-container .hardware-products #products-row .product .product-data-pricing .price-box > div,
body.cms-must-have-accessories .e2e-page-container .accessories-products #products-row .product .product-data-pricing .price-box > div,
body.cms-must-have-accessories .e2e-page-container .furnishings-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-must-have-accessories .e2e-page-container .hardware-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-must-have-accessories .e2e-page-container .accessories-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-must-have-accessories .e2e-page-container .furnishings-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-must-have-accessories .e2e-page-container .lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .accessories-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .furnishings-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .hardware-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .accessories-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-must-have-accessories .e2e-page-container .furnishings-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h1,
body.cms-must-have-accessories .e2e-page-container .hardware-products h1,
body.cms-must-have-accessories .e2e-page-container .accessories-products h1,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h1,
body.cms-must-have-accessories .e2e-page-container .lighting-products h4,
body.cms-must-have-accessories .e2e-page-container .hardware-products h4,
body.cms-must-have-accessories .e2e-page-container .accessories-products h4,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h1,
body.cms-must-have-accessories .e2e-page-container .hardware-products h1,
body.cms-must-have-accessories .e2e-page-container .accessories-products h1,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products h4,
body.cms-must-have-accessories .e2e-page-container .hardware-products h4,
body.cms-must-have-accessories .e2e-page-container .accessories-products h4,
body.cms-must-have-accessories .e2e-page-container .furnishings-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta a,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .hardware-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .accessories-products > .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .furnishings-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .hardware-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .accessories-products .products-row:nth-of-type(2),
body.cms-must-have-accessories .e2e-page-container .furnishings-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .hardware-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .accessories-products .products-row .product .product-img > div.cta,
body.cms-must-have-accessories .e2e-page-container .furnishings-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .cta,
body.cms-must-have-accessories .e2e-page-container .hardware-products .cta,
body.cms-must-have-accessories .e2e-page-container .accessories-products .cta,
body.cms-must-have-accessories .e2e-page-container .furnishings-products .cta {
  margin: 100px 0;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .cta a,
body.cms-must-have-accessories .e2e-page-container .hardware-products .cta a,
body.cms-must-have-accessories .e2e-page-container .accessories-products .cta a,
body.cms-must-have-accessories .e2e-page-container .furnishings-products .cta a {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-must-have-accessories .e2e-page-container .lighting-products .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .hardware-products .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .accessories-products .cta a:hover,
body.cms-must-have-accessories .e2e-page-container .furnishings-products .cta a:hover {
  background-color: #ffffff;
  color: #000000;
}
body.cms-must-have-accessories .e2e-page-container .hardware-products {
  margin-top: 0;
}
body.cms-the-new-classics.no-parallax .parallax-effect {
  -webkit-transform: translateY(200px) !important;
          transform: translateY(200px) !important;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h1,
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h1,
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .fittings-products section#fittings-products #fittings-products-row-first {
  margin-bottom: 30px;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h1,
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h1,
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .fixtures-block section#fixtures-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products {
  margin-bottom: 60px;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h1,
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h1,
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta {
  width: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta {
    display: block;
  }
}
body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a {
  display: inline-block;
  margin: 0 auto 30px auto;
  width: 280px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a {
    margin-right: 30px;
    max-width: 280px;
    width: calc(20%);
  }
  body.cms-the-new-classics .e2e-page-container .must-haves-block section#must-have-products > .cta a:last-of-type {
    margin-right: 0;
  }
}
body.cms-the-new-classics .e2e-page-container .fittings-block {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fittings-block {
    margin-top: 80px;
  }
}
body.cms-the-new-classics .e2e-page-container .fittings-block .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
  clear: both;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fittings-block .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .fittings-block .flex-block.top-margin .col-lg-6.col-md-6.col-sm-12 {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fittings-block .flex-block.top-margin .col-lg-6.col-md-6.col-sm-12 {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .fittings-products.top-margin {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fittings-products.top-margin {
    margin-top: 100px;
  }
}
body.cms-the-new-classics .e2e-page-container .fittings-block1 .flex-block .col-lg-6.col-md-6.col-sm-12 {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fittings-block1 .flex-block .col-lg-6.col-md-6.col-sm-12 {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .fixtures-mosaics-slabs-block .flex-block .col-lg-6.col-md-6.col-sm-12:last-of-type {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fixtures-mosaics-slabs-block .flex-block .col-lg-6.col-md-6.col-sm-12:last-of-type {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .fixtures-mosaics-slabs-block #fixtures {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .fixtures-mosaics-slabs-block #fixtures {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin {
    margin-top: 100px;
  }
}
body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin .flex-block.top-margin {
  clear: both;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin .flex-block.top-margin {
    clear: inherit;
    padding-top: inherit;
  }
}
body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin section#must-have-products {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.cms-the-new-classics .e2e-page-container .must-haves-block.top-margin section#must-have-products {
    margin-top: 100px;
  }
}
body.cms-stone-slabs .e2e-page-container.layout-e2e-default .infobar {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .schumacher.main.row .image-text-centered-container .image-body-container {
  padding-top: 50px;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .image-body-container .image-body a.button {
  display: none;
}
@media only screen and (max-width: 991px) {
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .image-body-container .image-body a.button {
    display: block;
  }
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .image-body-container:hover .image-body a.button {
  display: block;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .main .image-body-container .image-body a.button {
  display: block;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .information-container {
  text-align: center;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .information-container h1 {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: normal;
  padding-top: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .information-container h2 {
  padding-top: 30px;
  padding-bottom: 0;
  color: #000000;
  font-size: 11px;
  line-height: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-decoration: underline;
  margin: 0;
  text-transform: uppercase;
  font-weight: lighter;
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .image-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .information-container .cta {
    width: 260px;
    margin: 0 auto;
  }
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .additional-row .information-container .cta a.button {
    background: #000000;
    color: #ffffff;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
  }
}
body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .parallax-block.top-margin {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .parallax-block.first .image-text-centered-container .flex-block .parallax-effect {
    padding-top: 100px;
  }
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .parallax-block.first .image-text-centered-container .flex-block > div {
    padding-top: 0;
  }
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .parallax-block.second .image-text-centered-container .flex-block .parallax-effect {
    padding-top: 0;
  }
  body.cms-powder-room-inspiration-waterworks-and-schumacher .e2e-page-container .parallax-block.second .image-text-centered-container .flex-block > div {
    padding-top: 100px;
  }
}
body a.button.main-btn {
  display: block;
  padding: 0;
  margin-top: 50px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  body a.button.main-btn {
    margin: 20px auto 0 auto;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    font-weight: inherit;
  }
}
.tnc-products-widget-section h1,
.tnc-products-widget-section h4 {
  text-align: center;
  color: #000000;
}
.tnc-products-widget-section h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.tnc-products-widget-section h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.tnc-products-widget-section > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
.tnc-products-widget-section > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.tnc-products-widget-section > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
.tnc-products-widget-section .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.tnc-products-widget-section .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.e2e-page-container section.featured-products h1,
.e2e-page-container section.featured-products h4 {
  text-align: center;
  color: #000000;
}
.e2e-page-container section.featured-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.e2e-page-container section.featured-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.e2e-page-container section.featured-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
.e2e-page-container section.featured-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.featured-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
.e2e-page-container section.featured-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.e2e-page-container section.featured-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.e2e-page-container section.featured-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.e2e-page-container section.featured-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
.e2e-page-container section.featured-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
.e2e-page-container section.featured-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
.e2e-page-container section.featured-products h1,
.e2e-page-container section.featured-products h4 {
  text-align: center;
  color: #000000;
}
.e2e-page-container section.featured-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
.e2e-page-container section.featured-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.e2e-page-container section.featured-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
.e2e-page-container section.featured-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.e2e-page-container section.featured-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
.e2e-page-container section.featured-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
.e2e-page-container section.featured-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
.e2e-page-container.page-tnc-foro .content.row.main .image-text-centered-container .image-body-container h1 {
  text-transform: inherit;
}
.e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 {
  padding-left: 10.5%;
  padding-right: 10.5%;
}
.e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12:first-of-type {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 {
    padding-left: 10.5%;
    padding-right: 10.5%;
    padding-bottom: 57px;
  }
}
.e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 .text-container {
  padding: 30px 0 0 0;
}
.e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 .text-container h1 {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 .text-container h1 {
    margin-bottom: 50px;
  }
}
.e2e-page-container.page-tnc-foro .members-block .flex-block .col-lg-6.col-md-12 .text-container p {
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .e2e-page-container.page-tnc-foro .pelham-block .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .e2e-page-container.page-tnc-foro .pelham-block .block-parallax .block-small .image-text-centered-container {
    padding: 0 60px 0 60px;
  }
  .e2e-page-container.page-tnc-foro .original-block .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .e2e-page-container.page-tnc-foro .original-block .flex-block .text-container {
    padding: 100px 60px 20px;
  }
  .e2e-page-container.page-tnc-foro .original-block .flex-block .block-small .text-container {
    padding: 20px 60px 0 60px;
  }
}
body.cms-heritage div.text-container p:not(:first-of-type) {
  margin-top: 50px;
}
body.cms-heritage .e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
  text-transform: inherit;
}
body.cms-heritage .e2e-page-container .content.row.main .image-text-centered-container .image-body-container p {
  max-width: 547px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  body.cms-heritage .e2e-page-container .content.row {
    margin-bottom: 0;
  }
  body.cms-heritage .e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
    font-size: 22px;
    line-height: 1;
    text-transform: inherit !important;
  }
  body.cms-heritage .e2e-page-container .image-text-centered-container .image-body-container a.button {
    font-size: 12px;
    font-weight: normal;
  }
  body.cms-heritage .e2e-page-container.layout-e2e-default #quality .text-container h1,
  body.cms-heritage .e2e-page-container.layout-e2e-default #layering .text-container h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 22px;
  }
  body.cms-heritage .e2e-page-container.layout-e2e-default .video-block .mobile-text-middle .image-body {
    visibility: visible;
    opacity: 1;
  }
  body.cms-heritage #design {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-heritage #design .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-heritage #design .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-heritage #design .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-heritage #design-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-heritage #design-images .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-heritage #design-images .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-heritage #design-images .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-heritage #quality .flex-block:nth-child(1) .col-lg-6.col-xs-12:nth-child(1) {
    margin-top: 40px;
  }
  body.cms-heritage #quality .flex-block:nth-child(2) .col-lg-6.col-xs-12:nth-child(2) {
    margin-top: 100px;
  }
  body.cms-heritage #layering .flex-block:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-heritage #layering .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-heritage #layering .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-heritage #layering .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type p {
    text-align: center;
  }
  body.cms-heritage #layering .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
    margin-top: -50px;
  }
  body.cms-heritage #layering .flex-block:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-heritage #layering .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-heritage #layering .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-heritage #layering .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type p {
    text-align: center;
  }
  body.cms-heritage #layering .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  body.cms-heritage .video-block.row .image-text-centered-container .image-body-container {
    position: absolute !important;
  }
}
html.ipad.portrait body.cms-heritage .video-block.row .image-text-centered-container .image-body-container {
  position: absolute !important;
}
html.legacy-ipad body.cms-heritage .video-block.row .image-text-centered-container .image-body-container {
  position: absolute !important;
}
body.cms-made-to-order .e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
  text-transform: inherit;
}
body.cms-made-to-order .e2e-page-container .content.row.main .image-text-centered-container .image-body-container p {
  max-width: 547px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
body.cms-made-to-order .e2e-page-container .image-text-centered-container a.button {
  height: 60px;
  line-height: 60px;
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-made-to-order .e2e-page-container .content.row {
    margin-bottom: 0;
  }
  body.cms-made-to-order .e2e-page-container .content.row.main .image-text-centered-container .image-body-container h1 {
    font-size: 22px;
    line-height: 1;
    text-transform: inherit !important;
  }
  body.cms-made-to-order .e2e-page-container .image-text-centered-container .image-body-container a.button {
    font-size: 12px;
    font-weight: normal;
  }
  body.cms-made-to-order .e2e-page-container.layout-e2e-default #quality .text-container h1,
  body.cms-made-to-order .e2e-page-container.layout-e2e-default #layering .text-container h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 22px;
  }
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .video-block .mobile-text-middle .image-body {
    visibility: visible;
    opacity: 1;
  }
  body.cms-made-to-order .row1-block #row1 p {
    padding: 100px 20px 0;
  }
  body.cms-made-to-order .row1-block .flex-block:nth-child(2) .col-lg-6:nth-child(2) {
    margin-top: 100px;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-made-to-order #textiles .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-made-to-order #accessories {
    margin-top: 100px;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(1) {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-made-to-order #accessories .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-made-to-order #customization .text-container {
    padding: 100px 20px 0;
  }
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .text-container h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .text-container h1,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .text-container p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .text-container p,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .text-container h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .text-container h1 {
  line-height: 32px;
  font-size: 32px;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 280px;
  }
}
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left {
  padding-left: 280px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left {
    padding-left: 280px;
  }
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
    padding-left: 0;
    padding-right: 0;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
  padding-left: 0;
  padding-right: 0;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 46px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  text-transform: capitalize;
  text-align: left !important;
  width: 150px;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
    font-size: 34px;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  font-size: 34px;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  font-size: 34px;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
  text-align: left !important;
  margin-bottom: 0 !important;
  font-size: 20px;
  line-height: 1.5em;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
    max-width: 395px !important;
  }
}
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
  max-width: 395px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
    max-width: 395px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
    max-width: 395px !important;
  }
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
    margin-left: 0;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
  margin-left: 0;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
  margin-left: 0;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1 {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1 {
    color: #000000;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1 {
  color: #000000;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .series-block .image-text-centered-container .image-body-container.aligned-left h1 {
  color: #000000;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container {
  padding-top: 0;
  padding-bottom: 0;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .modern-block .flex-block .text-container,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .inspiration-block .flex-block .text-container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
    margin-left: inherit;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
  margin-left: inherit;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body {
  margin-left: inherit;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  color: #ffffff;
  width: 120px;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
    width: 100px;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  width: 100px;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body h1 {
  width: 100px;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .image-text-centered-container .image-body-container.aligned-left .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: inherit;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default section.featured-products div.cta a,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default section.featured-products div.cta a {
    display: block;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default section.featured-products div.cta a,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default section.featured-products div.cta a {
  display: block;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default section.featured-products div.cta a,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default section.featured-products div.cta a {
  display: block;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block {
  margin-bottom: 0;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
  display: -ms-flexbox;
  display: flex;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
    display: none;
  }
}
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
    display: none;
  }
}
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
  display: none;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 96px;
  font-weight: 100;
  line-height: 0.8;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
}
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .video-background,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .video-background {
  display: block;
}
body.cms-explore-bond .e2e-page-container.layout-e2e-default .video-block .video-background iframe,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .video-background iframe {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0;
  min-width: inherit;
  min-height: inherit;
}
@media (max-width: 768px) {
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body {
    padding-left: 0;
    padding-right: 0;
  }
}
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .art-block .block-small-double .image-body-container .image-body {
  padding-left: 0;
  padding-right: 0;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body h1 {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 46px;
  font-weight: 100;
  line-height: initial;
  color: #ffffff;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body h1 {
    color: #000000;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body h1 {
  color: #000000;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body h1 {
  color: #000000;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body p {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: initial;
  color: #ffffff;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body p {
    color: #000000;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body p,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body p,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body p,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body p {
  color: #000000;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container div.image-body p,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container div.image-body p,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container div.image-body p,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container div.image-body p {
  color: #000000;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container.text-black div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container.text-black div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container.text-black div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container.text-black div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block .image-text-centered-container .image-body-container.text-black div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block .image-text-centered-container .image-body-container.text-black div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container.text-black div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block .image-text-centered-container .image-body-container.text-black div.image-body p {
  color: #000000;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container {
    display: none;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container {
  display: none;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container {
  display: none;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
    margin-top: 50px;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
    margin-top: 50px;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body-container a.button {
  margin-top: 20px;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
  display: none;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block {
    display: block;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block {
  display: block;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .heromobile-block {
  display: block;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default div.heromobile-block .image-text-centered-container .image-body-container div.image-body p {
  max-width: 410px;
  margin: 0 auto;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container p,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container h1,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container h1,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container h1,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container a.button,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body a.button {
    margin-top: 50px;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container a.button,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body a.button {
  margin-top: 50px;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-container a.button,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container div.image-body a.button {
  margin-top: 50px;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .text-centered-only .cta {
  margin-top: 20px;
  margin-bottom: 0;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  /* Landscape */
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black:hover,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
    margin-top: 50px;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
    margin-top: 50px;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .bond-block div.image-text-centered-container div.image-body-container a.button.btn-black,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .surfaces-block div.image-text-centered-container div.image-body-container a.button.btn-black {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 50px;
  }
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 50px;
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 50px;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .cabinetry-block .flex-block:first-of-type .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .must-haves-block .image-text-centered-container .image-body-container p a {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .flex-block .text-container,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .flex-block .text-container,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .flex-block .text-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .flex-block .text-container,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .flex-block .text-container,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding-bottom: 0;
  padding-top: 0;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .flex-block .text-container,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .flex-block .text-container,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding-bottom: 0;
  padding-top: 0;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
  text-align: center;
  transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
  overflow-x: scroll;
  padding: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
    text-align: center;
    transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
    transition: transform 300ms linear, padding-bottom 300ms linear;
    transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
    overflow-x: scroll;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
  text-align: center;
  transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
  overflow-x: scroll;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
  text-align: center;
  transition: padding-bottom 300ms linear, -webkit-transform 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear;
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
    overflow-x: hidden;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar {
    overflow-x: hidden;
  }
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul {
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: left;
  align-items: left;
  -ms-flex-pack: left;
  justify-content: left;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 100px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li {
  display: inline;
  margin: 0 0 0 50px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li,
  html:not(.ipad) body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li,
  html:not(.ipad) body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li,
  html:not(.ipad) body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li {
    margin: 0 6%;
  }
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li {
  margin: 0 6%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li {
    margin: 0 6%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li {
    margin: 0 6%;
  }
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li a,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li a,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li a {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block ul li a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block ul li a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block ul li a:hover,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row ul li a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row ul li a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row ul li a:hover,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar ul li a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar ul li a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar ul li a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.dark,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.dark,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.dark,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.dark,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.dark,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.dark,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.dark,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.dark,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.dark {
  background: #000000;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.cream-bar > div,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.cream-bar > div,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.cream-bar > div {
  margin: 0 auto;
}
@media (min-width: 991px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.cream-bar > div,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.cream-bar > div,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.cream-bar > div,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.cream-bar > div,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.cream-bar > div {
    max-width: 33%;
  }
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  position: -webkit-sticky;
  /* Safari & IE */
  z-index: 3;
  margin-bottom: 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
  body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
  body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
    overflow-x: scroll;
  }
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  overflow-x: scroll;
}
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.legacy-ipad body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.legacy-ipad body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  overflow-x: scroll;
}
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.portrait body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.portrait body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  overflow-x: scroll;
}
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu,
html.ipad.landscape body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.landscape body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu,
html.ipad.landscape body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu {
  overflow-x: hidden;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .page-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .page-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .page-menu,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu .page-menu,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu .page-menu,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu .page-menu {
  padding: 40px 0;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back {
  padding: 40px 0 40px 100px;
  position: absolute;
  text-transform: uppercase;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back a:hover,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar-row.sticky-menu .return-back a:hover,
body.cms-the-new-modern .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a:hover,
body.cms-explore-bond .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a:hover,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .infobar.sticky-menu .return-back a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (min-width: 992px) {
  body.cms-modern-surfaces .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0 5%;
  }
}
@media (min-width: 1350px) {
  body.cms-modern-surfaces .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0 6%;
  }
}
@media (min-width: 991px) {
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0 3%;
  }
}
@media (min-width: 1200px) {
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0 4%;
  }
}
@media (min-width: 1350px) {
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container h1 {
    color: #000000;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body.cms-made-to-order .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container p {
    color: #000000;
    margin-bottom: 0;
  }
}
body.cms-made-to-order .e2e-page-container.layout-e2e-default .content.row.main.hero-block .image-text-centered-container .image-body-container h1,
body.cms-made-to-order .e2e-page-container.layout-e2e-default .content.row.main.hero-block .image-text-centered-container .image-body-container p {
  color: #ffffff;
}
@media (max-width: 992px) {
  .collection-roundup .section-widget #more-family-products .ww-container div.scrollable-container ul.surface-product-list li p {
    height: 240px !important;
  }
}
section#mto-products-wrapper h1,
section#mto-products-wrapper h4 {
  text-align: center;
  color: #000000;
}
section#mto-products-wrapper h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
section#mto-products-wrapper h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
section#mto-products-wrapper > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
section#mto-products-wrapper > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
section#mto-products-wrapper > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
section#mto-products-wrapper .products-row:nth-of-type(2) {
  margin-top: 50px;
}
section#mto-products-wrapper .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
section#mto-products-wrapper #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
section#mto-products-wrapper #products-row .product .product-data-pricing .price-box > div .price-label strong,
section#mto-products-wrapper #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
section#mto-products-wrapper #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
section#mto-products-wrapper h1,
section#mto-products-wrapper h4 {
  text-align: center;
  color: #000000;
}
section#mto-products-wrapper h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
section#mto-products-wrapper h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
section#mto-products-wrapper > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
section#mto-products-wrapper > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
section#mto-products-wrapper > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
section#mto-products-wrapper .products-row:nth-of-type(2) {
  margin-top: 50px;
}
section#mto-products-wrapper .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
section#mto-products-wrapper > .cta a {
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
  body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
  body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container .image-container img {
    min-height: 320px;
  }
}
html.ipad.portrait body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
html.ipad.portrait body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
html.ipad.portrait body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container .image-container img {
  min-height: 320px;
}
html.legacy-ipad body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
html.legacy-ipad body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container .image-container img,
html.legacy-ipad body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container .image-container img {
  min-height: 320px;
}
body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body,
body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body,
body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body {
  text-align: center;
}
body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1 {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
  body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
  body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1 {
    color: #ffffff;
  }
}
html.ipad.portrait body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
html.ipad.portrait body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
html.ipad.portrait body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1 {
  color: #ffffff;
}
html.legacy-ipad body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
html.legacy-ipad body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1,
html.legacy-ipad body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body h1 {
  color: #ffffff;
}
body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  max-width: 570px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
  body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
  body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p {
    color: #ffffff;
  }
}
html.ipad.portrait body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
html.ipad.portrait body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
html.ipad.portrait body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p {
  color: #ffffff;
}
html.legacy-ipad body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
html.legacy-ipad body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p,
html.legacy-ipad body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body p {
  color: #ffffff;
}
body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo,
body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo,
body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo {
  margin: 0 auto 50px;
  max-width: 284px;
}
@media (max-width: 480px) {
  body.cms-just-ask #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo,
  body.cms-request-an-appointment #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo,
  body.cms-request-an-appointment-58th-street #maincontent .content.row.hero-block div.image-text-centered-container div.image-body-container .image-body img.title-logo {
    margin-bottom: 20px;
  }
}
body.cms-just-ask .content.row.body-block,
body.cms-request-an-appointment .content.row.body-block,
body.cms-request-an-appointment-58th-street .content.row.body-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.cms-just-ask .content.row.body-block,
  body.cms-request-an-appointment .content.row.body-block,
  body.cms-request-an-appointment-58th-street .content.row.body-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
html.ipad.portrait body.cms-just-ask .content.row.body-block,
html.ipad.portrait body.cms-request-an-appointment .content.row.body-block,
html.ipad.portrait body.cms-request-an-appointment-58th-street .content.row.body-block {
  padding-left: 40px;
  padding-right: 40px;
}
html.legacy-ipad body.cms-just-ask .content.row.body-block,
html.legacy-ipad body.cms-request-an-appointment .content.row.body-block,
html.legacy-ipad body.cms-request-an-appointment-58th-street .content.row.body-block {
  padding-left: 40px;
  padding-right: 40px;
}
body.cms-just-ask .content.row.body-block .text-centered-only h4,
body.cms-request-an-appointment .content.row.body-block .text-centered-only h4,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only h4 {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  margin: 0 auto 50px;
  padding: 0;
  max-width: 590px;
}
body.cms-just-ask .content.row.body-block .text-centered-only h4.small-bottom-margin,
body.cms-request-an-appointment .content.row.body-block .text-centered-only h4.small-bottom-margin,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only h4.small-bottom-margin {
  margin-bottom: 10px;
}
body.cms-just-ask .content.row.body-block .text-centered-only h4 a,
body.cms-request-an-appointment .content.row.body-block .text-centered-only h4 a,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only h4 a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.cms-just-ask .content.row.body-block .text-centered-only ul,
body.cms-request-an-appointment .content.row.body-block .text-centered-only ul,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only ul {
  margin-bottom: 50px;
}
body.cms-just-ask .content.row.body-block .text-centered-only ul li,
body.cms-request-an-appointment .content.row.body-block .text-centered-only ul li,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only ul li {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
  list-style-position: inside !important;
  list-style: none !important;
}
body.cms-just-ask .content.row.body-block .text-centered-only ul li::before,
body.cms-request-an-appointment .content.row.body-block .text-centered-only ul li::before,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only ul li::before {
  content: "\2022";
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}
body.cms-just-ask .content.row.body-block .text-centered-only ul li a,
body.cms-request-an-appointment .content.row.body-block .text-centered-only ul li a,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only ul li a {
  color: #658486;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.cms-just-ask .content.row.body-block .text-centered-only ul li a:hover,
body.cms-request-an-appointment .content.row.body-block .text-centered-only ul li a:hover,
body.cms-request-an-appointment-58th-street .content.row.body-block .text-centered-only ul li a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.cms-terms-of-use .two-columns-text {
  border-top: 1px solid #eeeeee;
  margin-top: 70px;
  margin-bottom: 100px;
  padding-top: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
body.cms-terms-of-use .two-columns-text p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  color: #333333;
  line-height: 200%;
  margin-bottom: 50px;
}
body.cms-terms-of-use .two-columns-text h1 {
  font-family: 'Merdury Roman, serif';
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0;
}
body.cms-terms-of-use .two-columns-text h1 a {
  color: #333333;
  text-decoration: none !important;
}
body.cms-terms-of-use .two-columns-text h1 a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-terms-of-use .two-columns-text h1 a:hover span,
body.cms-terms-of-use .two-columns-text h1 a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.cms-terms-of-use .two-columns-text h1 a span {
    text-decoration: none !important;
    background-size: 100% 1px !important;
  }
}
html.ipad.portrait body.cms-terms-of-use .two-columns-text h1 a span {
  text-decoration: none !important;
  background-size: 100% 1px !important;
}
html.legacy-ipad body.cms-terms-of-use .two-columns-text h1 a span {
  text-decoration: none !important;
  background-size: 100% 1px !important;
}
body.cms-terms-of-use .two-columns-text img.credit-card-image {
  display: block;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  text-transform: none;
  font-size: 36px;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  max-width: 410px;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block {
  margin-top: 50px;
}
@media (max-width: 768px) {
  body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block,
  body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block {
    padding-left: 0;
    padding-right: 0;
  }
}
html.ipad.portrait body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block,
html.ipad.portrait body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block,
html.legacy-ipad body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block {
  padding-left: 0;
  padding-right: 0;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .modal-close,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .modal-close {
  display: none;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .form-footer-new,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .form-footer-new {
  margin: 20px 0 100px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper {
  padding-top: 0;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-head h4,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-head h4 {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-after-head,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-after-head {
  display: none;
}
@media (max-width: 768px) {
  body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper,
  body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
}
html.ipad.portrait body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper,
html.ipad.portrait body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
html.legacy-ipad body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper,
html.legacy-ipad body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.subscription-field,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.subscription-field {
  display: none;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  clear: both;
  width: 100%;
  float: none;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.datepicker-field,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.datepicker-field {
  clear: both;
  width: 100%;
  float: none;
  display: block;
  padding-right: 0;
  padding-left: 0;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a {
  text-decoration: underline;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a:hover,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a:hover {
  background: none !important;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a.privacy-policy,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a.privacy-policy {
  display: table;
  margin: 0 auto;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-footer,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-footer {
  text-align: left;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-footer a,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-form-footer a {
  text-decoration: underline;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success {
  text-transform: inherit;
  display: block;
  width: 490px;
  text-align: center;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  text-transform: inherit;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p a.btn,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p a.btn {
  margin: 30px auto 100px;
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border-radius: 0;
  border: 1px solid #000000;
}
body.cms-request-an-appointment #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p a.btn:hover,
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .callback-message-container.success p a.btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
body.cms-request-an-appointment.success .request-appointment-form .lead-form-head,
body.cms-request-an-appointment-58th-street.success .request-appointment-form .lead-form-head,
body.cms-request-an-appointment.success .request-appointment-form .lead-form-footer,
body.cms-request-an-appointment-58th-street.success .request-appointment-form .lead-form-footer {
  display: none;
}
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
html.ipad.landscape body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  float: right !important;
  width: 50% !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default .content.row.body-block .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
body.cms-request-an-appointment-58th-street #maincontent .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  max-width: 440px;
}
body.cms-new-nyc-showroom #schedule {
  padding: 100px 0 100px 0;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .modal-close {
  display: none;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .form-footer-new {
  margin: 20px 0 100px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper {
  padding-top: 0;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-form-head h4 {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-form-after-head {
  display: none;
}
@media (max-width: 768px) {
  body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
}
html.ipad.portrait body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
html.legacy-ipad body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.subscription-field {
  display: none;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  clear: both;
  width: 100%;
  float: none;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.datepicker-field {
  clear: both;
  width: 100%;
  float: none;
  display: block;
  padding-right: 0;
  padding-left: 0;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a {
  text-decoration: underline;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a:hover {
  background: none !important;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.privacy-field a.privacy-policy {
  display: table;
  margin: 0 auto;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-form-footer {
  text-align: left;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-form-footer a {
  text-decoration: underline;
}
body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
html.ipad.landscape body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
  float: right !important;
  width: 50% !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-new-nyc-showroom #schedule .request-appointment-form .lead-generation-wrapper .lead-generation-form .lead-form-fields li.field-wrapper.comment-field {
    float: right !important;
    width: 50% !important;
  }
}
body.cms-new-nyc-showroom.success .hello-block,
body.cms-new-nyc-showroom.success .new-block {
  display: none;
}
body.cms-new-nyc-showroom.success .request-appointment-form .lead-form-head,
body.cms-new-nyc-showroom.success .request-appointment-form .lead-form-footer {
  display: none;
}
body.cms-new-nyc-showroom .callback-message-container.success {
  text-transform: inherit;
  display: block;
  width: 490px;
  text-align: center;
}
body.cms-new-nyc-showroom .callback-message-container.success p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  text-transform: inherit;
}
body.cms-new-nyc-showroom .callback-message-container.success p a.btn {
  margin: 30px auto 100px;
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border-radius: 0;
  border: 1px solid #000000;
}
body.cms-new-nyc-showroom .callback-message-container.success p a.btn:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h2 {
    color: #ffffff;
    text-align: center;
    margin: 10px auto;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.2em;
    text-transform: inherit;
    margin: 0;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 span {
    display: block;
  }
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h2 {
  color: #ffffff;
  text-align: center;
  margin: 10px auto;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 42px;
  font-weight: 100;
  line-height: 1.2em;
  text-transform: inherit;
  margin: 0;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 span {
  display: block;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h2 {
  color: #ffffff;
  text-align: center;
  margin: 10px auto;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 42px;
  font-weight: 100;
  line-height: 1.2em;
  text-transform: inherit;
  margin: 0;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .video-block .image-text-centered-container .image-body-container .image-body h1 span {
  display: block;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container h1,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container p,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  margin: 0 0 50px 0;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container a.btn,
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container a.btn {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 58px;
  line-height: 58px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container a.btn:hover,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container a.btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 58px;
    line-height: 58px;
  }
}
@media (min-width: 1920px) {
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block .text-container.content-middle,
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .flex-block .text-container.content-middle {
    padding: 0 280px !important;
  }
}
@media (max-width: 768px) {
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .col-lg-12.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container h1 span {
    display: block;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 100px;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container a.btn {
    margin: 0 auto;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 50px;
    width: 100%;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block {
    margin-top: 100px;
  }
  body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .flex-block .text-container {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .col-lg-12.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container h1 span {
  display: block;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) {
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 100px;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container a.btn {
  margin: 0 auto;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 2;
      order: 2;
  padding: 0 50px;
  width: 100%;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block {
  margin-top: 100px;
}
html.ipad.portrait body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .flex-block .text-container {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .col-lg-12.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .text-container h1 span {
  display: block;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) {
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 100px;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(1) .col-lg-6.col-xs-12:last-of-type .text-container a.btn {
  margin: 0 auto;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:first-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .hello-block .flex-block:nth-child(2) .col-lg-6.col-xs-12:last-of-type {
  -ms-flex-order: 2;
      order: 2;
  padding: 0 50px;
  width: 100%;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block {
  margin-top: 100px;
}
html.legacy-ipad body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .flex-block .text-container {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container.content-middle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.cms-new-nyc-showroom .e2e-page-container.layout-e2e-default .new-block .text-container.content-middle h1:last-of-type {
  margin: 0 0 0 0;
}
body.cms-proposition-65-lead .column.main,
body.cms-proposition-65-styrene .column.main {
  color: #000000;
}
body.cms-proposition-65-lead .column.main section.warning,
body.cms-proposition-65-styrene .column.main section.warning {
  border: 1px solid #e02b27;
  padding: 20px;
  margin: 0 60px 40px;
  line-height: 1.8em;
  font-size: 16px;
}
body.cms-proposition-65-lead .column.main section.warning a,
body.cms-proposition-65-styrene .column.main section.warning a {
  color: #000000;
  text-decoration: underline;
}
body.cms-proposition-65-lead .column.main section.copyright,
body.cms-proposition-65-styrene .column.main section.copyright {
  margin-top: 100px;
  text-align: center;
}
body.cms-proposition-65-lead .column.main h4,
body.cms-proposition-65-styrene .column.main h4 {
  margin-bottom: 30px;
}
body.cms-proposition-65-lead .column.main hr,
body.cms-proposition-65-styrene .column.main hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.cms-proposition-65-lead .column.main section p,
body.cms-proposition-65-styrene .column.main section p {
  line-height: 1.6em;
  margin-bottom: 0;
}
body.cms-proposition-65-lead .column.main section p:not(:first-of-type),
body.cms-proposition-65-styrene .column.main section p:not(:first-of-type) {
  margin-top: 30px;
}
body.cms-privacy-policy h1.section-head {
  margin-bottom: 0px;
  font-family: Mercury Roman, serif;
  color: #333333;
  font-size: 25px;
}
body.cms-privacy-policy .updated_date {
  text-align: right;
  font-family: gotham, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}
body.cms-privacy-policy .unit .mod {
  font-family: gotham, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: lighter;
  line-height: 200%;
}
body.cms-privacy-policy .unit .mod .entry-content p span {
  font-family: gotham, helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: lighter;
  line-height: 200%;
}
body.cms-privacy-policy .unit .mod p {
  margin-bottom: 20px;
}
body.cms-privacy-policy .unit .mod ul {
  padding-left: 20px;
}
body.cms-privacy-policy .unit .mod ul li {
  list-style-position: inside !important;
  list-style: none !important;
  font-family: gotham, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: lighter;
  line-height: 200%;
}
body.cms-privacy-policy .unit .mod ul li::before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
body.cms-privacy-policy .unit .mod a {
  color: #000000;
  text-decoration: underline;
}
body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container.text-white {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
    margin-top: 0;
  }
  body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-container img {
    min-height: 430px;
  }
}
html.ipad.portrait body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
  margin-top: 0;
}
html.ipad.portrait body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-container img {
  min-height: 430px;
}
html.legacy-ipad body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-body-container h1 {
  margin-top: 0;
}
html.legacy-ipad body.warranty-index-index .e2e-page-container .content.row.mobile-as-desktop .image-text-centered-container .image-container img {
  min-height: 430px;
}
body.warranty-index-index .empty-order {
  margin: 50px 0;
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
body.warranty-index-index .callback-message-container {
  text-align: center;
  text-transform: inherit !important;
  padding: 0;
}
body.warranty-index-index .callback-message-container h1 {
  text-align: center;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
body.warranty-index-index .callback-message-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
}
body.warranty-index-index .subscription-form-wrapper {
  display: none;
  margin-top: 40px;
  margin-bottom: 100px;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter {
  max-width: 620px;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .block-title.h3 p {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .block-title.h3 h2 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .control span,
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .control span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter #accept {
  border-color: #000000;
  vertical-align: middle;
  margin-top: -4px;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter #accept.mage-error + .accept-label:after {
  content: none;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .actions {
  margin-top: 40px;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .actions button {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  max-width: 260px;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .actions button.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.warranty-index-index .subscription-form-wrapper .widget-newsletter.newsletter .actions button:hover {
  color: #ffffff !important;
}
body.warranty-index-index .subscription-form-wrapper .widget-inner.block-content.output {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container {
    position: absolute;
    height: 100%;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container {
  position: absolute;
  height: 100%;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container {
  position: absolute;
  height: 100%;
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}
.e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container img {
  min-height: 520px;
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container img {
  height: 100%;
  width: auto !important;
  max-width: none !important;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container img {
  height: 100%;
  width: auto !important;
  max-width: none !important;
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-container img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: inherit;
  width: inherit;
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container {
    padding: 100px 0;
    position: inherit;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container {
  padding: 100px 0;
  position: inherit;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container {
  padding: 100px 0;
  position: inherit;
}
.e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container.dark-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}
.e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 66px;
  font-weight: 100;
  line-height: 0.8em;
  color: #ffffff;
  margin: 20px auto 40px auto;
  text-transform: inherit !important;
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
}
.e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
  max-width: 730px;
}
.e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
    display: block;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .main.content.row.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
    display: block;
  }
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .menu-block.dark.content.row {
    display: none;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .menu-block.dark.content.row {
  display: none;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .menu-block.dark.content.row {
  display: none;
}
.e2e-page-container.page-metalfinish .menu-block.dark.content.row ul li {
  display: inline-block;
  margin: 0;
}
@media (min-width: 1200px) {
  .e2e-page-container.page-metalfinish .menu-block.dark.content.row ul li {
    margin: 0 2%;
  }
}
.e2e-page-container.page-metalfinish .menu-block.dark.content.row ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 2em;
  color: #ffffff;
  width: 170px;
  display: inline-block;
  background: none;
}
.e2e-page-container.page-metalfinish .menu-block.dark.content.row ul li a span {
  text-align: center;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
}
.e2e-page-container.page-metalfinish .menu-block.dark.content.row ul li a span span {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}
.e2e-page-container.page-metalfinish .metal-items-block {
  padding: 100px 15px 50px 15px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block {
    padding: 150px 75px;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block {
  padding: 150px 75px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block {
    padding: 150px 75px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block {
    padding: 150px 75px;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block.gray-bg {
  background: #f6f6f6;
}
.e2e-page-container.page-metalfinish .metal-items-block .block-title {
  text-align: center;
}
.e2e-page-container.page-metalfinish .metal-items-block .block-title h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 56px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
  margin: 0;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 66px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 66px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 66px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 66px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .block-title h1 span {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 span {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 44px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 span {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 span {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 44px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title h1 span {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 44px;
    font-weight: 100;
    line-height: 0.8em;
    color: #000000;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .block-title hr {
  width: 80px;
  margin: 25px auto 75px auto;
  border-color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .block-title hr {
    margin: 50px auto 100px auto;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .block-title hr {
  margin: 50px auto 100px auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title hr {
    margin: 50px auto 100px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .block-title hr {
    margin: 50px auto 100px auto;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item {
  padding: 0 25px !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
    margin-bottom: 0;
  }
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
    clear: none;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
  margin-bottom: 0;
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
  clear: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
    margin-bottom: 0;
  }
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
    clear: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
    margin-bottom: 0;
  }
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
    margin-bottom: 50px;
  }
  .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
    clear: left;
  }
}
html.ipad.portrait .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
  margin-bottom: 50px;
}
html.ipad.portrait .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
  clear: left;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .metal-items-block .metal-item {
  margin-bottom: 50px;
}
html.legacy-ipad .e2e-page-container.page-metalfinish .metal-items-block .metal-item.col-lg-3.col-md-3.col-sm-6:nth-child(3n) {
  clear: left;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-image img {
  width: 100%;
  height: auto;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-body h3 {
  margin: 30px 0 30px;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-body h3 a {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-transform: inherit;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-body h3 a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  margin: 0 0 30px 0;
  max-width: 400px;
}
.e2e-page-container.page-metalfinish .metal-items-block .metal-item .metal-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 0.8em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  text-transform: uppercase;
}
.e2e-page-container.page-metalfinish .metal-items-block .text-only {
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .text-only {
    text-align: left;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .text-only {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-only {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-only {
    text-align: left;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .text-only p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.1em;
  color: #000000;
  max-width: 980px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .text-only p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 56px;
    font-weight: 100;
    line-height: 1.1em;
    color: #000000;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .text-only p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 56px;
  font-weight: 100;
  line-height: 1.1em;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-only p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 56px;
    font-weight: 100;
    line-height: 1.1em;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-only p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 56px;
    font-weight: 100;
    line-height: 1.1em;
    color: #000000;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only {
  text-align: center;
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 56px;
  font-weight: 100;
  line-height: 1.1em;
  color: #000000;
  max-width: 980px;
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p:last-of-type {
  margin-bottom: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p:last-of-type {
    margin-bottom: 0;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only p:last-of-type {
    margin-bottom: 0;
  }
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border: 1px solid #000000;
  display: block;
  margin: 0 auto 25px auto;
  /* Landscape */
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta {
    display: inline-block;
    margin: 0 2.5px;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta {
  display: inline-block;
  margin: 0 2.5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta {
    display: inline-block;
    margin: 0 2.5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .metal-items-block .text-centered-only a.cta {
    display: inline-block;
    margin: 0 2.5px;
  }
}
.e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 {
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 {
    padding: 0 75px;
    padding-left: 0;
  }
  html:not(.ipad) .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 .text-only p {
    max-width: 610px;
    float: right;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 {
  padding: 0 75px;
  padding-left: 0;
}
html.ipad.landscape .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 .text-only p {
  max-width: 610px;
  float: right;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 {
    padding: 0 75px;
    padding-left: 0;
  }
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 .text-only p {
    max-width: 610px;
    float: right;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 {
    padding: 0 75px;
    padding-left: 0;
  }
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6 .text-only p {
    max-width: 610px;
    float: right;
  }
}
.e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type {
  margin-top: 100px;
  margin-bottom: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type {
    margin-top: 0;
    padding-right: 0;
    padding-left: 75px;
  }
  html:not(.ipad) .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type .text-only p {
    float: left;
    max-width: 640px;
  }
}
html.ipad.landscape .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type {
  margin-top: 0;
  padding-right: 0;
  padding-left: 75px;
}
html.ipad.landscape .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type .text-only p {
  float: left;
  max-width: 640px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type {
    margin-top: 0;
    padding-right: 0;
    padding-left: 75px;
  }
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type .text-only p {
    float: left;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type {
    margin-top: 0;
    padding-right: 0;
    padding-left: 75px;
  }
  .e2e-page-container.page-metalfinish .exclusive-block .col-lg-6.col-md-6:last-of-type .text-only p {
    float: left;
    max-width: 640px;
  }
}
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image h1,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image h1,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container-without-image h1 {
  margin: 30px auto 10px;
  font-size: 48px;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    padding: 0;
    height: 75px;
  }
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.landscape body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.landscape body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 180vw;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: inherit !important;
    display: block;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
    margin: 0 100px 0 0 !important;
    line-height: 75px;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type {
    margin-left: 50px !important;
  }
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type {
    margin-right: 50px !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  padding: 0;
  height: 75px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.landscape html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.landscape html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: inherit !important;
  display: block;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
  margin: 0 100px 0 0 !important;
  line-height: 75px;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type {
  margin-left: 50px !important;
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type {
  margin-right: 50px !important;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  padding: 0;
  height: 75px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html:not(.ipad) html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.landscape html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
html.ipad.landscape html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
  html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.ipad.portrait html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul {
  width: inherit !important;
  display: block;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li {
  margin: 0 100px 0 0 !important;
  line-height: 75px;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:first-of-type {
  margin-left: 50px !important;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default div.menu-block.sticky-menu div.page-menu ul li:last-of-type {
  margin-right: 50px !important;
}
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta {
    margin-top: 50px;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta {
  margin-top: 50px;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta {
  margin-top: 50px;
}
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
  body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
  body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a {
    margin-bottom: 20px;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
html.ipad.portrait body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
html.ipad.portrait body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a {
  margin-bottom: 20px;
}
html.legacy-ipad body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
html.legacy-ipad body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a,
html.legacy-ipad body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .multiple-inline-buttons .cta a {
  margin-bottom: 20px;
}
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default #transitional4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default #transitional4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default #transitional4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default #classic4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default #classic4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default #classic4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default #modern4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default #modern4 .multiple-inline-buttons .cta,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default #modern4 .multiple-inline-buttons .cta {
  margin-bottom: 100px;
}
body.cms-fixture-suites-classic div.e2e-page-container.layout-e2e-default .product-list .product.slick-slide .price-box .from-pricing,
body.cms-fixture-suites-transitional div.e2e-page-container.layout-e2e-default .product-list .product.slick-slide .price-box .from-pricing,
body.cms-fixture-suites-modern div.e2e-page-container.layout-e2e-default .product-list .product.slick-slide .price-box .from-pricing {
  -ms-flex-pack: center;
      justify-content: center;
}
.cta-container .cta {
  margin-top: 0;
}
body.cms-statement-maker-faucets > .page-wrapper > .breadcrumbs > .page-main {
  max-width: 100% !important;
}
body.cms-statement-maker-faucets .e2e-page-container section.products-row {
  -ms-flex-pack: center;
  justify-content: left;
}
body.ipad:not(.legacy-ipad).portrait .col-ipad-portrait-12 {
  width: 100%;
}
body.ipad:not(.legacy-ipad).portrait .col-ipad-portrait-6 {
  width: 50%;
  float: left;
}
body.ipad:not(.legacy-ipad).portrait .hidden-ipad-portrait {
  display: none;
}
body.ipad:not(.legacy-ipad).landscape .col-ipad-landscape-12 {
  width: 100%;
}
body.ipad:not(.legacy-ipad).landscape .col-ipad-landscape-6 {
  width: 50%;
  float: left;
}
body.ipad:not(.legacy-ipad).landscape .col-ipad-landscape-6 {
  width: calc( 100% / 3 );
}
body.legacy-ipad .col-ipad-legacy-12 {
  width: 100%;
  float: none;
}
body.legacy-ipad .col-ipad-legacy-6 {
  width: 50%;
  float: left;
}
body.legacy-ipad .hidden-ipad-portrait {
  display: none;
}
body .row {
  clear: both;
}
.lead-generation-wrapper {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 10px 40px;
  clear: both;
}
.lead-generation-wrapper .notification_response_msg {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.lead-generation-wrapper .lead-form-head h5 {
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0;
  margin: 0 0 10px;
}
.lead-generation-wrapper .lead-form-head h4 {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
  font-weight: 200;
  padding: 0;
  margin: 0 0 30px;
}
.lead-generation-wrapper .lead-form-after-head {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data {
  width: 50%;
  padding-right: 10px;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 200;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data .title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}
@media (min-width: 768px) {
  .lead-generation-wrapper .lead-form-after-head .lead-form-product-data .title {
    width: 100%;
  }
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data .details {
  font-size: 10px;
  line-height: 1.5em;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data .details span {
  display: none;
  color: #000000;
}
@media (min-width: 768px) {
  .lead-generation-wrapper .lead-form-after-head .lead-form-product-data .details span {
    display: block;
  }
}
.lead-generation-wrapper .lead-form-after-head .lead-form-product-data .details span.stock-status {
  font-weight: 400;
  color: #000000;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-support {
  width: 50%;
  text-align: right;
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2em;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-support a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.lead-generation-wrapper .lead-form-after-head .lead-form-support a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.lead-generation-wrapper .lead-generation-form {
  clear: both;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li:nth-child(even) {
  float: right;
  padding-right: 0;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li:not(.field-type-checkbox) label {
  display: none;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input::-webkit-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select::-webkit-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input::-moz-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select::-moz-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input::-ms-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select::-ms-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input::placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select::placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input[type="checkbox"],
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select[type="checkbox"],
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input[type="checkbox"]:before,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select[type="checkbox"]:before,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input[type="checkbox"]:checked,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select[type="checkbox"]:checked,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea[type="checkbox"]:checked {
  border-color: #999999;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input[type="checkbox"]:checked:before,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select[type="checkbox"]:checked:before,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea[type="checkbox"]:checked:before {
  opacity: 1;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li input:disabled,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li select:disabled,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li textarea:disabled {
  opacity: 1;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select {
  border-bottom: 1px solid #000000;
  position: relative;
  color: #000000;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select span {
  display: block;
  cursor: pointer;
  font-weight: 300;
  text-transform: initial;
  font-size: 11px;
  padding: 11px 0 12px;
  position: relative;
  z-index: 1;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select ul {
  position: absolute;
  display: none;
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #000000;
  z-index: 9;
  max-height: 257px;
  overflow-y: auto;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select ul li {
  float: none;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  text-transform: initial;
  border-bottom: 1px solid #000000;
  color: #000000;
  background: #ffffff;
  display: block;
  padding: 8px 10px;
  margin: 0;
  cursor: pointer;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select ul li:hover,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select ul li:focus {
  background: #000000;
  color: #ffffff;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select ul li:last-child {
  border-bottom: none;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select.open + i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select i.fa.fa-angle-down {
  background: url('../images/icon-dropbox.png');
  width: 17px;
  height: 15px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  z-index: 0;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select i.fa.fa-angle-down::before {
  content: '';
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select.select-with-groups .current-opt {
  max-height: 38px;
  overflow: hidden;
  white-space: nowrap;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select.select-with-groups ul li.group {
  display: block;
  padding: 10px;
  background: #f6f6f6;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select.select-with-groups ul li.group:hover,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li .fancy-form-select.select-with-groups ul li.group:focus {
  background: #f6f6f6;
  color: #000000 !important;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.comment-field,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.subscription-field,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.privacy-field,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.message-field {
  width: 100%;
  padding-right: 0;
  float: none;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.comment-field label,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.subscription-field label,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.privacy-field label,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.message-field label {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.comment-field label a,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.subscription-field label a,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.privacy-field label a,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.message-field label a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.comment-field label a:hover,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.subscription-field label a:hover,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.privacy-field label a:hover,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.message-field label a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.subscription-field {
  padding-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.privacy-field {
  text-align: center;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error {
  position: relative;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error input,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error textarea,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error .fancy-form-select {
  border-color: #e02b27;
  color: #e02b27;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error input::-webkit-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error textarea::-webkit-input-placeholder,
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error .fancy-form-select::-webkit-input-placeholder {
  color: #e02b27;
}
.lead-generation-wrapper .lead-generation-form .lead-form-fields li.error p.form-error.uppercase {
  position: absolute;
  width: 100%;
  font-size: 10px;
  font-weight: 200;
  color: #e02b27;
  margin: 0;
  padding: 0;
}
.lead-generation-wrapper .lead-generation-form .lead-form-actions {
  clear: both;
  margin-bottom: 30px;
}
.lead-generation-wrapper .lead-generation-form .lead-form-actions input[type="submit"] {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
}
.lead-generation-wrapper .lead-generation-form .lead-form-actions input[type="submit"].disabled {
  opacity: 0.5;
  cursor: wait;
}
.lead-generation-wrapper .lead-generation-form .callback-message-container {
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2em;
}
.lead-generation-wrapper .lead-generation-form .callback-message-container.error {
  color: #e02b27;
}
.lead-generation-wrapper .lead-generation-form .callback-message-container.success,
.lead-generation-wrapper .lead-generation-form .callback-message-container.error {
  padding: 30px 0 30px;
}
.lead-generation-wrapper .lead-form-footer {
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
.lead-generation-wrapper .lead-form-footer a {
  color: #000000;
}
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.company-field {
  width: 100%;
  float: none;
  padding-right: 0;
}
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.phone-field,
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.zip-field,
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.client-type-field {
  float: none;
  padding-right: 10px;
}
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.lastname-field,
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.email-field,
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.country-field,
.lead-generation-wrapper.form-product-expert .lead-generation-form .lead-form-fields li.contact-method-field {
  float: right;
  padding-right: 0;
}
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.company-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.company-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.comment-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.comment-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.street-address-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.street-address-field {
  width: 100%;
  float: none;
  padding-right: 0;
}
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.zip-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.zip-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.preferred-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.preferred-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.email-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.email-field {
  float: none;
  padding-right: 10px;
}
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.lastname-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.lastname-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.country-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.country-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.contact-method-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.contact-method-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-pdp .lead-generation-form .lead-form-fields li.phone-field,
.lead-generation-wrapper.form-general .lead-generation-form .lead-form-fields li.phone-field {
  float: right;
  padding-right: 0;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.company-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field {
  width: 100%;
  float: none;
  padding-right: 0;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.zip-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.preferred-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.email-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.name-field {
  float: none;
  padding-right: 10px;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.lastname-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.country-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.contact-method-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.client-type-field,
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.phone-field {
  float: right;
  padding-right: 0;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  width: 105px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: transparent;
  position: absolute;
  margin-top: -1px;
}
html.ipad .lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field label {
  margin-top: 0;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field label:after {
  content: ':';
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field input {
  padding-left: 110px;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field input::-webkit-input-placeholder {
  display: none !important;
  opacity: 0 !important;
}
.lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.order-number-field.error label {
  color: #e02b27;
}
@media (max-width: 480px) {
  .lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li {
    width: 100% !important;
    float: none;
  }
}
@media (max-width: 480px) {
  .lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.field-type-checkbox {
    margin-bottom: 10px;
  }
  .lead-generation-wrapper.form-warranty .lead-generation-form .lead-form-fields li.field-type-checkbox .label-for {
    display: inline;
  }
}
.lead-form-modal-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.lead-form-modal-wrapper > div {
  position: absolute;
  z-index: 15;
  background: #ffffff;
  width: 95%;
  max-width: 540px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-height: 95%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .lead-form-modal-wrapper > div {
    height: auto;
  }
}
.lead-form-modal-wrapper .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .lead-form-modal-wrapper .modal-close {
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: 100;
  }
}
.datepicker-field {
  padding-bottom: 50px;
  margin: 0 auto;
  clear: both;
}
.datepicker-wrapper {
  padding-top: 30px;
}
.datepicker-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.datepicker-wrapper .datepicker-title {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .datepicker-wrapper .datepicker-content.mtr-datepicker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
html.ipad.portrait .datepicker-wrapper .datepicker-content.mtr-datepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
html.legacy-ipad .datepicker-wrapper .datepicker-content.mtr-datepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-clearfix {
  clear: inherit !important;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:first-of-type {
  float: right;
}
@media (max-width: 768px) {
  .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:first-of-type {
    float: none;
    -ms-flex-order: 2;
        order: 2;
    width: 170px;
    margin: 0 auto;
  }
}
html.ipad.portrait .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:first-of-type {
  float: none;
  -ms-flex-order: 2;
      order: 2;
  width: 170px;
  margin: 0 auto;
}
html.legacy-ipad .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:first-of-type {
  float: none;
  -ms-flex-order: 2;
      order: 2;
  width: 170px;
  margin: 0 auto;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:nth-last-of-type(2) {
  float: left;
}
@media (max-width: 768px) {
  .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:nth-last-of-type(2) {
    float: none;
    -ms-flex-order: 1;
        order: 1;
    width: 186px;
    margin: 0 auto;
  }
}
html.ipad.portrait .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:nth-last-of-type(2) {
  float: none;
  -ms-flex-order: 1;
      order: 1;
  width: 186px;
  margin: 0 auto;
}
html.legacy-ipad .datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row:nth-last-of-type(2) {
  float: none;
  -ms-flex-order: 1;
      order: 1;
  width: 186px;
  margin: 0 auto;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-input-slider:hover .mtr-content {
  background: #e1e1e1;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-content {
  border: 1px solid #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-content .mtr-default-value-holder,
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-content .mtr-default-value,
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-content .mtr-default-value-name {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-content .mtr-default-value {
  line-height: 45px;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-arrow span {
  background: url('../images/icons/mtr-datepicker-arrows.png') center center no-repeat;
  height: 8px;
  width: 13px;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-arrow.up {
  padding-top: 6px;
  margin-bottom: 1px;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-arrow.up span {
  background-position: top center;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-arrow.down {
  margin-top: 1px;
  padding-top: 6px;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row .mtr-arrow.down span {
  background-position: bottom center;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm {
  width: 33px;
  margin-right: 0;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio {
  margin-top: 15px;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 33px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  line-height: 20.5px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio label span.value {
  width: 100%;
  text-align: center;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio label span.radio {
  display: none;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio label:hover {
  background: #e1e1e1;
  border-color: #e1e1e1;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio input[type="radio"] {
  width: 20px;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 20px;
  height: 20px;
  display: none;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio input[type="radio"]:checked {
  border-color: #000000;
  background: #000000;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio input[type="radio"]:checked + label {
  border-color: #000000;
  cursor: default;
}
.datepicker-wrapper .datepicker-content.mtr-datepicker .mtr-row #appointment_picker-input-ampm.mtr-input-radio input[type="radio"]:checked + label:hover {
  border-color: #000000;
  background: transparent;
}
.datepicker-wrapper.calendar-picker {
  max-width: 100%;
}
.datepicker-wrapper.calendar-picker * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
}
.datepicker-wrapper.calendar-picker #appointment_picker {
  width: 100%;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .datepicker-wrapper.calendar-picker #appointment_picker {
    float: left;
    width: calc(70% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
}
html.ipad.landscape .datepicker-wrapper.calendar-picker #appointment_picker {
  float: left;
  width: calc(70% - 10px);
  margin-right: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker {
    float: left;
    width: calc(70% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker {
    float: left;
    width: calc(70% - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.datepicker-wrapper.calendar-picker #appointment_picker_time {
  margin: 0 auto 40px auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .datepicker-wrapper.calendar-picker #appointment_picker_time {
    float: right;
    width: 30%;
    margin: 0;
  }
}
html.ipad.landscape .datepicker-wrapper.calendar-picker #appointment_picker_time {
  float: right;
  width: 30%;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker_time {
    float: right;
    width: 30%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker_time {
    float: right;
    width: 30%;
    margin: 0;
  }
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-widget-header,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-datepicker-buttonpane,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui_tpicker_time_label,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui_tpicker_time,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui_tpicker_hour_label,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui_tpicker_minute_label {
  display: none;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div {
  padding: 10px 0 0 0;
  border: 1px solid #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div {
    margin-top: 80px;
  }
}
html.ipad.landscape .datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div {
  margin-top: 80px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div {
    margin-top: 80px;
  }
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div:after {
  content: '';
  display: block;
  clear: both;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div dl {
  display: block;
  text-align: center;
  margin: 0;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div dl .ui_tpicker_hour {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  display: inline-block;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div dl .ui_tpicker_hour .ui_tpicker_hour_slider:after {
  content: ':';
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div dl .ui_tpicker_minute {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  display: inline-block;
}
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div .ui_tpicker_hour select,
.datepicker-wrapper.calendar-picker #appointment_picker_time .ui-timepicker-div .ui_tpicker_minute select {
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.datepicker-wrapper.calendar-picker .ui-datepicker-inline.ui-datepicker {
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.datepicker-wrapper.calendar-picker table.ui-datepicker-calendar {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .datepicker-wrapper.calendar-picker table.ui-datepicker-calendar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
html.ipad.landscape .datepicker-wrapper.calendar-picker table.ui-datepicker-calendar {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker table.ui-datepicker-calendar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .datepicker-wrapper.calendar-picker table.ui-datepicker-calendar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar td,
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar th {
  border: 1px solid #000000;
  width: 44px;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span,
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar td a {
  line-height: 20px;
  padding: 4px;
  display: block;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #f6f6f6;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  font-weight: 600;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #000000;
  color: #ffffff;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #CCCCCC;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-prev span,
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-next span {
  border-color: transparent #000000 transparent transparent;
}
.datepicker-wrapper.calendar-picker .ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #000000;
}
.field-wrapper.error .mtr-datepicker * {
  color: #e02b27 !important;
  border-color: #e02b27 !important;
}
.field-wrapper.error.datepicker-field .form-error {
  margin-top: -10px;
}
section[class^='lead-form-checkout-'] .lead-form-after-head .lead-form-product-data .details span.stock-status,
section[class*=' lead-form-checkout-'] .lead-form-after-head .lead-form-product-data .details span.stock-status,
section.lead-form-minicart .lead-form-after-head .lead-form-product-data .details span.stock-status {
  display: none;
}
.page-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 0;
  }
}
html.ipad.portrait .page-header {
  margin-bottom: 0;
}
html.legacy-ipad .page-header {
  margin-bottom: 0;
}
.page-header .header-container div.header-bottom {
  margin-top: -27px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
@media (max-width: 992px) {
  .page-header .header-container div.header-bottom {
    margin-top: -37px;
  }
}
@media (max-width: 768px) {
  .page-header .header-container div.header-bottom {
    clear: unset;
    margin-top: -50px;
    padding-bottom: 34px;
  }
}
html.ipad.portrait .page-header .header-container div.header-bottom {
  clear: unset;
  margin-top: -50px;
  padding-bottom: 34px;
}
html.legacy-ipad .page-header .header-container div.header-bottom {
  clear: unset;
  margin-top: -50px;
  padding-bottom: 34px;
}
html.ipad.portrait .page-header .hidden-md {
  display: block !important;
}
html.ipad.portrait .page-header .hidden-xs {
  display: none !important;
}
.page-header .header-container .header-top {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 23px 20px 0 20px;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top {
    display: block;
    padding-top: 35px;
    padding-bottom: 0;
  }
}
html.ipad.portrait .page-header .header-container .header-top {
  display: block;
  padding-top: 35px;
  padding-bottom: 0;
}
html.legacy-ipad .page-header .header-container .header-top {
  display: block;
  padding-top: 35px;
  padding-bottom: 0;
}
.page-header .header-container .header-top .tertiary-block-wrapper {
  padding: 0;
  white-space: nowrap;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul {
  margin: 0;
  padding: 0;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul li {
  margin: 0;
  display: inline;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul li a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul li a.active {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .header-top .tertiary-block-wrapper ul li:last-of-type {
  margin-left: 20px;
}
.page-header .header-container .header-top .secondary-block-wrapper {
  padding: 0;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  float: right;
  width: 30%;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .secondary-block-wrapper {
    margin-top: -82px;
  }
}
html.ipad.portrait .page-header .header-container .header-top .secondary-block-wrapper {
  margin-top: -82px;
}
html.legacy-ipad .page-header .header-container .header-top .secondary-block-wrapper {
  margin-top: -82px;
}
@media (max-width: 1350px) {
  .page-header .header-container .header-top .secondary-block-wrapper {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .page-header .header-container .header-top .secondary-block-wrapper {
    width: inherit;
  }
}
.page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
@media (max-width: 1200px) {
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 1350px) {
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li {
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li {
    margin: 0 0 0 15px;
  }
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li:first-of-type {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li:last-of-type a {
    max-width: 43px;
    display: inline-block;
  }
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li:last-of-type a span.logged-in {
    display: none;
  }
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li:last-of-type a.logged {
    max-width: 75px;
  }
  .page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li:last-of-type a.logged:after {
    content: 'My Account';
  }
}
.page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #333333;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .header-top .secondary-block-wrapper ul.nav-links.top-links li a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .header-top .search-wrapper,
.page-header .header-container .header-bottom .search-wrapper {
  padding-left: 30px;
  border: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper,
  .page-header .header-container .header-bottom .search-wrapper {
    width: 100%;
    padding: 0;
    border: 0;
    margin-top: -20px !important;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper {
  width: 100%;
  padding: 0;
  border: 0;
  margin-top: -20px !important;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper {
  width: 100%;
  padding: 0;
  border: 0;
  margin-top: -20px !important;
}
.page-header .header-container .header-top .search-wrapper .block-search,
.page-header .header-container .header-bottom .search-wrapper .block-search {
  float: right;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 32px;
  margin-top: -6px;
  text-align: right;
  position: initial !important;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search,
  .page-header .header-container .header-bottom .search-wrapper .block-search {
    margin-top: 5px;
    text-align: center;
    display: block;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search {
  margin-top: 5px;
  text-align: center;
  display: block;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search {
  margin-top: 5px;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search .field.search,
  .page-header .header-container .header-bottom .search-wrapper .block-search .field.search {
    text-align: center;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search .field.search,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search .field.search {
  text-align: center;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search .field.search,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search .field.search {
  text-align: center;
}
.page-header .header-container .header-top .search-wrapper .block-search .field.search label.label,
.page-header .header-container .header-bottom .search-wrapper .block-search .field.search label.label {
  display: none;
}
.page-header .header-container .header-top .search-wrapper .block-search .field.search .control,
.page-header .header-container .header-bottom .search-wrapper .block-search .field.search .control {
  position: initial;
  text-align: center;
}
.page-header .header-container .header-top .search-wrapper .block-search input.aa-Input,
.page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  color: #333333;
  border: 1px solid #999999;
  width: 100%;
  height: 32px;
  padding-left: 30px;
  padding-right: 0;
  font-style: normal;
  box-shadow: none !important;
  background: url('../images/icons/search.svg') 9px center no-repeat;
  background-size: 14px;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search input.aa-Input,
  .page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search input.aa-Input,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search input.aa-Input,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.page-header .header-container .header-top .search-wrapper .block-search input.aa-Input::-webkit-input-placeholder,
.page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input::-webkit-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  font-style: normal;
}
.page-header .header-container .header-top .search-wrapper .block-search input.aa-Input::-moz-placeholder,
.page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input::-moz-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  font-style: normal;
}
.page-header .header-container .header-top .search-wrapper .block-search input.aa-Input::-ms-input-placeholder,
.page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input::-ms-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  font-style: normal;
}
.page-header .header-container .header-top .search-wrapper .block-search input.aa-Input::placeholder,
.page-header .header-container .header-bottom .search-wrapper .block-search input.aa-Input::placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  font-style: normal;
}
.page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input,
.page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input {
  background: #ffffff;
  height: 32px;
  width: 134px !important;
  max-width: inherit;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  transition: width 0.4s;
  transition-delay: 0.5s;
}
@media (max-width: 1200px) {
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input {
    width: 23px !important;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input input#search,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input input#search {
    border: 0;
    line-height: 32px;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input input#search::-webkit-input-placeholder,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input input#search::-webkit-input-placeholder {
    line-height: 30px;
    font-style: normal;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input input#search::-moz-placeholder,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input input#search::-moz-placeholder {
    line-height: 30px;
    font-style: normal;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input input#search::-ms-input-placeholder,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input input#search::-ms-input-placeholder {
    line-height: 30px;
    font-style: normal;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input input#search::placeholder,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input input#search::placeholder {
    line-height: 30px;
    font-style: normal;
  }
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 134px !important;
    border: 1px solid #999999;
  }
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe {
    display: block !important;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 134px !important;
  border: 1px solid #999999;
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe {
  display: block !important;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 134px !important;
  border: 1px solid #999999;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe {
  display: block !important;
}
.page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe,
.page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe {
  display: block !important;
  background: transparent;
}
@media (max-width: 1200px) {
  .page-header .header-container .header-top .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe,
  .page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-wrapper-input button.amsearch-loupe {
    display: none !important;
  }
}
.page-header .header-container .header-top .search-wrapper .block-search button.action.search.submit,
.page-header .header-container .header-bottom .search-wrapper .block-search button.action.search.submit {
  display: none;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete {
  left: 0;
  max-width: inherit;
  position: absolute;
  background: #f6f6f6;
  display: block !important;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  box-shadow: none;
  top: initial !important;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete {
    left: -16px;
    overflow-y: auto;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete {
  left: -16px;
  overflow-y: auto;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete {
  left: -16px;
  overflow-y: auto;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results {
  background: #f6f6f6;
  padding: 0;
  margin: 0 auto;
  max-width: calc(100% - 420px);
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results {
    max-width: 100%;
    padding: 30px 53px;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results {
  max-width: 100%;
  padding: 30px 53px;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results {
  max-width: 100%;
  padding: 30px 53px;
}
@media (max-width: 992px) {
  html:not(.ipad) .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results,
  html:not(.ipad) .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results {
    max-width: 100%;
    padding: 30px 53px;
  }
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  width: 100% !important;
  min-width: inherit;
  max-width: 100%;
  border: 0;
  text-align: center;
  background: transparent !important;
  padding: 30px 0 0;
  /* Landscape */
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
    padding: 0;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  padding: 0;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  padding: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  html:not(.ipad) .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  html:not(.ipad) .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
  html:not(.ipad) .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
    width: 25% !important;
  }
}
html.ipad.landscape .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.ipad.landscape .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
html.ipad.landscape .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
html.ipad.landscape .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  width: 25% !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
    width: 25% !important;
  }
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  color: #000000 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 1em;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-align: left;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a:hover,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a:hover,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a:hover,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a:hover,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a:hover,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a:hover,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a:hover,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a .amsearch-highlight,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header a .amsearch-highlight,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a .amsearch-highlight,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header a .amsearch-highlight,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a .amsearch-highlight,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item a .amsearch-highlight,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a .amsearch-highlight,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item a .amsearch-highlight {
  line-height: inherit;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  background: transparent;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header.focused,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header.focused,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header.focused,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header.focused,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item.focused,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item.focused,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item.focused,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item.focused {
  text-decoration: none;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header.focused a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header.focused a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header.focused a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header.focused a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item.focused a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item.focused a,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item.focused a,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item.focused a {
  background-size: 100% 1px;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item:last-of-type,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item:last-of-type,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item:last-of-type,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item:last-of-type {
  margin-bottom: 0;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amasty-xsearch-block-header,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amasty-xsearch-block-header {
  margin-bottom: 25px;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container {
  margin-bottom: 0;
  background: transparent;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container {
    padding: 0;
  }
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type {
    padding-top: 50px;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container {
  padding: 0;
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type {
  padding-top: 50px;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container,
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container {
  padding: 0;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container:last-of-type,
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-item-container:last-of-type {
  padding-top: 50px;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information {
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information {
    padding-left: 0;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information {
  padding-left: 0;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-leftside .amsearch-autocomplete-information,
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products .amsearch-autocomplete-information {
  padding-left: 0;
}
.page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products.-waste,
.page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products.-waste {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  color: #000000;
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
  .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
    padding-top: 50px;
  }
}
html.ipad.portrait .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
html.ipad.portrait .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  padding-top: 50px;
}
html.legacy-ipad .page-header .header-container .header-top .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products,
html.legacy-ipad .page-header .header-container .header-bottom .search-wrapper .block-search #search_autocomplete .amsearch-results .amsearch-products {
  padding-top: 50px;
}
.page-header .header-container .header-top .search-wrapper .block-search .amsearch-close,
.page-header .header-container .header-bottom .search-wrapper .block-search .amsearch-close {
  display: none !important;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch {
  width: 134px;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.ready,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.ready {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input {
  width: 100% !important;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input input#search,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input input#search {
  border: 1px solid #999999;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input button.amsearch-loupe,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.-opened .amsearch-wrapper-input button.amsearch-loupe {
  display: block !important;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.-opened.-result #search_autocomplete,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.-opened.-result #search_autocomplete {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.page-header .header-container .header-top .search-wrapper .block-search form.minisearch.-opened.-result .amsearch-close,
.page-header .header-container .header-bottom .search-wrapper .block-search form.minisearch.-opened.-result .amsearch-close {
  display: block !important;
}
.header-bottom .logo-wrapper {
  visibility: visible;
  opacity: 1;
  transition: 0.2s linear all;
  transition-delay: 1s;
  /*&.search-opened {
		visibility: hidden;
		opacity: 0;
		transition-delay: 0s;
	}*/
}
form.aa-Form {
  width: 134px;
  display: block;
  transition: width 0.4s;
  transition-delay: 0.5s;
  margin-left: auto;
  margin-right: auto;
  float: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) form.aa-Form {
    text-align: right;
    float: right;
    margin-right: 0;
  }
}
html.ipad.landscape form.aa-Form {
  text-align: right;
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  form.aa-Form {
    text-align: right;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  form.aa-Form {
    text-align: right;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  form.aa-Form {
    width: 85px;
    text-align: right;
    float: right;
  }
}
html.ipad.landscape form.aa-Form {
  width: 95px;
  text-align: right;
  float: right;
}
@media (max-width: 768px) {
  form.aa-Form {
    width: 134px;
    text-align: right;
    float: none !important;
  }
}
html.ipad.portrait form.aa-Form {
  width: 134px;
  text-align: right;
  float: none !important;
}
html.legacy-ipad form.aa-Form {
  width: 134px;
  text-align: right;
  float: none !important;
}
form.aa-Form.ready {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
form.aa-Form .aa-InputWrapperSuffix {
  display: none;
}
form.aa-Form .algolia-autocomplete {
  transition: width 0.4s;
  transition-delay: 0.5s;
}
form.aa-Form button#algolia-glass {
  left: 0;
  right: inherit;
  background: none;
}
form.aa-Form .aa-InputWrapperPrefix {
  position: absolute;
  top: 17px;
  width: 26px;
  height: 32px;
}
form.aa-Form .aa-InputWrapperPrefix label.aa-Label {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
}
form.aa-Form .aa-InputWrapperPrefix label.aa-Label .aa-SubmitButton {
  position: initial;
  width: 100%;
  height: 100%;
}
form.aa-Form .aa-InputWrapperPrefix label.aa-Label .aa-SubmitButton .aa-SubmitIcon {
  display: none;
}
form.aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator {
  position: absolute;
  top: 6px;
  left: 4px;
  background: white;
}
#algolia-autocomplete-container {
  width: 100% !important;
  left: 0 !important;
  max-width: inherit;
  background: #f6f6f6;
  box-shadow: none;
  top: initial !important;
}
@media (max-width: 768px) {
  #algolia-autocomplete-container {
    position: absolute;
    height: 100%;
    display: none !important;
  }
}
html.ipad.portrait #algolia-autocomplete-container {
  position: absolute;
  height: 100%;
  display: none !important;
}
html.legacy-ipad #algolia-autocomplete-container {
  position: absolute;
  height: 100%;
  display: none !important;
}
#algolia-autocomplete-container .aa-dropdown-menu {
  left: 0 !important;
  right: inherit !important;
  background: #f6f6f6 !important;
  padding: 0;
  margin: 0 auto !important;
  width: 100% !important;
  border: 0 !important;
  border-top: 10px solid #ffffff !important;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper {
  margin: 0 auto;
  max-width: calc(100% - 420px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: inherit;
      flex-direction: inherit;
}
@media (max-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper {
    max-width: 100%;
    padding: 30px 53px;
  }
}
html.ipad.portrait #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper {
  max-width: 100%;
  padding: 30px 53px;
}
html.legacy-ipad #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper {
  max-width: 100%;
  padding: 30px 53px;
}
@media (max-width: 992px) {
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper {
    max-width: 100%;
    padding: 30px 53px;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
  width: 100% !important;
  min-width: inherit;
  max-width: 100%;
  border: 0;
  text-align: left;
  background: transparent !important;
  padding: 30px 0 0;
  margin: 0;
  display: block;
  /* Landscape */
}
@media (max-width: 768px) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
    padding: 0;
  }
}
html.ipad.portrait #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
html.ipad.portrait #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
html.ipad.portrait #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
  padding: 0;
}
html.legacy-ipad #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
html.legacy-ipad #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
html.legacy-ipad #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
  padding: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
    width: 25% !important;
  }
}
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
  width: 25% !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
    width: 25% !important;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions {
  display: block;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products .aa-suggestion,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products .aa-suggestion,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products .aa-suggestion,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions .aa-suggestion,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions .aa-suggestion,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions .aa-suggestion {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products .aa-suggestion a,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products .aa-suggestion a,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products .aa-suggestion a,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions .aa-suggestion a,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions .aa-suggestion a,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions .aa-suggestion a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding: 0;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products .aa-suggestion a:hover,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products .aa-suggestion a:hover,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products .aa-suggestion a:hover,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions .aa-suggestion a:hover,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions .aa-suggestion a:hover,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions .aa-suggestion a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions .aa-suggestion a em,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-products .aa-suggestion a span,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-products .aa-suggestion a span,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-products .aa-suggestion a span,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions .aa-suggestion a span,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions .aa-suggestion a span,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions .aa-suggestion a span {
  font-weight: 300 !important;
  color: #333333 !important;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .aa-dataset-suggestions,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .aa-dataset-suggestions,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .aa-dataset-suggestions {
  margin-bottom: 50px;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .search-suggestion-header,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .search-suggestion-header,
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .search-suggestion-header {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  color: #000000 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 2em;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .search-suggestion-header,
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .search-suggestion-header,
  html:not(.ipad) #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .search-suggestion-header {
    margin-bottom: 1em;
  }
}
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .search-suggestion-header,
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .search-suggestion-header,
html.ipad.landscape #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .search-suggestion-header {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .search-suggestion-header,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .search-suggestion-header,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .search-suggestion-header {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-suggestions .search-suggestion-header,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-products .search-suggestion-header,
  #algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others .search-suggestion-header {
    margin-bottom: 1em;
  }
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper div.col-products.no-results {
  width: 100% !important;
  text-align: center;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper div.col-products.no-results .search-suggestion-header {
  display: none;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper div.col-products.no-results * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper div.col-products.no-results a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
#algolia-autocomplete-container .aa-dropdown-menu .autocomplete-wrapper .col-others {
  display: none !important;
}
#algolia-autocomplete-container .footer_algolia,
#algolia-autocomplete-container #autocomplete-products-footer {
  display: none;
}
.aa-Panel,
.aa-Panel.productColumn2,
.aa-Panel.productColumn1 {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  max-width: inherit;
  background: #ffffff !important;
  display: block !important;
  box-shadow: none;
  margin-top: -1px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-top: 10px solid #ffffff !important;
  padding-top: 102px;
  top: 60px !important;
}
@media (max-width: 768px) {
  .aa-Panel,
  .aa-Panel.productColumn2,
  .aa-Panel.productColumn1 {
    position: initial;
    padding-top: 0;
    top: initial !important;
  }
}
html.ipad.portrait .aa-Panel,
html.ipad.portrait .aa-Panel.productColumn2,
html.ipad.portrait .aa-Panel.productColumn1 {
  position: initial;
  padding-top: 0;
  top: initial !important;
}
html.legacy-ipad .aa-Panel,
html.legacy-ipad .aa-Panel.productColumn2,
html.legacy-ipad .aa-Panel.productColumn1 {
  position: initial;
  padding-top: 0;
  top: initial !important;
}
.aa-Panel .aa-PanelLayout,
.aa-Panel.productColumn2 .aa-PanelLayout,
.aa-Panel.productColumn1 .aa-PanelLayout {
  left: 0 !important;
  right: inherit !important;
  background: #f6f6f6 !important;
  padding: 0 0 40px 0;
  width: 100% !important;
  border: 0 !important;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  -ms-flex-direction: initial;
      flex-direction: initial;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout {
    display: -ms-flexbox;
    display: flex;
    min-width: 800px;
    margin-top: 0;
    background: #ffffff !important;
    max-width: 1200px;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout {
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  margin-top: 0;
  background: #ffffff !important;
  max-width: 1200px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout,
  .aa-Panel.productColumn2 .aa-PanelLayout,
  .aa-Panel.productColumn1 .aa-PanelLayout {
    display: -ms-flexbox;
    display: flex;
    min-width: 800px;
    margin-top: 0;
    background: #ffffff !important;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout,
  .aa-Panel.productColumn2 .aa-PanelLayout,
  .aa-Panel.productColumn1 .aa-PanelLayout {
    display: -ms-flexbox;
    display: flex;
    min-width: 800px;
    margin-top: 0;
    background: #ffffff !important;
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .aa-Panel .aa-PanelLayout,
  .aa-Panel.productColumn2 .aa-PanelLayout,
  .aa-Panel.productColumn1 .aa-PanelLayout {
    max-width: 100%;
    padding: 0 30px 20px;
  }
}
html.ipad.portrait .aa-Panel .aa-PanelLayout,
html.ipad.portrait .aa-Panel.productColumn2 .aa-PanelLayout,
html.ipad.portrait .aa-Panel.productColumn1 .aa-PanelLayout {
  max-width: 100%;
  padding: 0 30px 20px;
}
html.legacy-ipad .aa-Panel .aa-PanelLayout,
html.legacy-ipad .aa-Panel.productColumn2 .aa-PanelLayout,
html.legacy-ipad .aa-Panel.productColumn1 .aa-PanelLayout {
  max-width: 100%;
  padding: 0 30px 20px;
}
@media (max-width: 992px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout {
    max-width: 100%;
    padding: 10px 30px;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout {
  max-width: 1200px;
  background: #ffffff !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout,
  .aa-Panel.productColumn2 .aa-PanelLayout,
  .aa-Panel.productColumn1 .aa-PanelLayout {
    max-width: 1200px;
    background: #ffffff !important;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100%;
  text-align: left;
  background: transparent !important;
  padding: 30px 0 0 !important;
  margin: 0;
  display: block;
  border: 0 !important;
  min-width: initial !important;
  /* Landscape */
}
@media (max-width: 768px) {
  .aa-Panel .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
    padding: 0;
  }
}
html.ipad.portrait .aa-Panel .aa-PanelLayout .aa-Source,
html.ipad.portrait .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
html.ipad.portrait .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
  padding: 0;
}
html.legacy-ipad .aa-Panel .aa-PanelLayout .aa-Source,
html.legacy-ipad .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
html.legacy-ipad .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
  padding: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
    width: 18% !important;
    max-width: 300px !important;
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-left: 1px solid #CCCCCC !important;
    min-width: initial !important;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
  width: 18% !important;
  max-width: 300px !important;
  padding-top: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-left: 1px solid #CCCCCC !important;
  min-width: initial !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
    width: 18% !important;
    max-width: 300px !important;
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-left: 1px solid #CCCCCC !important;
    min-width: initial !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
    width: 18% !important;
    max-width: 300px !important;
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-left: 1px solid #CCCCCC !important;
    min-width: initial !important;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
  padding-left: 15px !important;
}
@media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source {
    padding-left: 15px !important;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source.no-results,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source.no-results,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source.no-results {
  display: none !important;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-SourceHeader,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-SourceHeader {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-bottom: 0;
  color: #000000 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-SourceHeader,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-SourceHeader {
    padding: 0 0 20px 0;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-SourceHeader,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-SourceHeader {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-SourceHeader,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-SourceHeader {
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source .aa-SourceHeader,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-SourceHeader,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-SourceHeader {
    padding: 0 0 20px 0;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"] {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"] {
    margin-left: 20px !important;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"] {
  margin-left: 20px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"] {
    margin-left: 20px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"],
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="tech-docs"] {
    margin-left: 20px !important;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
  margin-left: 0 !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
    width: 32% !important;
    max-width: 430px;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
  width: 32% !important;
  max-width: 430px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
    width: 32% !important;
    max-width: 430px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
    width: 32% !important;
    max-width: 430px;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
  content: 'Recommended Products';
  display: block;
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
    padding-bottom: 20px;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
    padding-bottom: 20px;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List {
  display: block;
  width: 100%;
  -moz-columns: 1;
       columns: 1;
  -webkit-columns: 1;
  background: transparent !important;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List .aa-Item,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List .aa-Item,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List .aa-Item {
  background: transparent !important;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
  display: inline;
  text-align: left;
  padding: 0;
  background-color: transparent !important;
  margin-right: 10px;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a span,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a span,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a:hover span,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a:hover span,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a:hover span,
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a.selected span,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a.selected span,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a em,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a em,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a em,
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a span,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a span,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a span,
.aa-Panel .aa-PanelLayout .aa-Source .aa-List a mark,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List a mark,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List a mark {
  font-weight: 300 !important;
  color: #333333 !important;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 20px;
  background: url('../images/icons/download.png') left center no-repeat;
  margin: 0 0 0 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  html:not(.ipad) .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  html:not(.ipad) .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal {
    margin: 0;
  }
}
html.ipad.landscape .aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
html.ipad.landscape .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
html.ipad.landscape .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  .aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal,
  .aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal {
    margin: 0;
  }
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:before,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:before,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:before {
  content: 'tech docs';
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 11px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:hover:before,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:hover:before,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-List span.open-tech-docs-modal:hover:before {
  background-size: 100% 1px;
}
.aa-Panel .aa-PanelLayout .aa-Source .aa-dataset-suggestions,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-Source .aa-dataset-suggestions,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-Source .aa-dataset-suggestions {
  margin-bottom: 50px;
}
.aa-Panel .aa-PanelLayout .aa-SourceNoResults,
.aa-Panel.productColumn2 .aa-PanelLayout .aa-SourceNoResults,
.aa-Panel.productColumn1 .aa-PanelLayout .aa-SourceNoResults {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.aa-Panel .aa-PanelLayout div.col-products.no-results,
.aa-Panel.productColumn2 .aa-PanelLayout div.col-products.no-results,
.aa-Panel.productColumn1 .aa-PanelLayout div.col-products.no-results {
  width: 100% !important;
  text-align: center;
}
.aa-Panel .aa-PanelLayout div.col-products.no-results .search-suggestion-header,
.aa-Panel.productColumn2 .aa-PanelLayout div.col-products.no-results .search-suggestion-header,
.aa-Panel.productColumn1 .aa-PanelLayout div.col-products.no-results .search-suggestion-header {
  display: none;
}
.aa-Panel .aa-PanelLayout div.col-products.no-results *,
.aa-Panel.productColumn2 .aa-PanelLayout div.col-products.no-results *,
.aa-Panel.productColumn1 .aa-PanelLayout div.col-products.no-results * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.aa-Panel .aa-PanelLayout div.col-products.no-results a,
.aa-Panel.productColumn2 .aa-PanelLayout div.col-products.no-results a,
.aa-Panel.productColumn1 .aa-PanelLayout div.col-products.no-results a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.aa-Panel .aa-PanelLayout .col-others,
.aa-Panel.productColumn2 .aa-PanelLayout .col-others,
.aa-Panel.productColumn1 .aa-PanelLayout .col-others {
  display: none !important;
}
.aa-Panel.no-results,
.aa-Panel.productColumn2.no-results,
.aa-Panel.productColumn1.no-results {
  width: 100% !important;
  text-align: center;
  display: block;
}
.aa-Panel.no-results .aa-PanelLayout,
.aa-Panel.productColumn2.no-results .aa-PanelLayout,
.aa-Panel.productColumn1.no-results .aa-PanelLayout {
  display: block;
}
.aa-Panel.no-results .aa-PanelLayout section.aa-Source,
.aa-Panel.productColumn2.no-results .aa-PanelLayout section.aa-Source,
.aa-Panel.productColumn1.no-results .aa-PanelLayout section.aa-Source {
  text-align: center;
  display: none;
  border-left: 0 !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.aa-Panel.no-results .aa-PanelLayout section.aa-Source .aa-SourceHeader,
.aa-Panel.productColumn2.no-results .aa-PanelLayout section.aa-Source .aa-SourceHeader,
.aa-Panel.productColumn1.no-results .aa-PanelLayout section.aa-Source .aa-SourceHeader {
  display: none;
}
.aa-Panel.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
.aa-Panel.productColumn2.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"],
.aa-Panel.productColumn1.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  display: block;
  margin: 0 auto !important;
}
.aa-Panel.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
.aa-Panel.productColumn2.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before,
.aa-Panel.productColumn1.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"]:before {
  content: none;
  display: none;
}
.aa-Panel.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .no-results-msg,
.aa-Panel.productColumn2.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .no-results-msg,
.aa-Panel.productColumn1.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .no-results-msg {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.aa-Panel.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-SourceNoResults,
.aa-Panel.productColumn2.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-SourceNoResults,
.aa-Panel.productColumn1.no-results .aa-PanelLayout .aa-Source[data-autocomplete-source-id="products"] .aa-SourceNoResults {
  display: none;
}
.aa-Panel.no-results .aa-PanelLayout *,
.aa-Panel.productColumn2.no-results .aa-PanelLayout *,
.aa-Panel.productColumn1.no-results .aa-PanelLayout * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
}
.aa-Panel.no-results .aa-PanelLayout a span,
.aa-Panel.productColumn2.no-results .aa-PanelLayout a span,
.aa-Panel.productColumn1.no-results .aa-PanelLayout a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.aa-Panel.no-results .aa-PanelLayout a:hover span,
.aa-Panel.productColumn2.no-results .aa-PanelLayout a:hover span,
.aa-Panel.productColumn1.no-results .aa-PanelLayout a:hover span,
.aa-Panel.no-results .aa-PanelLayout a.selected span,
.aa-Panel.productColumn2.no-results .aa-PanelLayout a.selected span,
.aa-Panel.productColumn1.no-results .aa-PanelLayout a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.aa-Panel .footer_algolia,
.aa-Panel.productColumn2 .footer_algolia,
.aa-Panel.productColumn1 .footer_algolia,
.aa-Panel #autocomplete-products-footer,
.aa-Panel.productColumn2 #autocomplete-products-footer,
.aa-Panel.productColumn1 #autocomplete-products-footer {
  display: none;
}
.autocomplete-marketing-blocks {
  width: 50%;
  max-width: 590px;
  margin-left: auto;
  /* Landscape */
}
@media (max-width: 768px) {
  .autocomplete-marketing-blocks {
    display: none;
  }
}
html.ipad.portrait .autocomplete-marketing-blocks {
  display: none;
}
html.legacy-ipad .autocomplete-marketing-blocks {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .autocomplete-marketing-blocks {
    display: none;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .autocomplete-marketing-blocks {
    display: block;
  }
}
html.ipad.landscape .autocomplete-marketing-blocks {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .autocomplete-marketing-blocks {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .autocomplete-marketing-blocks {
    display: block;
  }
}
.autocomplete-promo-block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}
.autocomplete-promo-block .submenu-block-col {
  width: 295px;
  padding-left: 45px;
  max-width: 50%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  html:not(.ipad) .autocomplete-promo-block .submenu-block-col {
    width: 50%;
  }
}
.autocomplete-promo-block .submenu-block-col .col-promo {
  text-align: center;
}
.autocomplete-promo-block .submenu-block-col .col-promo .homepage_featured_section_title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 2.1;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
  margin: 15px 0 5px 0;
}
.autocomplete-promo-block .submenu-block-col .col-promo .homepage_featured_section_title.second-line {
  padding-top: 0;
}
.autocomplete-promo-block .submenu-block-col img {
  border-radius: 180px;
  max-width: 100% !important;
}
.autocomplete-promo-block .submenu-block-col .homeage_featured_link {
  margin: 0;
}
.autocomplete-promo-block .submenu-block-col .homeage_featured_link.single-link {
  margin-top: 15px;
  display: inline-block;
}
.autocomplete-promo-block .submenu-block-col .homeage_featured_link a {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.autocomplete-promo-block .submenu-block-col .homeage_featured_link a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.cookie-policy-wrapper {
  background-color: #333333;
  padding: 15px 1%;
  font-size: 10px;
  position: relative;
  max-height: 200px;
  transition: max-height 400ms linear, padding 400ms linear;
}
.hide-up .cookie-policy-wrapper,
.cookie-policy-wrapper.cookie-slide-up {
  padding: 0 1%;
  max-height: 0;
  overflow: hidden;
}
.cookie-policy-wrapper .container {
  margin: 0 auto;
}
.cookie-policy-wrapper .container p:last-child {
  margin-bottom: 0;
}
.cookie-policy-wrapper .container p a {
  color: #ffffff;
  font-weight: 700;
}
.cookie-policy-wrapper .container p a:hover {
  color: #ffffff;
}
.cookie-policy-wrapper p,
.cookie-policy-wrapper a {
  font-size: 10px;
}
.cookie-policy-wrapper p {
  color: #ffffff;
  text-align: center;
}
.cookie-policy-wrapper .btn {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 9px;
  right: calc(1% - 12px);
}
.cookie-policy-wrapper .btn .fa {
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 991px) {
  .cookie-policy-wrapper {
    padding-top: 30px;
  }
  .cookie-policy-wrapper p {
    text-align: left;
  }
  .cookie-policy-wrapper .btn {
    top: 2px;
    right: 0;
  }
}
.page-header .header-container .logo-wrapper {
  margin-top: 0;
  margin-bottom: 26px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-header .header-container .logo-wrapper {
    margin-top: 0;
    max-width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
html.ipad.portrait .page-header .header-container .logo-wrapper {
  margin-top: 0;
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
html.legacy-ipad .page-header .header-container .logo-wrapper {
  margin-top: 0;
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-header .header-container .logo-wrapper .logo {
  margin: 25px auto;
  text-align: center;
  float: none;
}
.page-header .header-container .logo-wrapper .logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1350px) {
  .page-header .header-container .logo-wrapper .logo img {
    width: 250px;
  }
}
@media (min-width: 1350px) {
  .page-header .header-container .logo-wrapper .logo img {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .page-header .header-container .logo-wrapper .logo img {
    width: 220px;
  }
}
@media (max-width: 768px) {
  body.checkout-index-index .page-header .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
html.ipad.portrait body.checkout-index-index .page-header .logo {
  margin-left: auto;
  margin-right: auto;
}
html.legacy-ipad body.checkout-index-index .page-header .logo {
  margin-left: auto;
  margin-right: auto;
}
.page-header .header-container .minicart-wrapper {
  margin-left: 30px;
  float: right;
  display: block;
  pointer-events: all;
  font-size: 10px;
  color: #333333;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .page-header .header-container .minicart-wrapper {
    margin-top: 2px;
  }
}
html.ipad.portrait .page-header .header-container .minicart-wrapper {
  margin-top: 2px;
}
html.legacy-ipad .page-header .header-container .minicart-wrapper {
  margin-top: 2px;
}
@media (max-width: 1350px) {
  .page-header .header-container .minicart-wrapper {
    margin-left: 15px;
  }
}
.page-header .header-container .minicart-wrapper a.action.showcart {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #333333;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper a.action.showcart:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .minicart-wrapper a.action.showcart:before {
  content: none;
}
.page-header .header-container .minicart-wrapper a.action.showcart span.cart-title,
.page-header .header-container .minicart-wrapper a.action.showcart span.counter,
.page-header .header-container .minicart-wrapper a.action.showcart span.counter-number {
  text-transform: capitalize;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #333333;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog {
  position: fixed;
  left: 100% !important;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 3s translate ease-in-out;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: inherit;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 300ms linear 200ms;
  transition: transform 300ms linear 200ms;
  transition: transform 300ms linear 200ms, -webkit-transform 300ms linear 200ms;
  position: relative;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  width: 450px;
  float: right;
  background: #ffffff;
  height: 100%;
  position: relative;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link {
  padding: 0;
  margin: 0;
  border: 0;
  background: #000000;
  line-height: 80px;
  width: 100%;
  left: 0;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link .action.continue.homepage {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  line-height: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link .action.continue.homepage:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link .fa-angle-down {
  content: '';
  background: url('../images/icons/minicart-arrow.png') center center no-repeat;
  width: 8px;
  height: 12px;
  margin: 0 20px 0 20px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link .fa-angle-down:before {
  content: none;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper button#btn-minicart-close {
  opacity: 1;
  padding: 0;
  text-align: center;
  height: 80px;
  width: 70px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper button#btn-minicart-close:before {
  content: '';
  background: url('../images/icons/minicart-close.png') center center no-repeat;
  width: 17px;
  height: 22px;
  margin-top: 3px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  height: 100%;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  height: 100% !important;
  max-height: calc(100% - 170px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items {
  padding: 30px 0;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item {
  cursor: default;
  margin: 0;
  padding: 0;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product {
  max-width: inherit;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product.loading:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 76px;
  background-image: url('../images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-photo {
  margin: 0 40px;
  width: 110px;
  float: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-photo .product-image-container {
  float: inherit;
  width: 100%;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-photo .product-image-container .product-image-wrapper {
  position: inherit;
  overflow: inherit;
  width: 100%;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: inherit;
  width: 100%;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details {
  padding-left: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  width: calc(100% - 190px);
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-family-name {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 15px;
  color: #000000;
  text-transform: none;
  margin-bottom: 5px;
  display: block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-name {
  max-width: 90%;
  margin: 0 0 25px;
  -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
          hyphens: inherit;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-name a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
  text-transform: none;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-name a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details dl.product.options.list {
  display: block;
  margin: 0 0 25px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details dl.product.options.list dt {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  font-weight: 400 !important;
  margin-bottom: 5px;
  display: block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details dl.product.options.list dd {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 11px;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product.style.pixafy {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product.style.pixafy .product-style-info.product-availability {
  font-weight: 300 !important;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product.style.pixafy .product-style-info.product-availability > .contact-product-expert-wrapper {
  text-decoration: underline;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing {
  margin-top: 20px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyplus,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyminus,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .item-qty.cart-item-qty {
  border-color: #000000;
  color: #000000;
  height: 40px;
  width: 40px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .item-qty.cart-item-qty {
  border-right: 0;
  border-left: 0;
  width: 56px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyplus:hover,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyminus:hover,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyplus:active,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty.qty .qtyminus:active {
  background: #000000;
  color: #ffffff;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container {
  width: 100%;
  margin-bottom: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container {
    width: 50%;
    margin-bottom: 0;
  }
}
html.ipad.landscape .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container {
  width: 50%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container {
    width: 50%;
    margin-bottom: 0;
  }
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .trade-price-label {
  display: none;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .price-excluding-tax {
  margin: 0;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .price-excluding-tax .price {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 15px;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .price-excluding-tax .price:before {
  content: 'List:';
  font-weight: 300;
  margin-right: 3px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .price-excluding-tax .price:after {
  content: 'each';
  margin-left: 3px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .price-container .price-wrapper .price-excluding-tax.is-trade .price:before {
  content: 'Trade:';
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions {
    width: 50%;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
  }
}
html.ipad.landscape .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions {
  width: 50%;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions {
    width: 50%;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions {
    width: 50%;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
  }
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions .secondary a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 15px;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-transform: uppercase;
  height: inherit;
  margin: 0;
  position: inherit;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions .secondary a span:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper ol.minicart-items li.product-item .product .product-item-details .product-item-pricing .price-actions-wrapper .product-actions .secondary a:before {
  content: none;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .required-parts-wrapper {
  width: calc(100% - 190px);
  float: right;
  padding-top: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .required-parts-wrapper a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .guest-trade-wrapper {
  width: calc(100% - 190px);
  float: right;
  clear: right;
  padding-top: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .guest-trade-wrapper a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper {
  clear: both;
  padding-top: 50px;
  width: 100%;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper h2 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #000000;
  margin: 0 0 30px 0;
  text-align: center;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li {
  margin: 0 20px 30px 20px;
  width: calc(50% - 40px);
  position: relative;
  padding-bottom: 20px;
  cursor: default;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li a.product-item-photo {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.family-name {
  font-weight: 400;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-name {
  margin-bottom: 20px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price * {
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .price-container .price-label {
  display: none;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .price-container.price-final_price:before {
  content: 'List:';
  display: inline-block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price {
  display: block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price .price-container:before {
  content: 'Trade:';
  display: inline-block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price {
  display: block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price .price-container:before {
  content: 'List:';
  display: inline-block;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-add-to-cart {
  position: absolute;
  bottom: 0;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-add-to-cart a,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-add-to-cart button,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-add-to-cart button span {
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  background: none;
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper {
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .primary {
  -ms-flex-order: 2;
      order: 2;
  width: calc(50% - 10px);
  margin-left: 10px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .primary button {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 56px;
  line-height: 56px;
  border: 1px solid #000000 !important;
}
@media only screen and (min-width: 768px) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .primary button:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 56px;
    line-height: 56px;
  }
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .primary button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .secondary {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .secondary a {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .secondary a:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions-wrapper .secondary a:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.page-header .header-container .minicart-wrapper.active .ui-dialog.mage-dropdown-dialog {
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page-header .header-container .minicart-wrapper.active .ui-dialog.mage-dropdown-dialog .block-minicart {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-popup.confirm._show {
  z-index: 99999999;
}
@media (max-width: 768px) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
    max-width: 100%;
  }
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link {
    left: 0;
  }
}
html.ipad.portrait  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  max-width: 100%;
}
html.ipad.portrait  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link {
  left: 0;
}
html.legacy-ipad  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  max-width: 100%;
}
html.legacy-ipad  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .mini-cart.continue-link {
  left: 0;
}
.header-container .e2e-menu .e2e-menu-desktop {
  position: relative;
  text-align: center;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu {
  text-align: center;
  position: inherit;
  display: inline-block;
  margin: 0 -5px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .menu-main {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  padding: 10px 25px;
}
@media (max-width: 992px) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .menu-main {
    padding: 10px 10px;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .menu-main a {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .menu-main a span {
  font-weight: 200;
  font-family: 'freight-big-pro', serif;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu:hover {
  /* Landscape */
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu:hover .menu-main a {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu:hover .submenu.dropdown-menu {
    -webkit-animation: menuedesktopanimation 300ms ease-out 0ms 1 normal forwards;
    /* Chrome 4.3 | Edge | Safari 4.0 - 8.0 */
    /* Firefox 5.0 | Gecko 16.0 */
    /* Opera 12 */
    animation: menuedesktopanimation 300ms ease-out 0s 1 normal forwards;
    /* Modern browsers */
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu:hover .submenu.dropdown-menu {
  -webkit-animation: menuedesktopanimation 300ms ease-out 0ms 1 normal forwards;
  /* Chrome 4.3 | Edge | Safari 4.0 - 8.0 */
  /* Firefox 5.0 | Gecko 16.0 */
  /* Opera 12 */
  animation: menuedesktopanimation 300ms ease-out 0s 1 normal forwards;
  /* Modern browsers */
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu:hover .submenu.dropdown-menu {
    -webkit-animation: menuedesktopanimation 300ms ease-out 0ms 1 normal forwards;
    /* Chrome 4.3 | Edge | Safari 4.0 - 8.0 */
    /* Firefox 5.0 | Gecko 16.0 */
    /* Opera 12 */
    animation: menuedesktopanimation 300ms ease-out 0s 1 normal forwards;
    /* Modern browsers */
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu:hover .submenu.dropdown-menu {
    -webkit-animation: menuedesktopanimation 300ms ease-out 0ms 1 normal forwards;
    /* Chrome 4.3 | Edge | Safari 4.0 - 8.0 */
    /* Firefox 5.0 | Gecko 16.0 */
    /* Opera 12 */
    animation: menuedesktopanimation 300ms ease-out 0s 1 normal forwards;
    /* Modern browsers */
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
  box-shadow: none;
  border: 0;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  text-align: left;
  background: #ffffff;
  padding: 60px 9.5%;
  top: 30px !important;
  left: 0;
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
    padding: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
  padding: 0;
  display: block;
  overflow: hidden;
  max-height: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
    padding: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
    padding: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col {
    width: 25%;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
    border-left: 1px solid #CCCCCC;
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col {
  width: 25%;
  max-width: 300px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 70px;
  margin-bottom: 40px;
  border-left: 1px solid #CCCCCC;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col {
    width: 25%;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
    border-left: 1px solid #CCCCCC;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col {
    width: 25%;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
    border-left: 1px solid #CCCCCC;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col.e2e-menu-top-promo {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col.e2e-menu-top-promo {
    max-width: initial;
    padding-left: 45px;
    padding-right: 0;
    border-left: 0;
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col.e2e-menu-top-promo {
  max-width: initial;
  padding-left: 45px;
  padding-right: 0;
  border-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col.e2e-menu-top-promo {
    max-width: initial;
    padding-left: 45px;
    padding-right: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col.e2e-menu-top-promo {
    max-width: initial;
    padding-left: 45px;
    padding-right: 0;
    border-left: 0;
  }
}
@media (max-width: 1200px) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
    border-left: 0 !important;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:last-of-type {
  margin-right: 20px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container {
  margin-bottom: 20px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container .block-title {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-bottom: 20px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container .block-title a {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container .block-title a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container ul.subgroup {
  margin-bottom: 30px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container ul.subgroup li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
  margin: 13px 0;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container ul.subgroup li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #333333;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .submenu-block-container ul.subgroup li a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo {
  display: -ms-flexbox;
  display: flex;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .col-promo {
  text-align: center;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .col-promo .homepage_featured_section_title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 2.1;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
  margin: 15px 0 5px 0;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .col-promo .homepage_featured_section_title.second-line {
  padding-top: 0;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo img {
  border-radius: 180px;
  max-width: 100% !important;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .homeage_featured_link {
  margin: 0;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .homeage_featured_link.single-link {
  margin-top: 15px;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .homeage_featured_link a {
  font-family: 'freight-display-pro', serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 19px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu .submenu.dropdown-menu .e2e-menu-top-promo .homeage_featured_link a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.header-container .e2e-menu #desktopMenuWrapper {
  padding-bottom: 25px;
}
.header-container .e2e-menu #desktopMenuWrapper.opened .e2e-menu-desktop .col-menu .submenu.dropdown-menu {
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.header-container .e2e-menu #desktopMenuWrapper.opened .e2e-menu-desktop .col-menu:hover .submenu.dropdown-menu {
  max-height: unset;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
@-webkit-keyframes menuedesktopanimation {
  from {
    max-height: 0;
  }
  to {
    max-height: 630px;
  }
}
@keyframes menuedesktopanimation {
  from {
    max-height: 0;
  }
  to {
    max-height: 630px;
  }
}
.header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-tilestone .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type,
.header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-cabinetry .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-tilestone .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type,
  html:not(.ipad) .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-cabinetry .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
    max-width: 240px;
  }
}
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-tilestone .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type,
html.ipad.landscape .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-cabinetry .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
  max-width: 240px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-tilestone .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type,
  .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-cabinetry .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
    max-width: 240px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-tilestone .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type,
  .header-container .e2e-menu .e2e-menu-desktop .col-menu.e2e-menu-cabinetry .submenu.dropdown-menu .submenu-content-wrapper > .submenu-block-col:first-of-type {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .header-container .header-top .mobile-nav-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  html.ipad.portrait .header-container .header-top .mobile-nav-button {
    display: block !important;
  }
  .header-container .header-top .mobile-nav-button .toggle-nav {
    background-color: #ffffff;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
    border: 0;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    height: 15px;
    width: 25px;
    margin-top: -2px;
    z-index: 10;
    transition: border-color 100ms linear;
  }
  .header-container .header-top .mobile-nav-button .toggle-nav:before,
  .header-container .header-top .mobile-nav-button .toggle-nav:after {
    content: " ";
    border-bottom: 1px solid #444444;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 7px;
    width: 100%;
    pointer-events: none;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
  }
  .header-container .header-top .mobile-nav-button .toggle-nav:after {
    left: -4px;
    opacity: 0;
    transition: opacity 200ms linear, -webkit-transform 300ms linear;
    transition: opacity 200ms linear, transform 300ms linear;
    transition: opacity 200ms linear, transform 300ms linear, -webkit-transform 300ms linear;
  }
  .header-container .header-top .mobile-nav-button .toggle-nav.active {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .header-container .header-top .mobile-nav-button .toggle-nav.active:before {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  .header-container .header-top .mobile-nav-button .toggle-nav.active:after {
    opacity: 1;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .header-container .header-bottom .nav-sections {
    background: #f6f6f6;
    z-index: 10 !important;
    text-align: left;
    width: 100%;
    min-width: 300px;
    margin-top: 54px;
    padding: 20px 20px 100px;
    top: inherit;
    left: -100%;
    position: absolute;
    transition: left .3s;
  }
  .rtl .header-container .header-bottom .nav-sections {
    text-align: right;
  }
  .header-container .header-bottom .nav-sections.translate-left-0 {
    left: 0;
    top: inherit;
    height: auto;
  }
  .header-container .header-bottom .nav-sections .col-menu {
    position: relative;
    display: block;
    clear: both;
    margin: 0;
  }
  .header-container .header-bottom .nav-sections .col-menu .menu-main {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
  }
  .header-container .header-bottom .nav-sections .col-menu .menu-main.item-active {
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .header-container .header-bottom .nav-sections .col-menu .menu-main a {
    text-align: left;
    background-size: 0% 1px !important;
    display: block;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu {
    background: transparent;
    position: relative;
    margin: 0;
    z-index: inherit;
    top: initial !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion {
    display: block;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion .submenu-block-container .subgroup.mobile-open-first-level {
    display: block;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col {
    float: none;
    padding: 0;
    width: 100%;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #999999;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title {
    padding: 20px;
    margin: 0;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title:before {
    font-size: 14px;
    padding: 0;
    width: auto;
    height: auto;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
    content: "\e608";
    font-family: 'luma-icons';
    position: absolute;
    right: 0;
    top: 22px;
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.item-active:before {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.direct-link:before {
    content: none;
  }
  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu {
    display: none;
    padding: 5px 20px 5px;
    margin: 0 !important;
  }
  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu.open-accordion {
    display: block;
  }
  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu li {
    margin: 0 0 20px 0 !important;
  }
  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu a {
    display: block;
    padding: 0;
    background-size: 0% 1px !important;
  }
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-stories .menu-main .opener,
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-myaccount .menu-main .opener,
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-locations .menu-main .opener,
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-newsletter .menu-main .opener,
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility .menu-main .opener {
    display: none;
  }
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a {
    position: relative;
    padding-left: 27px;
  }
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span {
    content: 'Aa';
    background: #363636;
    color: #ffffff;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 90px;
    text-transform: initial;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    position: absolute;
    left: 0;
  }
  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span:before {
    content: 'Aa';
    font-size: 14px;
    text-align: center;
    font-family: "Times New Roman", georgia, serif;
    font-weight: 100;
    line-height: 19px;
    vertical-align: top;
    display: inline-block;
  }
  .header-container .header-bottom .nav-sections .menu-main .opener {
    font-size: 14px;
    padding: 0;
    width: auto;
    height: auto;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
    top: 15px;
  }
  .header-container .header-bottom .nav-sections .menu-main .opener:before {
    content: "\e608";
    font-family: 'luma-icons';
  }
  .header-container .header-bottom .nav-sections .menu-main.item-active .opener {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .header-container .header-bottom .nav-sections .menu-main.item-active .opener:before {
    content: "\e608";
    font-family: 'luma-icons';
  }
  body.menu-opened {
    overflow: hidden;
  }
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html.ipad.portrait html.ipad.portrait  .header-container .header-top .mobile-nav-button {
  display: block !important;
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav {
  background-color: #ffffff;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  border: 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-radius: 0;
  height: 15px;
  width: 25px;
  margin-top: -2px;
  z-index: 10;
  transition: border-color 100ms linear;
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav:before,
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav:after {
  content: " ";
  border-bottom: 1px solid #444444;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 7px;
  width: 100%;
  pointer-events: none;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav:after {
  left: -4px;
  opacity: 0;
  transition: opacity 200ms linear, -webkit-transform 300ms linear;
  transition: opacity 200ms linear, transform 300ms linear;
  transition: opacity 200ms linear, transform 300ms linear, -webkit-transform 300ms linear;
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav.active {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav.active:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
html.ipad.portrait  .header-container .header-top .mobile-nav-button .toggle-nav.active:after {
  opacity: 1;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
html.ipad.portrait  .header-container .header-bottom .nav-sections {
  background: #f6f6f6;
  z-index: 10 !important;
  text-align: left;
  width: 100%;
  min-width: 300px;
  margin-top: 54px;
  padding: 20px 20px 100px;
  top: inherit;
  left: -100%;
  position: absolute;
  transition: left .3s;
}
.rtl html.ipad.portrait  .header-container .header-bottom .nav-sections {
  text-align: right;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections.translate-left-0 {
  left: 0;
  top: inherit;
  height: auto;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .menu-main {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .menu-main.item-active {
  border-bottom: 0;
  padding-bottom: 10px;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .menu-main a {
  text-align: left;
  background-size: 0% 1px !important;
  display: block;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu {
  background: transparent;
  position: relative;
  margin: 0;
  z-index: inherit;
  top: initial !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion {
  display: block;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion .submenu-block-container .subgroup.mobile-open-first-level {
  display: block;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col {
  float: none;
  padding: 0;
  width: 100%;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #999999;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title {
  padding: 20px;
  margin: 0;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title:before {
  font-size: 14px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  content: "\e608";
  font-family: 'luma-icons';
  position: absolute;
  right: 0;
  top: 22px;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.item-active:before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.direct-link:before {
  content: none;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu {
  display: none;
  padding: 5px 20px 5px;
  margin: 0 !important;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu.open-accordion {
  display: block;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu li {
  margin: 0 0 20px 0 !important;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu a {
  display: block;
  padding: 0;
  background-size: 0% 1px !important;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-stories .menu-main .opener,
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-myaccount .menu-main .opener,
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-locations .menu-main .opener,
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-newsletter .menu-main .opener,
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility .menu-main .opener {
  display: none;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a {
  position: relative;
  padding-left: 27px;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span {
  content: 'Aa';
  background: #363636;
  color: #ffffff;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 90px;
  text-transform: initial;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  position: absolute;
  left: 0;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span:before {
  content: 'Aa';
  font-size: 14px;
  text-align: center;
  font-family: "Times New Roman", georgia, serif;
  font-weight: 100;
  line-height: 19px;
  vertical-align: top;
  display: inline-block;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .menu-main .opener {
  font-size: 14px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  top: 15px;
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .menu-main .opener:before {
  content: "\e608";
  font-family: 'luma-icons';
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .menu-main.item-active .opener {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
html.ipad.portrait  .header-container .header-bottom .nav-sections .menu-main.item-active .opener:before {
  content: "\e608";
  font-family: 'luma-icons';
}
html.ipad.portrait  body.menu-opened {
  overflow: hidden;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html.ipad.portrait html.legacy-ipad  .header-container .header-top .mobile-nav-button {
  display: block !important;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav {
  background-color: #ffffff;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  border: 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-radius: 0;
  height: 15px;
  width: 25px;
  margin-top: -2px;
  z-index: 10;
  transition: border-color 100ms linear;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav:before,
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav:after {
  content: " ";
  border-bottom: 1px solid #444444;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 7px;
  width: 100%;
  pointer-events: none;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav:after {
  left: -4px;
  opacity: 0;
  transition: opacity 200ms linear, -webkit-transform 300ms linear;
  transition: opacity 200ms linear, transform 300ms linear;
  transition: opacity 200ms linear, transform 300ms linear, -webkit-transform 300ms linear;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav.active {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav.active:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
html.legacy-ipad  .header-container .header-top .mobile-nav-button .toggle-nav.active:after {
  opacity: 1;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
html.legacy-ipad  .header-container .header-bottom .nav-sections {
  background: #f6f6f6;
  z-index: 10 !important;
  text-align: left;
  width: 100%;
  min-width: 300px;
  margin-top: 54px;
  padding: 20px 20px 100px;
  top: inherit;
  left: -100%;
  position: absolute;
  transition: left .3s;
}
.rtl html.legacy-ipad  .header-container .header-bottom .nav-sections {
  text-align: right;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections.translate-left-0 {
  left: 0;
  top: inherit;
  height: auto;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .menu-main {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .menu-main.item-active {
  border-bottom: 0;
  padding-bottom: 10px;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .menu-main a {
  text-align: left;
  background-size: 0% 1px !important;
  display: block;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu {
  background: transparent;
  position: relative;
  margin: 0;
  z-index: inherit;
  top: initial !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion {
  display: block;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu.open-accordion .submenu-block-container .subgroup.mobile-open-first-level {
  display: block;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col {
  float: none;
  padding: 0;
  width: 100%;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #999999;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title {
  padding: 20px;
  margin: 0;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title:before {
  font-size: 14px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  content: "\e608";
  font-family: 'luma-icons';
  position: absolute;
  right: 0;
  top: 22px;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.item-active:before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .submenu.dropdown-menu .submenu-block-col .submenu-block-container .block-title.direct-link:before {
  content: none;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu {
  display: none;
  padding: 5px 20px 5px;
  margin: 0 !important;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu.open-accordion {
  display: block;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu li {
  margin: 0 0 20px 0 !important;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu .subgroup.dropdown-submenu a {
  display: block;
  padding: 0;
  background-size: 0% 1px !important;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-stories .menu-main .opener,
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-myaccount .menu-main .opener,
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-locations .menu-main .opener,
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-newsletter .menu-main .opener,
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility .menu-main .opener {
  display: none;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a {
  position: relative;
  padding-left: 27px;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span {
  content: 'Aa';
  background: #363636;
  color: #ffffff;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 90px;
  text-transform: initial;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  position: absolute;
  left: 0;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .col-menu.e2e-menu-accessibility a span:before {
  content: 'Aa';
  font-size: 14px;
  text-align: center;
  font-family: "Times New Roman", georgia, serif;
  font-weight: 100;
  line-height: 19px;
  vertical-align: top;
  display: inline-block;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .menu-main .opener {
  font-size: 14px;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
  top: 15px;
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .menu-main .opener:before {
  content: "\e608";
  font-family: 'luma-icons';
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .menu-main.item-active .opener {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
html.legacy-ipad  .header-container .header-bottom .nav-sections .menu-main.item-active .opener:before {
  content: "\e608";
  font-family: 'luma-icons';
}
html.legacy-ipad  body.menu-opened {
  overflow: hidden;
}
.infobar {
  color: #ffffff;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 200;
  padding: 50px 0;
  width: 100%;
}
.infobar.black-bck {
  background-color: #000000;
}
.infobar.cream-bar {
  padding: 100px 15px;
  background: #f6f6f6;
  color: #000000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.5em;
}
.infobar.small-vertical-padding {
  padding: 0 19px;
}
.infobar.vertical-margin {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .infobar {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
a.mobile-only.no-animate {
  background-image: none !important;
  background: none;
}
a.hover-all {
  display: none;
}
a.hover-all .link-effect {
  cursor: pointer;
  display: initial !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
a.hover-all.show-on-mobile {
  cursor: pointer;
  display: initial !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  a.hover-all.only-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  a.hover-all {
    cursor: pointer;
    display: initial !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute !important;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container .image-body {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 1 !important;
  visibility: visible;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container.text-white {
  color: #ffffff !important;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container.text-centered h1.mobile {
  display: block !important;
  text-align: center;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container.text-centered p {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center !important;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container.text-centered p.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.independent-absolute-positioned-block .image-text-centered-container .image-body-container.text-centered p.margin-bottom {
  margin-bottom: 50px !important;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute !important;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container .image-body {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 1 !important;
  visibility: visible;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container.text-white {
  color: #ffffff !important;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container.text-centered h1.mobile {
  display: block !important;
  text-align: center;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container.text-centered p {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center !important;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container.text-centered p.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html.ipad.portrait  .hero-block.same-across-device .image-text-centered-container .image-body-container.text-centered p.margin-bottom {
  margin-bottom: 50px !important;
}
.e2e-page-container.layout-e2e-default .menu-block.sticky-menu__sticky-to-header {
  margin: 0;
  top: 130px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .e2e-page-container.layout-e2e-default .menu-block.sticky-menu__sticky-to-header {
    top: 146px;
  }
}
html.ipad.portrait .e2e-page-container.layout-e2e-default .menu-block.sticky-menu__sticky-to-header {
  top: 146px;
}
html.legacy-ipad .e2e-page-container.layout-e2e-default .menu-block.sticky-menu__sticky-to-header {
  top: 146px;
}
.columns-block {
  /* Landscape */
}
.columns-block .horizontal-padding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.columns-block .left .image-body-container .image-body,
.columns-block .right .image-body-container .image-body {
  display: block !important;
}
@media (min-width: 768px) {
  html:not(.ipad) .columns-block .horizontal-padding .image-text-centered-container .image-body {
    max-width: 550px;
    padding: 120px 100px !important;
  }
  html:not(.ipad) .columns-block .horizontal-padding .image-text-centered-container .image-body > * {
    max-width: 320px !important;
  }
  html:not(.ipad) .columns-block .horizontal-padding .image-text-centered-container .image-body .button {
    text-align: center;
  }
  html:not(.ipad) .columns-block .left {
    text-align: left;
  }
  html:not(.ipad) .columns-block .left .image-body-container .image-body {
    margin-right: auto;
    margin-left: 0;
  }
  html:not(.ipad) .columns-block .left .image-body-container .image-body > * {
    text-align: left;
    max-width: unset;
    margin: 20px 0 0 0;
  }
  html:not(.ipad) .columns-block .right {
    text-align: right;
  }
  html:not(.ipad) .columns-block .right .image-body-container .image-body {
    margin-right: 0;
    margin-left: auto;
  }
  html:not(.ipad) .columns-block .right .image-body-container .image-body > * {
    text-align: right;
    margin: 20px 0 0 auto;
  }
}
html.ipad.landscape .columns-block .horizontal-padding .image-text-centered-container .image-body {
  max-width: 550px;
  padding: 120px 100px !important;
}
html.ipad.landscape .columns-block .horizontal-padding .image-text-centered-container .image-body > * {
  max-width: 320px !important;
}
html.ipad.landscape .columns-block .horizontal-padding .image-text-centered-container .image-body .button {
  text-align: center;
}
html.ipad.landscape .columns-block .left {
  text-align: left;
}
html.ipad.landscape .columns-block .left .image-body-container .image-body {
  margin-right: auto;
  margin-left: 0;
}
html.ipad.landscape .columns-block .left .image-body-container .image-body > * {
  text-align: left;
  max-width: unset;
  margin: 20px 0 0 0;
}
html.ipad.landscape .columns-block .right {
  text-align: right;
}
html.ipad.landscape .columns-block .right .image-body-container .image-body {
  margin-right: 0;
  margin-left: auto;
}
html.ipad.landscape .columns-block .right .image-body-container .image-body > * {
  text-align: right;
  margin: 20px 0 0 auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .columns-block .horizontal-padding .image-text-centered-container .image-body {
    max-width: 550px;
    padding: 120px 100px !important;
  }
  .columns-block .horizontal-padding .image-text-centered-container .image-body > * {
    max-width: 320px !important;
  }
  .columns-block .horizontal-padding .image-text-centered-container .image-body .button {
    text-align: center;
  }
  .columns-block .left {
    text-align: left;
  }
  .columns-block .left .image-body-container .image-body {
    margin-right: auto;
    margin-left: 0;
  }
  .columns-block .left .image-body-container .image-body > * {
    text-align: left;
    max-width: unset;
    margin: 20px 0 0 0;
  }
  .columns-block .right {
    text-align: right;
  }
  .columns-block .right .image-body-container .image-body {
    margin-right: 0;
    margin-left: auto;
  }
  .columns-block .right .image-body-container .image-body > * {
    text-align: right;
    margin: 20px 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .columns-block .horizontal-padding .image-text-centered-container .image-body {
    max-width: 550px;
    padding: 120px 100px !important;
  }
  .columns-block .horizontal-padding .image-text-centered-container .image-body > * {
    max-width: 320px !important;
  }
  .columns-block .horizontal-padding .image-text-centered-container .image-body .button {
    text-align: center;
  }
  .columns-block .left {
    text-align: left;
  }
  .columns-block .left .image-body-container .image-body {
    margin-right: auto;
    margin-left: 0;
  }
  .columns-block .left .image-body-container .image-body > * {
    text-align: left;
    max-width: unset;
    margin: 20px 0 0 0;
  }
  .columns-block .right {
    text-align: right;
  }
  .columns-block .right .image-body-container .image-body {
    margin-right: 0;
    margin-left: auto;
  }
  .columns-block .right .image-body-container .image-body > * {
    text-align: right;
    margin: 20px 0 0 auto;
  }
}
.generic-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
}
.ctas-block.cms .button.cta {
  margin: 0 10px;
}
.ctas-block.cms .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.ctas-block.cms .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.ctas-block.cms .button.cta:first-of-type {
  margin-left: 0;
}
.ctas-block.cms .button.cta:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ctas-block.cms .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ctas-block.cms .flex-block a {
    margin: 0;
    margin-top: 10px;
  }
}
html.ipad.portrait  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
html.legacy-ipad  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
.image-text-centered-container.scrollable .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.image-text-centered-container.scrollable .arrow__previous {
  right: auto;
  left: 20px;
}
.image-text-centered-container.scrollable .arrow__next {
  left: auto;
  right: 20px;
}
.image-text-centered-container.scrollable .image-container {
  cursor: pointer;
  max-width: 100vw;
  overflow: scroll;
  -ms-overflow-style: none;
}
.image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
  display: none;
}
.image-text-centered-container.scrollable .image-container .image-background > div picture {
  position: relative;
}
.image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
  transition: left 0.2s;
}
.image-text-centered-container.scrollable .image-container .image-background > div picture img {
  height: 100vh;
  max-width: unset !important;
  width: auto;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing.has-discount .price-container span,
.minicart-items .product-item-details .price-wrapper.has-discount .price-container span,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div.has-discount .price-container span,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .minicart-old-price.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .minicart-old-price.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .minicart-old-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .minicart-old-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .minicart-old-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .minicart-old-price.has-discount .price-container span,
.minicart-items .product-item-details .price-wrapper .minicart-old-price.has-discount .price-container span,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .minicart-old-price.has-discount .price-container span,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .minicart-old-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .cart-price.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .cart-price.has-discount .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .cart-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .cart-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .cart-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .cart-price.has-discount .price-container span,
.minicart-items .product-item-details .price-wrapper .cart-price.has-discount .price-container span,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .cart-price.has-discount .price-container span,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price.has-discount .price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing.has-discount .price,
.minicart-items .product-item-details .price-wrapper.has-discount .price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div.has-discount .price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .minicart-old-price.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .minicart-old-price.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .minicart-old-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .minicart-old-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .minicart-old-price.has-discount .price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .minicart-old-price.has-discount .price,
.minicart-items .product-item-details .price-wrapper .minicart-old-price.has-discount .price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .minicart-old-price.has-discount .price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .minicart-old-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .cart-price.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .cart-price.has-discount .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .cart-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .cart-price.has-discount .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .cart-price.has-discount .price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .cart-price.has-discount .price,
.minicart-items .product-item-details .price-wrapper .cart-price.has-discount .price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .cart-price.has-discount .price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .price {
  text-decoration: line-through;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing.has-discount .price-label,
.minicart-items .product-item-details .price-wrapper.has-discount .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div.has-discount .price-label,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .minicart-old-price.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .minicart-old-price.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .minicart-old-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .minicart-old-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .minicart-old-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .minicart-old-price.has-discount .price-label,
.minicart-items .product-item-details .price-wrapper .minicart-old-price.has-discount .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .minicart-old-price.has-discount .price-label,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .minicart-old-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .cart-price.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .cart-price.has-discount .price-label,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .cart-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .cart-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .cart-price.has-discount .price-label,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .cart-price.has-discount .price-label,
.minicart-items .product-item-details .price-wrapper .cart-price.has-discount .price-label,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .cart-price.has-discount .price-label,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .price-label {
  text-decoration: none !important;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price,
.minicart-items .product-item-details .price-wrapper .discount-price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price {
  display: inline;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .from-divisor,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .from-divisor,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .from-divisor,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .from-divisor,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .from-divisor,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .from-divisor,
.minicart-items .product-item-details .price-wrapper .discount-price .from-divisor,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .from-divisor,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .from-divisor {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container span,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container span,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container span,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container span,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container span,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container span,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container .price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container .price,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container .price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container .price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price,
.minicart-items .product-item-details .price-wrapper .discount-price .price,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price {
  margin: 0;
  color: #5b616b !important;
  text-decoration: none;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container .unit-text,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container .unit-text,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container .unit-text,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container .unit-text,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container span .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container span .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container span .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container span .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container span .unit-text,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container span .unit-text,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container span .unit-text,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container span .unit-text,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container span .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container .price .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container .price .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container .price .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container .price .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container .price .unit-text,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container .price .unit-text,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container .price .unit-text,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container .price .unit-text,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container .price .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price .unit-text,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price .unit-text,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price .unit-text,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price .unit-text,
.minicart-items .product-item-details .price-wrapper .discount-price .price .unit-text,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price .unit-text,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price .unit-text {
  margin-left: 3px;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .price-box .from-pricing .discount-price .price-container,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .old-price .discount-price .price-container,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .product-info-wrap .sticky-scroll-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .special-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .regular-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price .price-container,
body.plp-e2e #maincontent.page-main .algolia-instant-selector-results .price-box .from-pricing .discount-price .price-container,
.minicart-items .product-item-details .price-wrapper .discount-price .price-container,
.e2e-page-container section.products-row .product .product-data .product-data-pricing .price-box > div .discount-price .price-container,
body.checkout-cart-index #shopping-cart-table .item-info .subtotal .price-excluding-tax .discount-price .price-container {
  margin-left: -2px;
  display: inline-block;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .trade-price .discount-price {
  margin-left: -2px;
}
.opc-block-summary .product-item .product-item-name-block .value.discount-price {
  position: absolute;
  right: 0;
  margin-top: -10px;
}
.opc-block-summary .product-item .product-item-name-block .value.discount-price .price {
  text-decoration: line-through;
  font-size: 12px;
}
.opc-block-summary .product-item .product-item-name-block .value.discount-price .price:before {
  content: '$';
}
#shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price {
  display: block;
}
#shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.discount-price {
  color: #5b616b !important;
}
#shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .trade-label,
#shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .price {
  font-size: 11px;
  font-weight: 200;
}
#shopping-cart-table .item-info .subtotal .price-excluding-tax .cart-price.has-discount .price {
  text-decoration: line-through;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .from-pricing .trade-price.has-discount .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .from-pricing .regular-price.has-discount .price-container {
  text-decoration: line-through;
}
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .from-pricing .trade-price.has-discount .discount-price .price-container,
body.plp-e2e #maincontent.page-main .columns .column.main .products-grid .product-items .product-item .product .product-data .from-pricing .regular-price.has-discount .discount-price .price-container {
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price.has-discount .price-container:before,
  .page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price.has-discount .price-container:before {
    display: block;
  }
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price.has-discount .price-container .price-wrapper .price,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price.has-discount .price-container .price-wrapper .price {
  text-decoration: line-through;
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price.has-discount .discount-price .price-container:before,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price.has-discount .discount-price .price-container:before {
  content: '';
}
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .special-price.has-discount .discount-price .price-container .price-wrapper .price,
.page-header .header-container .minicart-wrapper .ui-dialog.mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .mayalsolike-wrapper ul.products-list li span.product-price .old-price.has-discount .discount-price .price-container .price-wrapper .price {
  color: #5b616b !important;
  text-decoration: none !important;
}
.acsb-trigger.acsb-bg-lead.acsb-ready {
  display: block !important;
}
.acsb-main-options,
.acsb-actions-box,
.acsb-widget.acsb-active,
.acsb-widget .acsb-main .acsb-main-options .acsb-actions .acsb-actions-box .acsb-actions-group .acsb-action-box.acsb-action-box-big {
  background: #F6F6F6 !important;
  box-shadow: none !important;
}
.acsb-widget .acsb-main .acsb-main-options .acsb-actions .acsb-actions-box .acsb-profiles .acsb-profile .acsb-profile-toggle .acsb-toggle,
.acsb-widget .acsb-main .acsb-main-options .acsb-actions .acsb-actions-box .acsb-actions-group .acsb-action-box,
.acsb-widget .acsb-main .acsb-main-options .acsb-actions .acsb-actions-box .acsb-actions-group .acsb-action-box .acsb-range .acsb-range-base,
.acsb-widget .acsb-main .acsb-main-options .acsb-actions .acsb-actions-box .acsb-actions-group .acsb-action-box.acsb-action-box-big {
  background-color: #E5E5E5 !important;
}
.e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
  }
  html:not(.ipad) .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container .image-body {
    height: 100%;
    vertical-align: middle;
    max-width: 100%;
  }
  html:not(.ipad) .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body .container-color-white {
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 70px 100px;
    margin: 0 auto;
  }
  html:not(.ipad) .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black,
  html:not(.ipad) .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black:hover {
    background: #000000;
    border: #000000;
    color: #ffffff;
  }
}
html.ipad.landscape .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
}
html.ipad.landscape .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container .image-body {
  height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
html.ipad.landscape .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body .container-color-white {
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 70px 100px;
  margin: 0 auto;
}
html.ipad.landscape .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black,
html.ipad.landscape .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black:hover {
  background: #000000;
  border: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container .image-body {
    height: 100%;
    vertical-align: middle;
    max-width: 100%;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body .container-color-white {
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 70px 100px;
    margin: 0 auto;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black,
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black:hover {
    background: #000000;
    border: #000000;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container.left-block-container .image-body {
    height: 100%;
    vertical-align: middle;
    max-width: 100%;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body .container-color-white {
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 70px 100px;
    margin: 0 auto;
  }
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black,
  .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button.btn-black:hover {
    background: #000000;
    border: #000000;
    color: #ffffff;
  }
}
div.alert-capslock {
  position: relative;
}
div.alert-capslock:before {
  width: 30px;
  height: 30px;
  content: "\26A0";
  position: absolute;
  right: 4px;
  line-height: 40px;
  font-size: 20px;
  color: orange;
}
div.alert-capslock .error-capslock {
  color: orange;
  font-size: 1.2rem;
}
#pinup-icon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 195ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: fixed;
  bottom: 50%;
  right: 10px;
  z-index: 3;
}
@media (max-width: 768px) {
  #pinup-icon {
    display: none !important;
  }
}
html.ipad.portrait #pinup-icon {
  display: none !important;
}
html.legacy-ipad #pinup-icon {
  display: none !important;
}
#pinup-icon a {
  display: block;
}
#pinup-icon a img {
  width: 62px;
  height: 62px;
}
#pinup-icon.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
body:not(.catalog-category-view):not(.catalog-product-view):not(.family-family-view):not(.cms-project-gallery) #pinup-icon {
  display: none !important;
}
body.catalog-product-view .color-collection-wrapper {
  margin-top: 10px;
}
body.catalog-product-view .color-collection-wrapper a {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #333333;
}
body.catalog-product-view .color-collection-wrapper a:hover {
  background-color: #ffffff;
  color: #000000;
}
body.catalog-product-view .color-collection-wrapper a:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
body.catalog-product-view .color-collection-wrapper a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.catalog-product-view .color-collection-wrapper a:hover span,
body.catalog-product-view .color-collection-wrapper a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.catalog-product-view .color-collection-wrapper a:hover {
  text-decoration: none;
}
.future-price {
  padding-top: 5px;
}
.future-price .future-listing-price,
.future-price .future-trade-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.future-price .future-listing-price .price-wrapper,
.future-price .future-trade-price .price-wrapper,
.future-price .future-listing-price .price-wrapper .price,
.future-price .future-trade-price .price-wrapper .price,
.future-price .future-listing-price .price-title,
.future-price .future-trade-price .price-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px !important;
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  color: #ff0000 !important;
  font-weight: 200;
}
.future-price .future-listing-price .price-wrapper,
.future-price .future-trade-price .price-wrapper {
  padding-right: 10px;
}
.future-price .future-listing-price .price-title,
.future-price .future-trade-price .price-title {
  padding-right: 5px;
}
.future-price .future-listing-price .unit-text,
.future-price .future-trade-price .unit-text {
  display: none !important;
}
.as-address-suggest-modal .modal-inner-wrap {
  width: 440px !important;
  max-width: 100% !important;
}
.as-address-suggest-modal #address-suggest input[type=radio] {
  float: left;
}
.as-address-suggest-modal #address-suggest label {
  width: calc(100% - 50px);
  margin-left: 10px;
}
.as-address-suggest-modal #address-suggest label span {
  margin-top: 10px;
  font-weight: normal !important;
}
.as-address-suggest-modal .modal-footer .action {
  margin-right: 5px;
  width: calc(50% - 5px) !important;
}
.as-address-suggest-modal .modal-footer .action.primary {
  margin-right: 0;
  margin-left: 5px;
}
button.action.primary.address-check.shipping-address-check {
  height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.checkout-index-index .as-address-suggest-modal .modal-inner-wrap {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .checkout-index-index .as-address-suggest-modal .modal-inner-wrap {
    margin-left: -220px !important;
  }
}
html.ipad.landscape .checkout-index-index .as-address-suggest-modal .modal-inner-wrap {
  margin-left: -220px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .checkout-index-index .as-address-suggest-modal .modal-inner-wrap {
    margin-left: -220px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .checkout-index-index .as-address-suggest-modal .modal-inner-wrap {
    margin-left: -220px !important;
  }
}
body.cms-cabinetry-quality main#maincontent {
  padding-top: 0 !important;
}
body.cms-cabinetry-quality .text-container .text-black h1,
body.cms-cabinetry-quality .text-container .text-white h1,
body.cms-cabinetry-quality .text-container .text-black p,
body.cms-cabinetry-quality .text-container .text-white p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
body.cms-cabinetry-quality .text-container .text-black h1,
body.cms-cabinetry-quality .text-container .text-white h1 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
}
body.cms-cabinetry-quality .text-container .text-black p,
body.cms-cabinetry-quality .text-container .text-white p {
  font-size: 18px;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container {
  width: 100%;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h1,
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h1,
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta {
  text-align: center;
  width: 100%;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
}
body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-cabinetry-quality #toe-kicks .image-text-centered-container section#toe-links > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-quality .text-container {
    padding-bottom: 0;
  }
  body.cms-cabinetry-quality .text-container .text-black,
  body.cms-cabinetry-quality .text-container .text-white {
    padding: 50px 0;
  }
  body.cms-cabinetry-quality .text-container .text-black {
    padding-bottom: 0;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .mobile-aux-block {
    padding: 0;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .mobile-aux-block.hero-block .image-body-container .image-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container {
    color: #000000 !important;
    position: relative;
    top: unset;
    left: unset;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    position: relative !important;
    color: #000000 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body .f-hairline {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block .text-container {
    padding-bottom: 0;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block .text-container h1 {
    font-size: 22px !important;
  }
  body.cms-cabinetry-quality h1 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  body.cms-cabinetry-quality .hero-block.main .image-text-centered-container .image-body {
    padding-bottom: 50px;
  }
  body.cms-cabinetry-quality main#maincontent {
    padding-top: 0 !important;
  }
  body.cms-cabinetry-quality div#page-menu-mobile {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-quality div#page-menu-mobile {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-quality div#page-menu-mobile {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-quality div#page-menu-mobile {
    top: 131px;
  }
  body.cms-cabinetry-quality div#page-menu-mobile ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-quality div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-quality div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-quality div#page-menu-mobile ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-quality div#page-menu-mobile ul {
    width: 180vw;
  }
  body.cms-cabinetry-quality div#page-menu-mobile ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-quality div#page-menu-mobile ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .content.row .col-sm-12.col-xs-12 {
    padding-right: 0 !important;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .horizontal-padding {
    padding: 0 50px;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .horizontal-padding .text-container {
    padding: 13px 0 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-quality div#page-menu-mobile {
    top: 146px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-quality div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-quality div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-quality div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-quality div#page-menu-mobile ul {
    width: 230vw !important;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 65%;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block ul li:first-of-type {
    margin-left: 50px;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    /*h1 {
                  font-size: 22px !important;
                }*/
    margin-bottom: 35px !important;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block .return-back {
    padding-left: 50px;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    padding: 0;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .return-back {
    display: none;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 131px;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    width: 180vw;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (max-width: 768px) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 146px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (max-width: 768px) {
  body.cms-cabinetry-quality .e2e-page-container.layout-e2e-default .menu-block.sticky-menu div#page-menu ul {
    width: 230vw !important;
  }
}
@media (max-width: 768px) {
  body.cms-cabinetry-quality .content.row .image-text-centered-container .image-body-container.text-white .image-body {
    color: #ffffff !important;
  }
  body.cms-cabinetry-quality .content.row .invert-positions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(1) {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(2) {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
}
html.ipad.portrait body.cms-cabinetry-quality .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.ipad.portrait body.cms-cabinetry-quality .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.ipad.portrait body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.legacy-ipad body.cms-cabinetry-quality .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.legacy-ipad body.cms-cabinetry-quality .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.legacy-ipad body.cms-cabinetry-quality .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
body.cms-cabinetry-customization main#maincontent {
  padding-top: 0 !important;
}
body.cms-cabinetry-customization .flex-block .beauty-image-container {
  width: 100%;
}
body.cms-cabinetry-customization .text-container .text-black h1,
body.cms-cabinetry-customization .text-container .text-white h1,
body.cms-cabinetry-customization .text-container .text-black p,
body.cms-cabinetry-customization .text-container .text-white p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
body.cms-cabinetry-customization .text-container .text-black h1,
body.cms-cabinetry-customization .text-container .text-white h1 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
}
body.cms-cabinetry-customization .text-container .text-black p,
body.cms-cabinetry-customization .text-container .text-white p {
  font-size: 18px;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container {
  width: 100%;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h1,
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h1,
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta {
  text-align: center;
  width: 100%;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
}
body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-cabinetry-customization #handcrafted-hinges .image-text-centered-container section#handcrafted-hinges > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container {
  cursor: pointer;
  max-width: 100vw;
  overflow: scroll;
  -ms-overflow-style: none;
}
body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
  display: none;
}
body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container .image-background > div picture {
  position: relative;
}
body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
  transition: left 0.2s;
}
body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container .image-background > div picture img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .col-sm-12.col-xs-12 {
    padding-right: 0 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .text-container h1,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container h1 {
    margin-bottom: 30px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container .image-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row#propietary-hardware .text-container a {
    appearance: none;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    margin-left: 0;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .mobile-aux-block {
    padding: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default div#exclusive-paint {
    margin-top: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default div#distinctive-wood {
    margin-top: 23px;
  }
  body.cms-cabinetry-customization div#distinctive-wood {
    margin-top: 50px;
  }
  body.cms-cabinetry-customization .text-container .text-black,
  body.cms-cabinetry-customization .text-container .text-white {
    padding: 50px 0;
  }
  body.cms-cabinetry-customization .text-container .text-black {
    padding-bottom: 0;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container .image-background {
    overflow: scroll !important;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: auto;
    width: 100%;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-body-container .cta a:nth-of-type(2) {
    margin-top: 25px;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .image-body-container .image-body {
    padding-bottom: 0;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 100%;
    margin: 0;
  }
  body.cms-cabinetry-customization .image-text-centered-container.scrollable .cta a:nth-of-type(2) {
    margin-left: 10px !important;
  }
  body.cms-cabinetry-customization .horizontal-padding {
    padding: 0 50px;
  }
  body.cms-cabinetry-customization .horizontal-padding > div:nth-of-type(2) .text-container {
    padding: 13px 0;
  }
  body.cms-cabinetry-customization #endless-inserts.top-margin,
  body.cms-cabinetry-customization #handcrafted-hinges.top-margin {
    margin-top: 50px;
  }
  body.cms-cabinetry-customization #propietary-hardware .text-container .text-black a.button {
    background: unset;
    color: #000000;
    display: block;
    padding: 0;
    margin-top: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.3s ease-in-out 0s;
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
    appearance: inherit;
    position: relative;
    text-align: left;
  }
  body.cms-cabinetry-customization #door-panels,
  body.cms-cabinetry-customization #exclusive-paint {
    margin-top: 40px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container {
    color: #000000 !important;
    position: relative;
    top: unset;
    left: unset;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    position: relative !important;
    color: #000000 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body .f-hairline {
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    text-align: left;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block.main .image-text-centered-container .image-body {
    padding-bottom: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container h1 {
    font-size: 22px !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #distinctive-wood .image-body-container .image-body,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #exclusive-paint .image-body-container .image-body {
    padding-bottom: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #propietary-hardware {
    margin-top: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .mobile-link {
    width: 100% !important;
    text-align: left !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    height: auto !important;
    line-height: 1 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #exclusive-paint .image-body-container .cta,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #distinctive-wood .image-body-container .cta {
    display: block;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #exclusive-paint .image-body-container .cta a,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #distinctive-wood .image-body-container .cta a {
    width: 100% !important;
    text-align: left !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    height: auto !important;
    line-height: 1 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #propietary-hardware .text-container .text-black a.button {
    width: 100% !important;
    text-align: left !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    height: auto !important;
    line-height: 1 !important;
  }
  body.cms-cabinetry-customization main#maincontent {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .menu-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 65%;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .menu-block ul li {
    margin: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .menu-block ul li:first-of-type {
    margin-left: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable {
    position: relative;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .image-body-container {
    max-width: 35%;
    min-width: 700px;
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .image-body-container.aligned-right {
    float: right;
    left: auto;
    right: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 100%;
    margin: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .cta a:nth-of-type(2) {
    margin-left: 10px !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #propietary-hardware .text-container .text-black a {
    appearance: none;
    background-color: #000000;
    color: #ffffff !important;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    margin: 50px 0 20px auto;
    margin-left: 0;
    padding: 0;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 280px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default #propietary-hardware .text-container .text-black a:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default main#maincontent {
    padding-top: 0 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block .text-container {
    padding-bottom: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    margin-bottom: 35px !important;
    color: #ffffff;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .menu-block .return-back {
    padding-left: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container.aligned-left .image-body,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container.aligned-right .image-body {
    min-width: 500px;
    width: 50% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.hero-block.hidden-md {
    display: none;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block {
    padding: 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block.hidden-md {
    display: block;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 131px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    width: 180vw;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) and (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 146px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) and (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-aux-block.menu-block div#page-menu ul {
    width: 230vw !important;
  }
}
@media (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container a.button {
    display: none !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container .image-body.mobile-text-black {
    color: #000000 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .hidden-sm {
    display: block !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block:first-of-type .hidden-sm {
    display: none !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body {
    padding-bottom: 0 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content {
    display: block;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .hidden-md {
    display: block !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black {
    color: #000000 !important;
    margin-bottom: 50px !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black .hidden-ipad-portrait {
    display: none !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 180vw;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container.text-white .image-body {
    color: #ffffff !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(1) {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(2) {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
    padding: 13px 0;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable .image-body-container {
    float: none;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container {
    padding-left: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.personalized-interior-block .text-container.content-middle,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.endless-inserts-block .text-container.content-middle,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.propietary-hardware-block .text-container.content-middle {
    padding-left: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions .col-ipad-portrait-12:first-of-type {
    margin-top: 50px;
  }
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .col-ipad-portrait-12:last-of-type {
    margin-top: 50px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 230vw !important;
  }
}
@media (max-width: 768px) and (min-width: 1000px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body h1,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body p {
    text-align: right !important;
  }
}
@media (max-width: 768px) and (min-width: 1000px) {
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.door-panels-block .text-container.content-middle,
  body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.handcrafted-hinges-block .text-container.content-middle {
    padding-left: 50px !important;
  }
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container a.button {
  display: none !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container .image-body.mobile-text-black {
  color: #000000 !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .hidden-sm {
  display: block !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block:first-of-type .hidden-sm {
  display: none !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body {
  padding-bottom: 0 !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content {
  display: block;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .hidden-md {
  display: block !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black {
  color: #000000 !important;
  margin-bottom: 50px !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black .hidden-ipad-portrait {
  display: none !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
  padding: 13px 0;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable .image-body-container {
  float: none;
}
@media (min-width: 1000px) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body h1,
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body p {
    text-align: right !important;
  }
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container {
  padding-left: 50px;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.personalized-interior-block .text-container.content-middle,
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.endless-inserts-block .text-container.content-middle,
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.propietary-hardware-block .text-container.content-middle {
  padding-left: 50px;
}
@media (min-width: 1000px) {
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.door-panels-block .text-container.content-middle,
  html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.handcrafted-hinges-block .text-container.content-middle {
    padding-left: 50px !important;
  }
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions .col-ipad-portrait-12:first-of-type {
  margin-top: 50px;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .col-ipad-portrait-12:last-of-type {
  margin-top: 50px;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container a.button {
  display: none !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container .image-body.mobile-text-black {
  color: #000000 !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .hidden-sm {
  display: block !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block:first-of-type .hidden-sm {
  display: none !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body {
  padding-bottom: 0 !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content {
  display: block;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .hidden-md {
  display: block !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black {
  color: #000000 !important;
  margin-bottom: 50px !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black .hidden-ipad-portrait {
  display: none !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.menu-block.mobile-aux-block div#page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
  padding: 13px 0;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable .image-body-container {
  float: none;
}
@media (min-width: 1000px) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body h1,
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.scrollable#scrollable-distinctive-wood .image-body-container .image-body p {
    text-align: right !important;
  }
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container {
  padding-left: 50px;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.personalized-interior-block .text-container.content-middle,
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.endless-inserts-block .text-container.content-middle,
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.propietary-hardware-block .text-container.content-middle {
  padding-left: 50px;
}
@media (min-width: 1000px) {
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.door-panels-block .text-container.content-middle,
  html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.handcrafted-hinges-block .text-container.content-middle {
    padding-left: 50px !important;
  }
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .invert-positions .col-ipad-portrait-12:first-of-type {
  margin-top: 50px;
}
html.legacy-ipad body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row .col-ipad-portrait-12:last-of-type {
  margin-top: 50px;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content {
  display: block;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .hidden-md {
  display: block !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black {
  color: #000000 !important;
  margin-bottom: 50px !important;
}
html.ipad.portrait body.cms-cabinetry-customization .e2e-page-container.layout-e2e-default .content.row.mobile-content .image-body-container.text-white .image-body.text-black .hidden-ipad-portrait {
  display: none !important;
}
body.cms-cabinetry-collections {
  /* Landscape */
}
body.cms-cabinetry-collections main#maincontent {
  padding-top: 0 !important;
}
body.cms-cabinetry-collections .text-container .text-black h1,
body.cms-cabinetry-collections .text-container .text-white h1,
body.cms-cabinetry-collections .text-container .text-black p,
body.cms-cabinetry-collections .text-container .text-white p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
body.cms-cabinetry-collections .text-container .text-black h1,
body.cms-cabinetry-collections .text-container .text-white h1 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
}
body.cms-cabinetry-collections .text-container .text-black p,
body.cms-cabinetry-collections .text-container .text-white p {
  font-size: 18px;
}
body.cms-cabinetry-collections .image-body-container.aligned-left .image-body p {
  text-align: left;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container {
  width: 100%;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h1,
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h1,
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta {
  text-align: center;
  width: 100%;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
}
body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-cabinetry-collections #bridle .image-text-centered-container section#bridle > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body {
    padding: 0 20px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#pullman .flex-block .col-sm-12 .text-container {
    padding-bottom: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#belden,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#alta,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#bridle {
    margin-top: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#bridle div#scrollable-bridle .image-body-container .image-body {
    padding-bottom: 0 !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-atlas .image-container,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-belden .image-container,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-bridle .image-container,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-pullman .image-container {
    padding: 0 0 0 50px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-atlas .image-container .image-background,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-belden .image-container .image-background,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-bridle .image-container .image-background,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-pullman .image-container .image-background {
    overflow: hidden;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-atlas .image-body a.page-link,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-belden .image-body a.page-link,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-bridle .image-body a.page-link,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#scrollable-pullman .image-body a.page-link {
    margin-top: 25px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .force-horizontal-padding {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .force-horizontal-padding .text-container.text-black {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .parallax-effect {
    padding-top: 50px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default h1 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .image-text-centered-container .image-body-container .image-body {
    padding-bottom: 50px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 180vw;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 150vw !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .image-body-container .cta a:nth-of-type(2) {
    margin-top: 25px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .flex-block h1 {
    margin-top: 30px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .flex-block:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .flex-block:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .flex-block:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .flex-block:nth-of-type(3),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .flex-block:nth-of-type(3),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .flex-block:nth-of-type(3) {
    margin-top: 0 !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .mobile-cta {
    font-weight: 600 !important;
    height: auto;
    text-decoration: underline !important;
    line-height: initial;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .mobile-cta:nth-of-type(2) {
    margin-top: 15px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:first-of-type,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:first-of-type,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:first-of-type {
    padding-bottom: 50px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container a,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container a,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container a {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: unset;
    text-align: left;
    width: 100%;
    font-weight: 600 !important;
    height: auto;
    text-decoration: underline !important;
    line-height: initial;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2) {
    margin-top: 15px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container .cta:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:last-of-type .image-body-container a:nth-of-type(2) {
    margin-top: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:nth-of-type(3) .image-body-container a {
    text-align: left;
    width: 100%;
    font-weight: 600 !important;
    height: auto;
    text-decoration: underline !important;
    line-height: initial;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #bridle .image-text-centered-container div.flex-block:nth-of-type(3) .image-body-container a:nth-of-type(2) {
    margin-top: 15px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .flex-block:nth-of-type(3) .image-body-container.aligned-left a {
    text-align: left;
    width: 100%;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #pullman .image-text-centered-container:nth-of-type(2) .flex-block.top-margin {
    margin-top: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #pullman .image-body-container a {
    width: 100%;
    text-align: left;
    text-decoration: underline;
    font-weight: 600;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .mobile-aux-block {
    padding: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container {
    color: #000000 !important;
    position: relative;
    top: unset;
    left: unset;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    position: relative !important;
    color: #000000 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body h1.f-hairline {
    margin-top: 50px !important;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body .f-hairline {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  body.cms-cabinetry-collections main#maincontent {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .scrollable .image-body .cta,
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .scrollable .image-body .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #belden .scrollable .image-body .cta a:nth-of-type(2),
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default #alta .scrollable .image-body .cta a:nth-of-type(2) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .menu-block .page-menu {
    margin: 0 auto;
    width: 70%;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .menu-block .return-back {
    padding-left: 50px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 180vw;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body {
    color: #ffffff;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 22px;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .image-text-centered-container.scrollable .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0;
  }
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default .image-text-centered-container .parallax-effect.block-small {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (max-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 146px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile {
    top: 131px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) and (max-width: 768px) {
  body.cms-cabinetry-collections .e2e-page-container.layout-e2e-default div#page-menu-mobile ul {
    width: 230vw !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background {
    overflow: scroll !important;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: calc(100vh - 60px);
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    cursor: pointer;
    max-width: 100vw;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
    display: none;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture {
    position: relative;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
    transition: left 0.2s;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: 100vh;
    max-width: unset !important;
    width: auto;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container .image-body {
    margin: 0;
    margin-right: 0;
    width: 100% !important;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable {
    position: relative;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container {
    max-width: 35%;
    min-width: 700px;
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body h1,
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body h1,
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body a,
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body p,
  html:not(.ipad) body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body p {
    margin: 50px 0 !important;
  }
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background {
  overflow: scroll !important;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
  height: calc(100vh - 60px);
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
  cursor: pointer;
  max-width: 100vw;
  overflow: scroll;
  -ms-overflow-style: none;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
  display: none;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture {
  position: relative;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
  transition: left 0.2s;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
  height: 100vh;
  max-width: unset !important;
  width: auto;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container .image-body {
  margin: 0;
  margin-right: 0;
  width: 100% !important;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable {
  position: relative;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container {
  max-width: 35%;
  min-width: 700px;
  position: absolute;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body h1,
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body h1,
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body a,
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body p,
html.ipad.landscape body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body p {
  margin: 50px 0 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background {
    overflow: scroll !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: calc(100vh - 60px);
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    cursor: pointer;
    max-width: 100vw;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
    display: none;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture {
    position: relative;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
    transition: left 0.2s;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: 100vh;
    max-width: unset !important;
    width: auto;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container .image-body {
    margin: 0;
    margin-right: 0;
    width: 100% !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable {
    position: relative;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container {
    max-width: 35%;
    min-width: 700px;
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body h1,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body h1,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body a,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body p,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body p {
    margin: 50px 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background {
    overflow: scroll !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: calc(100vh - 60px);
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container {
    cursor: pointer;
    max-width: 100vw;
    overflow: scroll;
    -ms-overflow-style: none;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container::-webkit-scrollbar {
    display: none;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture {
    position: relative;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture.auto-scroll {
    transition: left 0.2s;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-container .image-background > div picture img {
    height: 100vh;
    max-width: unset !important;
    width: auto;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container .image-body {
    margin: 0;
    margin-right: 0;
    width: 100% !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable {
    position: relative;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container {
    max-width: 35%;
    min-width: 700px;
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body h1,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body h1,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body a,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-left .image-body p,
  body.cms-cabinetry-collections .image-text-centered-container.scrollable .image-body-container.aligned-right .image-body p {
    margin: 50px 0 !important;
  }
}
@media (max-width: 768px) {
  body.cms-cabinetry-collections .content.row .image-text-centered-container.scrollable {
    all: unset;
  }
  body.cms-cabinetry-collections .content.row .image-text-centered-container .image-body-container.text-white .image-body {
    color: #ffffff !important;
  }
  body.cms-cabinetry-collections .content.row .invert-positions {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(1) {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(2) {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  body.cms-cabinetry-collections .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
    padding: 13px 20px;
  }
  body.cms-cabinetry-collections .content.row.hero-block .image-body-container .image-body {
    -ms-flex-align: center !important;
        align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    max-width: 600px !important;
  }
  body.cms-cabinetry-collections .content.row .scrollable .image-background {
    display: none !important;
  }
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body {
    color: #000000 !important;
    max-width: 100% !important;
  }
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body p,
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
    color: #000000 !important;
  }
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
  body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
    width: 100%;
  }
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .image-text-centered-container.scrollable {
  all: unset;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
  padding: 13px 20px;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row.hero-block .image-body-container .image-body {
  -ms-flex-align: center !important;
      align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  max-width: 600px !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-background {
  display: none !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body {
  color: #000000 !important;
  max-width: 100% !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body p,
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
  color: #000000 !important;
}
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
html.ipad.portrait body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
  width: 100%;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .image-text-centered-container.scrollable {
  all: unset;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .invert-positions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(1) {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .invert-positions > div:nth-of-type(2) {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .invert-positions.horizontal-padding > div:nth-of-type(1) .text-container {
  padding: 13px 20px;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row.hero-block .image-body-container .image-body {
  -ms-flex-align: center !important;
      align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  max-width: 600px !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-background {
  display: none !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body {
  color: #000000 !important;
  max-width: 100% !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body p,
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
  color: #000000 !important;
}
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body h1,
html.legacy-ipad body.cms-cabinetry-collections .content.row .scrollable .image-body-container .image-body .cta {
  width: 100%;
}
body.cms-cabinetry-process main#maincontent {
  padding-top: 0 !important;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links {
  margin-bottom: 100px;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h1,
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h1,
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h4 {
  text-align: center;
  color: #000000;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta {
  text-align: center;
  width: 100%;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
}
body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
    width: 280px;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row section#process-links > .cta a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry-process main#maincontent {
    padding-top: 0 !important;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .col-sm-12.col-xs-12 {
    padding-right: 0 !important;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .flex-block .top-margin.bottom-margin {
    padding: 50px 0;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .flex-block h4.f-hairline {
    font-size: 5rem;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .image-body-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1 {
    font-size: 3rem;
    margin-bottom: 4vh;
    margin-top: 0;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body p {
    font-size: 1.9rem;
    max-width: 500px;
    margin-bottom: 4vh;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .hero-block.main.content.row .image-body-container .image-body p {
    max-width: 550px;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .image-body-container .image-body {
    width: 50% !important;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .image-body-container .image-body p {
    max-width: 70vw;
    padding-bottom: 45px;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body {
    width: 75% !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .flex-block.clear .col-md-6 .content.right {
    margin-right: 0;
  }
  body.cms-cabinetry-process .e2e-page-container.layout-e2e-default .flex-block.clear .col-md-6 .content.left {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body.cms-cabinetry-process .content.row .image-text-centered-container .image-body-container.text-white .image-body {
    color: #ffffff !important;
  }
}
html.ipad.portrait body.cms-cabinetry-process .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.legacy-ipad body.cms-cabinetry-process .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
body.cms-cabinetry main#maincontent {
  padding-top: 0 !important;
}
body.cms-cabinetry .e2e-page-container.layout-e2e-default #process section#process-links {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.cms-cabinetry .e2e-page-container.layout-e2e-default #process section#process-links > .cta a {
  line-height: 60px;
  padding: 0;
  height: 60px;
  width: 280px;
}
@media only screen and (max-width: 768px) {
  body.cms-cabinetry main#maincontent {
    padding-top: 0 !important;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 131px;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    width: 180vw;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu .page-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row .col-sm-12.col-xs-12 {
    padding-right: 0 !important;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row .image-body-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body {
    max-width: 500px !important;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1 {
    font-size: 3rem;
    margin-bottom: 5vh;
    margin-top: 0;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body p {
    font-size: 1.9rem;
    max-width: 500px;
    margin-bottom: 5vh;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .content.row.horizontal-padding .col-sm-12.col-xs-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 146px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu {
    top: 131px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.cms-cabinetry .e2e-page-container.layout-e2e-default #menu ul {
    width: 230vw !important;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .image-body-container .image-body {
    max-width: 550px !important;
    width: 50% !important;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .image-body-container .image-body h1 {
    font-size: 4rem;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .image-body-container .image-body p {
    max-width: 70vw;
    padding-bottom: 45px;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body {
    width: 75% !important;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body h1,
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body p {
    margin-bottom: 0;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body a {
    margin-top: 0;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default .hero-block.main .image-body-container .image-body p {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.cms-cabinetry .e2e-page-container.layout-e2e-default > div:not(#main) .image-body-container .image-body a,
  body.cms-cabinetry .e2e-page-container.layout-e2e-default > div:not(#main) .image-body-container .image-body h1,
  body.cms-cabinetry .e2e-page-container.layout-e2e-default > div:not(#main) .image-body-container .image-body p {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  body.cms-cabinetry .content.row .image-text-centered-container .image-body-container.text-white .image-body {
    color: #ffffff !important;
  }
}
html.ipad.portrait body.cms-cabinetry .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
html.legacy-ipad body.cms-cabinetry .content.row .image-text-centered-container .image-body-container.text-white .image-body {
  color: #ffffff !important;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar h4,
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 100;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar h4 {
  font-size: 24px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar p {
  font-size: 18px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 30px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div {
  color: #ffffff;
  text-align: left;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div:nth-of-type(2) {
  padding-top: 50px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div ul li {
  padding-top: 50px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div ul li:first-of-type {
  padding-top: 0;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div ul li h4,
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div ul li p {
  text-align: left;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div ul li p {
  line-height: 1.5;
  padding-top: 10px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta {
  margin-bottom: 100px;
  margin-top: 100px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h1,
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h4 {
  text-align: center;
  color: #000000;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h1,
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h4 {
  text-align: center;
  color: #000000;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta {
  text-align: center;
  width: 100%;
}
body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a {
  display: inline-block;
  margin-right: 10px;
  max-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default #expert-cta > .cta a {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.hero-block .image-body-container .image-body h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default .text-container .text-black h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div#design-specialists .image-text-centered-container .flex-block.top-margin > div:first-of-type {
    margin-bottom: 100px;
  }
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default .image-text-centered-container .text-container {
    padding: 50px 20px 20px;
  }
  body.cms-unparalleled-support .invert-positions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-unparalleled-support .invert-positions > div:nth-of-type(1) {
    -ms-flex-order: 2;
        order: 2;
  }
  body.cms-unparalleled-support .invert-positions > div:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1;
  }
  body.cms-unparalleled-support .horizontal-padding {
    padding: 0 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container {
    margin: 0 100px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div:nth-of-type(1) {
    margin-right: 50px;
  }
  body.cms-unparalleled-support .e2e-page-container.layout-e2e-default div.infobar .container > div:nth-of-type(2) {
    margin-left: 50px;
    padding-top: 0;
  }
}
body.cms-modern-surfaces .flex-block .text-container a.cta,
body.cms-modern-surfaces .flex-block .image-text-centered-container a.cta {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 280px;
}
body.cms-modern-surfaces .flex-block .text-container a.cta:hover,
body.cms-modern-surfaces .flex-block .image-text-centered-container a.cta:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-modern-surfaces .flex-block .image-text-centered-container div.cta {
  display: -ms-flexbox;
  display: flex;
}
body.cms-modern-surfaces .flex-block .image-text-centered-container div.cta a.cta:first-of-type {
  margin-right: 5px;
}
body.cms-modern-surfaces .flex-block .image-text-centered-container div.cta a.cta:last-of-type {
  margin-left: 5px;
}
body.cms-modern-surfaces .content.row.main .image-body-container .image-body h1 {
  text-transform: capitalize !important;
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .content.row.main .image-body-container .image-body p {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .content.row.main .image-body-container .image-body p {
    display: none !important;
  }
}
html.ipad.portrait body.cms-modern-surfaces .content.row.main .image-body-container .image-body p {
  display: none !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.main .image-body-container .image-body p {
  display: none !important;
}
html.ipad.landscape body.cms-modern-surfaces .content.row.main .image-body-container .image-body p {
  display: block !important;
}
body.cms-modern-surfaces .mobile-aux-block {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .mobile-aux-block {
    top: 146px;
  }
}
html.ipad.portrait body.cms-modern-surfaces .mobile-aux-block {
  top: 146px;
}
html.legacy-ipad body.cms-modern-surfaces .mobile-aux-block {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-modern-surfaces .mobile-aux-block {
    top: 131px;
  }
}
html.ipad.landscape body.cms-modern-surfaces .mobile-aux-block {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-modern-surfaces .mobile-aux-block {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-modern-surfaces .mobile-aux-block {
    top: 131px;
  }
}
body.cms-modern-surfaces .mobile-aux-block ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .mobile-aux-block ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-modern-surfaces .mobile-aux-block ul {
  width: 230vw !important;
}
html.legacy-ipad body.cms-modern-surfaces .mobile-aux-block ul {
  width: 230vw !important;
}
html.ipad body.cms-modern-surfaces .mobile-aux-block ul {
  width: 200vw !important;
}
html.ipad.portrait body.cms-modern-surfaces .mobile-aux-block ul {
  width: 180vw;
}
body.cms-modern-surfaces .mobile-aux-block ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
body.cms-modern-surfaces .mobile-aux-block ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .content.row.main .text-white {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  body.cms-modern-surfaces .no-margintop-mobile {
    margin-top: 0 !important;
  }
  body.cms-modern-surfaces .content.row > div {
    padding-left: 0;
    padding-right: 0;
  }
  body.cms-modern-surfaces .content.row.main .text-white h1 {
    color: #ffffff;
    font-size: 28px !important;
  }
  body.cms-modern-surfaces .content.row.portlandia-block .flex-block > div:last-of-type {
    margin-top: 0 !important;
  }
  body.cms-modern-surfaces .content.row.magma-block,
  body.cms-modern-surfaces .content.row.disc-block,
  body.cms-modern-surfaces .content.row.metrix-block {
    margin-top: 0 !important;
  }
  body.cms-modern-surfaces .content.row .flex-block .text-black.fixed-mobile-top {
    margin-top: 100px !important;
  }
  body.cms-modern-surfaces .content.row .flex-block div.cta {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.cms-modern-surfaces .content.row .flex-block div.cta a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
  }
  body.cms-modern-surfaces .content.row .flex-block div.cta a:last-of-type {
    margin-top: 10px;
  }
  body.cms-modern-surfaces .content.row .flex-block a.cta {
    margin-top: 50px;
  }
  body.cms-modern-surfaces .content.row .flex-block .text-container.content-middle {
    padding-bottom: 0;
    padding-top: 0;
  }
  body.cms-modern-surfaces .content.row .flex-block.invert-positions > div:last-of-type {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  body.cms-modern-surfaces .content.row.kromaglas-block.top-margin,
  body.cms-modern-surfaces .content.row.keystone-block.top-margin {
    margin-top: 0;
  }
  body.cms-modern-surfaces .content.row.kromaglas-block.top-margin .flex-block.invert-positions > div:last-of-type,
  body.cms-modern-surfaces .content.row.keystone-block.top-margin .flex-block.invert-positions > div:last-of-type {
    margin-top: 0;
  }
  body.cms-modern-surfaces .top-magin-mobile {
    margin-top: 100px;
  }
}
html.ipad.portrait body.cms-modern-surfaces .no-margintop-mobile {
  margin-top: 0 !important;
}
html.ipad.portrait body.cms-modern-surfaces .content.row > div {
  padding-left: 0;
  padding-right: 0;
}
html.ipad.portrait body.cms-modern-surfaces .content.row.main .text-white h1 {
  color: #ffffff;
  font-size: 28px !important;
}
html.ipad.portrait body.cms-modern-surfaces .content.row.portlandia-block .flex-block > div:last-of-type {
  margin-top: 0 !important;
}
html.ipad.portrait body.cms-modern-surfaces .content.row.magma-block,
html.ipad.portrait body.cms-modern-surfaces .content.row.disc-block,
html.ipad.portrait body.cms-modern-surfaces .content.row.metrix-block {
  margin-top: 0 !important;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block .text-black.fixed-mobile-top {
  margin-top: 100px !important;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block div.cta {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block div.cta a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block div.cta a:last-of-type {
  margin-top: 10px;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block a.cta {
  margin-top: 50px;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block .text-container.content-middle {
  padding-bottom: 0;
  padding-top: 0;
}
html.ipad.portrait body.cms-modern-surfaces .content.row .flex-block.invert-positions > div:last-of-type {
  margin-bottom: 100px;
  margin-top: 100px;
}
html.ipad.portrait body.cms-modern-surfaces .content.row.kromaglas-block.top-margin,
html.ipad.portrait body.cms-modern-surfaces .content.row.keystone-block.top-margin {
  margin-top: 0;
}
html.ipad.portrait body.cms-modern-surfaces .content.row.kromaglas-block.top-margin .flex-block.invert-positions > div:last-of-type,
html.ipad.portrait body.cms-modern-surfaces .content.row.keystone-block.top-margin .flex-block.invert-positions > div:last-of-type {
  margin-top: 0;
}
html.ipad.portrait body.cms-modern-surfaces .top-magin-mobile {
  margin-top: 100px;
}
html.legacy-ipad body.cms-modern-surfaces .no-margintop-mobile {
  margin-top: 0 !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row > div {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.main .text-white h1 {
  color: #ffffff;
  font-size: 28px !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.portlandia-block .flex-block > div:last-of-type {
  margin-top: 0 !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.magma-block,
html.legacy-ipad body.cms-modern-surfaces .content.row.disc-block,
html.legacy-ipad body.cms-modern-surfaces .content.row.metrix-block {
  margin-top: 0 !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block .text-black.fixed-mobile-top {
  margin-top: 100px !important;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block div.cta {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block div.cta a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block div.cta a:last-of-type {
  margin-top: 10px;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block a.cta {
  margin-top: 50px;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block .text-container.content-middle {
  padding-bottom: 0;
  padding-top: 0;
}
html.legacy-ipad body.cms-modern-surfaces .content.row .flex-block.invert-positions > div:last-of-type {
  margin-bottom: 100px;
  margin-top: 100px;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.kromaglas-block.top-margin,
html.legacy-ipad body.cms-modern-surfaces .content.row.keystone-block.top-margin {
  margin-top: 0;
}
html.legacy-ipad body.cms-modern-surfaces .content.row.kromaglas-block.top-margin .flex-block.invert-positions > div:last-of-type,
html.legacy-ipad body.cms-modern-surfaces .content.row.keystone-block.top-margin .flex-block.invert-positions > div:last-of-type {
  margin-top: 0;
}
html.legacy-ipad body.cms-modern-surfaces .top-magin-mobile {
  margin-top: 100px;
}
@media only screen and (max-width: 992px) {
  html.ipad.portrait body.cms-modern-surfaces .content.row.main .image-body-container {
    background: rgba(0, 0, 0, 0) !important;
  }
}
html.ipad.portrait body.cms-modern-surfaces .content.row {
  margin: 0 !important;
}
html.ipad.landscape body.cms-modern-surfaces .content.row .flex-block a.cta {
  margin-top: 30px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-modern-surfaces .content.row .flex-block a.cta {
    margin-top: 30px;
  }
  html:not(.ipad) body.cms-modern-surfaces .content.row .flex-block.lateral-margin {
    margin-left: 100px;
    margin-right: 100px;
  }
  html:not(.ipad) body.cms-modern-surfaces .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  html:not(.ipad) body.cms-modern-surfaces .force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-modern-surfaces .content.row .flex-block a.cta {
    margin-top: 30px;
  }
  body.cms-modern-surfaces .content.row .flex-block.lateral-margin {
    margin-left: 100px;
    margin-right: 100px;
  }
  body.cms-modern-surfaces .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  body.cms-modern-surfaces .force-overlay .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.cms-explore-bond,
body.cms-new-nyc-showroom {
  /* Landscape */
}
body.cms-explore-bond .content.row.inspiration-images-block .text-centered-only p.small,
body.cms-new-nyc-showroom .content.row.inspiration-images-block .text-centered-only p.small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-bond .content.row.old-world .lateral-margin-mobile,
  html:not(.ipad) body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  html:not(.ipad) body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div,
  html:not(.ipad) body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div {
    -ms-flex: 1;
        flex: 1;
  }
  html:not(.ipad) body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body,
  html:not(.ipad) body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body {
    min-height: 370px;
  }
  html:not(.ipad) body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
  html:not(.ipad) body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
html.ipad.landscape body.cms-explore-bond .content.row.old-world .lateral-margin-mobile,
html.ipad.landscape body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad.landscape body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div,
html.ipad.landscape body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div {
  -ms-flex: 1;
      flex: 1;
}
html.ipad.landscape body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body,
html.ipad.landscape body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body {
  min-height: 370px;
}
html.ipad.landscape body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
html.ipad.landscape body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div {
    -ms-flex: 1;
        flex: 1;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body {
    min-height: 370px;
  }
  body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
  body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div {
    -ms-flex: 1;
        flex: 1;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body {
    min-height: 370px;
  }
  body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
  body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div {
    -ms-flex: 1;
        flex: 1;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div:first-of-type,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div:first-of-type {
    padding-right: 85px !important;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div:last-of-type,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div:last-of-type {
    padding-left: 85px !important;
  }
  body.cms-explore-bond .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body,
  body.cms-new-nyc-showroom .content.row.old-world .lateral-margin-mobile > div .image-body-container .image-body {
    height: 370px;
  }
  body.cms-explore-bond .content.row.old-world .row.col-lg-12 .text-centered-only,
  body.cms-new-nyc-showroom .content.row.old-world .row.col-lg-12 .text-centered-only {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
.page-modern-bath-catalog {
  /* Landscape */
}
.page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta {
  display: -ms-flexbox;
  display: flex;
}
.page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
  position: absolute;
}
.page-modern-bath-catalog .content.row.hero-block h1,
.page-modern-bath-catalog .content.row.hero-block p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
.page-modern-bath-catalog .content.row.form-block {
  margin-top: 50px;
}
.page-modern-bath-catalog .content.row.form-block h4 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
.page-modern-bath-catalog .content.row.form-block li.company-field {
  width: 100%;
}
.page-modern-bath-catalog .content.row.form-block li.contact-method {
  clear: left;
}
.page-modern-bath-catalog .content.row.form-block li.email-field,
.page-modern-bath-catalog .content.row.form-block li.address-1,
.page-modern-bath-catalog .content.row.form-block li.city,
.page-modern-bath-catalog .content.row.form-block li.zip-field,
.page-modern-bath-catalog .content.row.form-block li.contact-method {
  float: left;
  padding-right: 10px;
}
.page-modern-bath-catalog .content.row.form-block li.contact-method,
.page-modern-bath-catalog .content.row.form-block li.country-field,
.page-modern-bath-catalog .content.row.form-block li.client-type-field {
  text-align: left;
}
.page-modern-bath-catalog .content.row > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.page-modern-bath-catalog section.success {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  width: 100%;
}
.page-modern-bath-catalog section.success .image-body-watermark {
  margin: 50px auto;
  margin-top: 0;
  width: 207px;
}
.page-modern-bath-catalog section.success div.cta.mobile-portrait-show a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  line-height: 40px;
  height: 60px;
  width: 280px;
}
.page-modern-bath-catalog section.success div.cta.mobile-portrait-show a:hover {
  color: #000000;
  background-color: #ffffff;
}
.page-modern-bath-catalog section.success div.cta.mobile-portrait-show a:first-of-type {
  margin-bottom: 10px;
}
.page-modern-bath-catalog section.success h2,
.page-modern-bath-catalog section.success p {
  color: #000000;
}
.page-modern-bath-catalog section.success h2 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
  font-size: 20px;
  font-weight: 100;
}
.page-modern-bath-catalog section.success p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.page-modern-bath-catalog section.success div.widget-newsletter {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: inherit;
}
.page-modern-bath-catalog section.success div.widget-newsletter .control a,
.page-modern-bath-catalog section.success div.widget-newsletter .control span,
.page-modern-bath-catalog section.success div.widget-newsletter .control input {
  color: #000000 !important;
}
.page-modern-bath-catalog section.success div.widget-newsletter .control input.checkbox {
  border-color: #000000 !important;
}
.page-modern-bath-catalog section.success div.widget-newsletter h2 {
  text-transform: inherit;
}
.page-modern-bath-catalog section.success div.widget-newsletter p {
  text-transform: uppercase;
}
.page-modern-bath-catalog section.success div.widget-newsletter div.actions button {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  line-height: 40px;
  margin-top: 50px;
  height: 60px;
  width: 280px;
}
.page-modern-bath-catalog section.success div.widget-newsletter div.actions button:hover {
  color: #000000;
  background-color: #ffffff;
}
.page-modern-bath-catalog section.success div.widget-newsletter .block-content.output {
  color: #000000 !important;
}
@media (max-width: 768px) {
  .page-modern-bath-catalog .content.row.mobile-portrait-hide .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
  .page-modern-bath-catalog .content.row h1.lowercase {
    color: #ffffff;
  }
  .page-modern-bath-catalog .content.row#form-mobile {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container .text-black p {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container .cta {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 100px;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-appearance: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -webkit-appearance: none;
    line-height: 40px;
    height: 60px;
    width: 280px;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:first-of-type {
    margin-bottom: 10px;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    width: 207px;
  }
}
html.ipad.portrait .page-modern-bath-catalog .content.row.mobile-portrait-hide .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.ipad.portrait .page-modern-bath-catalog .content.row h1.lowercase {
  color: #ffffff;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container .text-black p {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container .cta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  line-height: 40px;
  height: 60px;
  width: 280px;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:first-of-type {
  margin-bottom: 10px;
}
html.ipad.portrait .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
  width: 207px;
}
html.legacy-ipad .page-modern-bath-catalog .content.row.mobile-portrait-hide .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.legacy-ipad .page-modern-bath-catalog .content.row h1.lowercase {
  color: #ffffff;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile .text-container .text-black p {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile .text-container .cta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  line-height: 40px;
  height: 60px;
  width: 280px;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
html.legacy-ipad .page-modern-bath-catalog .content.row#form-mobile .text-container .cta a:first-of-type {
  margin-bottom: 10px;
}
html.legacy-ipad .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
  width: 207px;
}
@media (min-width: 768px) {
  html:not(.ipad) .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  html:not(.ipad) .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:first-of-type {
    margin-right: 5px;
  }
  html:not(.ipad) .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:last-of-type {
    margin-left: 5px;
  }
  html:not(.ipad) .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
    left: 50px;
    top: 25px;
    width: 207px;
  }
  html:not(.ipad) .page-modern-bath-catalog div.cta.mobile-portrait-show {
    display: none !important;
  }
}
html.ipad.landscape .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
html.ipad.landscape .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:first-of-type {
  margin-right: 5px;
}
html.ipad.landscape .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:last-of-type {
  margin-left: 5px;
}
html.ipad.landscape .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
  left: 50px;
  top: 25px;
  width: 207px;
}
html.ipad.landscape .page-modern-bath-catalog div.cta.mobile-portrait-show {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:first-of-type {
    margin-right: 5px;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:last-of-type {
    margin-left: 5px;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
    left: 50px;
    top: 25px;
    width: 207px;
  }
  .page-modern-bath-catalog div.cta.mobile-portrait-show {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:first-of-type {
    margin-right: 5px;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body div.cta a.button:last-of-type {
    margin-left: 5px;
  }
  .page-modern-bath-catalog .content.row.hero-block .image-body-container .image-body-watermark {
    left: 50px;
    top: 25px;
    width: 207px;
  }
  .page-modern-bath-catalog div.cta.mobile-portrait-show {
    display: none !important;
  }
}
html.ipad.portrait .page-modern-bath-catalog .content.row#form-mobile .text-container p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
}
html.ipad.portrait .page-modern-bath-catalog section.success div.cta.mobile-portrait-show {
  -ms-flex-align: center ;
      align-items: center ;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.ipad.portrait .page-modern-bath-catalog .mobile-portrait-hide {
  display: none !important;
}
html.ipad.portrait .page-modern-bath-catalog .mobile-portrait-show {
  display: block !important;
}
html.legacy-ipad .page-modern-bath-catalog section.success div.cta.mobile-portrait-show {
  -ms-flex-align: center ;
      align-items: center ;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.legacy-ipad .page-modern-bath-catalog .mobile-portrait-hide {
  display: none !important;
}
html.legacy-ipad .page-modern-bath-catalog .mobile-portrait-show {
  display: block !important;
}
@media (max-width: 768px) {
  .page-modern-bath-catalog .mobile-portrait-hide {
    display: none !important;
  }
  .page-modern-bath-catalog .mobile-portrait-show {
    display: block !important;
  }
  .page-modern-bath-catalog .content.row#form-mobile .text-container p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
  }
  .page-modern-bath-catalog .content.row#form-mobile .cta {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 100px;
  }
  .page-modern-bath-catalog .content.row#form-mobile .cta a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-appearance: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -webkit-appearance: none;
    line-height: 40px;
    height: 60px;
    width: 280px;
  }
  .page-modern-bath-catalog .content.row#form-mobile .cta a:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .page-modern-bath-catalog .content.row#form-mobile .cta a:first-of-type {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .page-modern-bath-catalog section.success div.cta.mobile-portrait-show {
    -ms-flex-align: center ;
        align-items: center ;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 100px;
  }
  .page-modern-bath-catalog .mobile-portrait-hide {
    display: none !important;
  }
  .page-modern-bath-catalog .mobile-portrait-show {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .page-modern-bath-catalog.success .hero-block {
    display: none !important;
  }
  .page-modern-bath-catalog.success .form-block .flex-block .text-container {
    display: none !important;
  }
}
html.ipad.portrait .page-modern-bath-catalog.success .hero-block {
  display: none !important;
}
html.ipad.portrait .page-modern-bath-catalog.success .form-block .flex-block .text-container {
  display: none !important;
}
html.legacy-ipad .page-modern-bath-catalog.success .hero-block {
  display: none !important;
}
html.legacy-ipad .page-modern-bath-catalog.success .form-block .flex-block .text-container {
  display: none !important;
}
@media (max-width: 768px) {
  body.cms-standard-vanities .hero-block.main .image-body-container.text-white .image-body {
    color: #ffffff;
  }
}
html.ipad.portrait body.cms-standard-vanities .hero-block.main .image-body-container.text-white .image-body {
  color: #ffffff;
}
html.legacy-ipad body.cms-standard-vanities .hero-block.main .image-body-container.text-white .image-body {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.cms-standard-vanities .page-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    padding: 0 !important;
    height: 75px;
  }
  html.ipad.portrait body.cms-standard-vanities .page-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-standard-vanities .page-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-standard-vanities .page-menu {
    top: 131px;
  }
  body.cms-standard-vanities .page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-standard-vanities .page-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-standard-vanities .page-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-standard-vanities .page-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-standard-vanities .page-menu ul {
    width: 180vw;
  }
  body.cms-standard-vanities .page-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-standard-vanities .page-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-standard-vanities .page-menu ul {
    width: inherit !important;
    display: block;
  }
  body.cms-standard-vanities .page-menu ul li {
    margin: 0 100px 0 0 !important;
    line-height: 75px;
  }
  body.cms-standard-vanities .page-menu ul li:first-of-type {
    margin-left: 50px !important;
  }
  body.cms-standard-vanities .page-menu ul li:last-of-type {
    margin-right: 50px !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-standard-vanities .page-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-standard-vanities .page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-standard-vanities .page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  padding: 0 !important;
  height: 75px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-standard-vanities .page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-standard-vanities .page-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-standard-vanities .page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-standard-vanities .page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-standard-vanities .page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul {
  width: inherit !important;
  display: block;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul li {
  margin: 0 100px 0 0 !important;
  line-height: 75px;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul li:first-of-type {
  margin-left: 50px !important;
}
html.ipad.portrait body.cms-standard-vanities .page-menu ul li:last-of-type {
  margin-right: 50px !important;
}
html.legacy-ipad body.cms-standard-vanities .page-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  padding: 0 !important;
  height: 75px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-standard-vanities .page-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-standard-vanities .page-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-standard-vanities .page-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-standard-vanities .page-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-standard-vanities .page-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-standard-vanities .page-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul {
  width: inherit !important;
  display: block;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul li {
  margin: 0 100px 0 0 !important;
  line-height: 75px;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul li:first-of-type {
  margin-left: 50px !important;
}
html.legacy-ipad body.cms-standard-vanities .page-menu ul li:last-of-type {
  margin-right: 50px !important;
}
body.cms-standard-vanities #pullman-products h1,
body.cms-standard-vanities #belden-products h1,
body.cms-standard-vanities #alta-products h1,
body.cms-standard-vanities #bridle-products h1,
body.cms-standard-vanities #pullman-products h4,
body.cms-standard-vanities #belden-products h4,
body.cms-standard-vanities #alta-products h4,
body.cms-standard-vanities #bridle-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-standard-vanities #pullman-products h1,
body.cms-standard-vanities #belden-products h1,
body.cms-standard-vanities #alta-products h1,
body.cms-standard-vanities #bridle-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-standard-vanities #pullman-products h4,
body.cms-standard-vanities #belden-products h4,
body.cms-standard-vanities #alta-products h4,
body.cms-standard-vanities #bridle-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-standard-vanities #pullman-products > .cta,
body.cms-standard-vanities #belden-products > .cta,
body.cms-standard-vanities #alta-products > .cta,
body.cms-standard-vanities #bridle-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-standard-vanities #pullman-products > .cta a,
body.cms-standard-vanities #belden-products > .cta a,
body.cms-standard-vanities #alta-products > .cta a,
body.cms-standard-vanities #bridle-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-standard-vanities #pullman-products > .cta a:hover,
body.cms-standard-vanities #belden-products > .cta a:hover,
body.cms-standard-vanities #alta-products > .cta a:hover,
body.cms-standard-vanities #bridle-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-standard-vanities #pullman-products .products-row:nth-of-type(2),
body.cms-standard-vanities #belden-products .products-row:nth-of-type(2),
body.cms-standard-vanities #alta-products .products-row:nth-of-type(2),
body.cms-standard-vanities #bridle-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-standard-vanities #pullman-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #belden-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #alta-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #bridle-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-standard-vanities #pullman-products #products-row .product .product-data-pricing .price-box > div,
body.cms-standard-vanities #belden-products #products-row .product .product-data-pricing .price-box > div,
body.cms-standard-vanities #alta-products #products-row .product .product-data-pricing .price-box > div,
body.cms-standard-vanities #bridle-products #products-row .product .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.cms-standard-vanities #pullman-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-standard-vanities #belden-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-standard-vanities #alta-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-standard-vanities #bridle-products #products-row .product .product-data-pricing .price-box > div .price-label strong,
body.cms-standard-vanities #pullman-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #belden-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #alta-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #bridle-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  display: inline;
}
body.cms-standard-vanities #pullman-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #belden-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #alta-products #products-row .product .product-data-pricing .price-box > div .price-label span,
body.cms-standard-vanities #bridle-products #products-row .product .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-standard-vanities #pullman-products h1,
body.cms-standard-vanities #belden-products h1,
body.cms-standard-vanities #alta-products h1,
body.cms-standard-vanities #bridle-products h1,
body.cms-standard-vanities #pullman-products h4,
body.cms-standard-vanities #belden-products h4,
body.cms-standard-vanities #alta-products h4,
body.cms-standard-vanities #bridle-products h4 {
  text-align: center;
  color: #000000;
}
body.cms-standard-vanities #pullman-products h1,
body.cms-standard-vanities #belden-products h1,
body.cms-standard-vanities #alta-products h1,
body.cms-standard-vanities #bridle-products h1 {
  font-size: 24px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 200;
}
body.cms-standard-vanities #pullman-products h4,
body.cms-standard-vanities #belden-products h4,
body.cms-standard-vanities #alta-products h4,
body.cms-standard-vanities #bridle-products h4 {
  font-size: 11px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
body.cms-standard-vanities #pullman-products > .cta,
body.cms-standard-vanities #belden-products > .cta,
body.cms-standard-vanities #alta-products > .cta,
body.cms-standard-vanities #bridle-products > .cta {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 6vh;
}
body.cms-standard-vanities #pullman-products > .cta a,
body.cms-standard-vanities #belden-products > .cta a,
body.cms-standard-vanities #alta-products > .cta a,
body.cms-standard-vanities #bridle-products > .cta a {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 13px 0;
  color: #ffffff;
  background-color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body.cms-standard-vanities #pullman-products > .cta a:hover,
body.cms-standard-vanities #belden-products > .cta a:hover,
body.cms-standard-vanities #alta-products > .cta a:hover,
body.cms-standard-vanities #bridle-products > .cta a:hover {
  color: #000000;
  background-color: #ffffff;
}
body.cms-standard-vanities #pullman-products .products-row:nth-of-type(2),
body.cms-standard-vanities #belden-products .products-row:nth-of-type(2),
body.cms-standard-vanities #alta-products .products-row:nth-of-type(2),
body.cms-standard-vanities #bridle-products .products-row:nth-of-type(2) {
  margin-top: 50px;
}
body.cms-standard-vanities #pullman-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #belden-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #alta-products .products-row .product .product-img > div.cta,
body.cms-standard-vanities #bridle-products .products-row .product .product-img > div.cta {
  margin: 0 !important;
}
body.cms-standard-vanities .column.main {
  padding-bottom: 100px;
}
body.e2e-cms-page .main.row.hero {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.e2e-cms-page .main.row.hero .image-body-container .image-body p {
    max-width: 480px;
  }
}
html.ipad.landscape body.e2e-cms-page .main.row.hero .image-body-container .image-body p {
  max-width: 480px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.e2e-cms-page .main.row.hero .image-body-container .image-body p {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.e2e-cms-page .main.row.hero .image-body-container .image-body p {
    max-width: 480px;
  }
}
body.e2e-cms-page .content.row.products-block {
  /* Landscape */
}
body.e2e-cms-page .content.row.products-block.margin-top-100,
body.e2e-cms-page .content.row.products-block .margin-top-100 {
  margin-top: 100px !important;
}
body.e2e-cms-page .content.row.products-block.margin-bottom-100,
body.e2e-cms-page .content.row.products-block .margin-bottom-100 {
  margin-bottom: 100px !important;
}
body.e2e-cms-page .content.row.products-block.margin-top-50,
body.e2e-cms-page .content.row.products-block .margin-top-50 {
  margin-top: 50px !important;
}
body.e2e-cms-page .content.row.products-block.margin-bottom-50,
body.e2e-cms-page .content.row.products-block .margin-bottom-50 {
  margin-bottom: 50px !important;
}
@media (min-width: 768px) {
  html:not(.ipad) body.e2e-cms-page .content.row.products-block .image-body-container .image-body p {
    max-width: 480px;
  }
}
html.ipad.landscape body.e2e-cms-page .content.row.products-block .image-body-container .image-body p {
  max-width: 480px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.e2e-cms-page .content.row.products-block .image-body-container .image-body p {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.e2e-cms-page .content.row.products-block .image-body-container .image-body p {
    max-width: 480px;
  }
}
body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container {
  /* Landscape */
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container .image-body {
  max-width: 550px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container .image-body {
    max-width: 550px;
  }
}
html.ipad.landscape body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container .image-body {
  max-width: 550px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container .image-body {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-studio .e2e-page-container.layout-e2e-default .hero-block.main.content .image-body-container .image-body {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-studio .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-shinola .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-new-icons .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    width: 120vw !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.ipad.portrait body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 120vw !important;
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-the-world-of-mosaics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 120vw !important;
}
@media (max-width: 768px) {
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    width: 120vw !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.ipad.portrait body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 120vw !important;
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-the-new-classics .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 120vw !important;
}
@media (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
    margin-top: 100px;
  }
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
  margin-top: 100px;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-kitchen-inspiration .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
@media (max-width: 768px) {
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    display: block !important;
    background: #000000;
    height: 60px;
    overflow-x: auto;
    padding: 10px 0 10px 40px;
    margin: 0;
    /* Landscape */
  }
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
  html.ipad.landscape body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    white-space: nowrap;
  }
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
  html.ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 200vw !important;
  }
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 180vw;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 0 0 0 !important;
    line-height: 40px;
    z-index: 1;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding: 0;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    width: 140vw !important;
  }
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default div.hero-block {
    overflow: hidden;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  html:not(.ipad) body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  display: block !important;
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 140vw !important;
}
html.ipad.portrait body.cms-metal-finishes .e2e-page-container.layout-e2e-default div.hero-block {
  overflow: hidden;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  display: block !important;
  background: #000000;
  height: 60px;
  overflow-x: auto;
  padding: 10px 0 10px 40px;
  margin: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 146px;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
html.legacy-ipad html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 146px;
}
@media (min-width: 768px) {
  html:not(.ipad) html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.ipad.landscape html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
  top: 131px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu {
    top: 131px;
  }
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
    width: 230vw !important;
  }
}
html.ipad.portrait html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.legacy-ipad html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 230vw !important;
}
html.ipad html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 200vw !important;
}
html.ipad.portrait html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul {
  width: 180vw;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 0 0 0 !important;
  line-height: 40px;
  z-index: 1;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding: 0;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  width: 140vw !important;
}
html.legacy-ipad body.cms-metal-finishes .e2e-page-container.layout-e2e-default div.hero-block {
  overflow: hidden;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default,
.generic-newer-styles .e2e-page-container.layout-e2e-default {
  /* Landscape */
  /** Very specific styles, mostly bug fix intended **/
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .pagination,
.generic-newer-styles .e2e-page-container.layout-e2e-default .pagination {
  bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .swiper-pagination-bullets .swiper-pagination-bullet,
.generic-newer-styles .e2e-page-container.layout-e2e-default .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  cursor: pointer;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .swiper-pagination-bullets .swiper-pagination-bullet-active,
.generic-newer-styles .e2e-page-container.layout-e2e-default .swiper-pagination-bullets .swiper-pagination-bullet-active {
  --swiper-theme-color: #ffffff;
  --swiper-pagination-color: #ffffff;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .flex-block .image-text-centered-container,
.generic-newer-styles .e2e-page-container.layout-e2e-default .flex-block .image-text-centered-container {
  width: 100%;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .flex-block .column,
.generic-newer-styles .e2e-page-container.layout-e2e-default .flex-block .column {
  width: 100%;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .flex-block .isolated-block .text-container.text-black,
.generic-newer-styles .e2e-page-container.layout-e2e-default .flex-block .isolated-block .text-container.text-black {
  padding: 13px 20px 0 !important;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .flex-block .image-body-container .image-body h1.big,
.generic-newer-styles .e2e-page-container.layout-e2e-default .flex-block .image-body-container .image-body h1.big {
  font-size: 4rem;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .ctas-block .button.cta,
.generic-newer-styles .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
  margin: 0 10px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black,
.generic-newer-styles .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black:hover,
.generic-newer-styles .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type,
.generic-newer-styles .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type,
.generic-newer-styles .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
  margin-right: 0;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .slider-block .image-body-container,
.generic-newer-styles .e2e-page-container.layout-e2e-default .slider-block .image-body-container {
  z-index: 9;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 {
  margin-bottom: 30px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small {
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1.big,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1.big {
  font-size: 40px;
  margin-bottom: 30px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p {
  font-size: 26px;
  line-height: 1.5;
  max-width: 640px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body .button,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body .button {
  margin-top: 50px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body > *,
.generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body > * {
  max-width: 550px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.menu-block .page-menu,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row.menu-block .page-menu {
  padding: 50px 0;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.menu-block .return-back,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row.menu-block .return-back {
  padding: 50px 0 50px 100px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.hero-block .image-body-container .image-body p,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row.hero-block .image-body-container .image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .heading-hairline,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .heading-hairline {
  border-color: #000000;
  display: block;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  margin: 0 0 50px;
  width: 50px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 3rem;
  line-height: 1.5;
  max-width: 550px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black {
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: block;
  margin-top: 50px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black span,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover span,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black:hover span,
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black.selected span,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph .button.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row h4.gotham,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row h4.gotham {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px;
}
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1.big,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1.big,
.e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1.big,
.generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1.big {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
@media (min-width: 768px) {
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .top-margin,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .top-margin {
    margin-top: 100px !important;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body {
    opacity: 1;
    visibility: visible;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row h1.big,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row h1.big {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p {
    max-width: 35rem;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned {
    box-sizing: content-box;
    max-width: 500px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body {
    height: auto;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > *,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > * {
    margin: 0;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body {
    left: 0;
    padding-left: 100px !important;
    right: auto;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p {
    text-align: left;
    width: 100%;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1 {
    text-transform: none;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button {
    margin-left: 0;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right {
    right: 0;
    left: auto;
    padding-right: 100px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body {
    margin-left: auto;
    margin-right: 100px;
    max-width: 500px;
    text-align: right;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a {
    margin: 0;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p {
    text-align: right;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p {
    font-size: 30px;
    margin-bottom: 0;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small {
    color: #ffffff;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .left .button,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .left .button,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .right .button,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .right .button {
    margin-top: 40px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big {
    margin-bottom: 30px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    margin-top: 40px;
    text-decoration: none !important;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph {
    padding-left: 180px;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle),
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
    padding: 13px 20px 0;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle {
    padding: 0 15px 0 180px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul {
    min-width: 110vw;
  }
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .top-margin,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .top-margin {
  margin-top: 100px !important;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body {
  opacity: 1;
  visibility: visible;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row h1.big,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row h1.big {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p {
  max-width: 35rem;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned {
  box-sizing: content-box;
  max-width: 500px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body {
  height: auto;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > *,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > * {
  margin: 0;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body {
  left: 0;
  padding-left: 100px !important;
  right: auto;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p {
  text-align: left;
  width: 100%;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1 {
  text-transform: none;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button {
  margin-left: 0;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right {
  right: 0;
  left: auto;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul,
  html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul {
    min-width: 110vw;
  }
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body {
  margin-left: auto;
  margin-right: 100px;
  max-width: 500px;
  text-align: right;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a {
  margin: 0;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p {
  text-align: right;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p {
  font-size: 30px;
  margin-bottom: 0;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small {
  color: #ffffff;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .left .button,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .left .button,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .right .button,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .right .button {
  margin-top: 40px;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big {
  margin-bottom: 30px;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  display: block;
  margin-top: 40px;
  text-decoration: none !important;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
  background-color: #000000;
  color: #ffffff;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph {
  padding-left: 180px;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle),
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
  padding: 13px 20px 0;
}
html.ipad.landscape .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle,
html.ipad.landscape .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle {
  padding: 0 15px 0 180px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .top-margin,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .top-margin {
    margin-top: 100px !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body {
    opacity: 1;
    visibility: visible;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row h1.big {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p {
    max-width: 35rem;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned {
    box-sizing: content-box;
    max-width: 500px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body {
    height: auto;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > * {
    margin: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body {
    left: 0;
    padding-left: 100px !important;
    right: auto;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p {
    text-align: left;
    width: 100%;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1 {
    text-transform: none;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button {
    margin-left: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right {
    right: 0;
    left: auto;
    padding-right: 100px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body {
    margin-left: auto;
    margin-right: 100px;
    max-width: 500px;
    text-align: right;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a {
    margin: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p {
    text-align: right;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p {
    font-size: 30px;
    margin-bottom: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small {
    color: #ffffff;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .left .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .left .button,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .right .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .right .button {
    margin-top: 40px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big {
    margin-bottom: 30px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    margin-top: 40px;
    text-decoration: none !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph {
    padding-left: 180px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle),
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
    padding: 13px 20px 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle {
    padding: 0 15px 0 180px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul {
    min-width: 110vw;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .top-margin,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .top-margin {
    margin-top: 100px !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container .image-body {
    opacity: 1;
    visibility: visible;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row h1.big {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .beauty-paragraph p {
    max-width: 35rem;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned {
    box-sizing: content-box;
    max-width: 500px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body {
    height: auto;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned .image-body > * {
    margin: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body {
    left: 0;
    padding-left: 100px !important;
    right: auto;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body p {
    text-align: left;
    width: 100%;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body h1 {
    text-transform: none;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.left .image-body .button {
    margin-left: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-aligned.right {
    right: 0;
    left: auto;
    padding-right: 100px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body {
    margin-left: auto;
    margin-right: 100px;
    max-width: 500px;
    text-align: right;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body a {
    margin: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.mixed-materials .image-body-container .image-body p {
    text-align: right;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body p {
    font-size: 30px;
    margin-bottom: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body-container .image-body h1 small {
    color: #ffffff;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .left .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .left .button,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .right .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .right .button {
    margin-top: 40px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body h1.big,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body h1.big {
    margin-bottom: 30px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    display: block;
    margin-top: 40px;
    text-decoration: none !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta:hover span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta:hover span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container .image-body .button.white.cta.selected span,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .image-body-container.text-white .image-body .button.white.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.content-middle.beauty-paragraph {
    padding-left: 180px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle),
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
    padding: 13px 20px 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.content-middle {
    padding: 0 15px 0 180px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.menu-block .page-menu ul {
    min-width: 110vw;
  }
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .force-overlay .image-body-container,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .force-overlay .image-body-container {
  background: none !important;
}
@media (max-width: 768px) {
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p {
    margin-bottom: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small {
    color: #000000;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4 {
    text-align: center;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > * {
    margin: 0 auto;
    text-align: center;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > * {
    margin: 0 auto;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p {
    margin-top: 50px !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .beauty-paragraph p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .beauty-paragraph p {
    max-width: 32rem;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin {
    margin-top: 0 !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body {
    max-width: 500px !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > *,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > * {
    text-align: center;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small {
    color: #000000;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 50px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered {
    display: none;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.content .left,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.content .left {
    margin-bottom: 100px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .button.cta,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .button.cta {
    margin: 0 auto;
    margin-top: 50px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.slider-block .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.slider-block .image-body {
    padding: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body {
    padding: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a {
    margin: 0;
    margin-top: 10px;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black {
    padding-bottom: 0;
  }
  .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.products-block.top-margin,
  .generic-newer-styles .e2e-page-container.layout-e2e-default .row.products-block.top-margin {
    margin-top: 100px !important;
  }
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p {
  margin-bottom: 0;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small {
  color: #000000;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4 {
  text-align: center;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > *,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > * {
  margin: 0 auto;
  text-align: center;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > *,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > * {
  margin: 0 auto;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p {
  margin-top: 50px !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .beauty-paragraph p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .beauty-paragraph p {
  max-width: 32rem;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin {
  margin-top: 0 !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body {
  max-width: 500px !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > *,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > * {
  text-align: center;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small {
  color: #000000;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1 {
  font-size: 40px;
  line-height: 40px;
  margin-top: 50px;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered {
  display: none;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.content .left,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.content .left {
  margin-bottom: 100px;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .button.cta,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .button.cta {
  margin: 0 auto;
  margin-top: 50px;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.slider-block .image-body,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.slider-block .image-body {
  padding: 0;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body {
  padding: 0;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a {
  margin: 0;
  margin-top: 10px;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black {
  padding-bottom: 0;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.products-block.top-margin,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.products-block.top-margin {
  margin-top: 100px !important;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body p {
  margin-bottom: 0;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-block .image-body h1 small {
  color: #000000;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph h4 {
  text-align: center;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > *,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph > * {
  margin: 0 auto;
  text-align: center;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > *,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph div > * {
  margin: 0 auto;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph .heading-hairline,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .content-middle.beauty-paragraph p {
  margin-top: 50px !important;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .beauty-paragraph p,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .beauty-paragraph p {
  max-width: 32rem;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.no-mobile-top-margin,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .no-mobile-top-margin {
  margin-top: 0 !important;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body {
  max-width: 500px !important;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body > *,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > *,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body > * {
  text-align: center;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body p,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body p,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body small,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body small {
  color: #000000;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body h1,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body h1 {
  font-size: 40px;
  line-height: 40px;
  margin-top: 50px;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container .image-body .button:hover,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white .image-body .button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-centered,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .image-body-container.text-white.text-white.text-centered {
  display: none;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.content .left,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.content .left {
  margin-bottom: 100px;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .button.cta,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .button.cta {
  margin: 0 auto;
  margin-top: 50px;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.slider-block .image-body,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.slider-block .image-body {
  padding: 0;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.kitchen-bar-fitings .image-body {
  padding: 0;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.ctas-block .flex-block a {
  margin: 0;
  margin-top: 10px;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div > .text-container,
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > div .image .text-container.text-black {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row .flex-block > .col-xs-12 > .text-container.text-black {
  padding-bottom: 0;
}
html.legacy-ipad .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.products-block.top-margin,
html.legacy-ipad .generic-newer-styles .e2e-page-container.layout-e2e-default .row.products-block.top-margin {
  margin-top: 100px !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .row.products-block.top-margin,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .row.products-block.top-margin {
  margin-top: 100px !important;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-mobile-text,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-mobile-text {
    display: none;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .content-middle.beauty-paragraph,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .content-middle.beauty-paragraph {
    padding: 0 15px 0 9rem !important;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .content-middle.beauty-paragraph .text-black p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .content-middle.beauty-paragraph .text-black p {
    font-size: 2.4rem;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .block-small,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .block-small {
    padding: 7rem;
  }
  html:not(.ipad) .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .image-text-centered-container.big-paragraph p,
  html:not(.ipad) .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .image-text-centered-container.big-paragraph p {
    font-size: 4rem;
  }
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.hero-mobile-text,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.hero-mobile-text {
  display: block !important;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row.exclusive-unique .flex-block .image-text-centered-container .image-body-container .image-body,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row.exclusive-unique .flex-block .image-text-centered-container .image-body-container .image-body {
  max-width: 70rem;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .content-middle.beauty-paragraph p,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .content-middle.beauty-paragraph p {
  max-width: 50rem;
}
html.ipad.portrait .e2e-kitchen-page .e2e-page-container.layout-e2e-default .content.row .flex-block .col-md-6,
html.ipad.portrait .generic-newer-styles .e2e-page-container.layout-e2e-default .content.row .flex-block .col-md-6 {
  width: 100% !important;
}
.e2e-kitchen-page.cms-explore-statement-makers {
  /*** Mobile specific adjustments ***/
}
.e2e-kitchen-page.cms-explore-statement-makers .content.row.hero-block .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
}
.e2e-kitchen-page.cms-explore-statement-makers .content.row.hero-block .button:hover {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: underline;
}
.e2e-kitchen-page.cms-explore-statement-makers .row.ctas-block .button.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.e2e-kitchen-page.cms-explore-statement-makers .row.ctas-block .button.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
.e2e-kitchen-page.cms-explore-statement-makers .row.distinctly-different .button.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  display: block;
  margin-top: 50px;
}
.e2e-kitchen-page.cms-explore-statement-makers .row.products-block {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .e2e-kitchen-page.cms-explore-statement-makers .row.hero-mobile-text .image-body-container .image-body {
    padding: 0 !important;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .row.horizontal-padding-mobile .text-container {
    padding-left: 0;
    padding-right: 0;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .row .image-text-centered-container .image-body-container.text-white.text-centered {
    height: 0;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black {
    text-align: center;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black .heading-hairline {
    margin: 0 auto 50px;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black p {
    font-size: 3.6rem;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .top-margin.padding-top-mobile-50 {
    margin-top: 0;
  }
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row.hero-mobile-text .image-body-container .image-body {
  padding: 0 !important;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row.horizontal-padding-mobile .text-container {
  padding-left: 0;
  padding-right: 0;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row .image-text-centered-container .image-body-container.text-white.text-centered {
  height: 0;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black {
  text-align: center;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black .heading-hairline {
  margin: 0 auto 50px;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black p {
  font-size: 3.6rem;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .top-margin.padding-top-mobile-50 {
  margin-top: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row.hero-mobile-text .image-body-container .image-body {
  padding: 0 !important;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row.horizontal-padding-mobile .text-container {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row .image-text-centered-container .image-body-container.text-white.text-centered {
  height: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black {
  text-align: center;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black .heading-hairline {
  margin: 0 auto 50px;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .row .content-middle .text-black p {
  font-size: 3.6rem;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .top-margin.padding-top-mobile-50 {
  margin-top: 0;
}
#terms-conditions.modal-content-terms-block > .block {
  display: none;
}
.modal-terms-and-conditions {
  /* Landscape */
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-header {
  background-color: #ffffff;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-header h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 30px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions > .block {
  display: none;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container h5,
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container h5 {
  font-weight: 700;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container h6 {
  font-weight: 100;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container ul {
  padding-left: 20px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container ul li {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 12px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container .download-link {
  display: block;
  text-align: center;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container .download-link a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
  color: #000000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 15px;
  text-align: center;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #terms-conditions .block-content .terms-container .download-link a:hover {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: block;
  margin: 50px auto;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms:hover {
  background-color: #ffffff;
  color: #000000;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms:hover span,
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content #accept-terms:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-terms-and-conditions .modal-inner-wrap {
    max-width: 700px;
    width: 700px;
  }
  html:not(.ipad) .modal-terms-and-conditions .modal-inner-wrap .modal-content {
    max-height: 800px;
  }
}
html.ipad.landscape .modal-terms-and-conditions .modal-inner-wrap {
  max-width: 700px;
  width: 700px;
}
html.ipad.landscape .modal-terms-and-conditions .modal-inner-wrap .modal-content {
  max-height: 800px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-terms-and-conditions .modal-inner-wrap {
    max-width: 700px;
    width: 700px;
  }
  .modal-terms-and-conditions .modal-inner-wrap .modal-content {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-terms-and-conditions .modal-inner-wrap {
    max-width: 700px;
    width: 700px;
  }
  .modal-terms-and-conditions .modal-inner-wrap .modal-content {
    max-height: 800px;
  }
}
@media (max-width: 768px) {
  .modal-terms-and-conditions.modal-popup .modal-inner-wrap {
    max-width: 100%;
    width: 100%;
  }
  .modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content {
    max-height: 800px;
  }
}
html.ipad.portrait .modal-terms-and-conditions.modal-popup .modal-inner-wrap {
  max-width: 100%;
  width: 100%;
}
html.ipad.portrait .modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content {
  max-height: 800px;
}
html.legacy-ipad .modal-terms-and-conditions.modal-popup .modal-inner-wrap {
  max-width: 100%;
  width: 100%;
}
html.legacy-ipad .modal-terms-and-conditions.modal-popup .modal-inner-wrap .modal-content {
  max-height: 800px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main .col-lg-3 {
    width: 20% !important;
  }
}
.sitemap .page-main .page-title-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}
.sitemap .page-main .page-title-wrapper > .page-title {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main .page-title-wrapper > .page-title {
    margin-bottom: 100px !important;
    margin-top: 65px !important;
  }
}
.sitemap .page-main .page-title > span {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: #000000 !important;
  color: false !important;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main .page-title > span {
    font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: #000000 !important;
    color: false !important;
  }
}
.sitemap .page-main #sitemap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: normal;
      align-items: normal;
  width: 100%;
}
.sitemap .page-main #sitemap * {
  color: #000000 !important;
}
.sitemap .page-main #sitemap.mobile-border-bottom {
  border-bottom: 1px solid #D9D9D9;
}
.sitemap .page-main #sitemap.padding-top-mobile {
  padding-top: 40px;
}
.sitemap .page-main #sitemap .col-sm-6 {
  padding-bottom: 40px;
  width: calc(50% - 15px);
}
.sitemap .page-main #sitemap > .col-menu:nth-child(odd) {
  padding-right: 10px;
  padding-left: 0;
  margin-left: 15px;
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }
}
.sitemap .page-main #sitemap > .col-menu:nth-child(even) {
  margin-right: 15px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu:first-of-type {
    padding-left: 0;
  }
  .sitemap .page-main #sitemap > .col-menu:last-of-type {
    padding-right: 0;
  }
  .sitemap .page-main #sitemap > .col-menu .links {
    padding-top: 40px;
  }
}
.sitemap .page-main #sitemap > .col-menu > p {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu > p {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu {
    border-bottom: unset;
    padding: 0 40px;
  }
  .sitemap .page-main #sitemap > .col-menu.padding-top-mobile {
    padding-top: 0;
  }
}
.sitemap .page-main #sitemap > .col-menu > p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu > p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.sitemap .page-main #sitemap > .col-menu .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .block-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
.sitemap .page-main #sitemap > .col-menu .nav-item {
  margin-top: 12px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .nav-item {
    margin-top: 16px;
  }
}
.sitemap .page-main #sitemap > .col-menu .nav-item li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .nav-item li {
    margin-bottom: 10px;
  }
}
.sitemap .page-main #sitemap > .col-menu .nav-item li:last-child {
  margin-bottom: 0;
}
.sitemap .page-main #sitemap > .col-menu .nav-item li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .nav-item li a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.sitemap .page-main #sitemap > .col-menu .menu-subtitle {
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .menu-subtitle {
    margin-top: 60px;
  }
}
.sitemap .page-main #sitemap > .col-menu .menu-important-link {
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap > .col-menu .menu-important-link {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1025px) {
  .sitemap .page-main #sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 100px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .sitemap .page-main #sitemap .col-md-4,
  .sitemap .page-main #sitemap .col-md-3 {
    border-right: 1px solid #e1e1e1;
  }
  .sitemap .page-main #sitemap .col-md-4:last-of-type,
  .sitemap .page-main #sitemap .col-md-3:last-of-type {
    border-right: unset;
  }
}
.the-power-of-patina {
  /* Landscape */
}
.the-power-of-patina .white {
  color: #ffffff;
}
.the-power-of-patina .black {
  color: #000000;
}
.the-power-of-patina .light-black {
  color: #333333;
}
.the-power-of-patina .not-visible {
  visibility: hidden;
}
.the-power-of-patina .text-centered {
  text-align: center;
}
.the-power-of-patina .text-left {
  text-align: left;
}
.the-power-of-patina .horizontal-padding-100 {
  padding: 0 100px;
}
.the-power-of-patina .f-gotham {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.the-power-of-patina .title {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1em;
}
.the-power-of-patina .title-desc {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 24px !important;
  font-weight: 200 !important;
  line-height: 1.3em !important;
}
.the-power-of-patina .hero-block .image-text-centered-container {
  position: relative;
}
.the-power-of-patina .hero-block .image-text-centered-container .author-credits {
  bottom: 15px;
  position: absolute;
  right: 15px;
}
.the-power-of-patina .hero-block .image-text-centered-container .author-credits span {
  color: #ffffff;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  margin-top: 0;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta:hover {
  background-color: #000000;
  color: #ffffff;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta:hover span,
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.the-power-of-patina .hero-block .image-text-centered-container .image-body .button.cta:hover {
  text-decoration: none;
}
.the-power-of-patina .author-credits span {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 300;
  line-height: 1.3em;
}
.the-power-of-patina .author-credits span,
.the-power-of-patina .author-credits a {
  color: #333333;
}
.the-power-of-patina .author-credits.text-black {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  margin-top: 20px;
}
.the-power-of-patina .author-credits.text-black span {
  margin-bottom: 10px;
}
.the-power-of-patina .author-credits.text-black .bold-link {
  margin: unset;
}
.the-power-of-patina .flex-block.get-inspired {
  -ms-flex-direction: column;
      flex-direction: column;
}
.the-power-of-patina .flex-block.get-inspired > span {
  display: block;
}
.the-power-of-patina .flex-block.get-inspired .column {
  box-sizing: border-box;
  padding: 0 25px;
}
.the-power-of-patina .flex-block.get-inspired .column picture img {
  width: 100%;
}
.the-power-of-patina .flex-block.get-inspired .column .specs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 20px;
  text-align: left;
}
.the-power-of-patina .flex-block.get-inspired .column .specs > span {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  line-height: 1.5;
}
.the-power-of-patina .flex-block.get-inspired .column .specs > a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  margin-top: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}
.the-power-of-patina .cta-buttons.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.the-power-of-patina .cta-buttons.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.the-power-of-patina .cta-buttons.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.the-power-of-patina .cta-buttons.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.the-power-of-patina .cta-buttons.black:hover span,
.the-power-of-patina .cta-buttons.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.the-power-of-patina .cta-buttons.black:hover {
  text-decoration: none;
}
.the-power-of-patina .ctas-block.cms .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.the-power-of-patina .ctas-block.cms .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.the-power-of-patina .ctas-block.cms .button.cta.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.the-power-of-patina .ctas-block.cms .button.cta.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.the-power-of-patina .ctas-block.cms .button.cta.black:hover span,
.the-power-of-patina .ctas-block.cms .button.cta.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.the-power-of-patina .ctas-block.cms .button.cta.black:hover {
  text-decoration: none;
}
.the-power-of-patina .big-beauty-text {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  line-height: 1.5em;
  margin: 0 auto;
}
.the-power-of-patina .big-section-title {
  margin-top: 0 !important;
  margin-bottom: 50px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  line-height: 0.9em;
  text-align: left;
}
.the-power-of-patina p.section-text {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
  font-weight: 200 !important;
}
.the-power-of-patina .copyright {
  display: block;
}
.the-power-of-patina .content .bold-link {
  font-weight: 300;
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  .the-power-of-patina .mobile-margin-top {
    margin-top: 100px  !important;
  }
  .the-power-of-patina .mobile-margin-bottom {
    margin-bottom: 100px  !important;
  }
  .the-power-of-patina .mobile-margin-bottom-50 {
    margin-bottom: 50px  !important;
  }
  .the-power-of-patina .mobile-margin-bottom-30 {
    margin-bottom: 30px  !important;
  }
  .the-power-of-patina .mobile-margin-top-50 {
    margin-top: 50px !important;
  }
  .the-power-of-patina .mobile-margin-top-75 {
    margin-top: 75px  !important;
  }
  .the-power-of-patina .mobile-horizontal-padding-75 {
    padding: 0 75px;
  }
  .the-power-of-patina .mobile-horizontal-padding-50 {
    padding: 0 50px;
  }
  .the-power-of-patina .mobile-horizontal-padding-25 {
    padding: 0 25px;
  }
  .the-power-of-patina .hero-block .image-body,
  .the-power-of-patina .hero-block .image-body * {
    color: #333333 !important;
    text-align: center !important;
  }
  .the-power-of-patina .hero-block .image-body .title {
    font-size: 34px;
  }
  .the-power-of-patina .hero-block .image-body .title-desc {
    font-size: 18px !important;
  }
  .the-power-of-patina .big-section-title {
    font-size: 34px;
  }
  .the-power-of-patina p.section-text {
    font-size: 18px !important;
  }
  .the-power-of-patina .flex-block .text-container {
    padding: 0 !important;
  }
  .the-power-of-patina .video-block .image-container,
  .the-power-of-patina .video-block .image-container .video-background {
    height: 450px;
  }
  .the-power-of-patina .big-beauty-text {
    font-size: 34px;
    line-height: 1.5;
    text-align: center;
  }
  .the-power-of-patina .big-beauty-text.mid-size {
    font-size: 34px;
    text-align: center;
  }
  .the-power-of-patina .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  .the-power-of-patina .author-credits.text-black {
    padding: 0 !important;
    margin-top: 10px;
  }
  .the-power-of-patina .content-middle .text-black * {
    margin: 0 auto;
    text-align: center;
  }
  .the-power-of-patina .cms.ctas-block .flex-block .cta {
    margin: 0;
    margin-bottom: 20px;
  }
  .the-power-of-patina .author-credits span {
    font-size: 14px;
  }
  .the-power-of-patina .content .bold-link {
    font-size: 11px !important;
  }
  .the-power-of-patina .mobile-invert-positions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .the-power-of-patina .mobile-invert-positions > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .the-power-of-patina .mobile-invert-positions > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait .the-power-of-patina .mobile-margin-top {
  margin-top: 100px  !important;
}
html.ipad.portrait .the-power-of-patina .mobile-margin-bottom {
  margin-bottom: 100px  !important;
}
html.ipad.portrait .the-power-of-patina .mobile-margin-bottom-50 {
  margin-bottom: 50px  !important;
}
html.ipad.portrait .the-power-of-patina .mobile-margin-bottom-30 {
  margin-bottom: 30px  !important;
}
html.ipad.portrait .the-power-of-patina .mobile-margin-top-50 {
  margin-top: 50px !important;
}
html.ipad.portrait .the-power-of-patina .mobile-margin-top-75 {
  margin-top: 75px  !important;
}
html.ipad.portrait .the-power-of-patina .mobile-horizontal-padding-75 {
  padding: 0 75px;
}
html.ipad.portrait .the-power-of-patina .mobile-horizontal-padding-50 {
  padding: 0 50px;
}
html.ipad.portrait .the-power-of-patina .mobile-horizontal-padding-25 {
  padding: 0 25px;
}
html.ipad.portrait .the-power-of-patina .hero-block .image-body,
html.ipad.portrait .the-power-of-patina .hero-block .image-body * {
  color: #333333 !important;
  text-align: center !important;
}
html.ipad.portrait .the-power-of-patina .hero-block .image-body .title {
  font-size: 34px;
}
html.ipad.portrait .the-power-of-patina .hero-block .image-body .title-desc {
  font-size: 18px !important;
}
html.ipad.portrait .the-power-of-patina .big-section-title {
  font-size: 34px;
}
html.ipad.portrait .the-power-of-patina p.section-text {
  font-size: 18px !important;
}
html.ipad.portrait .the-power-of-patina .flex-block .text-container {
  padding: 0 !important;
}
html.ipad.portrait .the-power-of-patina .video-block .image-container,
html.ipad.portrait .the-power-of-patina .video-block .image-container .video-background {
  height: 450px;
}
html.ipad.portrait .the-power-of-patina .big-beauty-text {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
html.ipad.portrait .the-power-of-patina .big-beauty-text.mid-size {
  font-size: 34px;
  text-align: center;
}
html.ipad.portrait .the-power-of-patina .small-title {
  font-size: 12px;
  line-height: 0.9;
}
html.ipad.portrait .the-power-of-patina .author-credits.text-black {
  padding: 0 !important;
  margin-top: 10px;
}
html.ipad.portrait .the-power-of-patina .content-middle .text-black * {
  margin: 0 auto;
  text-align: center;
}
html.ipad.portrait .the-power-of-patina .cms.ctas-block .flex-block .cta {
  margin: 0;
  margin-bottom: 20px;
}
html.ipad.portrait .the-power-of-patina .author-credits span {
  font-size: 14px;
}
html.ipad.portrait .the-power-of-patina .content .bold-link {
  font-size: 11px !important;
}
html.ipad.portrait .the-power-of-patina .mobile-invert-positions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .the-power-of-patina .mobile-invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .the-power-of-patina .mobile-invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-top {
  margin-top: 100px  !important;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-bottom {
  margin-bottom: 100px  !important;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-bottom-50 {
  margin-bottom: 50px  !important;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-bottom-30 {
  margin-bottom: 30px  !important;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-top-50 {
  margin-top: 50px !important;
}
html.legacy-ipad .the-power-of-patina .mobile-margin-top-75 {
  margin-top: 75px  !important;
}
html.legacy-ipad .the-power-of-patina .mobile-horizontal-padding-75 {
  padding: 0 75px;
}
html.legacy-ipad .the-power-of-patina .mobile-horizontal-padding-50 {
  padding: 0 50px;
}
html.legacy-ipad .the-power-of-patina .mobile-horizontal-padding-25 {
  padding: 0 25px;
}
html.legacy-ipad .the-power-of-patina .hero-block .image-body,
html.legacy-ipad .the-power-of-patina .hero-block .image-body * {
  color: #333333 !important;
  text-align: center !important;
}
html.legacy-ipad .the-power-of-patina .hero-block .image-body .title {
  font-size: 34px;
}
html.legacy-ipad .the-power-of-patina .hero-block .image-body .title-desc {
  font-size: 18px !important;
}
html.legacy-ipad .the-power-of-patina .big-section-title {
  font-size: 34px;
}
html.legacy-ipad .the-power-of-patina p.section-text {
  font-size: 18px !important;
}
html.legacy-ipad .the-power-of-patina .flex-block .text-container {
  padding: 0 !important;
}
html.legacy-ipad .the-power-of-patina .video-block .image-container,
html.legacy-ipad .the-power-of-patina .video-block .image-container .video-background {
  height: 450px;
}
html.legacy-ipad .the-power-of-patina .big-beauty-text {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
html.legacy-ipad .the-power-of-patina .big-beauty-text.mid-size {
  font-size: 34px;
  text-align: center;
}
html.legacy-ipad .the-power-of-patina .small-title {
  font-size: 12px;
  line-height: 0.9;
}
html.legacy-ipad .the-power-of-patina .author-credits.text-black {
  padding: 0 !important;
  margin-top: 10px;
}
html.legacy-ipad .the-power-of-patina .content-middle .text-black * {
  margin: 0 auto;
  text-align: center;
}
html.legacy-ipad .the-power-of-patina .cms.ctas-block .flex-block .cta {
  margin: 0;
  margin-bottom: 20px;
}
html.legacy-ipad .the-power-of-patina .author-credits span {
  font-size: 14px;
}
html.legacy-ipad .the-power-of-patina .content .bold-link {
  font-size: 11px !important;
}
html.legacy-ipad .the-power-of-patina .mobile-invert-positions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .the-power-of-patina .mobile-invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .the-power-of-patina .mobile-invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  html:not(.ipad) .the-power-of-patina .margin-top {
    margin-top: 100px;
  }
  html:not(.ipad) .the-power-of-patina .margin-top-50 {
    margin-top: 50px;
  }
  html:not(.ipad) .the-power-of-patina .margin-top-75 {
    margin-top: 75px;
  }
  html:not(.ipad) .the-power-of-patina .margin-bottom {
    margin-bottom: 100px;
  }
  html:not(.ipad) .the-power-of-patina .margin-bottom-50 {
    margin-bottom: 50px;
  }
  html:not(.ipad) .the-power-of-patina .horizontal-padding-75 {
    padding: 0 75px;
  }
  html:not(.ipad) .the-power-of-patina .horizontal-padding-50 {
    padding: 0 50px;
  }
  html:not(.ipad) .the-power-of-patina .horizontal-padding-25 {
    padding: 0 25px;
  }
  html:not(.ipad) .the-power-of-patina .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  html:not(.ipad) .the-power-of-patina .big-section-title {
    font-size: 60px;
  }
  html:not(.ipad) .the-power-of-patina p.section-text {
    font-size: 24px !important;
  }
  html:not(.ipad) .the-power-of-patina .big-beauty-text {
    max-width: 1200px;
  }
  html:not(.ipad) .the-power-of-patina .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  html:not(.ipad) .the-power-of-patina .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  html:not(.ipad) .the-power-of-patina .the-power-of-patina p.section-text {
    max-width: 70%;
  }
  html:not(.ipad) .the-power-of-patina .video-block .big-beauty-text {
    max-width: 490px;
  }
  html:not(.ipad) .the-power-of-patina .video-block .image-container picture img {
    height: 70vw;
  }
  html:not(.ipad) .the-power-of-patina .author-credits.text-black {
    padding: 0 20px !important;
    margin-top: 20px;
  }
  html:not(.ipad) .the-power-of-patina .rewind-the-time p.section-text {
    max-width: 70%;
  }
  html:not(.ipad) .the-power-of-patina .products-block .big-beauty-text {
    max-width: 1500px;
  }
  html:not(.ipad) .the-power-of-patina .big-beauty-text {
    font-size: 60px;
  }
  html:not(.ipad) .the-power-of-patina .big-beauty-text.mid-size {
    font-size: 40px;
  }
  html:not(.ipad) .the-power-of-patina .cta-buttons.black {
    background-color: #333333;
  }
  html:not(.ipad) .the-power-of-patina .author-credits span {
    font-size: 18px;
  }
  html:not(.ipad) .the-power-of-patina .content .bold-link {
    font-size: 9px !important;
  }
}
html.ipad.landscape .the-power-of-patina .margin-top {
  margin-top: 100px;
}
html.ipad.landscape .the-power-of-patina .margin-top-50 {
  margin-top: 50px;
}
html.ipad.landscape .the-power-of-patina .margin-top-75 {
  margin-top: 75px;
}
html.ipad.landscape .the-power-of-patina .margin-bottom {
  margin-bottom: 100px;
}
html.ipad.landscape .the-power-of-patina .margin-bottom-50 {
  margin-bottom: 50px;
}
html.ipad.landscape .the-power-of-patina .horizontal-padding-75 {
  padding: 0 75px;
}
html.ipad.landscape .the-power-of-patina .horizontal-padding-50 {
  padding: 0 50px;
}
html.ipad.landscape .the-power-of-patina .horizontal-padding-25 {
  padding: 0 25px;
}
html.ipad.landscape .the-power-of-patina .hero-block .image-text-centered-container .title-desc {
  max-width: 42vw !important;
  margin: 50px auto !important;
}
html.ipad.landscape .the-power-of-patina .big-section-title {
  font-size: 60px;
}
html.ipad.landscape .the-power-of-patina p.section-text {
  font-size: 24px !important;
}
html.ipad.landscape .the-power-of-patina .big-beauty-text {
  max-width: 1200px;
}
html.ipad.landscape .the-power-of-patina .big-beauty-text.mid-size {
  max-width: 25vw;
}
html.ipad.landscape .the-power-of-patina .small-title {
  font-size: 12px;
  line-height: 0.9;
}
html.ipad.landscape .the-power-of-patina .the-power-of-patina p.section-text {
  max-width: 70%;
}
html.ipad.landscape .the-power-of-patina .video-block .big-beauty-text {
  max-width: 490px;
}
html.ipad.landscape .the-power-of-patina .video-block .image-container picture img {
  height: 70vw;
}
html.ipad.landscape .the-power-of-patina .author-credits.text-black {
  padding: 0 20px !important;
  margin-top: 20px;
}
html.ipad.landscape .the-power-of-patina .rewind-the-time p.section-text {
  max-width: 70%;
}
html.ipad.landscape .the-power-of-patina .products-block .big-beauty-text {
  max-width: 1500px;
}
html.ipad.landscape .the-power-of-patina .big-beauty-text {
  font-size: 60px;
}
html.ipad.landscape .the-power-of-patina .big-beauty-text.mid-size {
  font-size: 40px;
}
html.ipad.landscape .the-power-of-patina .cta-buttons.black {
  background-color: #333333;
}
html.ipad.landscape .the-power-of-patina .author-credits span {
  font-size: 18px;
}
html.ipad.landscape .the-power-of-patina .content .bold-link {
  font-size: 9px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-power-of-patina .margin-top {
    margin-top: 100px;
  }
  .the-power-of-patina .margin-top-50 {
    margin-top: 50px;
  }
  .the-power-of-patina .margin-top-75 {
    margin-top: 75px;
  }
  .the-power-of-patina .margin-bottom {
    margin-bottom: 100px;
  }
  .the-power-of-patina .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .the-power-of-patina .horizontal-padding-75 {
    padding: 0 75px;
  }
  .the-power-of-patina .horizontal-padding-50 {
    padding: 0 50px;
  }
  .the-power-of-patina .horizontal-padding-25 {
    padding: 0 25px;
  }
  .the-power-of-patina .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  .the-power-of-patina .big-section-title {
    font-size: 60px;
  }
  .the-power-of-patina p.section-text {
    font-size: 24px !important;
  }
  .the-power-of-patina .big-beauty-text {
    max-width: 1200px;
  }
  .the-power-of-patina .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  .the-power-of-patina .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  .the-power-of-patina .the-power-of-patina p.section-text {
    max-width: 70%;
  }
  .the-power-of-patina .video-block .big-beauty-text {
    max-width: 490px;
  }
  .the-power-of-patina .video-block .image-container picture img {
    height: 70vw;
  }
  .the-power-of-patina .author-credits.text-black {
    padding: 0 20px !important;
    margin-top: 20px;
  }
  .the-power-of-patina .rewind-the-time p.section-text {
    max-width: 70%;
  }
  .the-power-of-patina .products-block .big-beauty-text {
    max-width: 1500px;
  }
  .the-power-of-patina .big-beauty-text {
    font-size: 60px;
  }
  .the-power-of-patina .big-beauty-text.mid-size {
    font-size: 40px;
  }
  .the-power-of-patina .cta-buttons.black {
    background-color: #333333;
  }
  .the-power-of-patina .author-credits span {
    font-size: 18px;
  }
  .the-power-of-patina .content .bold-link {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-power-of-patina .margin-top {
    margin-top: 100px;
  }
  .the-power-of-patina .margin-top-50 {
    margin-top: 50px;
  }
  .the-power-of-patina .margin-top-75 {
    margin-top: 75px;
  }
  .the-power-of-patina .margin-bottom {
    margin-bottom: 100px;
  }
  .the-power-of-patina .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .the-power-of-patina .horizontal-padding-75 {
    padding: 0 75px;
  }
  .the-power-of-patina .horizontal-padding-50 {
    padding: 0 50px;
  }
  .the-power-of-patina .horizontal-padding-25 {
    padding: 0 25px;
  }
  .the-power-of-patina .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  .the-power-of-patina .big-section-title {
    font-size: 60px;
  }
  .the-power-of-patina p.section-text {
    font-size: 24px !important;
  }
  .the-power-of-patina .big-beauty-text {
    max-width: 1200px;
  }
  .the-power-of-patina .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  .the-power-of-patina .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  .the-power-of-patina .the-power-of-patina p.section-text {
    max-width: 70%;
  }
  .the-power-of-patina .video-block .big-beauty-text {
    max-width: 490px;
  }
  .the-power-of-patina .video-block .image-container picture img {
    height: 70vw;
  }
  .the-power-of-patina .author-credits.text-black {
    padding: 0 20px !important;
    margin-top: 20px;
  }
  .the-power-of-patina .rewind-the-time p.section-text {
    max-width: 70%;
  }
  .the-power-of-patina .products-block .big-beauty-text {
    max-width: 1500px;
  }
  .the-power-of-patina .big-beauty-text {
    font-size: 60px;
  }
  .the-power-of-patina .big-beauty-text.mid-size {
    font-size: 40px;
  }
  .the-power-of-patina .cta-buttons.black {
    background-color: #333333;
  }
  .the-power-of-patina .author-credits span {
    font-size: 18px;
  }
  .the-power-of-patina .content .bold-link {
    font-size: 9px !important;
  }
}
@media (max-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
    padding: 0 16px !important;
  }
}
html.ipad.portrait body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
  padding: 0 16px !important;
}
html.legacy-ipad body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
  padding: 0 16px !important;
}
@media (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1350px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
    margin-right: 115px;
  }
}
html.ipad.landscape body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main {
  margin-right: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .family-name {
  margin-bottom: 10px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .family-name .value {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 36px;
  font-weight: 325;
  line-height: 43px;
  color: #000000;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .page-title-wrapper {
  margin-bottom: 15px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .page-title-wrapper .page-title span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #707070;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .dynamic-select {
  border: 1px solid #A4A4A4;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form #product-options-wrapper .dynamic-select .current-option-wrap i {
  right: 20px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart {
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions #product-addtocart-button.primary {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 48px;
  line-height: 48px;
  background-color: #000000;
  border: 1px solid #000000 !important;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
  height: 41px;
  line-height: 41px;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions #product-addtocart-button.primary:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 48px;
    line-height: 48px;
  }
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions #product-addtocart-button.primary:hover {
  height: 41px;
  line-height: 41px;
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-add-form form .product-options-bottom .product-addcart-wrap .box-tocart .actions #product-addtocart-button.primary:hover span {
  color: #ffffff;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price {
  width: 100%;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price .price-box {
  margin: 0 0 7px 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price:before,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .price-label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #BCBCBC;
  text-transform: uppercase;
  margin-right: 5px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price .price-box.price-final_price .unit-text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #BCBCBC;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-price .future-price {
  padding-top: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-stock-sku {
  padding-top: 2px;
  margin-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock {
  padding-bottom: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-info-stock-sku .stock span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .view-trade-price {
  margin-top: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .view-trade-price a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  padding: 9px 0 12px;
  margin: 6px 0 15px 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku {
  margin-right: 50px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku-2,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku .value,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku-2 .value,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku .value:before,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku-2 strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  font-weight: 400 !important;
  text-transform: uppercase;
  display: inline-block;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku strong {
  font-size: 0;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku strong:before {
  content: 'Style:';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku .value,
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .style-wrapper .product.attribute.sku-2 .value {
  margin-left: 5px;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .finish-share-actions {
  margin: 0;
  height: inherit;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .coordinating-products-modal-container {
  display: none;
}
body.catalog-product-view .page-wrapper.e2e-page-container #maincontent .columns .column.main .product-info-wrap .product-info-wrapper .product-info-main .product-details-tabbed-wrapper {
  max-width: inherit;
}
body.catalog-product-view .field.swatch-attribute {
  display: none;
}
body.catalog-product-view .swatch-modal-container {
  display: none;
  height: 100%;
}
body.catalog-product-view .swatch-selector {
  display: -ms-flexbox;
  display: flex;
}
body.catalog-product-view .swatch-selector .swatch-selected-container {
  border: 1px solid #A4A4A4;
  padding: 10px 10px 10px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  position: relative;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-img {
  width: 42px;
  height: 42px;
  border: 1px solid #ECECEC;
  border-radius: 90px;
  margin-right: 12px;
  display: block;
  padding: 3px;
  position: relative;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-img:hover .ww-tooltip {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-img:hover .ww-tooltip {
    display: block;
  }
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-img .ww-tooltip:not(.mobile) {
  right: 0;
  top: 104%;
  width: 283px;
  position: absolute;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
html.ipad.landscape body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label {
  max-width: 260px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label span {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  color: #000000;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-selected-label span.swatch-label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  color: #333333;
  vertical-align: middle;
  text-transform: uppercase;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-choose {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  padding-left: 5px;
}
body.catalog-product-view .swatch-selector .swatch-selected-container .swatch-choose i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000000;
  font-size: 20px;
}
body.catalog-product-view .swatch-selector .swatch-selected-container.active {
  background: #1D1D1D;
}
body.catalog-product-view .swatch-selector .swatch-selected-container.active .swatch-img,
body.catalog-product-view .swatch-selector .swatch-selected-container.active .swatch-choose,
body.catalog-product-view .swatch-selector .swatch-selected-container.active .swatch-selected-label {
  display: none;
}
body.catalog-product-view .swatch-selector .swatch-selected-container.active:before {
  content: 'Pick a Color: Choose an Option';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  height: 42px;
  line-height: 42px;
}
.button-style {
  background: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #f6f6f6;
  font-weight: 100;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 18px 0;
  transition: unset;
  width: 100%;
  max-width: 275px;
}
.button-style:hover {
  opacity: 1;
}
.button-style:last-of-type {
  margin-bottom: 0;
}
[data-role="gdpr-cookie-container"].-popup {
  -webkit-transform: unset;
  right: unset;
  left: unset;
  top: 110px;
  transform: unset;
  z-index: 900;
  max-width: 550px;
  /* Landscape */
}
@media only screen and (min-width: 767px) {
  [data-role="gdpr-cookie-container"].-popup {
    bottom: 15px;
    right: 15px;
    left: auto;
    top: auto;
  }
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
  background: #000000;
  color: #ffffff;
  padding: 50px 14px;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 767px) {
  [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
    height: auto;
  }
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-policy {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5em;
  color: #f6f6f6;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-policy a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5em;
  color: #f6f6f6;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-policy a:hover {
  text-decoration: none;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-buttons-block {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  margin-top: 45px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    padding-bottom: 0;
  }
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  background: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #f6f6f6;
  font-weight: 100;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 18px 0;
  transition: unset;
  width: 100%;
  max-width: 275px;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: 1;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button:last-of-type {
  margin-bottom: 0;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container > * {
  color: #f6f6f6;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-options.-modal {
  text-decoration: none;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-options.-modal:hover {
  text-decoration: none;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-options.-modal .amgdprcookie-caption {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5em;
  color: #f6f6f6;
  text-transform: uppercase;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-cookie-container {
  padding: 0;
  margin-right: 0;
  margin-bottom: 20px !important;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-toggle-cookie > label {
  max-width: 40px;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container {
  padding: 0;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-header .amgdprcookie-toggle-cookie > label {
  border: 1px solid #f6f6f6;
  max-width: unset;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-header h3 {
  margin-bottom: 0;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie .amgdprcookie-input:checked + label:after {
  background: #f6f6f6;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: transparent;
  height: 20px;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  top: 1px;
  width: 16px;
  height: 16px;
}
[data-role="gdpr-cookie-container"].-popup .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: transparent;
  border: 1px solid #f6f6f6;
}
@media (min-width: 768px) {
  html:not(.ipad) [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
    max-width: 600px;
    height: auto;
    padding: 40px 42px;
  }
}
html.ipad.landscape [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
  max-width: 600px;
  height: auto;
  padding: 40px 42px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
    max-width: 600px;
    height: auto;
    padding: 40px 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  [data-role="gdpr-cookie-container"].-popup .amgdprcookie-bar-container {
    max-width: 600px;
    height: auto;
    padding: 40px 42px;
  }
}
.modal-popup.amgdprcookie-groups-modal,
.modal-popup.amgdprcookie-information-modal {
  /* Landscape */
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap {
  background-color: #000000;
  max-width: 1350px;
  width: 100% !important;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .modal-title,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .modal-title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f6f6f6;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .modal-title::after,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .modal-title::after {
  display: none;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close {
  display: block;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close:before,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close:before {
  color: #f6f6f6;
  font-size: 16px;
  padding: 12px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close:hover:before,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #f6f6f6;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content {
  background-color: #000000;
  padding: 10px 14px 0 14px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content *,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content * {
  color: #f6f6f6;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component {
  overflow-y: scroll;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component section,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component section b,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component section b {
  padding-bottom: 5px;
  padding-top: 15px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-title,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-title,
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-cell,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-cell {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5em;
  color: #f6f6f6;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-description {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f6f6f6;
  margin-bottom: 16px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-title,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-title {
  padding-bottom: 16px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-cell,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-cell {
  font-weight: 400;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-footer,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-footer {
  padding-bottom: 40px;
  padding-top: 60px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-footer button,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-footer button {
  background: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #f6f6f6;
  font-weight: 100;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 18px 0;
  transition: unset;
  width: 100%;
  max-width: 275px;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  height: 60px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-footer button:hover,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-footer button:hover {
  opacity: 1;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-footer button:last-of-type,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-footer button:last-of-type {
  margin-bottom: 0;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie {
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 24px;
  padding-top: 24px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row {
  margin-bottom: 24px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row > div,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row > div {
  overflow-wrap: break-word;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row *,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f6f6f6;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row .title,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row .title {
  padding-bottom: 6px;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row .title span,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row .title span {
  font-weight: 600;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap #mobile-cookie-table .cookie .row:last-of-type,
.modal-popup.amgdprcookie-information-modal .modal-inner-wrap #mobile-cookie-table .cookie .row:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content,
  html:not(.ipad) .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content {
    padding: 10px 48px 0 48px;
  }
  html:not(.ipad) .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component,
  html:not(.ipad) .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component {
    max-height: 400px;
  }
  html:not(.ipad) .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description,
  html:not(.ipad) .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-description {
    margin-bottom: 40px;
  }
  html:not(.ipad) .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close,
  html:not(.ipad) .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close {
    padding: 18px;
  }
}
html.ipad.landscape .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content,
html.ipad.landscape .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content {
  padding: 10px 48px 0 48px;
}
html.ipad.landscape .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component,
html.ipad.landscape .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component {
  max-height: 400px;
}
html.ipad.landscape .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description,
html.ipad.landscape .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-description {
  margin-bottom: 40px;
}
html.ipad.landscape .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close,
html.ipad.landscape .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close {
  padding: 18px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content {
    padding: 10px 48px 0 48px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component {
    max-height: 400px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-description {
    margin-bottom: 40px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close {
    padding: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content {
    padding: 10px 48px 0 48px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .modal-component,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .modal-component {
    max-height: 400px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-content .amgdprcookie-description {
    margin-bottom: 40px;
  }
  .modal-popup.amgdprcookie-groups-modal .modal-inner-wrap .modal-header .action-close,
  .modal-popup.amgdprcookie-information-modal .modal-inner-wrap .modal-header .action-close {
    padding: 18px;
  }
}
.gdpr-cookie-modal_setup-modal .modal-inner-wrap {
  background-color: #000000;
}
.gdpr-cookie-modal_setup-modal .modal-content {
  background-color: #000000;
}
.gdpr-cookie-modal_setup-modal .modal-content .modal-component {
  overflow-y: scroll;
}
.gdpr-cookie-modal_setup-modal .modal-content > * {
  color: #f6f6f6;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-caption {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5em;
  color: #f6f6f6;
  text-transform: uppercase;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-text,
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-options {
  display: none;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-cookie-container {
  margin-right: 0;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-cookie-container .amgdprcookie-header h3 {
  margin-bottom: 0;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-buttons-block {
  padding: 0;
}
.gdpr-cookie-modal_setup-modal .modal-content .amgdprcookie-toggle-cookie .amgdprcookie-label {
  width: 40px;
  right: 50px;
}
.gdpr-cookie-modal_setup-modal .amgdprcookie-done {
  background: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  font-weight: 100;
  font-size: 11px;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 25px 70px;
  transition: unset;
  width: 352px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #f6f6f6;
}
.gdpr-cookie-modal_setup-modal .amgdprcookie-done:hover {
  background-color: #000000;
  opacity: 1;
}
@media (min-width: 768px) {
  html:not(.ipad)  .gdpr-cookie-modal_setup-modal .modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    color: #f6f6f6;
  }
  html:not(.ipad)  .gdpr-cookie-modal_setup-modal .modal-inner-wrap {
    width: 650px;
    max-width: unset;
  }
}
html.ipad.landscape  .gdpr-cookie-modal_setup-modal .modal-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f6f6f6;
}
html.ipad.landscape  .gdpr-cookie-modal_setup-modal .modal-inner-wrap {
  width: 650px;
  max-width: unset;
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .gdpr-cookie-modal_setup-modal .modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    color: #f6f6f6;
  }
  .gdpr-cookie-modal_setup-modal .modal-inner-wrap {
    width: 650px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .gdpr-cookie-modal_setup-modal .modal-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    color: #f6f6f6;
  }
  .gdpr-cookie-modal_setup-modal .modal-inner-wrap {
    width: 650px;
    max-width: unset;
  }
}
body.plp-e2e .category-banners-top {
  margin-bottom: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0px 10px;
  display: block;
  /* Landscape */
}
body.plp-e2e .category-banners-top .banners {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html.ipad.portrait body.plp-e2e .category-banners-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e .category-banners-top {
    margin-bottom: 0;
  }
  html:not(.ipad) body.plp-e2e .category-banners-top .sidebar-column {
    float: left;
    max-width: 360px;
    width: 25%;
  }
  html:not(.ipad) body.plp-e2e .category-banners-top .banners {
    float: right;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
html.ipad.landscape body.plp-e2e .category-banners-top {
  margin-bottom: 0;
}
html.ipad.landscape body.plp-e2e .category-banners-top .sidebar-column {
  float: left;
  max-width: 360px;
  width: 25%;
}
html.ipad.landscape body.plp-e2e .category-banners-top .banners {
  float: right;
  padding: 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e .category-banners-top {
    margin-bottom: 0;
  }
  body.plp-e2e .category-banners-top .sidebar-column {
    float: left;
    max-width: 360px;
    width: 25%;
  }
  body.plp-e2e .category-banners-top .banners {
    float: right;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e .category-banners-top {
    margin-bottom: 0;
  }
  body.plp-e2e .category-banners-top .sidebar-column {
    float: left;
    max-width: 360px;
    width: 25%;
  }
  body.plp-e2e .category-banners-top .banners {
    float: right;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
body.plp-e2e .category-banners-top .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  overflow-x: auto;
  padding: 0 0 40px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-overflow-scrolling: touch;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e .category-banners-top .row {
    padding: 30px 0 20px 0;
  }
}
html.ipad.landscape body.plp-e2e .category-banners-top .row {
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e .category-banners-top .row {
    padding: 30px 0 20px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e .category-banners-top .row {
    padding: 30px 0 20px 0;
  }
}
body.plp-e2e .category-banners-top .banner-block {
  box-sizing: content-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  text-align: center;
  min-width: unset;
  max-width: 175px;
  width: auto;
  -ms-flex-preferred-size: calc(100vw / 3.5);
      flex-basis: calc(100vw / 3.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media only screen and (orientation: landscape) {
  body.plp-e2e .category-banners-top .banner-block {
    max-width: 175px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  body.plp-e2e .category-banners-top .banner-block {
    margin: 0 20px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1200px) {
  body.plp-e2e .category-banners-top .banner-block {
    margin: 0 37px;
  }
}
body.plp-e2e .category-banners-top .banner-block img {
  margin-bottom: 20px;
}
body.plp-e2e .category-banners-top .banner-block .link {
  text-decoration: none;
}
body.plp-e2e .category-banners-top .banner-block .link span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.plp-e2e .category-banners-top .banner-block .link:hover span,
body.plp-e2e .category-banners-top .banner-block .link.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.plp-e2e .category-banners-top .banner-block .link span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.cms-explore-mixed-materials .row .content-middle.beauty-paragraph p {
  max-width: 600px;
}
.cms-explore-mixed-materials .row.products-block.top-margin {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .cms-explore-mixed-materials .beauty-images.top-margin {
    margin-top: 0;
  }
  .cms-explore-mixed-materials .beauty-images .padding-top-mobile-50 {
    padding-top: 50px !important;
  }
}
html.ipad.portrait .cms-explore-mixed-materials .beauty-images.top-margin {
  margin-top: 0;
}
html.ipad.portrait .cms-explore-mixed-materials .beauty-images .padding-top-mobile-50 {
  padding-top: 50px !important;
}
html.legacy-ipad .cms-explore-mixed-materials .beauty-images.top-margin {
  margin-top: 0;
}
html.legacy-ipad .cms-explore-mixed-materials .beauty-images .padding-top-mobile-50 {
  padding-top: 50px !important;
}
.cms-explore-bar-fittings .flex-block .col-lg-6:last-of-type .text-container:not(.content-middle) {
  padding-left: 20px !important;
}
.cms-explore-bar-fittings .all-in-details .beauty-paragraph .button.black {
  display: block;
  margin-top: 50px;
}
.cms-explore-bar-fittings .text-section.full-width {
  margin-bottom: 50px;
  margin-top: 150px;
}
.cms-explore-bar-fittings .image-text-centered-container.big-paragraph {
  max-width: 1600px;
  margin: 0 auto;
}
.cms-explore-bar-fittings .image-text-centered-container.big-paragraph p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .flex-block .text-container {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section {
    margin-top: 100px;
  }
  .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section .big-paragraph p {
    font-size: 4rem;
    text-align: center;
  }
}
html.ipad.portrait .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding-left: 0;
  padding-right: 0;
}
html.ipad.portrait .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section {
  margin-top: 100px;
}
html.ipad.portrait .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section .big-paragraph p {
  font-size: 4rem;
  text-align: center;
}
html.legacy-ipad .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .flex-block .text-container {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section {
  margin-top: 100px;
}
html.legacy-ipad .cms-explore-bar-fittings .e2e-page-container.layout-e2e-default .row.text-section .big-paragraph p {
  font-size: 4rem;
  text-align: center;
}
.cms-explore-kitchen-fittings {
  /* Landscape */
}
.cms-explore-kitchen-fittings .top-margin-50 {
  margin-top: 50px !important;
}
.cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container {
  -ms-flex-align: unset;
      align-items: unset;
  bottom: auto;
  height: auto;
  top: 100px;
  z-index: 2;
}
.cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body p {
  font-size: 30px;
  max-width: 70rem;
}
.cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable h4.gotham {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.cms-explore-kitchen-fittings .row.hero-mobile-text .image-body p {
  font-size: 30px;
}
.cms-explore-kitchen-fittings .row.faucets-side .flex-block .text-container .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-explore-kitchen-fittings .row.faucets-side .flex-block .text-container .cta a:last-of-type {
  margin-top: 25px !important;
}
.cms-explore-kitchen-fittings .row.menu-block .page-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.cms-explore-kitchen-fittings .row.menu-block .page-menu ul li {
  margin: 0;
}
.cms-explore-kitchen-fittings .row.menu-block .page-menu ul li:last-of-type {
  padding-right: 5rem;
}
.cms-explore-kitchen-fittings .row.faucets-integrated.slider-block .flex-block .image-container .image-background picture {
  transition-property: left;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-kitchen-fittings .row.menu-block .page-menu {
    max-width: calc(100% - 285px);
    margin-left: auto;
    margin-right: 0;
  }
}
html.ipad.landscape .cms-explore-kitchen-fittings .row.menu-block .page-menu {
  max-width: calc(100% - 285px);
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-kitchen-fittings .row.menu-block .page-menu {
    max-width: calc(100% - 285px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-kitchen-fittings .row.menu-block .page-menu {
    max-width: calc(100% - 285px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cms-explore-kitchen-fittings .content.row.menu-block .return-back {
    padding: 40px 0 40px 10px;
  }
  .cms-explore-kitchen-fittings .row.hero-block .image-text-centered-container .image-body-container .image-body p {
    font-size: 2.3rem;
  }
  .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container {
    position: absolute;
    top: 60px;
  }
  .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body {
    max-width: 55rem !important;
  }
  .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body * {
    color: #ffffff;
  }
  .cms-explore-kitchen-fittings .row .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-first {
    -ms-flex-order: 1;
        order: 1;
  }
  .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-second {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-explore-kitchen-fittings .row.menu-block > div {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: unset !important;
    overflow-x: scroll;
  }
  .cms-explore-kitchen-fittings .row.menu-block > div .return-back {
    padding-left: 10px !important;
  }
  .cms-explore-kitchen-fittings .row.menu-block > div .page-menu {
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 5rem !important;
  }
  .cms-explore-kitchen-fittings .row.menu-block > div .page-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    margin: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
    max-width: unset !important;
    width: 250vw;
    white-space: nowrap;
  }
  .cms-explore-kitchen-fittings .row.faucets-integrated.slider-block .flex-block .image-body-container.text-white .image-body p {
    color: #ffffff;
    padding: 0 15px;
  }
}
html.ipad.portrait .cms-explore-kitchen-fittings .content.row.menu-block .return-back {
  padding: 40px 0 40px 10px;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.hero-block .image-text-centered-container .image-body-container .image-body p {
  font-size: 2.3rem;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container {
  position: absolute;
  top: 60px;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body {
  max-width: 55rem !important;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body * {
  color: #ffffff;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.menu-block > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: unset !important;
  overflow-x: scroll;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.menu-block > div .return-back {
  padding-left: 10px !important;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.menu-block > div .page-menu {
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: 0;
  padding-left: 5rem !important;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.menu-block > div .page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  width: 250vw;
  white-space: nowrap;
}
html.ipad.portrait .cms-explore-kitchen-fittings .row.faucets-integrated.slider-block .flex-block .image-body-container.text-white .image-body p {
  color: #ffffff;
  padding: 0 15px;
}
html.legacy-ipad .cms-explore-kitchen-fittings .content.row.menu-block .return-back {
  padding: 40px 0 40px 10px;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.hero-block .image-text-centered-container .image-body-container .image-body p {
  font-size: 2.3rem;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container {
  position: absolute;
  top: 60px;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body {
  max-width: 55rem !important;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .image-text-centered-container.scrollable .image-body-container .image-body * {
  color: #ffffff;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row .flex-block .flex-mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.menu-block > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: unset !important;
  overflow-x: scroll;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.menu-block > div .return-back {
  padding-left: 10px !important;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.menu-block > div .page-menu {
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: 0;
  padding-left: 5rem !important;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.menu-block > div .page-menu ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  margin: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  max-width: unset !important;
  width: 250vw;
  white-space: nowrap;
}
html.legacy-ipad .cms-explore-kitchen-fittings .row.faucets-integrated.slider-block .flex-block .image-body-container.text-white .image-body p {
  color: #ffffff;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .content-middle.beauty-paragraph {
    padding-bottom: 0;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.text-black {
    padding-bottom: 0;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.exclusive-unique .image-text-centered-container .image-body h1.big {
    margin-bottom: 0;
  }
  .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.products-block.top-margin {
    margin-top: 100px !important;
  }
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .content-middle.beauty-paragraph {
  padding-bottom: 0;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.text-black {
  padding-bottom: 0;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.exclusive-unique .image-text-centered-container .image-body h1.big {
  margin-bottom: 0;
}
html.ipad.portrait .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.products-block.top-margin {
  margin-top: 100px !important;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .content-middle.beauty-paragraph {
  padding-bottom: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row .flex-block .text-container.text-black {
  padding-bottom: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.exclusive-unique .image-text-centered-container .image-body h1.big {
  margin-bottom: 0;
}
html.legacy-ipad .e2e-kitchen-page.cms-explore-statement-makers .e2e-page-container.layout-e2e-default .content.row.products-block.top-margin {
  margin-top: 100px !important;
}
.cms-index-index #maincontent {
  padding-bottom: 100px !important;
}
.cms-index-index .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container .image-body a:not(.button) {
  text-decoration: underline;
  background-image: unset;
  background-position: unset;
  background: none;
}
.cms-index-index .e2e-page-container.layout-e2e-default .content.row.main .image-text-centered-container .image-body-container h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin {
  /* Landscape */
}
@media (min-width: 991px) {
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:first-of-type {
    padding-left: 50px;
  }
  html:not(.ipad) .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:last-of-type {
    padding-right: 50px;
  }
}
html.ipad.landscape .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:first-of-type {
  padding-left: 50px;
}
html.ipad.landscape .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:last-of-type {
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:first-of-type {
    padding-left: 50px;
  }
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:first-of-type {
    padding-left: 50px;
  }
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin .col-lg-12 > .col-lg-6:last-of-type {
    padding-right: 50px;
  }
}
html.ipad .cms-index-index .e2e-page-container.layout-e2e-default .content.row.lateral-margin.ipad-portrait-lateral-margin-sm {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 30px;
  }
}
html.ipad.portrait .cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 30px;
}
html.legacy-ipad .cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .cms-index-index .e2e-page-container.layout-e2e-default .content.row.home-25-alta {
    margin-top: 65px;
  }
}
.cms-index-index .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 200;
}
html.ipad.portrait .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable {
  margin: 0;
  overflow-x: hidden;
}
.cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
}
.cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
  margin: 0;
  padding: 0 3.5px;
  max-width: 50vw;
  width: 50vw;
  min-width: 76vw;
  /* Landscape */
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    min-width: calc(100vw/3.5);
    width: calc(100vw/3.5);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    min-width: calc(100vw/4);
    width: calc(100vw/4);
  }
}
@media only screen and (min-width: 1920px) {
  .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    min-width: calc(100vw/4);
    width: calc(100vw/4);
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    margin: 0;
    max-width: unset;
    padding: 0 3.5px;
  }
}
html.ipad.landscape .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
  margin: 0;
  max-width: unset;
  padding: 0 3.5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    margin: 0;
    max-width: unset;
    padding: 0 3.5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
    margin: 0;
    max-width: unset;
    padding: 0 3.5px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-container .image-rounded-border {
  border-radius: 6px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .flex-block > div {
  width: 100%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  /* Landscape */
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    z-index: 1;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  /* Landscape */
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
  color: #000000;
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    width: 100%;
    margin: 0 100px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  width: 100%;
  margin: 0 100px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    width: 100%;
    margin: 0 100px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    width: 100%;
    margin: 0 100px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body small {
  display: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  margin-top: 80px;
  text-transform: uppercase;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    display: initial;
    margin-top: 0;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  display: initial;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    display: initial;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    display: initial;
    margin-top: 0;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  margin: 15px auto 0;
  max-width: 380px;
  text-align: center;
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 65px;
    font-weight: 100;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 25px;
    max-width: unset;
  }
}
@media (min-width: 1366px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 96px;
    font-weight: 100;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  text-align: center;
  display: inherit;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    margin: 0 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 15px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .hero-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    position: relative;
    z-index: 2;
    background: #ffffff !important;
  }
}
html.ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  background: transparent !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body small {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body small {
    display: block;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body h1 {
  text-transform: unset;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1366px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.a-new-era .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder p {
    width: 100%;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder {
  display: -ms-flexbox !important;
  display: flex !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder p {
  width: 100%;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-1 {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-2 {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder {
  display: -ms-flexbox !important;
  display: flex !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder p {
  width: 100%;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-1 {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .mobile-reorder .mobile-position-2 {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.new-stone-sinks .mobile-reorder p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: false;
    color: true;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.new-stone-sinks .mobile-reorder p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: false;
  color: true;
  margin-top: 40px;
  margin-bottom: 40px;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.new-stone-sinks .mobile-reorder p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: false;
  color: true;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block {
  /* Landscape */
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block * {
  color: #000000;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: inherit !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block a {
  margin-top: 40px;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin {
  margin-left: 0;
  margin-right: 0;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin .image-text-centered-container .image-body-container {
  position: absolute !important;
  height: 100%;
  width: 100%;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin .image-text-centered-container .image-body-container * {
  color: #ffffff;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin .image-text-centered-container .image-body-container .image-body .button {
  background: #ffffff;
  border-radius: 4px;
  color: #000000;
  font-weight: inherit;
  margin: 30px auto 0 auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block.lateral-margin .image-text-centered-container .image-body-container .image-body .button span {
  color: #000000;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block * {
    color: #ffffff;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: inherit;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    margin-top: 50px;
    text-decoration: none;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span,
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    color: #000000;
    text-decoration: none;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    text-decoration: none;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span {
    text-decoration: none;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block * {
  color: #ffffff;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  color: inherit;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #000000;
  margin-top: 50px;
  text-decoration: none;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
  background-color: #000000;
  color: #ffffff;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span,
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
  color: #000000;
  text-decoration: none;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
  text-decoration: none;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block * {
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: inherit;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    margin-top: 50px;
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    color: #000000;
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block * {
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: inherit;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    margin-top: 50px;
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button span {
    color: #000000;
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover {
    text-decoration: none;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.echo-collection-block .button:hover span {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body .button.mobile-beauty-button {
    border: 1px solid #000000;
    border-radius: 4px;
    height: 60px;
    line-height: 60px !important;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: none !important;
    max-width: 375px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-rounded-border {
    border-radius: 0;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container {
  position: inherit;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container {
    position: absolute;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body {
  margin-left: 0;
  margin-right: 0;
  max-width: 380px;
}
@media only screen and (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    align-items: center !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body * {
    color: #000000;
  }
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body {
    max-width: unset;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  color: #000000;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body small {
    color: #ffffff;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 15px;
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
  color: #ffffff;
  font-size: 60px !important;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
  margin-bottom: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button {
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none !important;
  max-width: 240px;
  height: 50px;
  line-height: 50px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover span,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius: 5px;
    text-decoration: none !important;
    height: 50px;
    line-height: 50px;
    max-width: 260px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.contemporary-declaration .image-text-centered-container .image-body-container .image-body .button span {
    color: #000000;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.mobile-only {
  position: initial;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.mobile-only {
    display: block !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.desktop-only {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.desktop-only {
    display: block !important;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.desktop-only {
  display: block !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.desktop-only {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .video-background.desktop-only {
    display: block !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 30px auto 0 !important;
  text-indent: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  /* Landscape */
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
  -ms-flex-pack: center;
      justify-content: center;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    margin: 30px auto 50px auto !important;
    max-width: 550px;
    font-size: 200px;
    line-height: 130px;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
  margin: 30px auto 50px auto !important;
  max-width: 550px;
  font-size: 200px;
  line-height: 130px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    margin: 30px auto 50px auto !important;
    max-width: 550px;
    font-size: 200px;
    line-height: 130px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    margin: 30px auto 50px auto !important;
    max-width: 550px;
    font-size: 200px;
    line-height: 130px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 140px;
    line-height: 90px;
    color: #ffffff;
  }
}
@media (min-width: 1660px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 200px !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h4 {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  text-transform: none;
  max-width: 200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 28px;
    max-width: inherit;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 28px;
  max-width: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 28px;
    max-width: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 28px;
    max-width: inherit;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
  text-align: center;
  margin: 10px auto 0 auto;
  display: inherit;
  text-transform: uppercase;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
    text-decoration: none;
    margin-top: 50px;
    background: #ffffff;
    width: 260px;
    border-radius: 0;
    padding: 25px;
    text-align: center;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a:hover span,
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
  text-decoration: none;
  margin-top: 50px;
  background: #ffffff;
  width: 260px;
  border-radius: 0;
  padding: 25px;
  text-align: center;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a:hover span,
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
    text-decoration: none;
    margin-top: 50px;
    background: #ffffff;
    width: 260px;
    border-radius: 0;
    padding: 25px;
    text-align: center;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
    text-decoration: none;
    margin-top: 50px;
    background: #ffffff;
    width: 260px;
    border-radius: 0;
    padding: 25px;
    text-align: center;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.hero-block.uk .image-text-centered-container .image-body-container .image-body a i {
  font-style: normal;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
  background: #F6F6F6;
  padding: 50px 0 50px 0;
  /* Landscape */
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks {
    padding: 0 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks {
    padding: 0 20px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item {
    padding: 0 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item {
    padding: 0 10px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item.mobile-only {
  margin: 0;
  min-width: 25px;
  height: 25px;
  width: 25px;
}
@media only screen and (min-width: 767px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item.mobile-only {
    display: none;
    min-width: 0;
    width: 0;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body {
  margin-top: 19px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body p.copyright {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}
@media (min-width: 1120px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body p.copyright {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link {
  margin-top: 19px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-align: left;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link {
    position: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link {
  position: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link {
  position: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look {
  width: 170px;
  height: 34px;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border-radius: 5px;
  /* Landscape */
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look:hover span,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look {
    width: 190px;
    height: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look {
  width: 190px;
  height: 50px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look {
    width: 190px;
    height: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look {
    width: 190px;
    height: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look i {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 7px;
  font-family: 'Wingdings, Sans-serif';
  font-size: 11px;
  font-weight: 400;
  line-height: 33px;
  color: #ffffff;
  font-style: normal;
  vertical-align: top;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look i {
    line-height: 49px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look i {
  line-height: 49px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look i {
    line-height: 49px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .row .item .body a.link.get-the-look i {
    line-height: 49px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
    background: #f6f6f6;
    padding: 75px 50px 75px 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    overflow: hidden;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
  background: #f6f6f6;
  padding: 75px 50px 75px 50px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
    background: #f6f6f6;
    padding: 75px 50px 75px 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
    background: #f6f6f6;
    padding: 75px 50px 75px 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    overflow: hidden;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .the-shops .hz-blocks .item .body h2 {
  font-size: 28px;
}
@media (min-width: 1120px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .the-shops .hz-blocks .item .body h2 {
    font-size: 36px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .the-shops .hz-blocks .item .body p {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .the-shops .hz-blocks .item .body p a {
  color: #000000;
  font-weight: 300;
  text-decoration: none;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
  line-height: 1em;
  margin: 10px auto;
  /* Landscape */
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
    margin: 15px 0;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 36px;
  margin: 15px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
    margin: 15px 0;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 30px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.home-25-alta .image-text-centered-container .image-body-container .image-body a {
  text-underline-offset: 3px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-header h1 {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-header h1 {
    margin-bottom: 70px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-header h1 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-header h1 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-header h1 {
    margin-bottom: 70px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks {
    overflow-x: hidden;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks > .row {
  width: 100%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
  /* Landscape */
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
    margin: 0;
    min-width: unset;
    width: calc(100vw/3);
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
  margin: 0;
  min-width: unset;
  width: calc(100vw/3);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
    margin: 0;
    min-width: unset;
    width: calc(100vw/3);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
    margin: 0;
    min-width: unset;
    width: calc(100vw/3);
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item {
  margin: 0;
  padding: 0 50px;
  min-width: unset;
  width: calc(100vw/3);
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item .body h2 {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item .body h2 a {
  background-size: 100% 1px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item .body p {
  padding: 0 0 5px 0;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default section.hz-blocks .item .body p.copyright {
  font-size: 12px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy > span {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links {
  font-size: 12px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links a {
  color: #000000;
  text-underline-offset: 3px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy {
  max-width: 100%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links span.hidden-xs {
    display: none;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links span.hidden-xs {
  display: none;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links span.hidden-xs {
  display: none;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h4 {
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h4 {
    margin-top: 0;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h4 {
  margin-top: 0;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h4 {
    margin-top: 0;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h4 {
    margin-top: 0;
    color: #ffffff;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  line-height: 40px;
  color: #ffffff;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
    font-size: 80px;
    line-height: 60px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
  font-size: 80px;
  line-height: 60px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
    font-size: 80px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
    font-size: 80px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle h1 {
    font-size: 40px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle p {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle p {
    font-size: 24px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle p {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle p {
    font-size: 24px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle a.button {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle a.button {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle a.button {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle a.button {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6 .text-container.content-middle a.button {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type {
    padding-right: 100px;
    margin-right: 0;
    background: transparent;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type {
  padding-right: 100px;
  margin-right: 0;
  background: transparent;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type {
    padding-right: 100px;
    margin-right: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type {
    padding-right: 100px;
    margin-right: 0;
    background: transparent;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-container {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-container {
    display: block;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-container {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-container {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-container {
    display: block;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container {
    position: absolute;
    height: 100%;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container {
  position: absolute;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container {
    position: absolute;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container {
    position: absolute;
    height: 100%;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body {
  text-align: center;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.7em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h1 {
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: unset;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h1 {
  color: #ffffff;
  font-size: 80px;
  margin-bottom: 40px;
  margin-top: 0;
  max-width: unset;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h1 {
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body h1 {
    color: #ffffff;
    font-size: 80px;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: unset;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 320px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body p {
  color: #ffffff;
  font-size: 24px;
  max-width: 320px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 320px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: none !important;
  margin: 0 auto;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button:hover span,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button span {
    background-size: 100% 1px !important;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button span {
  background-size: 100% 1px !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.mirrors-block .col-lg-6.col-md-6:last-of-type .image-body-container .image-body a.button span {
  background-size: 100% 1px !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row {
  padding: 50px;
  background-size: cover;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row {
    background: transparent;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
  background: #ffffff;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
  margin: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
    width: 100%;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
  width: 100%;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
  width: 100%;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
  width: 50%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  background: #ffffff;
  padding-right: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-left: 100px;
    padding-left: 0;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  margin-left: 100px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-left: 100px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-left: 100px;
    padding-left: 0;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container {
  height: 100%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container {
  height: 100%;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body {
  height: initial;
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1366px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body {
    max-width: 40vw;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body small {
  color: #000000;
  font-weight: 300;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 50px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Landscape */
}
@media only screen and (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 4.75vw;
  }
}
@media only screen and (min-width: 1366px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1920px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 3.25vw;
  }
}
html.ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 0;
    width: 320px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  margin-top: 0;
  width: 320px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 0;
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 0;
    width: 320px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  /* Landscape */
}
html.ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  font-size: 18px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 380px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 24px !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 380px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 380px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 380px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px !important;
  /* Landscape */
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  width: 280px;
  height: 60px;
  text-decoration: none !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 0;
  padding-right: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  margin-right: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  margin: 0 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  margin-top: 20px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos {
  background: transparent !important;
  padding: 0 !important;
  /* Landscape */
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type {
  background: #f6f6f6 !important;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type {
    background: transparent !important;
    padding: 0 !important;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type {
  background: transparent !important;
  padding: 0 !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type {
  background: transparent !important;
  padding: 0 !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type {
  background: #f6f6f6 !important;
}
@media (min-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body {
    padding: 0 15px !important;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body small:last-of-type {
  margin-top: 30px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    width: initial !important;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  width: initial !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    width: initial !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    width: initial !important;
  }
}
@media only screen and (min-width: 1120px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 75px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body .location {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 1120px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body .location {
    margin-bottom: 40px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  border-radius: 5px;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none !important;
  max-width: 240px;
  height: 50px;
  line-height: 50px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  color: #ffffff;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .image-text-centered-container > .flex-block div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .image-text-centered-container > .flex-block div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    background-color: #000000 !important;
    color: #ffffff;
    margin-top: 20px !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span,
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000 !important;
    color: #ffffff;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span {
    color: #ffffff;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  background-color: #000000 !important;
  color: #ffffff;
  margin-top: 20px !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span,
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
  background-color: #000000 !important;
  color: #ffffff;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    background-color: #000000 !important;
    color: #ffffff;
    margin-top: 20px !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    background-color: #000000 !important;
    color: #ffffff;
    margin-top: 20px !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover {
    background-color: #000000 !important;
    color: #ffffff;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.four-seasons-los-cabos .button:hover span {
    color: #ffffff;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h4 {
  margin-bottom: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h4 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h4 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h4 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  line-height: 30px;
  margin-bottom: 40px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
    margin-bottom: 50px;
    max-width: unset;
    font-size: 140px;
    line-height: 95px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
  margin-bottom: 50px;
  max-width: unset;
  font-size: 140px;
  line-height: 95px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
    margin-bottom: 50px;
    max-width: unset;
    font-size: 140px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
    margin-bottom: 50px;
    max-width: unset;
    font-size: 140px;
    line-height: 95px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container h1 {
    font-size: 200px;
    line-height: 140px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container p {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container p {
    font-size: 24px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container p {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container p {
    font-size: 24px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button:hover span,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.lateral-margin.legacy-recordsblock.go-green .image-text-centered-container .image-body-container a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h5 {
  margin-top: 10px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h4 {
  margin-bottom: 30px !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-big-pro, serif;
  font-weight: 300;
  font-style: normal;
  margin-left: auto !important;
  margin-right: auto;
  line-height: 1em;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
    line-height: 50px;
    margin-bottom: 30px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
  line-height: 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 40px !important;
    max-width: 250px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 40px !important;
  line-height: 20px;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: white;
  color: #000000;
}
html.ipad.landscape .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.legacy-recordsblock:not(.go-green) .image-text-centered-container .image-body-container .image-body a.button {
  max-width: 220px;
}
@media (max-width: 768px) {
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin,
  .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
    margin-top: 65px !important;
  }
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin,
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 65px !important;
}
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin,
html.legacy-ipad .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 65px !important;
}
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta.lateral-margin h1,
.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta.lateral-margin h4 {
  text-align: left !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta.lateral-margin {
  margin-left: 25px;
  margin-right: 25px;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta.lateral-margin .col-lg-12 .col-sm-6:first-of-type {
  padding-right: 25px !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta.lateral-margin .col-lg-12 .col-sm-6:last-of-type {
  padding-left: 25px !important;
}
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta .top-margin,
html.ipad.portrait .cms-index-index #maincontent .e2e-page-container.layout-e2e-default .home-25-alta .top-margin-mobile {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .cms-index-index .e2e-page-container.lateral-margins-style .products-block.row.top-margin {
    margin-top: 75px !important;
  }
}
html.ipad.portrait .cms-index-index .e2e-page-container.lateral-margins-style .products-block.row.top-margin {
  margin-top: 75px !important;
}
html.legacy-ipad .cms-index-index .e2e-page-container.lateral-margins-style .products-block.row.top-margin {
  margin-top: 75px !important;
}
.cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column {
  /* Landscape */
}
@media (max-width: 768px) {
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: colum;
        flex-direction: colum;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small,
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body p {
    margin-top: 60px;
  }
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body h1 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
}
html.ipad.portrait .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: colum;
      flex-direction: colum;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.portrait .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small,
html.ipad.portrait .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body p {
  margin-top: 60px;
}
html.ipad.portrait .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
html.ipad.portrait .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body h1 {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
html.legacy-ipad .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: colum;
      flex-direction: colum;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.legacy-ipad .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small,
html.legacy-ipad .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body p {
  margin-top: 60px;
}
html.legacy-ipad .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
html.legacy-ipad .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body h1 {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
}
html.ipad.landscape .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-index-index .content.row .image-text-centered-container .image-body-container.mobile-text-column .image-body small.location {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
  }
}
.cms-index-index.ipad:not(.legacy-ipad).landscape .col-ipad-landscape-6 {
  width: 50%;
}
@media (max-width: 768px) {
  body.cms-index-index a.button {
    background-size: 0 !important;
  }
  body.cms-index-index a.button:hover {
    background-size: 0 !important;
  }
  body.cms-index-index a.button:hover span {
    background-size: 0 !important;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock .image-text-centered-container .image-body-container .image-body {
    padding: 0 20px 0;
  }
}
html.ipad.portrait  body.cms-index-index a.button {
  background-size: 0 !important;
}
html.ipad.portrait  body.cms-index-index a.button:hover {
  background-size: 0 !important;
}
html.ipad.portrait  body.cms-index-index a.button:hover span {
  background-size: 0 !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock .image-text-centered-container .image-body-container .image-body {
  padding: 0 20px 0;
}
html.legacy-ipad  body.cms-index-index a.button {
  background-size: 0 !important;
}
html.legacy-ipad  body.cms-index-index a.button:hover {
  background-size: 0 !important;
}
html.legacy-ipad  body.cms-index-index a.button:hover span {
  background-size: 0 !important;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main.legacy-recordsblock .image-text-centered-container .image-body-container .image-body {
  padding: 0 20px 0;
}
@media (max-width: 768px) {
  .e2e-page-container.lateral-margins-style .content.row.block2padding.home-25-alta .image-text-centered-container .image-body-container {
    padding: 0 !important;
  }
}
html.ipad.portrait .e2e-page-container.lateral-margins-style .content.row.block2padding.home-25-alta .image-text-centered-container .image-body-container {
  padding: 0 !important;
}
html.legacy-ipad .e2e-page-container.lateral-margins-style .content.row.block2padding.home-25-alta .image-text-centered-container .image-body-container {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .video-background {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .video-background iframe {
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
body.cms-index-index .e2e-page-container.layout-e2e-default .video-background video {
  width: 100%;
  height: auto;
}
body.cms-index-index .e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
.cms-index-index .e2e-page-container.layout-e2e-default .hz-scrollable-scroll .block-footer .copy .links a,
body.cms-index-index .e2e-page-container.lateral-margins-style .content.row.block2padding .image-text-centered-container .image-body-container .image-body a {
  font-weight: 300;
}
html.ipad.portrait body.cms-index-index #maincontent .columns .column.main .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container.text-white {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html.ipad.portrait body.cms-index-index #maincontent .columns .column.main .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container.text-white .image-body {
  background: transparent !important;
  color: #ffffff !important;
}
html.ipad.portrait body.cms-index-index #maincontent .columns .column.main .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container.text-white .image-body {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 50px !important;
}
html.ipad.portrait body.cms-index-index #maincontent .columns .column.main .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container.text-white .image-body {
  max-width: 850px;
  width: 100% !important;
}
html.ipad.portrait body.cms-index-index #maincontent .columns .column.main .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container.text-white .image-body * {
  color: #ffffff !important;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:first-child {
  -ms-flex-order: 1;
      order: 1;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
  -ms-flex-order: 0;
      order: 0;
  background: #f6f6f6;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
html.ipad .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child {
  -ms-flex-order: 0;
      order: 0;
  background: #f6f6f6;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container {
  height: 100%;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container {
  height: 100%;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body {
  max-width: 600px;
  height: initial;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 600px;
  color: #000000 !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 600px;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  max-width: 600px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 600px;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  color: #000000;
  font-size: 48px;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 410px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
html.ipad .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  color: #000000;
}
.rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Landscape */
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
  border-radius: 4px;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.portrait .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  html:not(.ipad) .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.landscape .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child {
    background-color: #F6F6F6;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child {
  background-color: #F6F6F6;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child {
    background-color: #F6F6F6;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child {
    background-color: #F6F6F6;
  }
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child {
  background-color: #F6F6F6;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container {
  height: 100%;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container {
  height: 100%;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body {
  max-width: 520px;
  height: initial;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 520px;
  color: #000000 !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 520px;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  max-width: 520px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    max-width: 520px;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body h1 {
  color: #000000;
  font-size: 48px;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 0;
    max-width: 100%;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 410px;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 0;
    max-width: 100%;
  }
}
html.ipad .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p {
  color: #000000;
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p:last-of-type {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p:last-of-type {
    margin-bottom: 50px;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p:last-of-type {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p:last-of-type {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body p:last-of-type {
    margin-bottom: 50px;
  }
}
.new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Landscape */
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
  border-radius: 4px;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.portrait .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  html:not(.ipad) .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
  border-radius: 4px;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.landscape .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  .new-stone-sinks .col-lg-12 .col-lg-6:first-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4,
body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p,
body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
  html:not(.ipad) body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4,
  html:not(.ipad) body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p,
  html:not(.ipad) body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    font-size: 13px;
  }
}
html.ipad.landscape body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
html.ipad.landscape body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4,
html.ipad.landscape body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p,
html.ipad.landscape body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .content.row.block2padding .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.featured-multiunit.content.row .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p,
  body.cms-index-index #maincontent .e2e-page-container.layout-e2e-default .rw-atlas-block.content.row .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    font-size: 13px;
  }
}
body.cms-index-index .e2e-page-container.layout-e2e-default .video-background {
  z-index: 1;
}
body.cms-index-index .e2e-page-container.layout-e2e-default .video-background.mobile-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .video-background.mobile-only {
    display: none !important;
  }
}
body.cms-index-index .e2e-page-container.layout-e2e-default .video-background.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .video-background.desktop-only {
    display: block !important;
  }
}
.full-image-link.video-block {
  cursor: pointer;
  position: relative !important;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 50px;
    padding-right: 17px;
  }
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 17px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1120px) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 50px;
    padding-right: 40px;
  }
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 40px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1350px) {
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
    padding-left: 100px;
    padding-right: 45px;
  }
  body.cms-index-index .e2e-page-container.layout-e2e-default .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 45px;
    padding-right: 100px;
  }
}
#homefullvideo {
  min-width: initial;
}
body.cms-index-index .e2e-page-container .content.row.hero-block .video-background iframe {
  min-width: initial;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .video-background iframe {
    min-height: initial;
    min-width: initial;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body {
    margin-top: 20px;
  }
}
body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
  opacity: 0;
  text-decoration: underline !important;
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
    display: block !important;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
    display: block !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
html.ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
  display: none !important;
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
    display: none !important;
  }
}
@media only screen and (orientation: landscape) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film {
    opacity: 1;
    display: none !important;
  }
}
body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
  display: none !important;
  text-decoration: underline !important;
  opacity: 0;
  /* Landscape */
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: none !important;
  }
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: block !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
@media only screen and (orientation: landscape) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: block !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
html.ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
  display: block !important;
}
html.ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: block !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
  display: block !important;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: underline !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
  display: block !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  text-decoration: underline !important;
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    display: block !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet.active {
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    text-decoration: underline !important;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body a.watch-brand-film-tablet {
    opacity: 1;
    display: block !important;
    text-decoration: underline !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.cms-index-index.uk-homepage .gray-background {
  background-color: #f6f6f6 !important;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
    margin-top: 75px !important;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 75px !important;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin,
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 75px !important;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 {
    width: 100%;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 {
  width: 100%;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 {
  width: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
  padding-right: 0;
  /* Landscape */
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
  padding-left: 100px;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
  padding-left: 0;
  padding-right: 0;
  /* Landscape */
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
    padding-left: 50px;
    padding-right: 100px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
  padding-left: 50px;
  padding-right: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6:last-of-type {
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle {
  text-align: center;
}
@media (max-width: 1200px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle {
    padding: 0 20px !important;
  }
}
@media (max-width: 1350px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle {
    padding: 0 50px !important;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 12px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h4 {
    margin-top: 30px;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h4 {
  margin-top: 30px;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h4 {
  margin-top: 30px;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h1 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h1 {
    margin-bottom: 40px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h1 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle h1 {
    margin-bottom: 40px;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-bottom: 40px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle p {
    margin-bottom: 50px;
    max-width: 400px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle p {
  margin-bottom: 50px;
  max-width: 400px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle p {
    margin-bottom: 50px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle p {
    margin-bottom: 50px;
    max-width: 400px;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button {
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  background: inherit;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button {
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover span,
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button {
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover span,
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button {
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button {
    text-decoration: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.col-md-6 .text-container.content-middle a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.lateral-margin-mobile,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-12.lateral-margin-mobile {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.lateral-margin-mobile,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-12.lateral-margin-mobile {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-6.lateral-margin-mobile,
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row .col-lg-12.lateral-margin-mobile {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block video {
  width: 100%;
  height: auto;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
  color: #ffffff;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    padding: 0 20px !important;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  padding: 0 20px !important;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  padding: 0 20px !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 0.8em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-indent: 0;
  width: 100%;
  margin: 0 auto 30px auto;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  -ms-flex-pack: center;
      justify-content: center;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 35px auto;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 125px;
  font-weight: 100;
  line-height: 0.8em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 35px auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 0 auto;
  display: inherit;
  text-transform: uppercase;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    text-decoration: none;
    margin: 0 auto 0 auto;
    border-radius: 0;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a:hover span,
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  text-decoration: none;
  margin: 0 auto 0 auto;
  border-radius: 0;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a:hover span,
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    text-decoration: none;
    margin: 0 auto 0 auto;
    border-radius: 0;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    text-decoration: none;
    margin: 0 auto 0 auto;
    border-radius: 0;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a span {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration {
  background: #EDE4DB;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll {
  margin-left: 0;
  margin-right: 0;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-design-inspiration .hz-scrollable-scroll .hz-blocks .item {
  max-width: 100%;
  width: 100%;
  min-width: 65vw;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container {
    position: inherit;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body {
  -ms-flex-align: center;
      align-items: center;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  margin-top: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    margin-bottom: 50px !important;
    max-width: unset;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 50px;
  margin-bottom: 50px !important;
  max-width: unset;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    margin-bottom: 50px !important;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    margin-bottom: 50px !important;
    max-width: unset;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h1 {
  color: black;
  font-size: 52px !important;
  margin-bottom: 30px !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0 !important;
  margin-bottom: 40px;
  text-transform: initial;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px !important;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px !important;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
  color: black;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h4 {
  margin-bottom: 30px;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px auto 30px auto;
  text-transform: uppercase;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
  color: black;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
    margin-top: 0;
    background: #000000 !important;
    color: #ffffff !important;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
    border-radius: 4px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
  margin-top: 0;
  background: #000000 !important;
  color: #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  border: 0 !important;
  border-radius: 4px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
    margin-top: 0;
    background: #000000 !important;
    color: #ffffff !important;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
    margin-top: 0;
    background: #000000 !important;
    color: #ffffff !important;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000 !important;
  color: #ffffff !important;
  height: 60px !important;
  width: 280px !important;
  text-decoration: none !important;
  border-radius: 4px;
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.dive-blue .image-text-centered-container .image-body-container .image-body a.button span {
  display: inline;
  line-height: 15px;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
  margin: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
    margin: 0 !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
    width: 100%;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
  width: 100%;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
  width: 100%;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
  width: 50%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  padding-right: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  background: #202020;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    background: #202020;
    margin-left: 100px;
    padding-left: 0;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  background: #202020;
  margin-left: 100px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    background: #202020;
    margin-left: 100px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    background: #202020;
    margin-left: 100px;
    padding-left: 0;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container {
  height: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container {
  height: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body {
  max-width: 400px;
  height: initial;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 50px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    max-width: 400px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  max-width: 400px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    max-width: 400px;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  color: #ffffff;
  font-size: 48px !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 410px;
    margin-bottom: 50px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  color: #ffffff;
  font-size: 24px;
  max-width: 410px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 410px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
    color: #ffffff;
    font-size: 24px;
    max-width: 410px;
    margin-bottom: 50px;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body p {
  color: #ffffff;
  font-size: 18px;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Landscape */
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  color: #000000;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  width: 280px;
  height: 60px;
  text-decoration: none !important;
  background: #ffffff !important;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
    background: #ffffff !important;
    border-radius: 4px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #ffffff !important;
    color: #000000;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none !important;
  background: #ffffff !important;
  border-radius: 4px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #ffffff !important;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
    background: #ffffff !important;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #ffffff !important;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none !important;
    background: #ffffff !important;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #ffffff !important;
    color: #000000;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 0;
  padding-right: 0;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
    background: #202020;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  margin-right: 100px;
  background: #202020;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
    background: #202020;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
    margin-right: 100px;
    background: #202020;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6:last-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block .col-lg-12 .col-lg-6 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
  margin: 0 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h4 {
    margin: 0 !important;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 20px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.rw-atlas-block.us-rw .col-lg-12 .col-lg-6:last-of-type .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container {
    padding: 0 !important;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container {
  padding: 0 !important;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container {
  padding: 0 !important;
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body a {
    text-align: left !important;
  }
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body a {
  text-align: left !important;
}
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h4,
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1,
html.legacy-ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body a {
  text-align: left !important;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 36px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.home-surfaces-shower-fittings .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6 {
    background-color: unset !important;
  }
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:first-child {
  -ms-flex-order: 1;
      order: 1;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
  -ms-flex-order: 0;
      order: 0;
  background: #f6f6f6;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
    -ms-flex-order: 0;
        order: 0;
    background: #f6f6f6;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child {
  -ms-flex-order: 0;
      order: 0;
  background: #f6f6f6;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container {
  height: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container {
  height: 100%;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body {
  max-width: 470px;
  height: initial;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000000;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 470px;
  color: #000000 !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px;
    max-width: 470px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  max-width: 470px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px;
    max-width: 470px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px;
    max-width: 470px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body h1 {
  color: #000000;
  font-size: 48px;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 410px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 410px;
    margin-bottom: 35px;
  }
}
html.ipad body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body p {
  color: #000000;
}
body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Landscape */
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
  border-radius: 4px;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  html:not(.ipad) body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none !important;
  background: #000000 !important;
  color: #ffffff;
  border-radius: 4px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
  color: #ffffff;
}
html.ipad.landscape body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
  background: #000000 !important;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    text-decoration: none !important;
    background: #000000 !important;
    color: #ffffff;
    border-radius: 4px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover span,
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button span {
    color: #ffffff;
  }
  body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .content.row.featured-multiunit .col-lg-12 .col-lg-6:last-child .image-text-centered-container .image-body-container .image-body a.button:hover {
    background: #000000 !important;
    color: #ffffff;
  }
}
html.ipad.portrait html.ipad.portrait body.cms-index-index.uk-homepage #maincontent .e2e-page-container.layout-e2e-default .home-products-preview.content.row .products-scrollable > section .product {
  margin: 0;
  padding: 0 3.5px;
  max-width: 50vw;
  width: 50vw;
  min-width: 76vw;
}
.cms-a-story-of-kitchen-fittings {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-a-story-of-kitchen-fittings .content.row.hero-block .image-body-container .image-body .button.white.cta {
    margin-top: 50px !important;
  }
  html:not(.ipad) .cms-a-story-of-kitchen-fittings .content.row.mixed-materials .image-body-container .image-body .button.white.cta {
    margin-left: auto;
    margin-right: 0;
  }
}
html.ipad.landscape .cms-a-story-of-kitchen-fittings .content.row.hero-block .image-body-container .image-body .button.white.cta {
  margin-top: 50px !important;
}
html.ipad.landscape .cms-a-story-of-kitchen-fittings .content.row.mixed-materials .image-body-container .image-body .button.white.cta {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-a-story-of-kitchen-fittings .content.row.hero-block .image-body-container .image-body .button.white.cta {
    margin-top: 50px !important;
  }
  .cms-a-story-of-kitchen-fittings .content.row.mixed-materials .image-body-container .image-body .button.white.cta {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-a-story-of-kitchen-fittings .content.row.hero-block .image-body-container .image-body .button.white.cta {
    margin-top: 50px !important;
  }
  .cms-a-story-of-kitchen-fittings .content.row.mixed-materials .image-body-container .image-body .button.white.cta {
    margin-left: auto;
    margin-right: 0;
  }
}
body.cms-statement-maker-faucets .e2e-page-container.layout-e2e-default .products-block {
  margin-bottom: 100px !important;
}
body.cms-join-our-newsletter .columns .column.main,
body.cms-thank-you-for-joining-our-newsletter .columns .column.main {
  padding-bottom: 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-size: 11px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  text-transform: inherit;
  margin-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
html.ipad.landscape body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.landscape body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    text-align: center;
    color: #000000;
  }
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  text-align: center;
  color: #000000;
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  text-align: center;
  color: #000000;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper {
    padding-top: 50px;
  }
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper {
  padding-top: 50px;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper {
  padding-top: 50px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h4,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h1,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 40px 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture,
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture {
    max-width: 540px;
  }
}
html.ipad.landscape body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture,
html.ipad.landscape body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture {
  max-width: 540px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture {
    max-width: 540px;
  }
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset {
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset,
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html.ipad.landscape body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset,
html.ipad.landscape body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field {
  margin-bottom: 20px;
  /* Landscape */
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.email,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.email {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field,
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  html:not(.ipad) body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even),
  html:not(.ipad) body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
html.ipad.landscape body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field,
html.ipad.landscape body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  text-align: left;
  position: relative;
}
html.ipad.landscape body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even),
html.ipad.landscape body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even) {
  float: right;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even),
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even),
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field label,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field label {
  display: none;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-webkit-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-webkit-input-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-webkit-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-webkit-input-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-webkit-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-moz-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-moz-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-moz-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-moz-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-moz-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-ms-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::-ms-input-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-ms-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::-ms-input-placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-ms-input-placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input::placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select::placeholder,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::placeholder,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"],
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"],
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"],
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"],
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"],
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:before,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:before,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:checked,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:checked,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:checked,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:checked,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:checked,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:checked {
  border-color: #999999;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:checked:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:checked:before,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:checked:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:checked:before,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:checked:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:checked:before {
  opacity: 1;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:focus,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input[type="checkbox"]:focus,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:focus,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select[type="checkbox"]:focus,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:focus,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input:disabled,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field input:disabled,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select:disabled,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field select:disabled,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea:disabled,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field textarea:disabled {
  opacity: 1;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field div.mage-error,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field div.mage-error {
  width: 100%;
  font-size: 10px;
  font-weight: 200;
  color: #e02b27;
  margin: 0;
  padding: 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group {
  margin: 50px 0 50px 0;
  text-align: center !important;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group label,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group label {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.8em;
  color: #000000;
  font-weight: 100 !important;
  text-transform: uppercase;
  margin: 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup {
    margin-left: 0;
  }
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup {
  margin-left: 0;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup {
  margin-left: 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"],
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
  height: 14px !important;
  margin: 0 5px 0 20px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:checked,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:checked {
  border-color: #999999;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:checked:before,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:checked:before {
  opacity: 1;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:focus,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.is-trade-group .user-type-grpup input[type="radio"]:focus {
  box-shadow: none;
  outline: none;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.mailchimp-error,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture .fieldset .field.mailchimp-error {
  text-align: center !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 1.8em;
  color: #e02b27;
  text-transform: uppercase;
  margin: 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading {
  position: relative;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading .fieldset,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading .fieldset,
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading .actions-toolbar,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading .actions-toolbar {
  opacity: 0.4;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading:after,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form#join-our-newsletter-capture.loading:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../images/loading.gif') center center no-repeat;
  top: 0;
  left: 0;
  background-size: 40px;
  z-index: 2;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar {
  text-align: center;
  padding: 80px 0 0 0;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary {
  text-align: center;
  float: none;
  width: 100%;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary {
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  max-width: 280px;
  background: #000000;
  margin: 0 auto;
  float: none;
  font-size: 11px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary.disabled,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .note,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .note {
  max-width: 280px;
  display: block;
  margin: 20px auto 0 auto;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container {
  margin: 100px 0 100px;
}
@media (max-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container {
    margin-top: 40px;
  }
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container {
  margin-top: 40px;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container {
  margin-top: 40px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block h1,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 580px;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block p,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1em;
  color: #000000;
  text-align: center;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block a.button,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block a.button {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 58px;
  line-height: 58px;
  margin: 50px auto 70px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block a.button:hover,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block a.button:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 58px;
    line-height: 58px;
  }
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:nth-of-type(2) a.button,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:nth-of-type(2) a.button {
  background: #03302B !important;
  border-color: #03302B !important;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:nth-of-type(2) a.button:hover,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:nth-of-type(2) a.button:hover {
  background: #ffffff !important;
}
body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1,
body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1 {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1,
  body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1 {
    padding: 0 50px;
  }
}
html.ipad.portrait body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1,
html.ipad.portrait body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1 {
  padding: 0 50px;
}
html.legacy-ipad body.cms-join-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1,
html.legacy-ipad body.cms-thank-you-for-joining-our-newsletter .e2e-page-container.layout-e2e-default .thanks-container .block:last-of-type h1 {
  padding: 0 50px;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field {
  float: none;
  width: 100%;
  display: block;
  position: relative;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .control,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .control {
  display: inline-block;
  width: 70%;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .control input,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .control input {
  border: 1px solid #000000;
  height: 60px;
  text-align: center;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar {
  padding: 0;
  width: 30%;
  float: right;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar div.primary,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar div.primary {
  margin-top: 0;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar button.primary,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field .actions-toolbar button.primary {
  margin-top: 0;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy {
  padding-top: 0;
  text-align: center;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.8em;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label a,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label a {
  text-decoration: underline;
  color: #000000;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label a.privacy-policy,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy label a.privacy-policy {
  display: table;
  margin: 0 auto;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:before,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:checked,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:checked {
  border-color: #999999;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:checked:before,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy input:checked:before {
  opacity: 1;
}
body.cms-join-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy #privacy-error,
body.cms-thank-you-for-joining-our-newsletter #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form#join-our-newsletter-capture .fieldset .field.privacy #privacy-error {
  width: 70%;
}
.cms-may-appreciation-sale,
.cms-may-appreciation-sale-trade {
  /* Landscape */
}
.cms-may-appreciation-sale .column.main,
.cms-may-appreciation-sale-trade .column.main {
  padding: 0;
}
.cms-may-appreciation-sale .hero-block.main,
.cms-may-appreciation-sale-trade .hero-block.main,
.cms-may-appreciation-sale .disclaimer,
.cms-may-appreciation-sale-trade .disclaimer {
  background-color: #0A6C85;
  color: #ffffff;
}
.cms-may-appreciation-sale .hero-block.main .image-text-centered-container,
.cms-may-appreciation-sale-trade .hero-block.main .image-text-centered-container,
.cms-may-appreciation-sale .disclaimer .image-text-centered-container,
.cms-may-appreciation-sale-trade .disclaimer .image-text-centered-container {
  margin: 100px 0;
}
.cms-may-appreciation-sale .hero-block.main .text-white .image-body,
.cms-may-appreciation-sale-trade .hero-block.main .text-white .image-body,
.cms-may-appreciation-sale .disclaimer .text-white .image-body,
.cms-may-appreciation-sale-trade .disclaimer .text-white .image-body {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-may-appreciation-sale .hero-block.main .text-white h1,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h1,
.cms-may-appreciation-sale .disclaimer .text-white h1,
.cms-may-appreciation-sale-trade .disclaimer .text-white h1 {
  display: inline-block;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  margin-top: 40px;
  margin-bottom: 50px;
  line-height: 1;
  text-transform: uppercase;
}
.cms-may-appreciation-sale .hero-block.main .text-white h1 span,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h1 span,
.cms-may-appreciation-sale .disclaimer .text-white h1 span,
.cms-may-appreciation-sale-trade .disclaimer .text-white h1 span {
  display: inline-block;
  font-style: italic;
  text-transform: none;
}
.cms-may-appreciation-sale .hero-block.main .text-white h3,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h3,
.cms-may-appreciation-sale .disclaimer .text-white h3,
.cms-may-appreciation-sale-trade .disclaimer .text-white h3 {
  display: inline-block;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  margin-bottom: 50px;
}
.cms-may-appreciation-sale .hero-block.main .text-white h3 span,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h3 span,
.cms-may-appreciation-sale .disclaimer .text-white h3 span,
.cms-may-appreciation-sale-trade .disclaimer .text-white h3 span {
  display: inline-block;
  text-transform: none;
}
.cms-may-appreciation-sale .hero-block.main .text-white h3 span:first-of-type,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h3 span:first-of-type,
.cms-may-appreciation-sale .disclaimer .text-white h3 span:first-of-type,
.cms-may-appreciation-sale-trade .disclaimer .text-white h3 span:first-of-type {
  margin-right: 7px;
}
.cms-may-appreciation-sale .hero-block.main .text-white h3 span:last-of-type,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h3 span:last-of-type,
.cms-may-appreciation-sale .disclaimer .text-white h3 span:last-of-type,
.cms-may-appreciation-sale-trade .disclaimer .text-white h3 span:last-of-type {
  margin-left: 7px;
  font-style: italic;
}
.cms-may-appreciation-sale .hero-block.main .text-white h4,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h4,
.cms-may-appreciation-sale .disclaimer .text-white h4,
.cms-may-appreciation-sale-trade .disclaimer .text-white h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 100;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5;
}
.cms-may-appreciation-sale .hero-block.main .text-white h4.small,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h4.small,
.cms-may-appreciation-sale .disclaimer .text-white h4.small,
.cms-may-appreciation-sale-trade .disclaimer .text-white h4.small {
  font-size: 12px;
  margin-bottom: 0;
}
.cms-may-appreciation-sale .hero-block.main .text-white h4.small a,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h4.small a,
.cms-may-appreciation-sale .disclaimer .text-white h4.small a,
.cms-may-appreciation-sale-trade .disclaimer .text-white h4.small a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.cms-may-appreciation-sale .hero-block.main .text-white h4.small a:hover,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h4.small a:hover,
.cms-may-appreciation-sale .disclaimer .text-white h4.small a:hover,
.cms-may-appreciation-sale-trade .disclaimer .text-white h4.small a:hover {
  color: #ffffff;
}
.cms-may-appreciation-sale .hero-block.main .text-white h4.small.small-margin-top,
.cms-may-appreciation-sale-trade .hero-block.main .text-white h4.small.small-margin-top,
.cms-may-appreciation-sale .disclaimer .text-white h4.small.small-margin-top,
.cms-may-appreciation-sale-trade .disclaimer .text-white h4.small.small-margin-top {
  margin-top: 10px;
}
.cms-may-appreciation-sale .flex-block,
.cms-may-appreciation-sale-trade .flex-block {
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-may-appreciation-sale .flex-block .col-lg-4,
.cms-may-appreciation-sale-trade .flex-block .col-lg-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-may-appreciation-sale .flex-block .col-lg-4 picture,
.cms-may-appreciation-sale-trade .flex-block .col-lg-4 picture {
  width: 100%;
}
.cms-may-appreciation-sale .flex-block .col-lg-4 picture img,
.cms-may-appreciation-sale-trade .flex-block .col-lg-4 picture img {
  width: 100%;
}
.cms-may-appreciation-sale .flex-block .explore-blocks,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks {
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0 auto;
  padding-bottom: 100px;
  text-align: center;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 h3,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 h3 {
  color: #000000;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 32px;
  font-weight: 100;
  margin-top: 40px;
  margin-bottom: 30px;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 .links,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 .links .pipe-separator,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 .links .pipe-separator {
  margin: 0 5px;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 .links a,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 .links a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
  color: #000000;
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  height: 16px;
  text-transform: uppercase;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 .links a:hover,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 .links a:hover {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 .links a:hover,
.cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 .links a:hover {
  height: 16px;
}
.cms-may-appreciation-sale .flex-block.staff-picks,
.cms-may-appreciation-sale-trade .flex-block.staff-picks {
  margin-bottom: 100px;
}
.cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
.cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
  color: #000000;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: none;
  text-align: center;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading {
  padding: 100px 0;
  text-align: center;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text {
  margin: 0 auto;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading h2,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading h2 {
  color: #000000;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading h2.big,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading h2.big {
  margin-top: 0;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading h2 span,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading h2 span {
  color: #000000;
  font-style: italic;
  text-transform: none;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading h2 span:first-of-type,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading h2 span:first-of-type {
  margin-right: 7px;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading h2 span:last-of-type,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading h2 span:last-of-type {
  margin-left: 7px;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading p,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading p {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  text-align: center;
}
.cms-may-appreciation-sale .browse-the-sale .flex-block.heading p:first-of-type,
.cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading p:first-of-type {
  margin-bottom: 30px;
}
.cms-may-appreciation-sale .disclaimer,
.cms-may-appreciation-sale-trade .disclaimer {
  margin-bottom: 0 !important;
}
.cms-may-appreciation-sale .disclaimer .text-white .image-body,
.cms-may-appreciation-sale-trade .disclaimer .text-white .image-body {
  max-width: 1100px;
}
.cms-may-appreciation-sale .disclaimer .text-white .image-body h4.small,
.cms-may-appreciation-sale-trade .disclaimer .text-white .image-body h4.small {
  margin: 0;
}
.cms-may-appreciation-sale .disclaimer .text-white .image-body h4.small.small-margin-top,
.cms-may-appreciation-sale-trade .disclaimer .text-white .image-body h4.small.small-margin-top {
  margin-top: 30px;
}
.cms-may-appreciation-sale .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button,
.cms-may-appreciation-sale-trade .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button {
  background-color: #03302B;
}
.cms-may-appreciation-sale .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar,
.cms-may-appreciation-sale-trade .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-may-appreciation-sale .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action,
.cms-may-appreciation-sale-trade .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action {
  background-color: #000000;
  margin: 0 0 10px 0 !important;
  margin-bottom: 10px;
  width: 100% !important;
}
.cms-may-appreciation-sale .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action.create,
.cms-may-appreciation-sale-trade .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action.create {
  background-color: #03302B;
}
.cms-may-appreciation-sale .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action.create.continue,
.cms-may-appreciation-sale-trade .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar .action.create.continue {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cms-may-appreciation-sale .hero-block.main .text-white h1,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
    font-size: 45px;
  }
  .cms-may-appreciation-sale .hero-block.main .text-white h3,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
    font-size: 18px;
  }
  .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text h2.big,
  .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text h2.big {
    font-size: 30px;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 {
    margin-bottom: 100px;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4:last-of-type,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4:last-of-type {
    margin-bottom: 0;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 h3,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 h3 {
    font-size: 27px;
  }
  .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
  .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
    font-size: 30px;
  }
}
html.ipad.portrait .cms-may-appreciation-sale .hero-block.main .text-white h1,
html.ipad.portrait .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
  font-size: 45px;
}
html.ipad.portrait .cms-may-appreciation-sale .hero-block.main .text-white h3,
html.ipad.portrait .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
  font-size: 18px;
}
html.ipad.portrait .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text h2.big,
html.ipad.portrait .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text h2.big {
  font-size: 30px;
}
html.ipad.portrait .cms-may-appreciation-sale .flex-block .explore-blocks,
html.ipad.portrait .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4,
html.ipad.portrait .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 {
  margin-bottom: 100px;
}
html.ipad.portrait .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4:last-of-type,
html.ipad.portrait .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4:last-of-type {
  margin-bottom: 0;
}
html.ipad.portrait .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 h3,
html.ipad.portrait .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 h3 {
  font-size: 27px;
}
html.ipad.portrait .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
html.ipad.portrait .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
  font-size: 30px;
}
html.legacy-ipad .cms-may-appreciation-sale .hero-block.main .text-white h1,
html.legacy-ipad .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
  font-size: 45px;
}
html.legacy-ipad .cms-may-appreciation-sale .hero-block.main .text-white h3,
html.legacy-ipad .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
  font-size: 18px;
}
html.legacy-ipad .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text h2.big,
html.legacy-ipad .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text h2.big {
  font-size: 30px;
}
html.legacy-ipad .cms-may-appreciation-sale .flex-block .explore-blocks,
html.legacy-ipad .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4,
html.legacy-ipad .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 {
  margin-bottom: 100px;
}
html.legacy-ipad .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4:last-of-type,
html.legacy-ipad .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4:last-of-type {
  margin-bottom: 0;
}
html.legacy-ipad .cms-may-appreciation-sale .flex-block .explore-blocks .col-lg-4 h3,
html.legacy-ipad .cms-may-appreciation-sale-trade .flex-block .explore-blocks .col-lg-4 h3 {
  font-size: 27px;
}
html.legacy-ipad .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
html.legacy-ipad .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-may-appreciation-sale .hero-block.main .text-white h1,
  html:not(.ipad) .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
    font-size: 90px;
  }
  html:not(.ipad) .cms-may-appreciation-sale .hero-block.main .text-white h3,
  html:not(.ipad) .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
    font-size: 32px;
  }
  html:not(.ipad) .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text,
  html:not(.ipad) .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text {
    max-width: 70%;
  }
  html:not(.ipad) .cms-may-appreciation-sale .flex-block .explore-blocks,
  html:not(.ipad) .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 90%;
  }
  html:not(.ipad) .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
  html:not(.ipad) .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
    font-size: 40px;
  }
  html:not(.ipad) .cms-may-appreciation-sale .horizontal-padding,
  html:not(.ipad) .cms-may-appreciation-sale-trade .horizontal-padding {
    /*** Styles Override ***/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html.ipad.landscape .cms-may-appreciation-sale .hero-block.main .text-white h1,
html.ipad.landscape .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
  font-size: 90px;
}
html.ipad.landscape .cms-may-appreciation-sale .hero-block.main .text-white h3,
html.ipad.landscape .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
  font-size: 32px;
}
html.ipad.landscape .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text,
html.ipad.landscape .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text {
  max-width: 70%;
}
html.ipad.landscape .cms-may-appreciation-sale .flex-block .explore-blocks,
html.ipad.landscape .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 90%;
}
html.ipad.landscape .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
html.ipad.landscape .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
  font-size: 40px;
}
html.ipad.landscape .cms-may-appreciation-sale .horizontal-padding,
html.ipad.landscape .cms-may-appreciation-sale-trade .horizontal-padding {
  /*** Styles Override ***/
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-may-appreciation-sale .hero-block.main .text-white h1,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
    font-size: 90px;
  }
  .cms-may-appreciation-sale .hero-block.main .text-white h3,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
    font-size: 32px;
  }
  .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text,
  .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text {
    max-width: 70%;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 90%;
  }
  .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
  .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
    font-size: 40px;
  }
  .cms-may-appreciation-sale .horizontal-padding,
  .cms-may-appreciation-sale-trade .horizontal-padding {
    /*** Styles Override ***/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-may-appreciation-sale .hero-block.main .text-white h1,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h1 {
    font-size: 90px;
  }
  .cms-may-appreciation-sale .hero-block.main .text-white h3,
  .cms-may-appreciation-sale-trade .hero-block.main .text-white h3 {
    font-size: 32px;
  }
  .cms-may-appreciation-sale .browse-the-sale .flex-block.heading .heading-text,
  .cms-may-appreciation-sale-trade .browse-the-sale .flex-block.heading .heading-text {
    max-width: 70%;
  }
  .cms-may-appreciation-sale .flex-block .explore-blocks,
  .cms-may-appreciation-sale-trade .flex-block .explore-blocks {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 90%;
  }
  .cms-may-appreciation-sale .flex-block.staff-picks .heading-text h2,
  .cms-may-appreciation-sale-trade .flex-block.staff-picks .heading-text h2 {
    font-size: 40px;
  }
  .cms-may-appreciation-sale .horizontal-padding,
  .cms-may-appreciation-sale-trade .horizontal-padding {
    /*** Styles Override ***/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.catalogsearch-result-index .columns .column.main {
  background: url('../images/loading.gif') center center no-repeat;
}
body.catalogsearch-result-index .columns .column.main *,
body.catalogsearch-result-index .columns .sidebar.sidebar-main {
  display: none !important;
}
body.catalogsearch-result-index.no-results {
  padding-top: 0 !important;
}
body.catalogsearch-result-index.opened {
  overflow: hidden;
}
body.catalogsearch-result-index #algolia_instant_selector {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia_instant_selector {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia_instant_selector {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia_instant_selector {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia_instant_selector {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
body.catalogsearch-result-index .algolia-instant-results-wrapper {
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index .algolia-instant-results-wrapper {
    padding: 0 5px 0 10px;
  }
}
html.ipad.landscape body.catalogsearch-result-index .algolia-instant-results-wrapper {
  padding: 0 5px 0 10px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index .algolia-instant-results-wrapper {
    padding: 0 5px 0 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index .algolia-instant-results-wrapper {
    padding: 0 5px 0 10px;
  }
}
body.catalogsearch-result-index #algolia-left-container {
  padding: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  /* Landscape */
}
body.catalogsearch-result-index #algolia-left-container.opened {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container {
    width: 25%;
    max-width: 360px;
    height: inherit;
    position: inherit;
    background: inherit;
    margin-top: 40px;
    padding-bottom: 20px;
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container {
  width: 25%;
  max-width: 360px;
  height: inherit;
  position: inherit;
  background: inherit;
  margin-top: 40px;
  padding-bottom: 20px;
  display: block !important;
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container {
    width: 25%;
    max-width: 360px;
    height: inherit;
    position: inherit;
    background: inherit;
    margin-top: 40px;
    padding-bottom: 20px;
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container {
    width: 25%;
    max-width: 360px;
    height: inherit;
    position: inherit;
    background: inherit;
    margin-top: 40px;
    padding-bottom: 20px;
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
  z-index: 1;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
    z-index: 1;
    position: sticky;
    top: 136px;
    height: inherit;
    display: block;
    overflow: hidden;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
  z-index: 1;
  position: sticky;
  top: 136px;
  height: inherit;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
    z-index: 1;
    position: sticky;
    top: 136px;
    height: inherit;
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container {
    z-index: 1;
    position: sticky;
    top: 136px;
    height: inherit;
    display: block;
    overflow: hidden;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar {
  margin-bottom: 20px;
  padding-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar {
    margin-bottom: 28px;
    padding: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar {
  margin-bottom: 28px;
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar {
    margin-bottom: 28px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar {
    margin-bottom: 28px;
    padding: 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar input.ais-SearchBox-input {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
  margin: 0;
  padding: 0 35px 0 20px;
  clear: both;
  border: 0;
  background: transparent;
  height: inherit;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar input.ais-SearchBox-input::-webkit-input-placeholder {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar input.ais-SearchBox-input::-moz-placeholder {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar input.ais-SearchBox-input::-ms-input-placeholder {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar input.ais-SearchBox-input::placeholder {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar .ais-SearchBox-reset,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #instant-search-bar .ais-SearchBox-submit {
  display: none;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 30px;
  height: 30px;
  z-index: 99999999;
  cursor: pointer;
  /* Landscape */
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn:after {
  content: '';
  background: url('../images/icon-cancel-filter.png') center center no-repeat;
  top: 0;
  right: 0;
  line-height: 24px;
  height: 30px;
  width: 30px;
  display: block;
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn {
    display: none;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .mobile-close-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facets-full-wrapper {
    overflow-y: auto;
    padding-bottom: 40px;
    height: calc(100% - 96px);
  }
}
html.ipad.portrait body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facets-full-wrapper {
  overflow-y: auto;
  padding-bottom: 40px;
  height: calc(100% - 96px);
}
html.legacy-ipad body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facets-full-wrapper {
  overflow-y: auto;
  padding-bottom: 40px;
  height: calc(100% - 96px);
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block {
  border: 1px solid #CCCCCC;
  border-bottom: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel {
  margin: 0;
  border: 0;
  text-align: left;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-header {
  cursor: pointer;
  margin: 0;
  padding: 20px !important;
  border-top: 0;
  background: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-header:after {
  content: '';
  top: 0;
  position: absolute;
  font-size: 18px;
  right: 20px;
  line-height: 50px;
  height: 54px;
  width: 14px;
  background: url('../images/icon-plus.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body {
  display: none;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 20px 20px 20px !important;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .ais-SearchBox {
  display: none;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul {
  max-height: 120px;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out 0s;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item {
  padding: 3px 0;
  margin: 0;
  line-height: 1.5em;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.4em;
  color: #000000;
  margin: 0;
  cursor: pointer;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label.selected span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label input.ais-RefinementList-checkbox,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label input.ais-RefinementList-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('../images/icons/filter-chbx.png') center center no-repeat;
  width: 16px;
  height: 17px;
  border: 0;
  box-shadow: none;
  margin: 0 7px -2px 0;
  box-sizing: unset;
  border-radius: 0 !important;
  outline: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item a input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item a input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item a input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item a input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-HierarchicalMenu-item .ais-RefinementList-label input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-HierarchicalMenu-item .ais-RefinementList-label input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol li.ais-RefinementList-item .ais-RefinementList-label input.ais-RefinementList-checkbox:checked,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul li.ais-RefinementList-item .ais-RefinementList-label input.ais-RefinementList-checkbox:checked {
  background: url('../images/icons/filter-chbx-checked.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol.opened,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul.opened {
  max-height: inherit;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol.opened,
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul.opened {
    max-height: 425px;
    overflow-y: auto;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol.opened,
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul.opened {
  max-height: 425px;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol.opened,
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul.opened {
    max-height: 425px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ol.opened,
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body ul.opened {
    max-height: 425px;
    overflow-y: auto;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .ais-HierarchicalMenu-list--child ul {
  max-height: inherit;
  overflow: auto;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .filter-options-see-more-btn {
  padding: 0;
  margin-top: 10px;
  text-transform: uppercase;
  height: 30px;
  cursor: pointer;
  font-size: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .filter-options-see-more-btn:hover {
  text-decoration: underline;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .filter-options-see-more-btn span:before {
  content: 'See More';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .filter-options-see-more-btn.opened span:before {
  content: 'See Less';
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-tooltip {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-progress {
  background-color: #000000;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block.active {
  background: #f6f6f6;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block.active .ais-Panel-header:after {
  background: url('../images/icon-minus.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block.active .ais-Panel-body {
  display: block;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container .facet-block:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
  height: initial;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    padding: 20px 23px 5px 20px;
    margin: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  padding: 20px 23px 5px 20px;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    padding: 20px 23px 5px 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    padding: 20px 23px 5px 20px;
    margin: 0;
  }
}
html.ipad body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper {
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  height: 20px;
  cursor: pointer;
  margin: 20px;
  text-align: left;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header {
    margin: 0 0 15px 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header {
    margin: 0 0 15px 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header:after {
  content: '';
  position: absolute;
  top: 0;
  font-size: 18px;
  right: 0;
  height: 20px;
  width: 14px;
  background: url('../images/icon-plus.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-wrapper .current-filter-header.opened:after {
  background: url('../images/icon-minus.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
  padding: 0 20px;
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
    padding: 0;
    margin: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list {
    padding: 0;
    margin: 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li {
  background: transparent;
  padding: 0;
  width: 100%;
  border: 0;
  position: relative;
  text-align: left;
  line-height: 2.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li {
    margin-bottom: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li {
    margin-bottom: 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-label {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  color: #000000;
}
html.ipad.portrait body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-label {
  margin: 10px -20px 10px 20px;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 10px 10px 10px 10px;
  margin: 0 10px 10px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category {
    margin: 0 10px 10px 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category {
  margin: 0 10px 10px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category {
    margin: 0 10px 10px 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category.more {
  display: none;
  font-weight: 300;
  text-transform: inherit;
  cursor: pointer;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category.more i {
  font-style: normal;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category.more span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category.more:hover span,
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category.more.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li span.ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  position: initial;
  left: initial;
  right: initial;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 5px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  font-size: 0;
  background: url('../images/icons/filter-remove.png') center center no-repeat;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.multiple .ais-CurrentRefinements-category {
  display: block;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.multiple .ais-CurrentRefinements-category {
    margin: 0;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.multiple .ais-CurrentRefinements-category {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.multiple .ais-CurrentRefinements-category {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.multiple .ais-CurrentRefinements-category {
    margin: 0;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li:last-of-type {
  margin-bottom: 10px;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li li.item.more {
  display: none;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.limited .ais-CurrentRefinements-category {
  display: none;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.limited .ais-CurrentRefinements-category:nth-child(-n+4) {
  display: inline-block;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.limited .ais-CurrentRefinements-category.more {
  text-wrap: none;
  display: inline-block;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.limited .ais-CurrentRefinements-category.more:before {
  content: none;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.expanded .ais-CurrentRefinements-category.more {
  background: transparent;
  text-wrap: none;
  display: inline-block;
  font-size: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.expanded .ais-CurrentRefinements-category.more span {
  font-size: 0;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #current-refinements ul.ais-CurrentRefinements-list li.expanded .ais-CurrentRefinements-category.more:before {
  content: 'SEE LEES';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements {
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements {
    position: inherit;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements {
  position: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements {
    position: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements {
    position: inherit;
  }
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements button.ais-ClearRefinements-button.action.primary {
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5em;
  color: #ffffff;
  padding: 18px 0;
  text-decoration: underline;
}
body.catalogsearch-result-index #algolia-left-container #instant-search-facets-container #clear-refinements button.ais-ClearRefinements-button.action.primary:hover {
  text-decoration: underline;
}
body.catalogsearch-result-index #algolia-right-container {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-right-container {
    width: calc(100% - 360px);
    margin-top: 0;
    margin-left: 5px;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-right-container {
  width: calc(100% - 360px);
  margin-top: 0;
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container {
    width: calc(100% - 360px);
    margin-top: 0;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container {
    width: calc(100% - 360px);
    margin-top: 0;
    margin-left: 5px;
  }
}
@media (max-width: 1500px) {
  body.catalogsearch-result-index #algolia-right-container {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container {
    width: 100% !important;
  }
}
html.ipad.portrait body.catalogsearch-result-index #algolia-right-container {
  width: 100% !important;
}
html.legacy-ipad body.catalogsearch-result-index #algolia-right-container {
  width: 100% !important;
}
body.catalogsearch-result-index #algolia-right-container .secondary-search-bar {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  border: 0;
  width: 100%;
  float: none;
  z-index: 1;
  position: sticky;
  top: 111px;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container {
    width: 100%;
    margin-right: 5px;
    float: right;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container {
    top: 137px;
    padding: 20px 10px;
  }
}
html.ipad.portrait body.catalogsearch-result-index #algolia-right-container .toolbar-container {
  top: 137px;
  padding: 20px 10px;
}
html.legacy-ipad body.catalogsearch-result-index #algolia-right-container .toolbar-container {
  top: 137px;
  padding: 20px 10px;
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container #algolia-stats {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container .refine-btn {
  display: block;
  width: calc(50% - 5px);
  height: 48px;
  float: left;
  border: 1px solid #CCCCCC;
  padding: 0 20px;
  text-align: center;
  margin-right: 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 48px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-right-container .toolbar-container .refine-btn {
    display: none;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-right-container .toolbar-container .refine-btn {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .refine-btn {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .refine-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right {
    width: calc(50% - 5px);
  }
}
html.ipad.portrait body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right {
  width: calc(50% - 5px);
}
html.legacy-ipad body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right {
  width: calc(50% - 5px);
}
@media (max-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right #algolia-sorts {
    float: none !important;
  }
}
html.ipad.portrait body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right #algolia-sorts {
  float: none !important;
}
html.legacy-ipad body.catalogsearch-result-index #algolia-right-container .toolbar-container .pull-right #algolia-sorts {
  float: none !important;
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container .ais-SortBy {
  width: 100%;
  margin-left: 0;
  position: relative;
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container .ais-SortBy .ais-SortBy-select {
  border: 1px solid #CCCCCC;
  padding: 0 20px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 9px;
  text-transform: uppercase;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (min-width: 360px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .ais-SortBy .ais-SortBy-select {
    font-size: 10px;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .toolbar-container .ais-SortBy .ais-SortBy-select {
    width: 250px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
body.catalogsearch-result-index #algolia-right-container .toolbar-container .ais-SortBy:after {
  content: '';
  width: 16px;
  height: 48px;
  line-height: 48px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 0;
  background: transparent url('../images/icon-down-arrow.png') center center no-repeat;
  pointer-events: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits {
  z-index: 0;
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-loadPrevious {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list {
  margin: 0 -5px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list {
    margin: 0 !important;
    width: 100%;
  }
}
html.ipad.landscape body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list {
  margin: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list {
    margin: 0 !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list {
    margin: 0 !important;
    width: 100%;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item {
  width: calc((100% - 20px) / 2);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 50px;
  clear: inherit;
  padding: 0;
  float: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: calc((100% - 30px) / 3);
    float: left;
  }
}
@media (max-width: 360px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item {
    width: 100%;
    height: inherit !important;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item {
    height: inherit !important;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product-img img {
  width: 100%;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:before {
  content: none !important;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder {
  float: right;
  width: 20px;
  height: 20px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder {
  display: block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist .add-to-folder img.projects-folder-rollover {
  display: none;
  margin-top: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.actions-btn.action.towishlist:hover img.projects-folder-rollover {
  display: block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.add-to-project-folder-btn {
  width: 20px;
  height: 20px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .add-to-wishlist a.add-to-project-folder-btn img.projects-folder-rollover {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img button.cta {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img button.cta {
    color: #ffffff;
    background-color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    width: 96%;
    padding: 13px 0;
    margin: 0 auto;
    display: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .cta {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .cta {
    position: absolute;
    bottom: 11px;
    top: inherit;
    width: 100%;
    height: inherit;
    padding: 0 10px;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .cta a {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  font-size: 0;
  border: 0;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .cta a {
    width: 100%;
    height: inherit;
    display: none;
    margin: 0 auto;
    padding: 13px 0;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-img .cta a:hover {
  text-decoration: underline;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data {
  font-size: 10px;
  padding-top: 10px;
  padding-left: 1vw;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-align: left;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .price-box > div .price-label strong,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .price-box > div .price-label span {
  display: inline;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data {
    padding-left: 0;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data span,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data p {
  display: block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-desc {
  margin: 0 0 20px;
  padding-right: 0;
  line-height: 1.8;
  color: #000000;
  font-weight: 300;
  height: 36px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-desc {
    padding-right: 50px;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-desc mark {
  background: transparent;
  padding: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-name {
  margin-bottom: 10px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-name strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing {
  margin: 5px 0 0 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-box,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-box {
  color: #000000;
  padding: 0;
  margin: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-box span,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-box span {
  display: inline-block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-box span > span,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-box span > span {
  display: inline-block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-label,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-label,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-box,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-box {
  font-weight: 300;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-label,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-label,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing strong,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing strong,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-box,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-box {
  display: inline-block;
  color: #000000;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-label,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-label {
  font-size: 10px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-label:after,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-label:after {
  content: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-container,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-container {
  display: inline-block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price-container span,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price-container span {
  display: inline-block !important;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .product-data-pricing .price,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .from-pricing .price {
  font-size: 10px;
  font-weight: 300;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .regular-price {
  margin-bottom: 5px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .tech-docs {
  text-align: left;
  margin-top: 15px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product .product-data .tech-docs span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img .add-to-wishlist {
    display: block;
  }
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img .add-to-wishlist .add-to-folder img.projects-folder {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img .add-to-wishlist .add-to-folder img.projects-folder-rollover {
  display: block;
  margin-top: 1px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img .add-to-wishlist a.add-to-project-folder-btn:hover img.projects-folder {
  display: none;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img .add-to-wishlist a.add-to-project-folder-btn:hover img.projects-folder-rollover {
  margin-top: 1px;
  display: block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .product:hover .product-img:hover .cta a {
  display: block;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item.plp-last-page {
  display: none !important;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list button,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list strong,
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list span.product-data-style {
  text-transform: uppercase;
  font-size: 10px;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits .ais-InfiniteHits-list span.product-data-style {
  font-weight: 300;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits-loadMore.action.primary {
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5em;
  color: #ffffff;
  padding: 13px 20px;
  visibility: hidden;
  opacity: 0;
}
body.catalogsearch-result-index #algolia-right-container .ais-InfiniteHits-loadMore.action.primary:hover {
  text-decoration: underline;
}
body.catalogsearch-result-index #instant-search-results-container .floating-icon {
  z-index: 0;
}
body.body-no-results {
  padding: 0 !important;
}
body.body-no-results .column.main div.no-results-page-wrapper {
  opacity: 0;
}
body.body-no-results div#instant-empty-results-container > div.columns .no-results-page-wrapper {
  width: 100%;
}
body.body-no-results div#instant-empty-results-container > div.columns section.products-feed-block {
  width: 100%;
}
body.catalogsearch-result-index.body-no-results .algolia-instant-results-wrapper #algolia_instant_selector #algolia-left-container {
  display: none !important;
}
body.catalogsearch-result-index.body-no-results .algolia-instant-results-wrapper #algolia_instant_selector #algolia-right-container {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
body.catalogsearch-result-index.body-no-results .algolia-instant-results-wrapper #algolia_instant_selector #algolia-right-container .columns {
  padding: 0;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper i {
  font-style: normal;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .page-title-wrapper {
  background: transparent;
  padding: 100px 20px 30px 20px;
  margin: 0 -15px !important;
}
@media (max-width: 768px) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .page-title-wrapper {
    padding: 30px 20px 30px 20px;
  }
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .page-title-wrapper h1.page-title {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 36px;
  color: #000000;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper p.body-text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #000000;
  padding: 0;
  margin: 0;
  text-align: center;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result {
  margin: 40px auto;
  position: relative;
  width: 280px;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  border: 1px solid #999999;
  width: 280px;
  height: 50px;
  padding-left: 40px;
  padding-right: 0;
  font-style: normal;
  box-shadow: none !important;
  border-radius: 4px;
  background: url(../images/icons/search.svg) 9px center no-repeat;
  background-size: 20px;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result input::-webkit-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result input::-moz-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result input::-ms-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result input::placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper form.search-no-result span.submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .contact-block {
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .contact-block div {
  width: 50%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
  text-transform: uppercase;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .contact-block div a {
  text-decoration: underline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  color: #000000;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
  margin-top: 100px;
  padding: 0 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
    padding: 0;
  }
}
html.ipad.landscape body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block {
    margin-top: 75px;
  }
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block h1 {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 36px;
  color: #000000;
  padding: 0;
  margin: 0 0 50px 0;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
html.ipad.landscape body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
html.ipad.portrait body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
  margin: 0 5px 40px 5px;
  width: calc(50% - 10px);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
    margin: 0 5px;
    width: auto;
  }
}
html.ipad.landscape body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
  margin: 0 5px;
  width: auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
    margin: 0 5px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
    margin: 0 5px;
    width: auto;
  }
}
html.ipad.portrait body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li {
  margin: 0 5px 40px 5px;
  width: calc(50% - 10px);
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a {
  display: block;
  position: relative;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a img {
  width: 100%;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  padding: 0;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn:hover span,
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
html.ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 11px !important;
  color: #000000 !important;
  text-transform: uppercase;
  display: block !important;
  padding: 0;
  background: transparent !important;
  position: inherit !important;
  background: none !important;
  margin-top: 20px;
}
html.ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn:hover span,
html.ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
    background-size: 100% 1px;
  }
}
html.ipad.portrait body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
  background-size: 100% 1px;
}
html.legacy-ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
  background-size: 100% 1px;
}
html.ipad body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a .btn span {
  background-size: 100% 1px;
}
body.plp-e2e.catalogsearch-result-index.no-results main#maincontent.page-main .algolia-instant-results-wrapper #instant-empty-results-container div.no-results-page-wrapper .marketing-block ul li a:hover .btn {
  display: block !important;
}
.cms-explore-flyte-in-matte-black {
  background-color: #eaeaea !important;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default {
  /* Landscape */
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: unset !important;
  text-transform: none;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection {
  margin: 100px auto;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection * {
  color: #000000;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection h1.f-hairline {
  text-transform: none;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  margin: 0;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:hover span,
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:hover {
  text-decoration: none;
}
.cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection .image-text-centered-container .image-body-container .image-body .cta-block .cta.black span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.description-block .beauty-paragraph .f-hairline {
    margin-top: 0 !important;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.full-width-beauty .image-body .f-hairline:not(.big) {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 50px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body small {
    margin-top: 50px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .f-hairline.big {
    font-size: 32px;
    margin-top: 30px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 100px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:first-of-type {
    margin-bottom: 5px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:last-of-type {
    margin-top: 5px;
  }
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.description-block .beauty-paragraph .f-hairline {
  margin-top: 0 !important;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.full-width-beauty .image-body .f-hairline:not(.big) {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 50px;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body small {
  margin-top: 50px;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .f-hairline.big {
  font-size: 32px;
  margin-top: 30px;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:first-of-type {
  margin-bottom: 5px;
}
html.ipad.portrait .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:last-of-type {
  margin-top: 5px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.description-block .beauty-paragraph .f-hairline {
  margin-top: 0 !important;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.full-width-beauty .image-body .f-hairline:not(.big) {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 50px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body small {
  margin-top: 50px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .f-hairline.big {
  font-size: 32px;
  margin-top: 30px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:first-of-type {
  margin-bottom: 5px;
}
html.legacy-ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:last-of-type {
  margin-top: 5px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.description-block .beauty-paragraph .f-hairline {
  margin-top: 0 !important;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.full-width-beauty .image-body .f-hairline:not(.big) {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 50px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-hardware .flex-block.inside-container > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body small {
  margin-top: 50px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .f-hairline.big {
  font-size: 32px;
  margin-top: 30px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 100px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:first-of-type {
  margin-bottom: 5px;
}
html.ipad .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-text-centered-container .image-body-container .image-body .cta-block .cta.black:last-of-type {
  margin-top: 5px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 1;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    max-width: none;
    padding-right: 50px;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body {
    max-width: 40vw;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline:not(.big) {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-body {
    max-width: 65vw;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 20px;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:first-of-type {
    margin-right: 5px;
  }
  html:not(.ipad) .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:last-of-type {
    margin-left: 5px;
  }
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
  max-width: none;
  padding-right: 50px;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body {
  max-width: 40vw;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline:not(.big) {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-body {
  max-width: 65vw;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block {
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 20px;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:first-of-type {
  margin-right: 5px;
}
html.ipad.landscape .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:last-of-type {
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    max-width: none;
    padding-right: 50px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body {
    max-width: 40vw;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline:not(.big) {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-body {
    max-width: 65vw;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 20px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:first-of-type {
    margin-right: 5px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:last-of-type {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .flyte-collection p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .content-middle.beauty-paragraph p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    max-width: none;
    padding-right: 50px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body {
    max-width: 40vw;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row .full-width-beauty .image-body .f-hairline:not(.big) {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.3;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .image-body {
    max-width: 65vw;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 20px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:first-of-type {
    margin-right: 5px;
  }
  .cms-explore-flyte-in-matte-black .e2e-page-container.layout-e2e-default .row.flyte-collection .full-width-beauty .cta-block .cta.black:last-of-type {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  html.cms-explore-riverun,
  body.cms-explore-riverun {
    overflow-x: hidden;
  }
}
html.ipad.portrait html.cms-explore-riverun,
html.ipad.portrait body.cms-explore-riverun {
  overflow-x: hidden;
}
html.legacy-ipad html.cms-explore-riverun,
html.legacy-ipad body.cms-explore-riverun {
  overflow-x: hidden;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    margin-top: 0;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
    margin-top: 0;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 20px !important;
  margin-bottom: 30px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #333333;
  text-transform: inherit;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-bottom: 45px;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-bottom: 45px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-bottom: 45px;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-bottom: 45px;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3em;
    color: #ffffff;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3em;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3em;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3em;
    color: #ffffff;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a:hover {
  background-color: #000000;
  color: #ffffff;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a:hover span,
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block {
    margin-top: 100px;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block {
  margin-top: 100px;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6 {
    display: block;
    width: 100%;
    float: none;
    padding-left: 50px;
    padding-right: 50px;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6 {
  display: block;
  width: 100%;
  float: none;
  padding-left: 50px;
  padding-right: 50px;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6 {
  display: block;
  width: 100%;
  float: none;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6:first-of-type .text-container {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6:first-of-type .text-container {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .col-lg-6:first-of-type .text-container {
  display: none;
}
@media (min-width: 1920px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle {
    padding: 0 280px !important;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 0.9em;
  color: #333333;
  text-transform: inherit;
  margin-top: 40px !important;
  margin-bottom: 50px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 {
    margin-top: 0 !important;
    margin-bottom: 20px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 54px;
    font-weight: 100;
    line-height: 0.9em;
    color: #333333;
    text-align: left;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 {
  margin-top: 0 !important;
  margin-bottom: 20px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 54px;
  font-weight: 100;
  line-height: 0.9em;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 {
    margin-top: 0 !important;
    margin-bottom: 20px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 54px;
    font-weight: 100;
    line-height: 0.9em;
    color: #333333;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 {
    margin-top: 0 !important;
    margin-bottom: 20px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 54px;
    font-weight: 100;
    line-height: 0.9em;
    color: #333333;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 br {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 br {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle h1 br {
  display: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    text-align: left;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.3em;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle p {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    text-align: left;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a {
  margin-top: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /* Landscape */
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a:hover {
  background-color: #ffffff;
  color: #333333;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  text-decoration: underline;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a:hover span,
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a {
    margin-left: inherit;
    margin-right: inherit;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a {
  margin-left: inherit;
  margin-right: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a {
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.allamericanease-block .flex-block .text-container.content-middle a:hover {
  text-decoration: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes {
  margin-top: 100px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes {
    margin-top: 200px;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes {
  margin-top: 200px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes {
    margin-top: 200px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.9em;
  color: #333333;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 30px;
  text-align: center;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.3em;
  color: #333333;
  text-transform: inherit;
  max-width: 760px;
  margin: 0 auto 50px auto !important;
  text-align: center;
  /* Landscape */
}
@media (max-width: 480px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
    max-width: 800px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
  max-width: 800px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 46px;
  font-weight: 100;
  line-height: 1.3em;
  color: #333333;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
    max-width: 800px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper h1 {
    max-width: 800px;
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper img {
  display: block;
  margin: 0 auto;
  position: static;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 0.9em;
  color: #333333;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 150px;
  text-align: left;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 0.9em;
    color: #333333;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.9em;
  color: #333333;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 0.9em;
    color: #333333;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 0.9em;
    color: #333333;
  }
}
@media (max-width: 480px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text {
    max-width: 100px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main {
    max-width: 216px;
    margin: 0;
    text-align: left;
    position: absolute;
    right: 15rem;
    bottom: 8rem;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main {
  max-width: 216px;
  margin: 0;
  text-align: left;
  position: absolute;
  right: 15rem;
  bottom: 8rem;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main {
    max-width: 216px;
    margin: 0;
    text-align: left;
    position: absolute;
    right: 15rem;
    bottom: 8rem;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main {
    max-width: 216px;
    margin: 0;
    text-align: left;
    position: absolute;
    right: 15rem;
    bottom: 8rem;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.1em;
  color: #333333;
  text-transform: inherit;
  margin-top: 0 !important;
  margin-bottom: 25px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p {
    text-align: left;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p {
    text-align: left;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p:last-of-type {
  margin-bottom: 0;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1em;
  color: #333333;
  margin-top: 0 !important;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small {
    text-align: left;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small {
    text-align: left;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333 !important;
  font-weight: 400;
  text-decoration: underline;
  margin: 5px auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small a {
    margin: 10px 0 0 0;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small a {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small a {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper .overlapping-image-text-main p.small a {
    margin: 10px 0 0 0;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:first-of-type .overlapping-image-text.overlapping-image1 {
  left: 17.5rem;
  top: 14.7rem;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:first-of-type .overlapping-image-text.overlapping-image2 {
  top: 27.8rem;
  left: 3.5rem;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:first-of-type .overlapping-image-text.overlapping-image3 {
  top: 38.7rem;
  left: 5rem;
}
@media (max-width: 480px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:first-of-type .overlapping-image-text {
    text-align: right;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text.overlapping-image4 {
  top: 122px;
  left: 303px;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text.overlapping-image5 {
  top: 382px;
  left: 442px;
}
@media (max-width: 480px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text.overlapping-image5 {
    max-width: 70px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main {
    left: 8rem;
    bottom: -1rem;
  }
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p {
    max-width: 180px;
  }
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p.small {
    max-width: inherit;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main {
  left: 8rem;
  bottom: -1rem;
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p {
  max-width: 180px;
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p.small {
  max-width: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main {
    left: 8rem;
    bottom: -1rem;
  }
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p {
    max-width: 180px;
  }
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p.small {
    max-width: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main {
    left: 8rem;
    bottom: -1rem;
  }
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p {
    max-width: 180px;
  }
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.design-notes div.design-notes-wrapper .design-notes-image-wrapper:last-of-type .overlapping-image-text-main p.small {
    max-width: inherit;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit-block .text-container {
  color: #333333;
  padding: 10px 50px 30px;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit-block .text-container {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit-block .text-container {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit-block .text-container {
  display: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit-block .text-container a {
  color: #333333;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper {
  padding: 50px 25px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item {
  width: 100%;
  padding: 0 25px 50px 25px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item {
    width: 33%;
    padding: 0 25px;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item {
  width: 33%;
  padding: 0 25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item {
    width: 33%;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item {
    width: 33%;
    padding: 0 25px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container {
  color: #333333;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container {
  display: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container a {
  color: #333333;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit1-block .credit-3block-inline-wrapper .credit-3block-inline-item .text-container span {
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block {
  margin-top: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block {
    margin-top: 200px;
    padding: 0 180px;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block {
  margin-top: 200px;
  padding: 0 180px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block {
    margin-top: 200px;
    padding: 0 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block {
    margin-top: 200px;
    padding: 0 180px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.9em;
  color: #333333;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 30px;
  text-align: center;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.3em;
  color: #333333;
  text-transform: inherit;
  max-width: 910px;
  text-align: center;
  padding: 0 50px;
  margin: 0 auto 100px auto !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    padding: 0;
    margin: 0 auto 200px auto !important;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 46px;
  font-weight: 100;
  line-height: 1.3em;
  color: #333333;
  padding: 0;
  margin: 0 auto 200px auto !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    padding: 0;
    margin: 0 auto 200px auto !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block h1 {
    font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
    font-size: 46px;
    font-weight: 100;
    line-height: 1.3em;
    color: #333333;
    padding: 0;
    margin: 0 auto 200px auto !important;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container {
  color: #333333;
  padding: 10px 20px 0;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container {
  display: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container a {
  color: #333333;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .text-container span {
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container {
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container {
    margin-top: 100px;
  }
}
html.ipad.landscape .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container {
  margin-top: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container {
    margin-top: 100px;
  }
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container:nth-child(even) .text-container {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container:nth-child(even) .text-container {
    display: none;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container:nth-child(even) .text-container {
  display: none;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.credit2-block .credit-container:nth-child(even) .text-container {
  display: none;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.row-products h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.9em;
  color: #333333;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 20px;
  text-align: center;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.row-products h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 0.9em;
  color: #333333;
  text-transform: inherit;
  max-width: 800px;
  margin: 0 auto 50px auto !important;
  text-align: center;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
html.ipad.portrait .cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block {
  margin-bottom: 20px;
  margin-top: 40px;
}
html.legacy-ipad .cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block {
  margin-bottom: 20px;
  margin-top: 40px;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons {
  margin-top: 0;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  display: inline-block;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a:hover {
  background-color: #ffffff;
  color: #333333;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  text-decoration: underline;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a:hover span,
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-explore-riverun .e2e-page-container.layout-e2e-default div.footer-cta-block .multiple-inline-buttons a:hover {
  text-decoration: none;
}
.patents-page .main.content {
  margin: 0 auto !important;
  max-width: 1200px !important;
  padding: 0 20px;
}
.patents-page .main.content h1,
.patents-page .main.content h2,
.patents-page .main.content th,
.patents-page .main.content td {
  color: #333333;
}
.patents-page .main.content > div {
  padding: 0;
}
.patents-page .main.content > div table {
  margin: 50px auto 0 auto;
  width: 65%;
}
.patents-page .main.content > div table tr {
  border-bottom: 1px solid #000000;
}
.patents-page .main.content > div table td:last-of-type {
  text-align: center;
}
.patents-page .main.content > div table th {
  text-align: center;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default {
  /* Landscape */
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .no-lateral-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .top-margin {
  margin-top: 200px !important;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  max-width: unset !important;
  text-transform: none;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 1.5;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
  color: #000000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0 !important;
  max-width: unset !important;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .products-row .product .product-img .cta a {
  height: auto;
  line-height: 60px;
  padding: 0;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .products-row .product .product-data p {
  color: #000000;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  letter-spacing: -1px;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
  color: #000000;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link:hover span,
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link:hover {
  text-decoration: none;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block.display-column {
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
  color: #000000;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .images-list img {
  width: 100%;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
  text-align: left;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections {
  margin-bottom: 200px;
}
.cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-text-centered-container .image-body-container .image-body h2 {
  text-transform: none;
}
@media (max-width: 1210px) {
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block {
    display: block !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    position: inherit !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: 0 !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
    padding: 0 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .top-margin-mobile {
    margin-top: 100px !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
    text-align: center;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
    text-align: center;
    margin-top: 30px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container {
    padding: 0;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
    margin-top: 30px;
    font-weight: 200 !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link {
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
    margin: 0 auto;
    float: none;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 34px;
    font-weight: 100;
    line-height: 1;
    color: #000000;
    letter-spacing: -1px;
    margin-top: 0;
    text-align: center;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 90vw;
    text-align: center;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.3;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 50px;
    text-transform: uppercase;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block {
    display: -ms-flexbox !important;
    display: flex !important;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container.content-middle {
    padding: 0;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
    position: relative;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body h2 {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 34px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body p {
    color: #000000 !important;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover span,
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
    text-decoration: none;
  }
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block {
  display: block !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  position: inherit !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: 0 !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
  padding: 0 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 100px !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
  text-align: center;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  margin-top: 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
  text-align: center;
  margin-top: 30px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container {
  padding: 0;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
  margin-top: 30px;
  font-weight: 200 !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link {
  margin-top: 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
  margin: 0 auto;
  float: none;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  letter-spacing: -1px;
  margin-top: 0;
  text-align: center;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 90vw;
  text-align: center;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.3;
  color: #000000;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  padding-top: 50px;
  text-transform: uppercase;
  color: #000000;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container.content-middle {
  padding: 0;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
  position: relative;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body h2 {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body p {
  color: #000000 !important;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover span,
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  text-decoration: none;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block {
  display: block !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  position: inherit !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: 0 !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
  padding: 0 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .top-margin-mobile {
  margin-top: 100px !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
  text-align: center;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  margin-top: 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
  text-align: center;
  margin-top: 30px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container {
  padding: 0;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
  margin-top: 30px;
  font-weight: 200 !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .button.page-link {
  margin-top: 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
  margin: 0 auto;
  float: none;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  letter-spacing: -1px;
  margin-top: 0;
  text-align: center;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 90vw;
  text-align: center;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.3;
  color: #000000;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  padding-top: 50px;
  text-transform: uppercase;
  color: #000000;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container.content-middle {
  padding: 0;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
  position: relative;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body h2 {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body p {
  color: #000000 !important;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 50px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover span,
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.legacy-ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container .image-body .button.cta:hover {
  text-decoration: none;
}
html.ipad .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .image-text-centered-container .image-body-container {
  max-width: 550px;
  margin: 0 auto;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
  padding: 0 6vw !important;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle .text-black h2 {
  font-size: 4.9vw;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle .text-black p {
  font-size: 1.8vw;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle .text-black a.button {
  width: 22vw;
  height: 5vw;
  line-height: 5vw;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
  max-width: unset !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  padding: 0 50px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
  width: 50%;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
  font-size: 3vw;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p.f-hairline {
  height: auto !important;
}
@media (min-width: 1350px) {
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
    padding: 0 200px !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 800px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    background: -webkit-linear-gradient(357deg, #6dcadb, #6dcadb, #6dcadb, #fdda96, #bd372e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 76px;
    font-weight: 200;
    line-height: 1.5;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0 !important;
    max-width: unset !important;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link {
    margin-top: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover span,
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    text-decoration: none;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
    padding: 0 100px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -1px;
    max-width: 500px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin: 50px 0;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container .text-black h2 {
    max-width: 400px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
    margin: 200px auto;
    max-width: 600px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    letter-spacing: -1px;
    max-width: 250px;
    margin: 0 auto;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 50px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    max-width: 600px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(1) {
    margin-right: 50px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) {
    margin-left: 50px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) .f-hairline {
    height: 276px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    color: #000000;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 50px;
    text-transform: uppercase;
    color: #000000;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row h2 {
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover span,
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    text-decoration: none;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
    bottom: 0;
    height: auto;
    top: auto;
    padding-bottom: 100px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container p {
    color: #ffffff;
    max-width: 450px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(1) {
    margin-right: 80px;
  }
  html:not(.ipad) .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(2) {
    margin-left: 80px;
  }
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
  max-width: 800px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
  background: -webkit-linear-gradient(357deg, #6dcadb, #6dcadb, #6dcadb, #fdda96, #bd372e 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 76px;
  font-weight: 200;
  line-height: 1.5;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0 !important;
  max-width: unset !important;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link {
  margin-top: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover span,
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
  text-decoration: none;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
  padding: 0 100px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -1px;
  max-width: 500px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
  margin: 50px 0;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container .text-black h2 {
  max-width: 400px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
  margin: 200px auto;
  max-width: 600px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  letter-spacing: -1px;
  max-width: 250px;
  margin: 0 auto;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
  margin-top: 50px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  max-width: 600px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(1) {
  margin-right: 50px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) {
  margin-left: 50px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) .f-hairline {
  height: 276px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.3;
  color: #000000;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.5;
  padding-top: 50px;
  text-transform: uppercase;
  color: #000000;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row h2 {
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.5;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
  background-color: #000000;
  color: #ffffff;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover span,
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
  text-decoration: none;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
  bottom: 0;
  height: auto;
  top: auto;
  padding-bottom: 100px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container p {
  color: #ffffff;
  max-width: 450px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(1) {
  margin-right: 80px;
}
html.ipad.landscape .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(2) {
  margin-left: 80px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 800px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    background: -webkit-linear-gradient(357deg, #6dcadb, #6dcadb, #6dcadb, #fdda96, #bd372e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 76px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0 !important;
    max-width: unset !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link {
    margin-top: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover span,
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    text-decoration: none;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
    padding: 0 100px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -1px;
    max-width: 500px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin: 50px 0;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container .text-black h2 {
    max-width: 400px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
    margin: 200px auto;
    max-width: 600px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    letter-spacing: -1px;
    max-width: 250px;
    margin: 0 auto;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    max-width: 600px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(1) {
    margin-right: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) {
    margin-left: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) .f-hairline {
    height: 276px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 50px;
    text-transform: uppercase;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row h2 {
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover span,
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    text-decoration: none;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
    bottom: 0;
    height: auto;
    top: auto;
    padding-bottom: 100px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container p {
    color: #ffffff;
    max-width: 450px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(1) {
    margin-right: 80px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(2) {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 800px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body h2 {
    background: -webkit-linear-gradient(357deg, #6dcadb, #6dcadb, #6dcadb, #fdda96, #bd372e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 76px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0 !important;
    max-width: unset !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link {
    margin-top: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover span,
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .hero-block .image-text-centered-container .image-body-container .image-body .cta.page-link:hover {
    text-decoration: none;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container.content-middle {
    padding: 0 100px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -1px;
    max-width: 500px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .flex-block .text-container .text-black p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin: 50px 0;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.colorful-touch .flex-block .text-container .text-black h2 {
    max-width: 400px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info {
    margin: 200px auto;
    max-width: 600px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    letter-spacing: -1px;
    max-width: 250px;
    margin: 0 auto;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .center-info p {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    max-width: 600px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(1) {
    margin-right: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) {
    margin-left: 50px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column:nth-of-type(2) .f-hairline {
    height: 276px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column p {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1.3;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.hues-that-pop .testimonials .column small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 50px;
    text-transform: uppercase;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row h2 {
    color: #ffffff;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.5;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover span,
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row .button.cta:hover {
    text-decoration: none;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container {
    bottom: 0;
    height: auto;
    top: auto;
    padding-bottom: 100px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column .image-body-container p {
    color: #ffffff;
    max-width: 450px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(1) {
    margin-right: 80px;
  }
  .cms-explore-highgate-ash-nyc .e2e-page-container.layout-e2e-default .row.collections .flex-block .column:nth-of-type(2) {
    margin-left: 80px;
  }
}
.explore-the-ludlow-collection {
  /* Landscape */
}
.explore-the-ludlow-collection .white {
  color: #ffffff;
}
.explore-the-ludlow-collection .black {
  color: #000000;
}
.explore-the-ludlow-collection .light-black {
  color: #333333;
}
.explore-the-ludlow-collection .not-visible {
  visibility: hidden;
}
.explore-the-ludlow-collection .text-centered {
  text-align: center;
}
.explore-the-ludlow-collection .text-left {
  text-align: left;
}
.explore-the-ludlow-collection .button.cta.black.faded {
  background-color: #333333 !important;
}
.explore-the-ludlow-collection .page-menu {
  background-color: #333333;
  padding: 20px 0 !important;
}
.explore-the-ludlow-collection .f-gotham {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.explore-the-ludlow-collection .title {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1em;
}
.explore-the-ludlow-collection .title-desc {
  font-family: "Chronicle Display A", "Chronicle Display B", serif !important;
  font-size: 24px !important;
  font-weight: 200 !important;
  line-height: 1.5em !important;
}
.explore-the-ludlow-collection .big-section-title {
  margin-top: 0 !important;
  margin-bottom: 50px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-weight: 100;
  line-height: 0.9em;
  text-align: left;
}
.explore-the-ludlow-collection .big-beauty-text {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  line-height: 1.5em;
  margin: 0 auto;
}
.explore-the-ludlow-collection .cta-buttons.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.explore-the-ludlow-collection .cta-buttons.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.explore-the-ludlow-collection .cta-buttons.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.explore-the-ludlow-collection .cta-buttons.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.explore-the-ludlow-collection .cta-buttons.black:hover span,
.explore-the-ludlow-collection .cta-buttons.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.explore-the-ludlow-collection .cta-buttons.black:hover {
  text-decoration: none;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black:hover span,
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.explore-the-ludlow-collection .ctas-block.cms .button.cta.black:hover {
  text-decoration: none;
}
.explore-the-ludlow-collection .design-notes .flex-block.title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.explore-the-ludlow-collection .design-notes .flex-block.notes {
  width: 100%;
}
.explore-the-ludlow-collection .design-notes .flex-block.notes .note-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 5vw;
  padding-top: 1vw;
  text-align: center;
}
.explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title,
.explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  margin-bottom: 30px;
}
.explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 11px;
  text-transform: uppercase;
}
.explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta .availability {
  font-weight: 200;
}
.explore-the-ludlow-collection .e2e-page-container.layout-e2e-default p.section-text {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
}
@media (max-width: 768px) {
  .explore-the-ludlow-collection .mobile-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-top {
    margin-top: 100px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-bottom {
    margin-bottom: 100px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-bottom-75 {
    margin-bottom: 75px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-top-30 {
    margin-top: 30px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-top-50 {
    margin-top: 50px !important;
  }
  .explore-the-ludlow-collection .mobile-margin-top-75 {
    margin-top: 75px !important;
  }
  .explore-the-ludlow-collection .mobile-horizontal-padding-75 {
    padding: 0 75px;
  }
  .explore-the-ludlow-collection .mobile-horizontal-padding-50 {
    padding: 0 50px;
  }
  .explore-the-ludlow-collection .mobile-horizontal-padding-25 {
    padding: 0 25px;
  }
  .explore-the-ludlow-collection .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .explore-the-ludlow-collection .small-title {
    font-size: 12px;
    font-weight: 200;
    line-height: 0.9;
  }
  .explore-the-ludlow-collection .content-middle .text-black .big-section-title {
    font-size: 45px;
  }
  .explore-the-ludlow-collection .content-middle .text-black * {
    margin: 0 auto;
    text-align: center;
  }
  .explore-the-ludlow-collection .hero-block .image-body,
  .explore-the-ludlow-collection .hero-block .image-body * {
    color: #333333 !important;
    text-align: center !important;
  }
  .explore-the-ludlow-collection .hero-block .image-body p,
  .explore-the-ludlow-collection .hero-block .image-body * p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .explore-the-ludlow-collection .hero-block .image-body .title {
    font-size: 55px;
  }
  .explore-the-ludlow-collection .hero-block .image-body .title-desc {
    font-size: 18px !important;
  }
  .explore-the-ludlow-collection .big-section-title {
    font-size: 34px;
  }
  .explore-the-ludlow-collection .big-beauty-text {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
  }
  .explore-the-ludlow-collection .big-beauty-text.mid-size {
    font-size: 34px;
    text-align: center;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
    font-size: 32px;
    font-weight: 100;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
    font-size: 18px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
    text-decoration: underline;
  }
  .explore-the-ludlow-collection .cms.ctas-block .flex-block .cta {
    background-color: #333 !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .explore-the-ludlow-collection .mobile-invert-positions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .explore-the-ludlow-collection .mobile-invert-positions > div:first-of-type {
    -ms-flex-order: 2;
        order: 2;
  }
  .explore-the-ludlow-collection .mobile-invert-positions > div:last-of-type {
    -ms-flex-order: 1;
        order: 1;
  }
  .explore-the-ludlow-collection .half-border {
    border-top: 1px solid #333333;
    width: 250px;
    margin: 60px auto;
  }
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-padding-bottom-50 {
  padding-bottom: 50px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-top {
  margin-top: 100px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-bottom {
  margin-bottom: 100px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-bottom-50 {
  margin-bottom: 50px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-bottom-75 {
  margin-bottom: 75px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-bottom-30 {
  margin-bottom: 30px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-top-30 {
  margin-top: 30px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-top-50 {
  margin-top: 50px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-margin-top-75 {
  margin-top: 75px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-horizontal-padding-75 {
  padding: 0 75px;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-horizontal-padding-50 {
  padding: 0 50px;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-horizontal-padding-25 {
  padding: 0 25px;
}
html.ipad.portrait .explore-the-ludlow-collection .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .explore-the-ludlow-collection .small-title {
  font-size: 12px;
  font-weight: 200;
  line-height: 0.9;
}
html.ipad.portrait .explore-the-ludlow-collection .content-middle .text-black .big-section-title {
  font-size: 45px;
}
html.ipad.portrait .explore-the-ludlow-collection .content-middle .text-black * {
  margin: 0 auto;
  text-align: center;
}
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body,
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body * {
  color: #333333 !important;
  text-align: center !important;
}
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body p,
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body * p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body .title {
  font-size: 55px;
}
html.ipad.portrait .explore-the-ludlow-collection .hero-block .image-body .title-desc {
  font-size: 18px !important;
}
html.ipad.portrait .explore-the-ludlow-collection .big-section-title {
  font-size: 34px;
}
html.ipad.portrait .explore-the-ludlow-collection .big-beauty-text {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
html.ipad.portrait .explore-the-ludlow-collection .big-beauty-text.mid-size {
  font-size: 34px;
  text-align: center;
}
html.ipad.portrait .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
  font-size: 32px;
  font-weight: 100;
}
html.ipad.portrait .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
  font-size: 18px;
}
html.ipad.portrait .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
  text-decoration: underline;
}
html.ipad.portrait .explore-the-ludlow-collection .cms.ctas-block .flex-block .cta {
  background-color: #333 !important;
  margin: 0;
  margin-bottom: 20px;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-invert-positions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .explore-the-ludlow-collection .mobile-invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .explore-the-ludlow-collection .half-border {
  border-top: 1px solid #333333;
  width: 250px;
  margin: 60px auto;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-padding-bottom-50 {
  padding-bottom: 50px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-top {
  margin-top: 100px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-bottom {
  margin-bottom: 100px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-bottom-50 {
  margin-bottom: 50px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-bottom-75 {
  margin-bottom: 75px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-bottom-30 {
  margin-bottom: 30px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-top-30 {
  margin-top: 30px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-top-50 {
  margin-top: 50px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-margin-top-75 {
  margin-top: 75px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-horizontal-padding-75 {
  padding: 0 75px;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-horizontal-padding-50 {
  padding: 0 50px;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-horizontal-padding-25 {
  padding: 0 25px;
}
html.legacy-ipad .explore-the-ludlow-collection .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .explore-the-ludlow-collection .small-title {
  font-size: 12px;
  font-weight: 200;
  line-height: 0.9;
}
html.legacy-ipad .explore-the-ludlow-collection .content-middle .text-black .big-section-title {
  font-size: 45px;
}
html.legacy-ipad .explore-the-ludlow-collection .content-middle .text-black * {
  margin: 0 auto;
  text-align: center;
}
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body,
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body * {
  color: #333333 !important;
  text-align: center !important;
}
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body p,
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body * p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body .title {
  font-size: 55px;
}
html.legacy-ipad .explore-the-ludlow-collection .hero-block .image-body .title-desc {
  font-size: 18px !important;
}
html.legacy-ipad .explore-the-ludlow-collection .big-section-title {
  font-size: 34px;
}
html.legacy-ipad .explore-the-ludlow-collection .big-beauty-text {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
html.legacy-ipad .explore-the-ludlow-collection .big-beauty-text.mid-size {
  font-size: 34px;
  text-align: center;
}
html.legacy-ipad .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
  font-size: 32px;
  font-weight: 100;
}
html.legacy-ipad .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
  font-size: 18px;
}
html.legacy-ipad .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
  text-decoration: underline;
}
html.legacy-ipad .explore-the-ludlow-collection .cms.ctas-block .flex-block .cta {
  background-color: #333 !important;
  margin: 0;
  margin-bottom: 20px;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-invert-positions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-invert-positions > div:first-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .explore-the-ludlow-collection .mobile-invert-positions > div:last-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .explore-the-ludlow-collection .half-border {
  border-top: 1px solid #333333;
  width: 250px;
  margin: 60px auto;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body h3,
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body a {
    margin-top: 0;
    margin-bottom: 0;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover span,
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-top {
    margin-top: 100px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-top-50 {
    margin-top: 50px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-top-75 {
    margin-top: 75px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-bottom {
    margin-bottom: 100px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-bottom-25 {
    margin-bottom: 25px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .margin-bottom-50 {
    margin-bottom: 50px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .horizontal-padding-75 {
    padding: 0 75px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .horizontal-padding-50 {
    padding: 0 50px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .horizontal-padding-25 {
    padding: 0 25px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .col-lg-6 {
    float: left !important;
    padding: 0 75px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .image-text-centered-container {
    min-height: 564px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
    font-size: 36px;
    font-weight: 100;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
    font-size: 24px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
    text-decoration: none;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover span,
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover {
    text-decoration: none;
  }
  html:not(.ipad) .explore-the-ludlow-collection .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-section-title {
    font-size: 60px;
  }
  html:not(.ipad) .explore-the-ludlow-collection p.section-text {
    font-size: 24px !important;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-beauty-text {
    max-width: 1300px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-beauty-text.stunningly-distinctive {
    max-width: 800px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-beauty-text.all-three-styles {
    max-width: 770px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  html:not(.ipad) .explore-the-ludlow-collection .cta-buttons.black {
    background-color: #333333;
  }
  html:not(.ipad) .explore-the-ludlow-collection .big-beauty-text {
    font-size: 40px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits {
    padding-left: 20px;
  }
  html:not(.ipad) .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits a {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }
  html:not(.ipad) .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    padding-left: 175px !important;
  }
  html:not(.ipad) .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle .section-text {
    line-height: 1.2em;
  }
  html:not(.ipad) .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .ludlow-volta .flex-block .text-container.content-middle {
    padding-left: 100px !important;
    padding-right: 175px !important;
  }
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body h3,
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body a {
  margin-top: 0;
  margin-bottom: 0;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
  background-color: #000000;
  color: #ffffff;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: underline;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover span,
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
  text-decoration: none;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-top {
  margin-top: 100px;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-top-50 {
  margin-top: 50px;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-top-75 {
  margin-top: 75px;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-bottom {
  margin-bottom: 100px;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-bottom-25 {
  margin-bottom: 25px;
}
html.ipad.landscape .explore-the-ludlow-collection .margin-bottom-50 {
  margin-bottom: 50px;
}
html.ipad.landscape .explore-the-ludlow-collection .horizontal-padding-75 {
  padding: 0 75px;
}
html.ipad.landscape .explore-the-ludlow-collection .horizontal-padding-50 {
  padding: 0 50px;
}
html.ipad.landscape .explore-the-ludlow-collection .horizontal-padding-25 {
  padding: 0 25px;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .col-lg-6 {
  float: left !important;
  padding: 0 75px;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .image-text-centered-container {
  min-height: 564px;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
  font-size: 36px;
  font-weight: 100;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
  font-size: 24px;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
  text-decoration: none;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover span,
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover {
  text-decoration: none;
}
html.ipad.landscape .explore-the-ludlow-collection .hero-block .image-text-centered-container .title-desc {
  max-width: 42vw !important;
  margin: 50px auto !important;
}
html.ipad.landscape .explore-the-ludlow-collection .big-section-title {
  font-size: 60px;
}
html.ipad.landscape .explore-the-ludlow-collection p.section-text {
  font-size: 24px !important;
}
html.ipad.landscape .explore-the-ludlow-collection .big-beauty-text {
  max-width: 1300px;
}
html.ipad.landscape .explore-the-ludlow-collection .big-beauty-text.mid-size {
  max-width: 25vw;
}
html.ipad.landscape .explore-the-ludlow-collection .big-beauty-text.stunningly-distinctive {
  max-width: 800px;
}
html.ipad.landscape .explore-the-ludlow-collection .big-beauty-text.all-three-styles {
  max-width: 770px;
}
html.ipad.landscape .explore-the-ludlow-collection .small-title {
  font-size: 12px;
  line-height: 0.9;
}
html.ipad.landscape .explore-the-ludlow-collection .cta-buttons.black {
  background-color: #333333;
}
html.ipad.landscape .explore-the-ludlow-collection .big-beauty-text {
  font-size: 40px;
}
html.ipad.landscape .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits {
  padding-left: 20px;
}
html.ipad.landscape .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits a {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
html.ipad.landscape .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
  padding-left: 175px !important;
}
html.ipad.landscape .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle .section-text {
  line-height: 1.2em;
}
html.ipad.landscape .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .ludlow-volta .flex-block .text-container.content-middle {
  padding-left: 100px !important;
  padding-right: 175px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body h3,
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover span,
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .margin-top {
    margin-top: 100px;
  }
  .explore-the-ludlow-collection .margin-top-50 {
    margin-top: 50px;
  }
  .explore-the-ludlow-collection .margin-top-75 {
    margin-top: 75px;
  }
  .explore-the-ludlow-collection .margin-bottom {
    margin-bottom: 100px;
  }
  .explore-the-ludlow-collection .margin-bottom-25 {
    margin-bottom: 25px;
  }
  .explore-the-ludlow-collection .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .explore-the-ludlow-collection .horizontal-padding-75 {
    padding: 0 75px;
  }
  .explore-the-ludlow-collection .horizontal-padding-50 {
    padding: 0 50px;
  }
  .explore-the-ludlow-collection .horizontal-padding-25 {
    padding: 0 25px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .col-lg-6 {
    float: left !important;
    padding: 0 75px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .image-text-centered-container {
    min-height: 564px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
    font-size: 36px;
    font-weight: 100;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
    font-size: 24px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover span,
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  .explore-the-ludlow-collection .big-section-title {
    font-size: 60px;
  }
  .explore-the-ludlow-collection p.section-text {
    font-size: 24px !important;
  }
  .explore-the-ludlow-collection .big-beauty-text {
    max-width: 1300px;
  }
  .explore-the-ludlow-collection .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  .explore-the-ludlow-collection .big-beauty-text.stunningly-distinctive {
    max-width: 800px;
  }
  .explore-the-ludlow-collection .big-beauty-text.all-three-styles {
    max-width: 770px;
  }
  .explore-the-ludlow-collection .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  .explore-the-ludlow-collection .cta-buttons.black {
    background-color: #333333;
  }
  .explore-the-ludlow-collection .big-beauty-text {
    font-size: 40px;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits {
    padding-left: 20px;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits a {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    padding-left: 175px !important;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle .section-text {
    line-height: 1.2em;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .ludlow-volta .flex-block .text-container.content-middle {
    padding-left: 100px !important;
    padding-right: 175px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body h3,
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: underline;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover span,
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .explore-the-ludlow-collection .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .margin-top {
    margin-top: 100px;
  }
  .explore-the-ludlow-collection .margin-top-50 {
    margin-top: 50px;
  }
  .explore-the-ludlow-collection .margin-top-75 {
    margin-top: 75px;
  }
  .explore-the-ludlow-collection .margin-bottom {
    margin-bottom: 100px;
  }
  .explore-the-ludlow-collection .margin-bottom-25 {
    margin-bottom: 25px;
  }
  .explore-the-ludlow-collection .margin-bottom-50 {
    margin-bottom: 50px;
  }
  .explore-the-ludlow-collection .horizontal-padding-75 {
    padding: 0 75px;
  }
  .explore-the-ludlow-collection .horizontal-padding-50 {
    padding: 0 50px;
  }
  .explore-the-ludlow-collection .horizontal-padding-25 {
    padding: 0 25px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .col-lg-6 {
    float: left !important;
    padding: 0 75px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .image-text-centered-container {
    min-height: 564px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .title {
    font-size: 36px;
    font-weight: 100;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .desc {
    font-size: 24px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover span,
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .explore-the-ludlow-collection .design-notes .flex-block.notes .note-description .cta a:hover {
    text-decoration: none;
  }
  .explore-the-ludlow-collection .hero-block .image-text-centered-container .title-desc {
    max-width: 42vw !important;
    margin: 50px auto !important;
  }
  .explore-the-ludlow-collection .big-section-title {
    font-size: 60px;
  }
  .explore-the-ludlow-collection p.section-text {
    font-size: 24px !important;
  }
  .explore-the-ludlow-collection .big-beauty-text {
    max-width: 1300px;
  }
  .explore-the-ludlow-collection .big-beauty-text.mid-size {
    max-width: 25vw;
  }
  .explore-the-ludlow-collection .big-beauty-text.stunningly-distinctive {
    max-width: 800px;
  }
  .explore-the-ludlow-collection .big-beauty-text.all-three-styles {
    max-width: 770px;
  }
  .explore-the-ludlow-collection .small-title {
    font-size: 12px;
    line-height: 0.9;
  }
  .explore-the-ludlow-collection .cta-buttons.black {
    background-color: #333333;
  }
  .explore-the-ludlow-collection .big-beauty-text {
    font-size: 40px;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits {
    padding-left: 20px;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.author-credits a {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle {
    padding-left: 175px !important;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .flex-block .text-container.content-middle .section-text {
    line-height: 1.2em;
  }
  .explore-the-ludlow-collection .e2e-page-container.layout-e2e-default .ludlow-volta .flex-block .text-container.content-middle {
    padding-left: 100px !important;
    padding-right: 175px !important;
  }
}
.page-new-icons {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .page-new-icons .menu-block > .col-lg-9 {
    float: none;
    margin: 0 auto;
  }
}
html.ipad.landscape .page-new-icons .menu-block > .col-lg-9 {
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-new-icons .menu-block > .col-lg-9 {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-new-icons .menu-block > .col-lg-9 {
    float: none;
    margin: 0 auto;
  }
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row {
  /* Landscape */
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h1,
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h2,
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row span,
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row p {
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .small-title {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 36px;
  color: #000000;
  font-style: italic;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .big-title {
  font-family: 'freight-big-pro', serif;
  font-size: 200px;
  font-weight: 100;
  line-height: 200px;
  color: #000000;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black:hover span,
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .cta-buttons.black:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-200 {
    padding-bottom: 200px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-200 {
    padding-top: 200px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-100 {
    padding-bottom: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-100 {
    padding-top: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-50 {
    padding-bottom: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-50 {
    padding-top: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-50 {
    padding-left: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-50 {
    padding-right: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-bottom-100 {
    margin-bottom: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-top-100 {
    margin-top: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos] {
    transition-timing-function: ease;
    transition-duration: .4s;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos=fade-up] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-container img {
    width: auto;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-body-container {
    position: relative;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 100%;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
    color: #ffffff;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    text-transform: initial;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: freight-big-pro, serif;
    font-size: 300px;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: underline;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 10px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p {
    font-family: freight-display-pro, serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
    max-width: 800px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
    text-decoration: underline;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
    background: none;
    -webkit-transform: none;
            transform: none;
    border: none;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
    border-top: 1px solid #000000;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
    max-width: 630px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:first-of-type {
    margin-right: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:last-of-type {
    margin-left: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container .image-body {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
    text-align: left;
    font-family: freight-display-pro, serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 75px;
    max-width: unset;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
    font-size: 20px;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -75px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
    margin: 200px 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body {
    padding: 200px 0px 200px 0px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body .front-text {
    padding: 200px 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 37px;
    margin-right: 37px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:first-of-type {
    margin-left: 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:last-of-type {
    margin-right: 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
    font-size: 150px;
    color: #000000;
    font-weight: 300;
    line-height: 1em;
    font-family: freight-big-pro, serif;
    margin: 50px auto 150px auto;
    max-width: 1300px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
    font-style: italic;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
    margin-top: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
    border-top: 1px solid #000000;
    margin: 30px auto;
    width: 50px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
    max-width: 1100px;
    margin: 0 auto;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
    font-size: 80px;
    color: #000000;
    font-weight: 100;
    line-height: 1.2em;
    font-family: freight-big-pro, serif;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
    max-width: 68%;
    margin: 0 auto;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
    width: 100%;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
    font-family: freight-display-pro, serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
    height: 100%;
    position: relative;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block {
    position: absolute;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block:last-of-type {
    bottom: 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
    background-color: #ededed;
    padding: 150px 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-weight: 100;
    font-style: italic;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
    margin: 0 auto;
    width: 80vw;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .slide-content {
    padding: 0 50px;
    width: 50%;
    float: left;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide.full-width .slide-content {
    width: 100%;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
    width: 100%;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
    padding-top: 20px;
    text-align: left;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
    display: block;
    background-color: #333;
    border-radius: 27px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 9px;
    background-image: none;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
    right: -75px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
    left: -75px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
    opacity: .25;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto 100px 0;
    text-align: center;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin-bottom: 100px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
    margin: 0 10px;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #333333;
    border-color: #333333;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
    color: #ffffff;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
    margin-left: 0;
  }
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:last-of-type {
    margin-right: 0;
  }
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-200 {
  padding-bottom: 200px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-200 {
  padding-top: 200px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-100 {
  padding-bottom: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-100 {
  padding-top: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-50 {
  padding-bottom: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-50 {
  padding-top: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-50 {
  padding-left: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-50 {
  padding-right: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-bottom-100 {
  margin-bottom: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-top-100 {
  margin-top: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos] {
  transition-timing-function: ease;
  transition-duration: .4s;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos=fade-up] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-container img {
  width: auto;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-body-container {
  position: relative;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  max-width: 100%;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
  color: #ffffff;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: freight-display-pro, serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1em;
  text-transform: initial;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-big-pro, serif;
  font-size: 300px;
  font-weight: 300;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
  font-family: freight-display-pro, serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: underline;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
  margin-top: 10px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p {
  font-family: freight-display-pro, serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2em;
  max-width: 800px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
  text-decoration: underline;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
  background: none;
  -webkit-transform: none;
          transform: none;
  border: none;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
  border-top: 1px solid #000000;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 100px;
  margin-top: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
  max-width: 630px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:first-of-type {
  margin-right: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:last-of-type {
  margin-left: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container .image-body {
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
  text-align: left;
  font-family: freight-display-pro, serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 75px;
  max-width: unset;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
  font-size: 20px;
  font-weight: 300;
  margin-left: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: -75px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
  margin: 200px 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body {
  padding: 200px 0px 200px 0px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body .front-text {
  padding: 200px 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 250px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 250px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 37px;
  margin-right: 37px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:first-of-type {
  margin-left: 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:last-of-type {
  margin-right: 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
  font-size: 150px;
  color: #000000;
  font-weight: 300;
  line-height: 1em;
  font-family: freight-big-pro, serif;
  margin: 50px auto 150px auto;
  max-width: 1300px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
  font-size: 36px;
  color: #000000;
  font-weight: 100;
  line-height: 1em;
  font-family: freight-display-pro, serif;
  font-style: italic;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
  margin-top: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
  font-size: 36px;
  color: #000000;
  font-weight: 100;
  line-height: 1em;
  font-family: freight-display-pro, serif;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
  border-top: 1px solid #000000;
  margin: 30px auto;
  width: 50px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
  max-width: 1100px;
  margin: 0 auto;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
  font-size: 80px;
  color: #000000;
  font-weight: 100;
  line-height: 1.2em;
  font-family: freight-big-pro, serif;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
  max-width: 68%;
  margin: 0 auto;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
  width: 100%;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
  font-family: freight-display-pro, serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
  margin-top: 10px;
  text-align: left;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
  height: 100%;
  position: relative;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block {
  position: absolute;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block:last-of-type {
  bottom: 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
  background-color: #ededed;
  padding: 150px 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
  font-family: freight-display-pro, serif;
  font-size: 36px;
  font-weight: 100;
  font-style: italic;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
  margin: 0 auto;
  width: 80vw;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
  display: -ms-flexbox;
  display: flex;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .slide-content {
  padding: 0 50px;
  width: 50%;
  float: left;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide.full-width .slide-content {
  width: 100%;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
  width: 100%;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
  padding-top: 20px;
  text-align: left;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
  display: block;
  background-color: #333;
  border-radius: 27px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding-top: 9px;
  background-image: none;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
  font-size: 16px;
  color: white;
  position: absolute;
  top: 12px;
  right: 15px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
  right: -75px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
  left: -75px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
  opacity: .25;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
  font-family: freight-display-pro, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 100;
  margin: 0 auto 100px 0;
  text-align: center;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-bottom: 100px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
  margin: 0 10px;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
  background-color: #333333;
  border-color: #333333;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
  color: #ffffff;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
  margin-left: 0;
}
html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-200 {
    padding-bottom: 200px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-200 {
    padding-top: 200px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-100 {
    padding-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-100 {
    padding-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-50 {
    padding-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-50 {
    padding-top: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-50 {
    padding-left: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-50 {
    padding-right: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-bottom-100 {
    margin-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-top-100 {
    margin-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos] {
    transition-timing-function: ease;
    transition-duration: .4s;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos=fade-up] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-container img {
    width: auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-body-container {
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    text-transform: initial;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: freight-big-pro, serif;
    font-size: 300px;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 10px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p {
    font-family: freight-display-pro, serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
    max-width: 800px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
    background: none;
    -webkit-transform: none;
            transform: none;
    border: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
    border-top: 1px solid #000000;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
    max-width: 630px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:first-of-type {
    margin-right: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:last-of-type {
    margin-left: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container .image-body {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
    text-align: left;
    font-family: freight-display-pro, serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 75px;
    max-width: unset;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
    font-size: 20px;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
    margin: 200px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body {
    padding: 200px 0px 200px 0px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body .front-text {
    padding: 200px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 37px;
    margin-right: 37px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:first-of-type {
    margin-left: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:last-of-type {
    margin-right: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
    font-size: 150px;
    color: #000000;
    font-weight: 300;
    line-height: 1em;
    font-family: freight-big-pro, serif;
    margin: 50px auto 150px auto;
    max-width: 1300px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
    font-style: italic;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
    margin-top: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
    border-top: 1px solid #000000;
    margin: 30px auto;
    width: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
    font-size: 80px;
    color: #000000;
    font-weight: 100;
    line-height: 1.2em;
    font-family: freight-big-pro, serif;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
    max-width: 68%;
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
    font-family: freight-display-pro, serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
    height: 100%;
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block {
    position: absolute;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block:last-of-type {
    bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
    background-color: #ededed;
    padding: 150px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-weight: 100;
    font-style: italic;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
    margin: 0 auto;
    width: 80vw;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
    display: -ms-flexbox;
    display: flex;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .slide-content {
    padding: 0 50px;
    width: 50%;
    float: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide.full-width .slide-content {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
    padding-top: 20px;
    text-align: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
    display: block;
    background-color: #333;
    border-radius: 27px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 9px;
    background-image: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
    right: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
    left: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
    opacity: .25;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto 100px 0;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
    margin: 0 10px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #333333;
    border-color: #333333;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
    margin-left: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-200 {
    padding-bottom: 200px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-200 {
    padding-top: 200px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-100 {
    padding-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-100 {
    padding-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-50 {
    padding-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-50 {
    padding-top: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-50 {
    padding-left: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-50 {
    padding-right: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-bottom-100 {
    margin-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .margin-top-100 {
    margin-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos] {
    transition-timing-function: ease;
    transition-duration: .4s;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row [data-aos=fade-up] {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-container img {
    width: auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container.descriptive-image .image-body-container {
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    max-width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body * {
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    text-transform: initial;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: freight-big-pro, serif;
    font-size: 300px;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-top: 10px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p {
    font-family: freight-display-pro, serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
    max-width: 800px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
    background: none;
    -webkit-transform: none;
            transform: none;
    border: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
    border-top: 1px solid #000000;
    margin: 0 auto;
    width: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
    max-width: 630px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:first-of-type {
    margin-right: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div:last-of-type {
    margin-left: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container .image-body {
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
    text-align: left;
    font-family: freight-display-pro, serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 75px;
    max-width: unset;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
    font-size: 20px;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
    margin: 200px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body {
    padding: 200px 0px 200px 0px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body .front-text {
    padding: 200px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 250px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 37px;
    margin-right: 37px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:first-of-type {
    margin-left: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image:last-of-type {
    margin-right: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
    font-size: 150px;
    color: #000000;
    font-weight: 300;
    line-height: 1em;
    font-family: freight-big-pro, serif;
    margin: 50px auto 150px auto;
    max-width: 1300px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
    font-style: italic;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
    margin-top: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
    font-size: 36px;
    color: #000000;
    font-weight: 100;
    line-height: 1em;
    font-family: freight-display-pro, serif;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
    border-top: 1px solid #000000;
    margin: 30px auto;
    width: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
    max-width: 1100px;
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
    font-size: 80px;
    color: #000000;
    font-weight: 100;
    line-height: 1.2em;
    font-family: freight-big-pro, serif;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
    max-width: 68%;
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
    font-family: freight-display-pro, serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
    height: 100%;
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block {
    position: absolute;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block .image-block:last-of-type {
    bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
    background-color: #ededed;
    padding: 150px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-weight: 100;
    font-style: italic;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
    margin: 0 auto;
    width: 80vw;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
    display: -ms-flexbox;
    display: flex;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .slide-content {
    padding: 0 50px;
    width: 50%;
    float: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide.full-width .slide-content {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
    padding-top: 20px;
    text-align: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
    display: block;
    background-color: #333;
    border-radius: 27px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 9px;
    background-image: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
    right: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
    left: -75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
    opacity: .25;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
    font-family: freight-display-pro, serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto 100px 0;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin-bottom: 100px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
    margin: 0 10px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #333333;
    border-color: #333333;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
    margin-left: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  html:not(.ipad) .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 19vw;
  }
}
@media (max-width: 768px) {
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h1,
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h2,
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row span,
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row p {
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .small-title {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 22px;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .big-title {
    font-family: 'freight-big-pro', serif;
    font-size: 55px;
    font-weight: 100;
    line-height: 55px;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-mobile-50 {
    padding-top: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-mobile-50 {
    padding-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-mobile-50 {
    padding-left: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-mobile-50 {
    padding-right: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
    margin-top: 50px;
    margin-bottom: 75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
    font-family: freight-display-pro, serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1em;
    text-transform: initial;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: freight-big-pro, serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
    margin: 30px auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
    font-family: freight-display-pro, serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 40px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body {
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
    text-decoration: underline;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
    background: none;
    -webkit-transform: none;
            transform: none;
    border: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
    border-top: 1px solid #000000;
    margin: 0 auto;
    width: 50px;
    margin: 40px auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
    margin-top: 75px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-container img {
    max-width: 75% !important;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: unset;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
    font-size: 16px;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
    margin: 75px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container {
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container {
    position: absolute;
    bottom: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
    margin-top: 75px;
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image .image-container img {
    max-width: 75% !important;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
    margin: 30px auto 0 auto;
    font-family: 'freight-big-pro', serif;
    font-size: 55px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-style: italic;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
    margin-top: 50px;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
    border-top: 1px solid #000000;
    margin: 25px auto 0 auto;
    width: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
    max-width: 1100px;
    margin: 0 auto;
    padding: 75px 25px 50px 25px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title > div {
    float: none;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
    font-family: 'freight-big-pro', serif;
    font-size: 45px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #000000;
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
    height: 100%;
    position: relative;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
    background-color: #ededed;
    padding: 75px 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title {
    text-align: center;
    padding-bottom: 50px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
    margin: 0 auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
    padding: 0 75px;
    display: block;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
    width: 100%;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
    padding-top: 20px;
    text-align: left;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
    display: block;
    background-color: #333;
    border-radius: 27px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 9px;
    background-image: none;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
    right: 17px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
    left: 17px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
    opacity: .25;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
    font-family: 'freight-display-pro', serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    font-style: italic;
    margin: 0 auto 50px 0;
    text-align: center;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin: 75px auto;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
    margin: 0 10px;
    margin-top: 20px;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
    margin-top: 0;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
    color: #ffffff;
  }
  .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h1,
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h2,
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row span,
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row p {
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .small-title {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 22px;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .big-title {
  font-family: 'freight-big-pro', serif;
  font-size: 55px;
  font-weight: 100;
  line-height: 55px;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-mobile-50 {
  padding-top: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-mobile-50 {
  padding-bottom: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-mobile-50 {
  padding-left: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-mobile-50 {
  padding-right: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  margin-top: 50px;
  margin-bottom: 75px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: freight-display-pro, serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  text-transform: initial;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-big-pro, serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  text-transform: none;
  margin: 30px auto;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
  font-family: freight-display-pro, serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 40px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: underline;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body {
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
  text-decoration: underline;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
  background: none;
  -webkit-transform: none;
          transform: none;
  border: none;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
  border-top: 1px solid #000000;
  margin: 0 auto;
  width: 50px;
  margin: 40px auto;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
  margin-top: 75px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-container img {
  max-width: 75% !important;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: unset;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
  font-size: 16px;
  font-weight: 300;
  margin-left: 0;
  margin-bottom: 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
  margin: 75px 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container {
  position: relative;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container {
  position: absolute;
  bottom: 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
  margin-top: 75px;
  width: 100%;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image .image-container img {
  max-width: 75% !important;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
  margin: 30px auto 0 auto;
  font-family: 'freight-big-pro', serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-style: italic;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
  margin-top: 50px;
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
  border-top: 1px solid #000000;
  margin: 25px auto 0 auto;
  width: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 25px 50px 25px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title > div {
  float: none;
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
  font-family: 'freight-big-pro', serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
  margin: 0 auto;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
  width: 100%;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  margin-left: 0;
  margin-top: 25px;
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
  height: 100%;
  position: relative;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
  background-color: #ededed;
  padding: 75px 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title {
  text-align: center;
  padding-bottom: 50px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
  margin: 0 auto;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
  padding: 0 75px;
  display: block;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
  width: 100%;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
  padding-top: 20px;
  text-align: left;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
  display: block;
  background-color: #333;
  border-radius: 27px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding-top: 9px;
  background-image: none;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
  font-size: 16px;
  color: white;
  position: absolute;
  top: 12px;
  right: 15px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
  right: 17px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
  left: 17px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
  opacity: .25;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  font-style: italic;
  margin: 0 auto 50px 0;
  text-align: center;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin: 75px auto;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
  margin: 0 10px;
  margin-top: 20px;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
  margin-top: 0;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
  color: #ffffff;
}
html.ipad.portrait .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h1,
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row h2,
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row span,
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row p {
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .small-title {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 22px;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .big-title {
  font-family: 'freight-big-pro', serif;
  font-size: 55px;
  font-weight: 100;
  line-height: 55px;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-top-mobile-50 {
  padding-top: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-bottom-mobile-50 {
  padding-bottom: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-left-mobile-50 {
  padding-left: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .padding-right-mobile-50 {
  padding-right: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container {
  margin-top: 50px;
  margin-bottom: 75px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h2 {
  font-family: freight-display-pro, serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  text-transform: initial;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: freight-big-pro, serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1em;
  text-transform: none;
  margin: 30px auto;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body span {
  font-family: freight-display-pro, serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 40px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: underline;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body {
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a {
  text-decoration: underline;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container p a:hover {
  background: none;
  -webkit-transform: none;
          transform: none;
  border: none;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .beauty-bar {
  border-top: 1px solid #000000;
  margin: 0 auto;
  width: 50px;
  margin: 40px auto;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors > div {
  margin-top: 75px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-container img {
  max-width: 75% !important;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: unset;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .authors .image-text-centered-container .image-body-container p.author {
  font-size: 16px;
  font-weight: 300;
  margin-left: 0;
  margin-bottom: 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph {
  margin: 75px 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container {
  position: relative;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container {
  position: absolute;
  bottom: 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image {
  margin-top: 75px;
  width: 100%;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .flex-block .mini-image .image-container img {
  max-width: 75% !important;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title h1 {
  margin: 30px auto 0 auto;
  font-family: 'freight-big-pro', serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .section-title span {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  display: block;
  margin: 0 auto;
  width: 100%;
  font-style: italic;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body {
  margin-top: 50px;
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body span {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.the-rugged-precision .image-text-centered-container .image-body-container .image-body .beauty-bar {
  border-top: 1px solid #000000;
  margin: 25px auto 0 auto;
  width: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title {
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 25px 50px 25px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title > div {
  float: none;
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .title span {
  font-family: 'freight-big-pro', serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .defining-details {
  margin: 0 auto;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block img {
  width: 100%;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .image-block .image-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  margin-left: 0;
  margin-top: 25px;
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.solidly-built .small-image-block {
  height: 100%;
  position: relative;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations {
  background-color: #ededed;
  padding: 75px 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title {
  text-align: center;
  padding-bottom: 50px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .section-title > span {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider {
  margin: 0 auto;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide {
  padding: 0 75px;
  display: block;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide picture img {
  width: 100%;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author {
  padding-top: 20px;
  text-align: left;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slide .author span.description {
  text-transform: uppercase;
  display: block;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow {
  display: block;
  background-color: #333;
  border-radius: 27px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding-top: 9px;
  background-image: none;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-arrow::after {
  font-size: 16px;
  color: white;
  position: absolute;
  top: 12px;
  right: 15px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-next {
  right: 17px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .swiper-button-prev {
  left: 17px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.designer-interpretations .slider .slick-disabled {
  opacity: .25;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.products-block .image-text-centered-container h2 {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  font-style: italic;
  margin: 0 auto 50px 0;
  text-align: center;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin: 75px auto;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button {
  margin: 0 10px;
  margin-top: 20px;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button:first-of-type {
  margin-top: 0;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black:hover {
  background-color: #ffffff;
  color: #000000;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.black span {
  color: #ffffff;
}
html.legacy-ipad .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 170px;
    line-height: 1em;
  }
}
html.ipad.landscape body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
  font-size: 170px;
  line-height: 1em;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 170px;
    line-height: 1em;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 170px;
    line-height: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 140px;
    line-height: 1em;
  }
}
@media (min-width: 1660px) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 300px !important;
    line-height: 1em !important;
  }
}
body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 0;
  }
}
html.ipad.landscape body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.waterworks-roman-williams .intro .image-text-centered-container .image-body-container .image-body h1 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .video-background {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .video-background iframe {
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable p,
  body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable span {
    text-align: left;
  }
}
html.ipad.portrait body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable p,
html.ipad.portrait body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable span {
  text-align: left;
}
html.legacy-ipad body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable p,
html.legacy-ipad body.ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row .products-scrollable span {
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2.75), only screen and (min-resolution: 264dpi), only screen and (min-resolution: 2dppx) {
  html.ipad.landscape .ten-years-rw-atlas .e2e-page-container.layout-e2e-default .content.row.design-triumph .parallax-bckg {
    background-attachment: initial;
    background-size: auto 100%;
  }
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default {
  /* Landscape */
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-mobile {
  padding: 0 50px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .row .image-container picture img {
  width: 100%;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .title {
  color: #000000;
  padding-top: 50px;
  text-align: center;
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .heading-hairline {
  margin-top: 50px;
  border-color: #000;
  max-width: 150px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 850px;
  text-align: center;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first,
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second {
  padding: 50px 0 75px 0;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first p,
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second p {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 300px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second .text-container p {
  max-width: unset;
  color: #000000;
  padding-bottom: 40px;
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.2em;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .big-image {
  padding-bottom: 50px !important;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-credit {
  color: #000000;
  font-family: 'freight-big-pro', serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
  text-align: left;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-credit p.credit {
  margin-bottom: 5px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container p {
  color: #000000;
  padding: 75px 50px;
  text-align: center;
  font-family: 'freight-big-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block > div {
  padding-left: 0;
  padding-right: 0;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .image-container img {
  width: 100%;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container * {
  text-align: center;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container h2 {
  color: #000000;
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  max-width: 300px;
  padding-top: 50px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container p {
  color: #000000;
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  padding: 50px 0;
  max-width: 300px;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container a {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 10px;
  text-decoration: underline;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row span {
  color: #000000;
  display: none;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-100 {
    padding: 0 100px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-75 {
    padding: 0 75px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-50 {
    padding: 0 50px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
    max-width: 50vw;
    right: 3vw;
    left: auto;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
    max-width: unset;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .title {
    color: #000000;
    line-height: 1.2em;
    font-family: freight-display-pro, serif;
    max-width: unset !important;
    font-family: 'freight-big-pro', serif;
    font-size: 3vw;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
    background-color: #333333;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    color: #000000;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover span,
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    max-width: 450px;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    font-size: 30px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .big-image {
    padding: 125px 150px 100px 150px !important;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    display: block;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12:last-of-type p {
    margin: 75px auto 0;
    max-width: inherit;
    text-align: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:last-of-type {
    padding-right: 100px;
    padding-left: 50px;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .col-lg-6.col-md-6:first-of-type {
    padding: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block.reduced-size {
    padding: 0 200px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block:nth-of-type(2) {
    padding-bottom: 0;
    padding-top: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link a {
    color: #000000;
    text-decoration: underline;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .image-container img {
    width: 100%;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container {
    -ms-flex-align: center;
        align-items: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container p {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-family: 'freight-big-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .text-container p {
    font-size: 30px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 0;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12,
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type,
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type p,
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type p {
    margin: 0 auto 100px;
    max-width: inherit;
    text-align: center;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:last-of-type,
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .col-lg-6.col-md-6:last-of-type {
    padding: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 850px;
    text-align: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first,
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second {
    padding: 125px 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first p,
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second p {
    padding-bottom: 50px;
    line-height: 1.2em;
    max-width: unset;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first {
    padding-bottom: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2em;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption:first-of-type {
    padding-bottom: 5px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .image-container img {
    width: 100%;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container {
    background-color: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container * {
    text-align: center;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container h2 {
    color: #000000;
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    max-width: 650px;
    padding-top: 0;
    margin-bottom: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    padding: 50px 0;
    max-width: 420px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 5px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > * {
    padding-bottom: 0;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > span {
    display: block;
    font-size: 14px;
    line-height: 10px;
  }
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-100 {
  padding: 0 100px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-75 {
  padding: 0 75px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-50 {
  padding: 0 50px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
  max-width: 50vw;
  right: 3vw;
  left: auto;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
  max-width: unset;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .title {
  color: #000000;
  line-height: 1.2em;
  font-family: freight-display-pro, serif;
  max-width: unset !important;
  font-family: 'freight-big-pro', serif;
  font-size: 3vw;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
  background-color: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover span,
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
  text-decoration: none;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
  max-width: 450px;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
  font-size: 30px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .big-image {
  padding: 125px 150px 100px 150px !important;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
  display: block;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12 {
  width: 100%;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12:last-of-type p {
  margin: 75px auto 0;
  max-width: inherit;
  text-align: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) {
  padding-bottom: 0;
  padding-top: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:first-of-type {
  padding-left: 100px;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:last-of-type {
  padding-right: 100px;
  padding-left: 50px;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .col-lg-6.col-md-6:first-of-type {
  padding: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block.reduced-size {
  padding: 0 200px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block:nth-of-type(2) {
  padding-bottom: 0;
  padding-top: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.5;
  text-align: left;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link a {
  color: #000000;
  text-decoration: underline;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .image-container img {
  width: 100%;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container {
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container p {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .text-container p {
  font-size: 30px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
  padding: 100px 0;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12,
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12 {
  width: 100%;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type,
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type {
  padding: 0 100px;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type p,
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type p {
  margin: 0 auto 100px;
  max-width: inherit;
  text-align: center;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:last-of-type,
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
  padding: 0 100px;
}
html.ipad.landscape html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .col-lg-6.col-md-6:last-of-type {
  padding: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 850px;
  text-align: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first,
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second {
  padding: 125px 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first p,
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second p {
  padding-bottom: 50px;
  line-height: 1.2em;
  max-width: unset;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first {
  padding-bottom: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second .text-container p {
  color: #000000;
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2em;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption {
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2em;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption:first-of-type {
  padding-bottom: 5px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .image-container img {
  width: 100%;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container {
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container * {
  text-align: center;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container h2 {
  color: #000000;
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  max-width: 650px;
  padding-top: 0;
  margin-bottom: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container p {
  color: #000000;
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  padding: 50px 0;
  max-width: 420px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-top: 5px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > * {
  padding-bottom: 0;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > span {
  display: block;
  font-size: 14px;
  line-height: 10px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-100 {
    padding: 0 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-75 {
    padding: 0 75px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-50 {
    padding: 0 50px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
    max-width: 50vw;
    right: 3vw;
    left: auto;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
    max-width: unset;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .title {
    color: #000000;
    line-height: 1.2em;
    font-family: freight-display-pro, serif;
    max-width: unset !important;
    font-family: 'freight-big-pro', serif;
    font-size: 3vw;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
    background-color: #333333;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover span,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    max-width: 450px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    font-size: 30px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .big-image {
    padding: 125px 150px 100px 150px !important;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    display: block;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12:last-of-type p {
    margin: 75px auto 0;
    max-width: inherit;
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:last-of-type {
    padding-right: 100px;
    padding-left: 50px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .col-lg-6.col-md-6:first-of-type {
    padding: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block.reduced-size {
    padding: 0 200px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block:nth-of-type(2) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link a {
    color: #000000;
    text-decoration: underline;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .image-container img {
    width: 100%;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container {
    -ms-flex-align: center;
        align-items: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container p {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-family: 'freight-big-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .text-container p {
    font-size: 30px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 0;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type p,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type p {
    margin: 0 auto 100px;
    max-width: inherit;
    text-align: center;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:last-of-type,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .col-lg-6.col-md-6:last-of-type {
    padding: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 850px;
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second {
    padding: 125px 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first p,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second p {
    padding-bottom: 50px;
    line-height: 1.2em;
    max-width: unset;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first {
    padding-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption:first-of-type {
    padding-bottom: 5px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .image-container img {
    width: 100%;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container {
    background-color: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container * {
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container h2 {
    color: #000000;
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    max-width: 650px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    padding: 50px 0;
    max-width: 420px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 5px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > * {
    padding-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > span {
    display: block;
    font-size: 14px;
    line-height: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-100 {
    padding: 0 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-75 {
    padding: 0 75px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .horizontal-padding-50 {
    padding: 0 50px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
    max-width: 50vw;
    right: 3vw;
    left: auto;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
    max-width: unset;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .title {
    color: #000000;
    line-height: 1.2em;
    font-family: freight-display-pro, serif;
    max-width: unset !important;
    font-family: 'freight-big-pro', serif;
    font-size: 3vw;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
    background-color: #333333;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: underline;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover span,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
    text-decoration: none;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    max-width: 450px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .text-container p {
    font-size: 30px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .big-image {
    padding: 125px 150px 100px 150px !important;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    display: block;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-6.col-md-6.col-sm-12:last-of-type p {
    margin: 75px auto 0;
    max-width: inherit;
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:first-of-type {
    padding-left: 100px;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(3) .image-container:last-of-type {
    padding-right: 100px;
    padding-left: 50px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block .col-lg-6.col-md-6:first-of-type {
    padding: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block.reduced-size {
    padding: 0 200px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block:nth-of-type(2) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 100;
    line-height: 1.5;
    text-align: left;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .flex-block .image-container .image-credit-link a {
    color: #000000;
    text-decoration: underline;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .image-container img {
    width: 100%;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container {
    -ms-flex-align: center;
        align-items: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section .text-container p {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-family: 'freight-big-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .text-container p {
    font-size: 30px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 0;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:first-of-type p,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:first-of-type p {
    margin: 0 auto 100px;
    max-width: inherit;
    text-align: center;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4.col-sm-12:last-of-type,
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-6.col-md-6.col-sm-12:last-of-type {
    padding: 0 100px;
  }
  html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second .col-lg-6.col-md-6:last-of-type {
    padding: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 850px;
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second {
    padding: 125px 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first p,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second p {
    padding-bottom: 50px;
    line-height: 1.2em;
    max-width: unset;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.first {
    padding-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text.second .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption {
    color: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-text .author-caption:first-of-type {
    padding-bottom: 5px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .image-container img {
    width: 100%;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container {
    background-color: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container * {
    text-align: center;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container h2 {
    color: #000000;
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    max-width: 650px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container p {
    color: #000000;
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    padding: 50px 0;
    max-width: 420px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 5px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > * {
    padding-bottom: 0;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .footer-block .text-container .links-row > span {
    display: block;
    font-size: 14px;
    line-height: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1550px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.quick-portrait .reduced-size {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.quick-portrait .reduced-size > div {
    padding: 0 !important;
    width: 100%;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.quick-portrait .reduced-size > div:nth-of-type(2) {
    margin-top: 75px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.quick-portrait .reduced-size > div:nth-of-type(2) p {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
  }
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
  /* Landscape */
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    padding: 0 250px 100px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-8.col-md-8 {
    padding-left: 0;
    padding-right: 150px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 {
    padding: 0;
  }
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
  padding: 0 250px 100px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-8.col-md-8 {
  padding-left: 0;
  padding-right: 150px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 {
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    padding: 0 250px 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-8.col-md-8 {
    padding-left: 0;
    padding-right: 150px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
    padding: 0 250px 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-8.col-md-8 {
    padding-left: 0;
    padding-right: 150px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 {
    padding: 0;
  }
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) {
  display: block;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-8.col-md-8,
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 {
  width: 100%;
  padding: 0 !important;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 p {
  margin: 75px auto 0;
  max-width: inherit;
  text-align: center;
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 p {
    margin: 75px auto 0;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.first .flex-block:nth-of-type(2) .col-lg-4.col-md-4 p {
    margin: 0 auto 0;
    max-width: inherit;
    text-align: center;
  }
}
.the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
  /* Landscape */
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 150px 100px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8 {
    padding-right: 0;
    padding-left: 150px;
  }
  html:not(.ipad) .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
    padding: 0;
  }
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
  padding: 100px 150px 100px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8 {
  padding-right: 0;
  padding-left: 150px;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
  padding: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 150px 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8 {
    padding-right: 0;
    padding-left: 150px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    padding: 100px 150px 100px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8 {
    padding-right: 0;
    padding-left: 150px;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
    padding: 0;
  }
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
  display: block;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8,
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
  width: 100%;
  padding: 0 !important;
}
html.ipad.landscape .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 p {
  margin: 75px auto 0;
  max-width: inherit;
  text-align: center;
}
@media (max-width: 1549px) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type {
    display: block;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-8.col-md-8,
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 {
    width: 100%;
    padding: 0 !important;
  }
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 p {
    margin: 0 auto 100px;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 p {
    margin: 0 auto 100px;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .the-ultimate-bath-book .e2e-page-container.layout-e2e-default .content-section.second div .flex-block:first-of-type .col-lg-4.col-md-4 p {
    margin: 0 auto 0;
    max-width: inherit;
    text-align: center;
  }
}
.accessory-edits .e2e-page-container.layout-e2e-default {
  /* Landscape */
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body * {
  text-align: center;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
  margin-bottom: 10px !important;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.4em;
  color: #000000;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4em;
  color: #000000;
  font-style: italic;
  margin-bottom: 30px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.4em;
  color: #000000;
  margin-top: 0;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover span,
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta:hover {
  text-decoration: none;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
  margin: 0 10px;
  margin-top: 0;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
  margin-right: 0;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span,
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  color: #ffffff !important;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span {
  color: #ffffff !important;
}
.accessory-edits .e2e-page-container.layout-e2e-default .menu-block .page-menu {
  padding: 0;
  line-height: 60px;
}
.accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block {
  margin-bottom: 50px;
}
.accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block:last-of-type {
  margin-bottom: 0;
}
.accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4em;
  color: #000000;
  text-align: center;
}
.accessory-edits .e2e-page-container.layout-e2e-default .transitional-iconic {
  margin-top: 75px;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
  position: absolute !important;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.4em;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.4em;
  margin-bottom: 10px !important;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.4em;
}
html.ipad .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body * {
    text-align: center;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 0.8em;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    margin-bottom: 30px;
    max-width: 400px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a {
    text-decoration: underline;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:first-of-type {
    padding-right: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:last-of-type {
    padding-left: 10px;
    padding-top: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block a {
    margin: 0 !important;
    margin-top: 10px !important;
  }
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body * {
  text-align: center;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-bottom: 30px;
  max-width: 400px;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a {
  text-decoration: underline;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:first-of-type {
  padding-right: 10px;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:last-of-type {
  padding-left: 10px;
  padding-top: 10px;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block a {
  margin: 0 !important;
  margin-top: 10px !important;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body * {
  text-align: center;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-bottom: 30px;
  max-width: 400px;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a {
  text-decoration: underline;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:first-of-type {
  padding-right: 10px;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-text-centered-container .image-body-container .image-body .links a:last-of-type {
  padding-left: 10px;
  padding-top: 10px;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block .flex-block a {
  margin: 0 !important;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body h1 {
    margin-bottom: 0 !important;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1em;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 75px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 0 !important;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body a {
    margin-top: 20px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block {
    margin-bottom: 50px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 600px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4em;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body {
    position: absolute;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body * {
    color: #000000;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 5vw;
    font-weight: 100;
    line-height: 0.8em;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    color: #000000;
    margin-bottom: 50px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    margin-bottom: 50px;
    max-width: 19vw;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a {
    text-decoration: underline;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:first-of-type {
    padding-right: 10px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:last-of-type {
    padding-left: 10px;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 7vw;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 7vw;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .transitional-iconic {
    margin-top: 0;
  }
}
@media (min-width: 768px) and only screen and (max-width: 1369px) {
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 6vw;
    font-weight: 100;
    line-height: 0.8em;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1.4em;
    max-width: 24vw;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 5vw;
  }
  html:not(.ipad) .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 5vw;
  }
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body h1 {
  margin-bottom: 0 !important;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 0 !important;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body a {
  margin-top: 20px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block {
  margin-bottom: 50px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 600px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.4em;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body {
  position: absolute;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body * {
  color: #000000;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 5vw;
  font-weight: 100;
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #000000;
  margin-bottom: 50px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 1.2vw;
  font-weight: 100;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-bottom: 50px;
  max-width: 19vw;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a {
  text-decoration: underline;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:first-of-type {
  padding-right: 10px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:last-of-type {
  padding-left: 10px;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
  right: 7vw;
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
  left: 7vw;
}
@media only screen and (max-width: 1369px) {
  html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 6vw;
    font-weight: 100;
    line-height: 0.8em;
  }
  html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1.4em;
    max-width: 24vw;
  }
  html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
  }
  html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 5vw;
  }
  html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 5vw;
  }
}
html.ipad.landscape .accessory-edits .e2e-page-container.layout-e2e-default .transitional-iconic {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body h1 {
    margin-bottom: 0 !important;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 75px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 0 !important;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body a {
    margin-top: 20px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block {
    margin-bottom: 50px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 600px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body {
    position: absolute;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body * {
    color: #000000;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 5vw;
    font-weight: 100;
    line-height: 0.8em;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    color: #000000;
    margin-bottom: 50px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    margin-bottom: 50px;
    max-width: 19vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a {
    text-decoration: underline;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:first-of-type {
    padding-right: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:last-of-type {
    padding-left: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 7vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 7vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .transitional-iconic {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and only screen and (max-width: 1369px) {
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 6vw;
    font-weight: 100;
    line-height: 0.8em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1.4em;
    max-width: 24vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 5vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 5vw;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body h1 {
    margin-bottom: 0 !important;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 75px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 0 !important;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body a {
    margin-top: 20px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .ctas-block {
    margin-bottom: 50px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 600px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body {
    position: absolute;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body * {
    color: #000000;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 5vw;
    font-weight: 100;
    line-height: 0.8em;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    color: #000000;
    margin-bottom: 50px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    margin-bottom: 50px;
    max-width: 19vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a {
    text-decoration: underline;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:first-of-type {
    padding-right: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links a:last-of-type {
    padding-left: 10px;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 7vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 7vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .transitional-iconic {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and only screen and (max-width: 1369px) {
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 6vw;
    font-weight: 100;
    line-height: 0.8em;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1.4em;
    max-width: 24vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block .image-body-container .image-body .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.right .image-body-container .image-body {
    right: 5vw;
  }
  .accessory-edits .e2e-page-container.layout-e2e-default .beauty-content-block.left .image-body-container .image-body {
    left: 5vw;
  }
}
@media only screen and (min-width: 766px) and (max-width: 1366px) {
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body a.hidden-xs {
    display: block !important;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1.4em;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 48px;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 10px !important;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .cta {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 100;
    line-height: 1.4em;
  }
  html body.accessory-edits .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
  }
}
.cms-page-view.explore-henry-chronos .columns .column.main {
  background-color: #f6f6f6 !important;
}
.cms-page-view.explore-henry-chronos .arrow {
  position: relative;
  z-index: 2;
}
.cms-page-view.explore-henry-chronos .arrow .triangle {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.cms-page-view.explore-henry-chronos .arrow .triangle:before {
  content: '';
  height: 5px;
  width: 5px;
}
.cms-page-view.explore-henry-chronos .arrow:before {
  content: '';
  height: 35px;
  width: 0.8em;
  border-right: 1px solid #ffffff;
  position: absolute;
  z-index: 9999;
}
.cms-page-view.explore-henry-chronos .scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 30px;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow {
  background: transparent;
  height: 40px;
  width: 40px;
  border: none;
  top: 40%;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow:before {
  opacity: 1;
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow.slick-next {
  right: 10vw;
  background: url('../images/icons/slick/RightARROW.svg') center center no-repeat;
  box-shadow: none !important;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow.slick-next:before {
  background-size: cover;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow.slick-prev {
  left: 9vw;
  background: url('../images/icons/slick/LeftARROW.svg') center center no-repeat;
  box-shadow: none !important;
}
.cms-page-view.explore-henry-chronos .slick-initialized .slick-arrow.slick-prev:before {
  background-size: cover;
}
.cms-page-view.explore-henry-chronos .products-carousel-block {
  padding-left: 30px;
}
.cms-page-view.explore-henry-chronos .products-carousel-block .slick-list .slick-track {
  margin-left: -33%;
}
.cms-page-view.explore-henry-chronos .products-carousel-block .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 10px;
}
.cms-page-view.explore-henry-chronos .products-carousel-block .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
  margin-bottom: 15px;
  font-style: italic;
}
.cms-page-view.explore-henry-chronos .products-carousel-block .product p {
  font-family: 'freight-display-pro', serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-page-view.explore-henry-chronos .products-carousel-block .product picture,
.cms-page-view.explore-henry-chronos .products-carousel-block .product img {
  border-radius: 5px !important;
  height: auto;
  width: 100%;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default {
  /* Landscape */
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile {
  margin-top: 50px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
  margin-bottom: 50px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .image-container picture img {
  width: 100%;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: none;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  text-transform: none;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 400px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
  text-decoration: underline;
  margin-bottom: 10px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a:last-of-type {
  margin-bottom: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .image-container .video-background,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .image-container .video-background video {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.beauty-content-block .image-text-centered-container {
  width: 100%;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text h2,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text p,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 500px;
  margin: 0 auto;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
  display: -ms-flexbox;
  display: flex;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
  margin-left: 5px;
  margin-right: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:first-of-type,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
  margin-left: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:last-of-type,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
  margin-right: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product span,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
  max-width: 280px;
  margin-top: 25px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product a,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: underline;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: none;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  color: #000000;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .carousel-block .slick-list .item picture,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .carousel-block .slick-list .item picture img {
  border-radius: 5px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body * {
  text-align: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 0.9em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p.triangle {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 12px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default.designer-takes .flex-block.carousel-block .item picture,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default.designer-takes .flex-block.carousel-block .item picture img {
  border-radius: 5px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph {
  margin: 50px auto;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
  margin: 0 10px;
  margin-top: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  margin: 0;
  margin-bottom: 15px;
  max-width: 250px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  color: #ffffff !important;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span {
  color: #ffffff !important;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 50px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta {
  margin-top: 0;
  margin: 0 13px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  max-width: 250px;
  margin: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:first-of-type {
  margin-bottom: 15px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:last-of-type {
  margin-left: 0;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover span,
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta span {
  color: #ffffff !important;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover span {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
    text-align: center;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
    margin-right: 50px;
    margin-left: 50px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:first-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
    margin-top: 50px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:last-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
    margin-top: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-first {
    -ms-flex-order: 1;
        order: 1;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-second {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
    text-align: center;
    margin: 50px 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin-top: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
    width: 200vw;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
    height: auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 50px;
  padding-left: 50px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
  text-align: center;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
  margin-right: 50px;
  margin-left: 50px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
  margin-top: 50px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
  margin-top: 25px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
  -ms-flex-order: 3;
      order: 3;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
  text-align: center;
  margin: 50px 0;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 0;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
  width: 200vw;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
  -ms-flex-align: baseline;
      align-items: baseline;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
  height: auto;
}
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 50px;
  padding-left: 50px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
  text-align: center;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
  margin-right: 50px;
  margin-left: 50px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
  margin-top: 50px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-container picture img:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
  margin-top: 25px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
  -ms-flex-order: 3;
      order: 3;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
  text-align: center;
  margin: 50px 0;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 0;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
  width: 200vw;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
  -ms-flex-align: baseline;
      align-items: baseline;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
  height: auto;
}
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-left-150 {
    margin-left: 150px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-right-150 {
    margin-right: 150px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top {
    margin-top: 150px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom {
    margin-bottom: 150px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
    margin-bottom: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable {
    padding: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1000px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.4em;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    margin-top: 75px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
    margin-right: 25px;
    border-radius: 4px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:last-of-type {
    margin: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image {
    margin: 150px auto;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:first-of-type {
    padding-right: 75px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 75px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
    margin: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 25px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    text-transform: none;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
    text-decoration: underline;
    margin-bottom: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 500px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a {
    text-decoration: underline;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:first-of-type {
    padding-right: 10px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:last-of-type {
    padding-left: 10px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text h2,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text p,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.beauty-image {
    margin: 100px 150px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 5px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:first-of-type,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
    margin-left: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:last-of-type,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
    margin-right: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product img,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product img,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product img {
    height: 550px;
    width: 400px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product span,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 15px;
    max-width: 280px;
    margin-top: 25px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product a,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves {
    margin-top: 150px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    color: #000000;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-top {
    margin-top: 100px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-bottom {
    margin-bottom: 50px !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    padding-left: 250px;
    padding-right: 250px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    margin-bottom: 100px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container {
    position: absolute !important;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body {
    position: absolute !important;
    bottom: 50px;
    left: 50px;
    padding: 0;
    width: auto;
    height: auto;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px !important;
    letter-spacing: 0px;
    text-align: center;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
    border-radius: 4px;
    margin: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
    margin-left: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-prev {
    left: 4vw;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-next {
    right: 5vw;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
    padding: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
    padding: 0;
    margin-left: 0;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product {
    padding-right: 20px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    text-align: left;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  html:not(.ipad) .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-left-150 {
  margin-left: 150px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-right-150 {
  margin-right: 150px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top {
  margin-top: 150px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom {
  margin-bottom: 150px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable {
  padding: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1000px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 1.4em;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  margin-top: 75px;
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
  margin-right: 25px;
  border-radius: 4px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:last-of-type {
  margin: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image {
  margin: 150px auto;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:first-of-type {
  padding-right: 75px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 75px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
  margin: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-bottom: 25px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  text-transform: none;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  max-width: 400px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
  text-decoration: underline;
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 500px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a {
  text-decoration: underline;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:first-of-type {
  padding-right: 10px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:last-of-type {
  padding-left: 10px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text h2,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 500px;
  margin: 0 auto;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.beauty-image {
  margin: 100px 150px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
  display: -ms-flexbox;
  display: flex;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 5px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
  margin-left: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
  margin-right: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product img,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product img,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product img {
  height: 550px;
  width: 400px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 15px;
  max-width: 280px;
  margin-top: 25px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: underline;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves {
  margin-top: 150px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  color: #000000;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-top {
  margin-top: 100px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-bottom {
  margin-bottom: 50px !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  padding-left: 250px;
  padding-right: 250px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 10px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin-top: 25px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  margin-bottom: 100px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container {
  position: absolute !important;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body {
  position: absolute !important;
  bottom: 50px;
  left: 50px;
  padding: 0;
  width: auto;
  height: auto;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 125px;
  font-weight: 100;
  line-height: 0.8em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px !important;
  letter-spacing: 0px;
  text-align: center;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
  border-radius: 4px;
  margin: 0;
  margin-bottom: 0;
  margin-right: 25px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block {
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 100px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-prev {
  left: 4vw;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-next {
  right: 5vw;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
  padding: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
  padding: 0;
  margin-left: 0;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product {
  padding-right: 20px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
  text-align: left;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  margin-bottom: 25px;
}
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-left-150 {
    margin-left: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-right-150 {
    margin-right: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top {
    margin-top: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom {
    margin-bottom: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable {
    padding: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1000px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.4em;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    margin-top: 75px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
    margin-right: 25px;
    border-radius: 4px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:last-of-type {
    margin: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image {
    margin: 150px auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:first-of-type {
    padding-right: 75px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 75px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
    margin: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    text-transform: none;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
    text-decoration: underline;
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 500px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a {
    text-decoration: underline;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:first-of-type {
    padding-right: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:last-of-type {
    padding-left: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text h2,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text p,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.beauty-image {
    margin: 100px 150px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
    display: -ms-flexbox;
    display: flex;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 5px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:first-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:last-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
    margin-right: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product img,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product img,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product img {
    height: 550px;
    width: 400px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 15px;
    max-width: 280px;
    margin-top: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product a,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves {
    margin-top: 150px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-top {
    margin-top: 100px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-bottom {
    margin-bottom: 50px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    padding-left: 250px;
    padding-right: 250px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    margin-bottom: 100px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container {
    position: absolute !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body {
    position: absolute !important;
    bottom: 50px;
    left: 50px;
    padding: 0;
    width: auto;
    height: auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px !important;
    letter-spacing: 0px;
    text-align: center;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
    margin-top: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
    border-radius: 4px;
    margin: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-prev {
    left: 4vw;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-next {
    right: 5vw;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
    padding: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
    padding: 0;
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product {
    padding-right: 20px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    text-align: left;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-left-150 {
    margin-left: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-right-150 {
    margin-right: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top {
    margin-top: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom {
    margin-bottom: 150px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable {
    padding: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1000px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.4em;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    margin-top: 75px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
    margin-right: 25px;
    border-radius: 4px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:last-of-type {
    margin: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image {
    margin: 150px auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:first-of-type {
    padding-right: 75px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 75px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
    margin: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
    text-transform: none;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
    text-decoration: underline;
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 500px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a {
    text-decoration: underline;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:first-of-type {
    padding-right: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:last-of-type {
    padding-left: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text h2,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.intro-text p,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.beauty-image {
    margin: 100px 150px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
    display: -ms-flexbox;
    display: flex;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 5px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:first-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product:last-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
    margin-right: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product img,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product img,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product img {
    height: 550px;
    width: 400px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 15px;
    max-width: 280px;
    margin-top: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products .product a,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves {
    margin-top: 150px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    color: #000000;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-top {
    margin-top: 100px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-bottom {
    margin-bottom: 50px !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    padding-left: 250px;
    padding-right: 250px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    margin-bottom: 100px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container {
    position: absolute !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body {
    position: absolute !important;
    bottom: 50px;
    left: 50px;
    padding: 0;
    width: auto;
    height: auto;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px !important;
    letter-spacing: 0px;
    text-align: center;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
    margin-top: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
    border-radius: 4px;
    margin: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-prev {
    left: 4vw;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-next {
    right: 5vw;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
    padding: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
    padding: 0;
    margin-left: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product {
    padding-right: 20px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    text-align: left;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-top-mobile {
  margin-top: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
  margin-bottom: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 10px;
  padding-left: 10px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable {
  padding: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-list {
  padding-left: 0 !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow {
  display: none !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph {
  margin: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
  margin: 100px auto;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 1.4em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products {
  width: auto !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .scrollable > .products .product {
  -ms-flex-align: center;
      align-items: center;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block {
  padding-left: 20px;
  padding-right: 0;
  margin-top: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
  padding-right: 0%;
  padding-left: 0%;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
  margin-left: -20%;
  padding-left: 0% !important;
  padding-right: 0% !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product {
  padding-right: 20px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  margin-bottom: 10px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 0.9em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body {
  bottom: 20px;
  left: 20px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2 {
  margin-bottom: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img {
  width: 100%;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type {
  padding-right: 65px !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type {
  padding-left: 65px !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-right-150 {
  margin-right: 0 !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6.margin-left-150 {
  margin-left: 0 !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:first-of-type {
  padding-right: 37px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block .col-sm-6:last-of-type {
  padding-left: 37px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container {
  text-align: initial;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container {
  position: absolute;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  padding-left: 20px;
  padding-right: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
  display: none !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track {
  padding-left: 33.5% !important;
  display: -ms-flexbox;
  display: flex;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 20px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin-top: 25px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta {
  margin-top: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 10px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span {
  color: #ffffff !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container {
  position: absolute !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image .image-body-container .image-body,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time .flex-block.beauty-image .image-body-container .image-body {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  padding: 0;
  width: auto;
  height: auto;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.beauty-image {
  margin-top: 25px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
  margin-top: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black {
  margin: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type {
  margin-right: 12px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type {
  margin-left: 12px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a {
  text-align: center;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products img,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img {
  height: auto;
  width: auto;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products span,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  margin-bottom: 15px;
  max-width: 280px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .flex-block.products-block .products a,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: underline;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.exquisite-materials .intro-text p,
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p {
  font-family: 'freight-big-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time {
  margin-top: 100px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:first-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.ahead-its-time > div .flex-block .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container {
  text-align: initial !important;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a {
  margin-bottom: 0;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type {
  padding-right: 10px;
}
html.ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cms-page-view.explore-henry-chronos .intro-paragraph {
    margin: 0;
    padding: 0 50px;
  }
  .cms-page-view.explore-henry-chronos .intro-paragraph .paragraph {
    margin: 100px auto;
  }
  .cms-page-view.explore-henry-chronos .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    line-height: 1.4em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 768px) {
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block {
    padding-left: 20px;
    padding-right: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-arrow {
    display: none !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-track {
    padding-left: 33.5%;
    display: -ms-flexbox;
    display: flex;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 20px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad)  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  html:not(.ipad)  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-arrow {
    display: none !important;
  }
  html:not(.ipad)  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-track {
    padding-left: 26%;
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.ipad)  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 20px;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  html:not(.ipad)  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad)  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }
  html:not(.ipad)  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
    display: inline-block !important;
  }
  html:not(.ipad)  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
    right: 170px !important;
  }
  html:not(.ipad)  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
    left: 160px !important;
  }
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
  display: inline-block !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
  right: 170px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
  left: 160px !important;
}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
    display: inline-block !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
    right: 170px !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
    left: 160px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
    display: inline-block !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
    right: 170px !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
    left: 160px !important;
  }
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  margin-bottom: 0;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  padding-left: 250px !important;
  padding-right: 250px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
  display: inline-block !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
  right: 200px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
  left: 200px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track {
  padding-left: 18px !important;
}
.cms-page-view.explore-statement-bathtubs {
  /* Landscape */
}
.cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
  padding: 0 50px;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text {
  bottom: 10px;
  left: unset;
  right: 10px;
  top: unset;
  height: auto;
  position: absolute;
  width: auto;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text.left-align {
  left: 80px;
  right: 0;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text.right-align {
  right: 80px;
  left: auto;
  bottom: -25px;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p a {
  background: none !important;
  font-weight: 500;
  text-decoration: underline;
}
.cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p a:hover {
  background: none !important;
}
.cms-page-view.explore-statement-bathtubs .arrow {
  position: relative;
  z-index: 2;
}
.cms-page-view.explore-statement-bathtubs .arrow .triangle {
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.cms-page-view.explore-statement-bathtubs .arrow .triangle:before {
  content: '';
  height: 5px;
  width: 5px;
}
.cms-page-view.explore-statement-bathtubs .arrow:before {
  content: '';
  height: 25px;
  width: 0.58em;
  border-right: 1px solid #000000;
  position: absolute;
  z-index: 9999;
}
.cms-page-view.explore-statement-bathtubs .columns .column.main {
  background-color: #f6f6f6 !important;
}
.cms-page-view.explore-statement-bathtubs .ctas-block {
  margin-bottom: 100px;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta {
  margin: 0 10px;
  margin-top: 0;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  margin: 0;
  margin-bottom: 15px;
  max-width: 250px;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta:hover span,
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta span {
  color: #ffffff !important;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.cms-page-view.explore-statement-bathtubs .ctas-block .button.cta:hover span {
  color: #ffffff !important;
}
.cms-page-view.explore-statement-bathtubs .ctas-block.ctas-sinks {
  background-color: #ffffff;
  margin-bottom: 0 !important;
  padding: 75px 0;
}
.cms-page-view.explore-statement-bathtubs .ctas-block.ctas-sinks .image-body-container.paired-text {
  bottom: -35px;
}
.cms-page-view.explore-statement-bathtubs .hero-block .video-container {
  position: relative;
}
.cms-page-view.explore-statement-bathtubs .hero-block .video-container > .video-background {
  position: relative;
  height: 100%;
}
.cms-page-view.explore-statement-bathtubs .hero-block .video-container > .video-background > video {
  display: block;
  height: 100%;
}
.cms-page-view.explore-statement-bathtubs .hero-block .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 50px;
}
.cms-page-view.explore-statement-bathtubs .hero-block .text-container small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.cms-page-view.explore-statement-bathtubs .hero-block .text-container h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}
.cms-page-view.explore-statement-bathtubs .hero-block .image-body-container.paired-text {
  bottom: -25px;
}
.cms-page-view.explore-statement-bathtubs .intro-paragraph .paired-text,
.cms-page-view.explore-statement-bathtubs .sorano .paired-text {
  bottom: -25px;
}
.cms-page-view.explore-statement-bathtubs .intro-paragraph {
  margin-top: 0;
  margin-bottom: 65px;
}
.cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  text-align: center;
}
.cms-page-view.explore-statement-bathtubs .content.row .flex-block > .image-text-centered-container {
  width: 100%;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 320px;
  text-align: center;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 30px;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text > p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links {
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 75px;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .links a {
  text-transform: uppercase;
  text-decoration: underline;
}
.cms-page-view.explore-statement-bathtubs .content.row .row .links a:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
    padding: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container {
    -ms-flex-align: center;
        align-items: center;
    background-color: #E6E3DB;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 15px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .intro-paragraph {
    margin: 150px auto;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 600px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.margin-bottom {
    margin-bottom: 100px !important;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button {
    margin-bottom: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type {
    margin-right: 12px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type {
    margin-left: 12px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks {
    background-color: #ffffff;
    margin-bottom: 0 !important;
    padding: 120px 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .paired-text {
    bottom: 1.8vw;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding {
    padding: 0 325px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 {
    float: right;
    padding-right: 1vw;
    margin-right: 1vw;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text {
    text-align: left;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text h2 {
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type {
    padding-left: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6 {
    float: left;
    padding-right: 0;
    padding-left: 2.6vw;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row {
    width: 100%;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .flex-block > .image-text-centered-container.horizontal-padding {
    padding: 0 325px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container.col-lg-6 .beauty-text {
    max-width: 100%;
    margin-top: 50px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text {
    max-width: 600px;
    margin-bottom: 150px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 75px;
    margin-top: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text {
    bottom: -15px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.left-align {
    left: 325px;
    right: auto;
    bottom: -25px;
  }
  html:not(.ipad) .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.right-align {
    right: 325px;
    left: auto;
    bottom: -25px;
  }
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
  padding: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container {
  -ms-flex-align: center;
      align-items: center;
  background-color: #E6E3DB;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-bottom: 15px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 125px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .intro-paragraph {
  margin: 150px auto;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 600px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.margin-bottom {
  margin-bottom: 100px !important;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button {
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type {
  margin-right: 12px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type {
  margin-left: 12px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks {
  background-color: #ffffff;
  margin-bottom: 0 !important;
  padding: 120px 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .paired-text {
  bottom: 1.8vw;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding {
  padding: 0 325px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 {
  float: right;
  padding-right: 1vw;
  margin-right: 1vw;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text {
  text-align: left;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text h2 {
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type {
  padding-left: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6 {
  float: left;
  padding-right: 0;
  padding-left: 2.6vw;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row {
  width: 100%;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .flex-block > .image-text-centered-container.horizontal-padding {
  padding: 0 325px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container.col-lg-6 .beauty-text {
  max-width: 100%;
  margin-top: 50px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text {
  max-width: 600px;
  margin-bottom: 150px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 125px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text > p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 75px;
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links {
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text {
  bottom: -15px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.left-align {
  left: 325px;
  right: auto;
  bottom: -25px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.right-align {
  right: 325px;
  left: auto;
  bottom: -25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
    padding: 0;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container {
    -ms-flex-align: center;
        align-items: center;
    background-color: #E6E3DB;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 15px;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .intro-paragraph {
    margin: 150px auto;
  }
  .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 600px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.margin-bottom {
    margin-bottom: 100px !important;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button {
    margin-bottom: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type {
    margin-right: 12px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type {
    margin-left: 12px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks {
    background-color: #ffffff;
    margin-bottom: 0 !important;
    padding: 120px 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .paired-text {
    bottom: 1.8vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding {
    padding: 0 325px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 {
    float: right;
    padding-right: 1vw;
    margin-right: 1vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text {
    text-align: left;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text h2 {
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type {
    padding-left: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6 {
    float: left;
    padding-right: 0;
    padding-left: 2.6vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row {
    width: 100%;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .flex-block > .image-text-centered-container.horizontal-padding {
    padding: 0 325px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container.col-lg-6 .beauty-text {
    max-width: 100%;
    margin-top: 50px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text {
    max-width: 600px;
    margin-bottom: 150px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 75px;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text {
    bottom: -15px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.left-align {
    left: 325px;
    right: auto;
    bottom: -25px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.right-align {
    right: 325px;
    left: auto;
    bottom: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
    padding: 0;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container {
    -ms-flex-align: center;
        align-items: center;
    background-color: #E6E3DB;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 15px;
  }
  .cms-page-view.explore-statement-bathtubs .hero-block .flex-block .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .intro-paragraph {
    margin: 150px auto;
  }
  .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 600px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.margin-bottom {
    margin-bottom: 100px !important;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button {
    margin-bottom: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type {
    margin-right: 12px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type {
    margin-left: 12px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks {
    background-color: #ffffff;
    margin-bottom: 0 !important;
    padding: 120px 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .paired-text {
    bottom: 1.8vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding {
    padding: 0 325px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 {
    float: right;
    padding-right: 1vw;
    margin-right: 1vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text {
    text-align: left;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text h2 {
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type {
    padding-left: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6 {
    float: left;
    padding-right: 0;
    padding-left: 2.6vw;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row {
    width: 100%;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .flex-block > .image-text-centered-container.horizontal-padding {
    padding: 0 325px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container.col-lg-6 .beauty-text {
    max-width: 100%;
    margin-top: 50px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text {
    max-width: 600px;
    margin-bottom: 150px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 100;
    line-height: 0.9em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text > p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 75px;
    margin-top: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .row .text-container .beauty-text .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text {
    bottom: -15px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.left-align {
    left: 325px;
    right: auto;
    bottom: -25px;
  }
  .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text.right-align {
    right: 325px;
    left: auto;
    bottom: -25px;
  }
}
html.ipad .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .horizontal-padding-mobile {
  padding: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .image-body-container.paired-text .image-body p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 7px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-page-view.explore-statement-bathtubs .hero-block .flex-block,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .flex-block,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .flex-block,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .hero-block .flex-block,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .flex-block,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
html.ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container {
  background-color: #E6E3DB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container small,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container small,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container small,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container small,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container small,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container small {
  font-size: 1.3vw;
}
html.ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .hero-block .text-container h2 {
  font-size: 10vw;
}
html.ipad .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 75px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding {
  padding: 0 80px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .horizontal-padding .row > .col-lg-6 {
  float: right;
  padding-right: 2.5vw !important;
  margin-right: 2vw !important;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block {
  padding-top: 25px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks {
  padding: 60px 50px 60px 50px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block.ctas-sinks .image-body-container.paired-text {
  bottom: -35px;
  right: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:first-of-type {
  margin-left: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.ctas-block .button:last-of-type {
  margin-right: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .beauty-text h2 {
  margin-top: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 {
  float: right;
  padding-right: 1.6vw;
  margin-right: 1vw;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text {
  text-align: left;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text h2 {
  margin-top: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .row > .col-lg-6 .beauty-text .links a:first-of-type {
  padding-left: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.horizontal-padding .text-container .beauty-text {
  margin-top: 40px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block.circle-bottom .beauty-text h2 {
  margin-top: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text {
  bottom: 10px;
  position: absolute;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-body-container.paired-text .image-body {
  padding: 0;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.andro .image-body-container.paired-text,
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.sorano .image-body-container.paired-text,
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.emile .image-body-container.paired-text,
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.clothilde .image-body-container.paired-text {
  bottom: -15px;
}
html.ipad .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6,
html.ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6,
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad.portrait .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6,
html.legacy-ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row.rhea .flex-block.horizontal-padding .row > .col-lg-6 {
  float: left;
  padding-left: 5vw;
  padding-right: 0;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .intro-paragraph .paragraph p {
  margin-top: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-text-centered-container .image-body-container.paired-text {
  bottom: 20px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-text-centered-container .image-body-container.paired-text p {
  margin-bottom: 0;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-text-centered-container .image-body-container.paired-text.left-align {
  bottom: -15px;
  left: 80px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .image-text-centered-container .image-body-container.paired-text.right-align {
  right: 80px;
  left: auto;
  bottom: -15px;
}
html.ipad.landscape .cms-page-view.explore-statement-bathtubs .content.row .flex-block .row > .col-lg-6.text-container {
  padding-top: 0;
  padding-left: 0;
}
#addtofolder-modal-wrapper {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap {
  width: 900px;
  max-width: 900px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  text-align: center;
  padding: 24px 24px 20px 24px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/modal-close-new.png') center center no-repeat;
  width: 16px;
  height: 16px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .tile-modal-title,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .back-btn {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-x: hidden;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content {
    margin-bottom: 117px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content {
  margin-bottom: 117px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content {
    margin-bottom: 117px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content {
    margin-bottom: 117px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper {
  padding: 0 32px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-header h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 32px;
  font-weight: 325;
  line-height: 32px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data {
  padding-top: 55px;
  display: -ms-flexbox;
  display: flex;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-image {
  width: 222px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
  width: 243px;
  padding: 0 18px;
  position: relative;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
    max-height: 325px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
  max-height: 325px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
    max-height: 325px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
    max-height: 325px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 24px;
  font-weight: 325;
  line-height: 29px;
  color: #000000;
  margin: 0 0 10px 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #A4A4A4;
  max-width: 180px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom {
  position: absolute;
  bottom: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .style,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin-bottom: 5px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 .value {
  display: inline-block;
  margin-left: 5px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .price-data {
  margin-bottom: 5px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .price-data .price-label,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .price-data .price-label strong {
  display: inline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #C4C4C4;
  text-transform: uppercase;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .price-data .price-container {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 16px;
  font-weight: 325;
  line-height: 19px;
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options {
  width: 372px;
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-options-content {
  min-height: calc(100% - 50px);
}
@media (max-width: 768px) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-options-content {
    min-height: initial;
  }
}
html.ipad.portrait .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-options-content {
  min-height: initial;
}
html.legacy-ipad .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-options-content {
  min-height: initial;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .option-block {
  border: 1px solid #A4A4A4;
  height: 44px;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 44px;
  color: #333333;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty {
  bottom: 0;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 1px;
  width: 50%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty {
    width: inherit;
    margin-top: auto;
    margin-right: 1px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty {
  width: inherit;
  margin-top: auto;
  margin-right: 1px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty {
    width: inherit;
    margin-top: auto;
    margin-right: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty {
    width: inherit;
    margin-top: auto;
    margin-right: 1px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty label {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty button {
  background: none;
  border: 1px solid #BCBCBC;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none !important;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty button.product_qtyminus {
  background: url('../images/icons/minus-big-black.png') center center no-repeat;
  background-size: 14px;
  margin-left: auto;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty button.product_qtyplus {
  background: url('../images/icons/plus-big-black.png') center center no-repeat;
  background-size: 14px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty input {
  text-align: center;
  width: 50px;
  height: 40px;
  border: 1px solid #BCBCBC;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .product-qty input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 100px;
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
    display: block !important;
    padding-bottom: 0;
    border-top: 1px solid #D9D9D9;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
  display: block !important;
  padding-bottom: 0;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
    display: block !important;
    padding-bottom: 0;
    border-top: 1px solid #D9D9D9;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
    display: block !important;
    padding-bottom: 0;
    border-top: 1px solid #D9D9D9;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header {
  padding-bottom: 20px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header h2 {
  display: inline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  margin-top: -59px;
  /* Landscape */
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder:hover span,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder {
    margin-top: 0;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder {
    margin-top: 0;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-header .btn-create-folder .plus-icon {
  display: inline-block;
  background: url('../images/icons/plus-black.png') center center no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-bottom: -1px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block {
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block:last-of-type {
  border-bottom: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  display: block;
  width: 100%;
  padding: 24px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/folder-big.png') center center no-repeat;
  width: 20px;
  height: 18px;
  margin-right: 18px;
  margin-bottom: -2px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name:after {
  content: '';
  display: inline-block;
  background: url('../images/icons/folder-right-arrow.png') center center no-repeat;
  width: 20px;
  height: 18px;
  float: right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name.selected {
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name.selected:before {
  background: url('../images/icons/folder-big.png') center center no-repeat;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name input[type="text"] {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  border: 0;
  padding: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name input[type="text"]:focus {
  border: 0;
  box-shadow: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name input[type="text"].error {
  color: #e02b27;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .folder-name .error-msg {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #e02b27;
  margin-top: 0;
  margin-left: 37px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 8px 18px 0 33px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li {
  margin-bottom: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/folder-line-disabled.png') center center no-repeat;
  width: 27.5px;
  height: 28px;
  margin-right: 18px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  color: #BCBCBC;
  margin: 0;
  vertical-align: sub;
  width: calc(100% - 55px);
  min-height: 32px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li label:before {
  content: '';
  display: inline-block;
  background: url('../images/icons/folder-disabled.png') center center no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 13px;
  margin-bottom: -1px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li label input[type="checkbox"] {
  float: right;
  margin: 0;
  top: 8px;
  display: none;
  border: 0;
  outline: none;
  background: url('../images/icons/folder-checkbox-on.png') center center no-repeat;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.selected {
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.selected:before {
  background: url('../images/icons/folder-line.png') center center no-repeat;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.selected label {
  color: #000000;
  background: #FBFBFB;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.selected label:before {
  background: url('../images/icons/folder.png') center center no-repeat;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.selected label input[type="checkbox"] {
  display: block;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.tmpl {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.tmpl input[type="text"] {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #000000;
  border: 0;
  padding: 0;
  display: inline;
  width: 200px;
  height: inherit;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block ul li.tmpl input[type="text"]:focus {
  border: 0;
  box-shadow: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 32px;
  margin-bottom: 24px;
  display: block;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room:hover span,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room .plus-icon {
  display: inline-block;
  background: url('../images/icons/plus-black.png') center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  margin-right: 9px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .btn-create-room.highlight span {
  color: #e02b27;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block .myfolders-widget-folder-block-rooms-container {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block.active .myfolders-widget-folder-block-rooms-container {
  display: block;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block.active .folder-name {
  padding-bottom: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .myfolders-widget-folder-block.active .folder-name:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper #myfolders-widget-folder-template,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper #myfolders-widget-folder-create {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper {
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 32px);
  background: white;
  padding: 20px 15px 30px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper {
    display: block !important;
    width: 100%;
    margin: 0 -32px;
    padding: 20px 0 30px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper {
  display: block !important;
  width: 100%;
  margin: 0 -32px;
  padding: 20px 0 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper {
    display: block !important;
    width: 100%;
    margin: 0 -32px;
    padding: 20px 0 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper {
    display: block !important;
    width: 100%;
    margin: 0 -32px;
    padding: 20px 0 30px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button {
  width: 100%;
  height: 41px;
  margin: 0 auto 0 auto;
  border-radius: 0;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  /* Landscape */
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button:hover span,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button {
    width: calc(100% - 60px);
    height: 60px;
    max-width: 368px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button {
  width: calc(100% - 60px);
  height: 60px;
  max-width: 368px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button {
    width: calc(100% - 60px);
    height: 60px;
    max-width: 368px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper button {
    width: calc(100% - 60px);
    height: 60px;
    max-width: 368px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-submit-wrapper .modal-msg-container span {
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  color: #e02b27;
  margin-bottom: 14px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .product-options-wrapper label {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .fieldset .field {
  margin-bottom: 10px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control select,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control i.fa.fa-angle-down {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select {
  background: #ffffff;
  border: 1px solid #999999;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select i.fa.fa-angle-down {
  display: inline-block;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select:first-child ul {
  z-index: 2;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select:nth-child(2) ul {
  z-index: 3;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select:nth-child(3) ul {
  z-index: 4;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select:nth-child(4) ul {
  z-index: 5;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select.active {
  background: #000000;
  color: #ffffff;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select.active span {
  color: #ffffff;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select.active span span {
  color: #ffffff;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select .current-option-wrap {
  display: block;
  padding: 24px 10px;
  position: relative;
  cursor: pointer;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select .current-option-wrap span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select .current-option-wrap i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: FontAwesome !important;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select .current-option-wrap.open i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul {
  display: none;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  margin-bottom: 0;
  position: absolute;
  width: calc(100% + 2px);
  background: #ffffff;
  top: 64px;
  margin-left: -1px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul li {
  display: block;
  font-size: 11px;
  color: #000000;
  width: calc(100% + 1px);
  padding: 17px 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul li.finish-options-trigger {
  background: #000000;
  color: #ffffff;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul li:hover {
  background: #000000;
  color: #ffffff;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul li:last-child {
  border-bottom: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .control .dynamic-select ul li.disabled {
  /*display: none;*/
  background-color: #999999;
  pointer-events: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #tile_calculator_project_folder input.error,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #tile_calculator_project_folder select.error {
  border-color: #e02b27;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #tile_calculator_project_folder #increments_label_project_folder {
  margin-top: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #zero_disclaimer_project_folder {
  margin-top: 20px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #zero_disclaimer_project_folder input {
  vertical-align: top;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options #zero_disclaimer_project_folder label {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #000000;
  padding: 0 0 0 10px;
  width: calc(100% - 20px);
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .field.swatch-attribute {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-modal-container {
  display: none;
  height: 100%;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector {
  display: -ms-flexbox;
  display: flex;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container {
  border: 1px solid #A4A4A4;
  padding: 10px 10px 10px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-img {
  width: 42px;
  height: 42px;
  border: 1px solid #ECECEC;
  border-radius: 90px;
  margin-right: 12px;
  display: block;
  padding: 3px;
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-img:hover .ww-tooltip {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-img:hover .ww-tooltip {
    display: block;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-img .ww-tooltip:not(.mobile) {
  right: 0;
  top: 104%;
  width: 283px;
  position: absolute;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label {
  max-width: 260px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label {
    max-width: 260px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label span {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  color: #000000;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-selected-label span.swatch-label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  color: #333333;
  vertical-align: middle;
  text-transform: uppercase;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-choose {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  padding-left: 5px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container .swatch-choose i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000000;
  font-size: 20px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container.active {
  background: #1D1D1D;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container.active .swatch-img,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container.active .swatch-choose,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container.active .swatch-selected-label {
  display: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .swatch-selector .swatch-selected-container.active:before {
  content: 'Pick a Color: Choose an Option';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  height: 42px;
  line-height: 42px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container {
  border: 1px solid #F2F2F2;
  padding: 14px;
  margin-top: 14px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
html.ipad.landscape .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container {
  padding: 24px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container {
    padding: 24px;
  }
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container h3 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 22px;
  color: #000000;
  padding: 0;
  margin: 0 0 25px 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li {
  width: 42%;
  margin-bottom: 24px;
  padding-left: 7px;
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li:nth-child(odd) {
  width: 58%;
  padding-right: 7px;
  padding-left: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3rem;
  color: #000000;
  padding: 0;
  margin: 0 0 4px 0;
  display: inline;
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li span.help {
  display: inline-block;
  background: url('../images/icons/tile-help.png') center center no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li span.help.not-visible {
  display: none !important;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li input,
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li select {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  padding: 0 10px;
  margin: 0;
  box-shadow: none;
  opacity: 1;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li:nth-child(3),
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li:nth-child(4) {
  margin-bottom: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li#zero_disclaimer {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li#zero_disclaimer label {
  display: inline;
  height: inherit;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li#increments_label {
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .product-options .surfaces-addtocart-calculator-container ul li#increments_label:before {
  content: '.';
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
  font-size: 25px;
  vertical-align: top;
  line-height: 25px;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap.loading {
  position: relative;
}
.modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap.loading:before {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8) url('../images/loading.gif') center center no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  content: '';
  background-size: 15%;
}
@media (max-width: 768px) {
  .modals-wrapper aside.modal-popup.addtofolder-modal {
    overflow-y: auto;
    max-height: 100%;
    bottom: 0;
    top: inherit;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap {
    max-width: 100%;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header {
    background: #000000;
    padding: 0;
    margin: 0;
    height: 40px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .back-btn:before {
    content: 'Save to Folder';
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 24px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close {
    opacity: 1;
    text-align: center;
    padding: 12px 12px 12px 12px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close:before {
    content: '';
    background: url('../images/icons/modal-close-new-white.png') center center no-repeat;
    width: 16px;
    height: 16px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper {
    padding: 0 16px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-header {
    display: none;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data {
    padding-top: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-image {
    width: 137px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
    width: calc(100% - 138px);
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info h2.family_name {
    font-size: 22px;
    line-height: 26px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product_name {
    font-size: 10px;
    line-height: 18px;
    max-width: inherit;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom {
    width: 100%;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper {
    display: block;
    margin: 24px 14px 30px 14px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button {
    width: 100%;
    height: 41px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button:hover span,
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .style,
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 {
    display: none;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-price-info-bottom .price-data {
    margin-bottom: 0;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile {
    display: block;
    position: inherit;
    margin: 16px 0;
    padding: 12px 0;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style {
    margin-right: 50px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style,
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2,
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 strong {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #333333;
    margin-bottom: 0;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 .value {
    display: inline-block;
    margin-left: 5px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper h3 {
    margin: 0 0 15px 0;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper ul li {
    margin-bottom: 12px;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .prev-step {
    display: block;
    background: url('../images/icons/projectofolder-back.png') center center no-repeat;
    width: 10px;
    height: 17px;
    padding: 32px 10px;
    margin-bottom: 5px;
  }
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal {
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
  top: inherit;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap {
  max-width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header {
  background: #000000;
  padding: 0;
  margin: 0;
  height: 40px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .back-btn:before {
  content: 'Save to Folder';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 24px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  text-align: center;
  padding: 12px 12px 12px 12px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/modal-close-new-white.png') center center no-repeat;
  width: 16px;
  height: 16px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper {
  padding: 0 16px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-header {
  display: none;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data {
  padding-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-image {
  width: 137px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
  width: calc(100% - 138px);
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info h2.family_name {
  font-size: 22px;
  line-height: 26px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product_name {
  font-size: 10px;
  line-height: 18px;
  max-width: inherit;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom {
  width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper {
  display: block;
  margin: 24px 14px 30px 14px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button {
  width: 100%;
  height: 41px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button:hover span,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .style,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 {
  display: none;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-price-info-bottom .price-data {
  margin-bottom: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile {
  display: block;
  position: inherit;
  margin: 16px 0;
  padding: 12px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style {
  margin-right: 50px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 strong {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #333333;
  margin-bottom: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 .value {
  display: inline-block;
  margin-left: 5px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper h3 {
  margin: 0 0 15px 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper ul li {
  margin-bottom: 12px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
  padding-top: 0;
  margin-top: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .prev-step {
  display: block;
  background: url('../images/icons/projectofolder-back.png') center center no-repeat;
  width: 10px;
  height: 17px;
  padding: 32px 10px;
  margin-bottom: 5px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal {
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
  top: inherit;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap {
  max-width: 100%;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header {
  background: #000000;
  padding: 0;
  margin: 0;
  height: 40px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .back-btn:before {
  content: 'Save to Folder';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 24px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  text-align: center;
  padding: 12px 12px 12px 12px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/modal-close-new-white.png') center center no-repeat;
  width: 16px;
  height: 16px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper {
  padding: 0 16px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-header {
  display: none;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data {
  padding-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-image {
  width: 137px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
  width: calc(100% - 138px);
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info h2.family_name {
  font-size: 22px;
  line-height: 26px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product_name {
  font-size: 10px;
  line-height: 18px;
  max-width: inherit;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom {
  width: 100%;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper {
  display: block;
  margin: 24px 14px 30px 14px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button {
  width: 100%;
  height: 41px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button:hover span,
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .style,
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 {
  display: none;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-price-info-bottom .price-data {
  margin-bottom: 0;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile {
  display: block;
  position: inherit;
  margin: 16px 0;
  padding: 12px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style {
  margin-right: 50px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style,
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2,
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 strong {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #333333;
  margin-bottom: 0;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 .value {
  display: inline-block;
  margin-left: 5px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper h3 {
  margin: 0 0 15px 0;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper ul li {
  margin-bottom: 12px;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
  padding-top: 0;
  margin-top: 0;
}
html.legacy-ipad  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .prev-step {
  display: block;
  background: url('../images/icons/projectofolder-back.png') center center no-repeat;
  width: 10px;
  height: 17px;
  padding: 32px 10px;
  margin-bottom: 5px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal {
  overflow-y: auto;
  max-height: 100%;
  bottom: 0;
  top: inherit;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header {
  background: #000000;
  padding: 0;
  margin: 0;
  height: 40px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .back-btn:before {
  content: 'Save to Folder';
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 24px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  text-align: center;
  padding: 12px 12px 12px 12px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/modal-close-new-white.png') center center no-repeat;
  width: 16px;
  height: 16px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper {
  padding: 0 16px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-header {
  display: none;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data {
  padding-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-image {
  width: 137px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info {
  width: calc(100% - 138px);
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info h2.family_name {
  font-size: 22px;
  line-height: 26px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product_name {
  font-size: 10px;
  line-height: 18px;
  max-width: inherit;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom {
  width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options {
  width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper {
  display: block;
  margin: 24px 14px 30px 14px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button {
  width: 100%;
  height: 41px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button:hover span,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-options .next-btn-wrapper button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .style,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info .product-info-bottom .attribute.sku-2 {
  display: none;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-price-info-bottom .price-data {
  margin-bottom: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile {
  display: block;
  position: inherit;
  margin: 16px 0;
  padding: 12px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style {
  margin-right: 50px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .style,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2,
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 strong {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #333333;
  margin-bottom: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .addtofolder-modal-product-data .product-info-bottom-mobile .attribute.sku-2 .value {
  display: inline-block;
  margin-left: 5px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper h3 {
  margin: 0 0 15px 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .surfaces-addtocart-calculator-container .surface-calculator-wrapper ul li {
  margin-bottom: 12px;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper {
  padding-top: 0;
  margin-top: 0;
}
html.ipad.portrait  .modals-wrapper aside.modal-popup.addtofolder-modal .modal-inner-wrap .modal-content .addtofolder-modal-content-wrapper .myfolders-widget-wrapper .prev-step {
  display: block;
  background: url('../images/icons/projectofolder-back.png') center center no-repeat;
  width: 10px;
  height: 17px;
  padding: 32px 10px;
  margin-bottom: 5px;
}
.qty-product-modal .surfaces-addtocart-calculator-container #increments_label_project_folder {
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
}
.qty-product-modal .surfaces-addtocart-calculator-container #increments_label_project_folder:before {
  content: '.';
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
  font-size: 25px;
  vertical-align: top;
  line-height: 25px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap {
  width: 100%;
  height: initial;
  max-width: 100% !important;
  min-height: initial;
  max-height: 90%;
  bottom: 0;
  position: absolute;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap {
    width: 1170px;
    height: inherit;
    max-width: 90% !important;
    position: static;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap {
  width: 1170px;
  height: inherit;
  max-width: 90% !important;
  position: static;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap {
    width: 1170px;
    height: inherit;
    max-width: 90% !important;
    position: static;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap {
    width: 1170px;
    height: inherit;
    max-width: 90% !important;
    position: static;
  }
}
@media (max-width: 768px) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header {
    background: #000000;
    padding: 0;
    height: 40px;
  }
}
html.ipad.portrait .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header {
  background: #000000;
  padding: 0;
  height: 40px;
}
html.legacy-ipad .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header {
  background: #000000;
  padding: 0;
  height: 40px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  text-align: center;
  padding: 12px 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close {
    padding: 24px 24px 20px 24px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close {
  padding: 24px 24px 20px 24px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close {
    padding: 24px 24px 20px 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close {
    padding: 24px 24px 20px 24px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/modal-close-new-white.png') center center no-repeat;
  width: 16px;
  height: 16px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close:before {
    background: url('../images/icons/modal-close-new.png') center center no-repeat;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close:before {
  background: url('../images/icons/modal-close-new.png') center center no-repeat;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close:before {
    background: url('../images/icons/modal-close-new.png') center center no-repeat;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-header .action-close:before {
    background: url('../images/icons/modal-close-new.png') center center no-repeat;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content {
  padding: 30px 16px 43px;
  overflow-x: hidden;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content {
    padding: 0 43px 43px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content {
  padding: 0 43px 43px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content {
    padding: 0 43px 43px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content {
    padding: 0 43px 43px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .folder-modal-header h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 22px;
  color: #000000;
  text-align: center;
  padding: 0 0 33px 0;
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .folder-modal-header h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 26px;
    font-weight: 325;
    line-height: 31px;
    color: #000000;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #E9E9E9;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .folder-modal-header h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 26px;
  font-weight: 325;
  line-height: 31px;
  color: #000000;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #E9E9E9;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .folder-modal-header h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 26px;
    font-weight: 325;
    line-height: 31px;
    color: #000000;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #E9E9E9;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .folder-modal-header h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 26px;
    font-weight: 325;
    line-height: 31px;
    color: #000000;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #E9E9E9;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 325;
  line-height: 17px;
  color: #000000;
  padding: 0;
  margin: 0 0 12px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 325;
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px 0;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 22px;
  font-weight: 325;
  line-height: 24px;
  color: #000000;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 325;
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-size: 22px;
    font-weight: 325;
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px 0;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 i.info {
  background: url('../images/icons/icon-help-tip.png') center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 9px;
  margin-bottom: -3px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 i.info {
    width: 20px;
    height: 20px;
    margin-left: 14px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 i.info {
  width: 20px;
  height: 20px;
  margin-left: 14px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 i.info {
    width: 20px;
    height: 20px;
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block h2 i.info {
    width: 20px;
    height: 20px;
    margin-left: 14px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 32px -8px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container {
  margin: 0 8px 16px 8px;
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container {
    width: calc(50% - 16px);
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container {
  width: calc(50% - 16px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container {
    width: calc(50% - 16px);
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.state,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.city,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.country,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.first-name,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.last-name,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.zipcode {
  width: calc(50% - 16px);
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container label {
  margin: 0;
  padding: 0;
  display: block;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container label.select-box {
  border: 1px solid #D9D9D9;
  padding: 0;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container label.select-box input {
  border: 0 !important;
  height: 66px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container p.form-error {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10.2px;
  font-weight: 400;
  line-height: 11px;
  color: #e02b27;
  margin: 6px 0 0 0;
  padding: 0;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset .field-container.error label.select-box {
  border: 1px solid #e02b27 !important;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea {
  border: 1px solid #D9D9D9;
  background: white;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #000000;
  padding: 23px 14px;
  box-shadow: none;
  outline: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input,
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select,
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 32px 26px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input,
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select,
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  padding: 32px 26px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input,
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select,
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 32px 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input,
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select,
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 32px 26px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input::-webkit-input-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select::-webkit-input-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
  box-shadow: none;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input::-moz-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select::-moz-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea::-moz-placeholder {
  color: #757575;
  opacity: 1;
  box-shadow: none;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input::-ms-input-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select::-ms-input-placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea::-ms-input-placeholder {
  color: #757575;
  opacity: 1;
  box-shadow: none;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input::placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select::placeholder,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea::placeholder {
  color: #757575;
  opacity: 1;
  box-shadow: none;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input.error,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select.error,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea.error {
  border-color: #e02b27;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset input[name="contact_company_name"],
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select[name="contact_company_name"],
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset textarea[name="contact_company_name"] {
  background: #f6f6f6;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select {
  height: 46px;
  padding: 0 0 0 14px;
  border: 0;
  color: #757575;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('../images/icons/select-arrow.png') 95% center no-repeat;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select {
    height: 66px;
    padding: 0 0 0 26px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select {
  height: 66px;
  padding: 0 0 0 26px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select {
    height: 66px;
    padding: 0 0 0 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select {
    height: 66px;
    padding: 0 0 0 26px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block fieldset select option:disabled {
  color: #757575;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-billing-info-container fieldset .field-container.address-line,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container fieldset .field-container.address-line {
  width: 100%;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container {
  padding-bottom: 13px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label {
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 325;
  line-height: 11px;
  color: #757575;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    color: #757575;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 325;
  line-height: 24px;
  color: #757575;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    color: #757575;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    color: #757575;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #000000;
  background: url('../images/icons/folder-checkbox-default.png') center center no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0 2px -1px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input {
    height: 18px;
    width: 18px;
    margin: 0 10px -2px 0;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input {
  height: 18px;
  width: 18px;
  margin: 0 10px -2px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input {
    height: 18px;
    width: 18px;
    margin: 0 10px -2px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input {
    height: 18px;
    width: 18px;
    margin: 0 10px -2px 0;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-shipping-info-container h2 label input:checked {
  background: url('../images/icons/folder-checkbox-checked.png') center center no-repeat;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  /* Landscape */
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn:hover span,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn {
    position: initial;
    display: inline-block;
    float: right;
    margin-top: -34px;
  }
}
html.ipad.landscape .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn {
  position: initial;
  display: inline-block;
  float: right;
  margin-top: -34px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn {
    position: initial;
    display: inline-block;
    float: right;
    margin-top: -34px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn {
    position: initial;
    display: inline-block;
    float: right;
    margin-top: -34px;
  }
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container .add-contact-btn .plus-icon {
  display: inline-block;
  background: url('../images/icons/plus-black.png') center center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-bottom: -1px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container fieldset {
  margin-bottom: 0;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-projectcontact-info-container fieldset:last-of-type {
  margin-bottom: 32px;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-notes-info-container fieldset .field-container {
  width: 100% !important;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-notes-info-container fieldset .field-container textarea {
  background: #ffffff;
  height: 140px;
  resize: none;
  overflow: hidden;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .quote-info-block.quote-notes-info-container fieldset .field-container #count_message {
  background-color: #A4A4A4;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  float: right;
  z-index: 2;
  position: relative;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .actions-toolbar {
  text-align: center;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .actions-toolbar button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  width: 372px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #000000;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .actions-toolbar button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .actions-toolbar button:hover span,
.account .modals-wrapper aside.modal-popup.modal-slide.folder-submit-quote-modal .modal-inner-wrap .modal-content .folder-modal-content-wrapper .actions-toolbar button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.ui-tooltip .ui-tooltip-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #000000;
  background: #EDEDED;
  padding: 10px;
  margin-top: -15px;
}
.modal-slide.modal-tile {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: 3s translate ease-in-out;
  left: 100% !important;
  width: 100%;
  z-index: 903;
}
.modal-slide.modal-tile._show {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal-slide.modal-tile .modal-inner-wrap {
  width: 100%;
  height: 72%;
  float: right;
  background: #ffffff;
  position: relative;
  margin: 0;
  max-width: inherit;
  max-height: inherit;
  /* Landscape */
}
@media (max-width: 768px) {
  .modal-slide.modal-tile .modal-inner-wrap {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
html.ipad.portrait .modal-slide.modal-tile .modal-inner-wrap {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
html.legacy-ipad .modal-slide.modal-tile .modal-inner-wrap {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap {
  width: 850px;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap {
    width: 850px;
    height: 100%;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-header {
  padding: 0;
  margin: 0;
  border: 0;
  background: #000000;
  line-height: 35px;
  width: 100%;
  height: 35px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-header {
  line-height: 80px;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 80px;
    width: 100%;
    height: 80px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header {
    line-height: 35px;
    width: 100%;
    height: 35px;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
  background: url(../images/icons/tile-modal-back.png) center center no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 0 0 15px;
  cursor: pointer;
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    display: block;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .back-btn {
    display: none;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 80px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin-left: 10px;
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    display: block;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .tile-modal-title {
    display: none;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
  opacity: 1;
  padding: 0;
  text-align: center;
  height: 35px;
  width: 15px;
  margin-right: 15px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
  height: 80px;
  width: 80px;
  margin-right: 15px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close {
    height: 35px;
    width: 15px;
    margin-right: 15px;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
  content: '';
  background: url('../images/icons/tile-modal-close.png') center center no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
  width: 16px;
  height: 16px;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 16px;
    height: 16px;
    margin-top: 30px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-header .action-close:before {
    width: 14px;
    height: 14px;
    margin-top: 10px;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-content {
  padding: 20px 0 0 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-content {
    padding: 80px 0 0 0;
    height: calc(100% - 80px);
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-content {
  padding: 80px 0 0 0;
  height: calc(100% - 80px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-content {
    padding: 80px 0 0 0;
    height: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-content {
    padding: 80px 0 0 0;
    height: calc(100% - 80px);
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-content {
    padding: 20px 0 0 0;
    height: 100%;
  }
}
.modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-title {
  display: none;
}
.modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 18px;
  font-weight: 325;
  line-height: 21px;
  color: #000000;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
html.ipad.landscape .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
  padding: 0 0 0 125px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-slide.modal-tile .modal-inner-wrap .modal-content .tile-modal-subtitle {
    margin-bottom: 20px;
  }
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-container {
  display: none;
  height: 100%;
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  cursor: pointer;
  width: 385px;
  height: 41px;
  margin: 0 auto 0;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
html.ipad.landscape .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
  bottom: 45px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
    bottom: 45px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-modal-choose-btn {
    bottom: 16px;
  }
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll {
  overflow-y: scroll;
  height: calc(100% - 120px);
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll {
    height: calc(100% - 180px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll {
    height: calc(100% - 180px);
  }
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 0 30px;
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options {
    padding: 0 70px 0 95px;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options {
    padding: 0 70px 0 95px;
    overflow-y: hidden;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options {
    overflow-y: scroll;
  }
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li {
  width: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 13px 7px 7px;
  cursor: pointer;
  margin: 0 3px;
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 13px 7px 7px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 165px;
    padding: 25px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li {
    width: 165px;
    padding: 25px 0;
    margin: 0;
  }
}
html.ipad .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li {
  width: 165px;
  padding: 25px 0;
  margin: 0;
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li img {
  width: 60px;
  height: 60px;
  border-radius: 90px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 100px;
    height: 100px;
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 100px;
    height: 100px;
    margin-bottom: 33px;
  }
}
@media screen and (orientation: landscape) and (max-width: 992px) {
  html:not(.ipad) .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
}
html.ipad .modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li img {
  width: 100px;
  height: 100px;
  margin-bottom: 33px;
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li span {
  display: block;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-swatch-selector-wrapper.folder-project-swatch-modal .modal-content .swatch-options-scroll ul.swatch-options li.selected {
  border: 1px solid #e1e1e1;
}
body.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item.project-folder:after {
  content: 'new';
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 3px 6px;
  margin: 8px 0 0 8px;
  display: inline-block;
  height: 15px;
}
body.account .added-to-cart-folder {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  padding: 30px 40px;
  top: 55px;
  right: 20px;
}
body.account .added-to-cart-folder p {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 20px;
  font-weight: 325;
  line-height: 24px;
  color: #000000;
  padding: 0;
  margin: 0 0 20px 0;
}
body.account .added-to-cart-folder h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 30px;
  font-weight: 325;
  line-height: 36px;
  color: #000000;
  padding: 0;
  margin: 0 0 20px 0;
}
body.account .added-to-cart-folder h1 i {
  display: inline-block;
  float: left;
  width: 64px;
  height: 64px;
  background: #f6f6f6 url('../images/icons/addedtocart-icon.png') center center no-repeat;
  margin: 0 24px 0 0;
}
body.account .added-to-cart-folder h1 span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #A4A4A4;
  display: block;
  margin-top: 8px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content {
  overflow: auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content {
    padding: 0;
    overflow: auto;
    height: calc(100% - 90px);
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content {
  padding: 0;
  overflow: auto;
  height: calc(100% - 90px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content {
    padding: 0;
    overflow: auto;
    height: calc(100% - 90px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content {
    padding: 0;
    overflow: auto;
    height: calc(100% - 90px);
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
  display: none !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
    display: block !important;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
  display: block !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
    display: block !important;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs {
  display: block !important;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
  display: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
  padding: 0 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul {
  padding: 0 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  display: -ms-flexbox;
  display: flex;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
    margin: 0 20px 0 20px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
  margin: 0 20px 0 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
    margin: 0 20px 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
    margin: 0 20px 0 20px;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li {
  margin: 0 20px 0 20px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
    line-height: 20px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
  line-height: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
    line-height: 20px;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs ul li a {
  line-height: 20px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
    display: none;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
    display: none;
  }
}
html.ipad body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label {
  display: none;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label select {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  color: #000000;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 20px;
  height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 22px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tabs label select option {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-subtitle {
  padding: 0 0 0 26px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-subtitle {
    margin-bottom: 32px;
    padding: 0 0 0 112px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-subtitle {
  margin-bottom: 32px;
  padding: 0 0 0 112px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-subtitle {
    margin-bottom: 32px;
    padding: 0 0 0 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-subtitle {
    margin-bottom: 32px;
    padding: 0 0 0 112px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list {
  padding-left: 0;
  overflow: hidden;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 103px;
    overflow: hidden;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list {
  padding: 0 30px 0 103px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 103px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list {
    padding: 0 30px 0 103px;
    overflow: hidden;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a span {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a span {
    -ms-flex-order: 1;
        order: 1;
    display: block;
    width: 100%;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a span {
  -ms-flex-order: 1;
      order: 1;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a span {
    -ms-flex-order: 1;
        order: 1;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a span {
    -ms-flex-order: 1;
        order: 1;
    display: block;
    width: 100%;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a img {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a img {
    margin-top: 0;
    margin-bottom: 23px;
    border-radius: 0;
    padding: 0;
    border: 0;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a img {
  margin-top: 0;
  margin-bottom: 23px;
  border-radius: 0;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a img {
    margin-top: 0;
    margin-bottom: 23px;
    border-radius: 0;
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content ul.products-list li a img {
    margin-top: 0;
    margin-bottom: 23px;
    border-radius: 0;
    padding: 0;
    border: 0;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 70px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content {
  margin-top: 70px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content {
    margin-top: 70px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp {
    margin-top: 90px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp {
  margin-top: 90px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp {
    margin-top: 90px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
    width: 100%;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
    width: 100%;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product {
  width: 100%;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper {
  float: right;
  width: 130px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper {
    display: none;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper {
  display: none;
}
html.legacy-ipad body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper {
  display: none;
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper {
  display: -ms-flexbox;
  display: flex;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
  display: -ms-flexbox !important;
  display: flex !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
    display: none !important;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
    display: none !important;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper.mobile {
  display: none !important;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper button {
  background: none;
  border: 1px solid #BCBCBC;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper button.product_qtyminus {
  background: url('../images/icons/minus-big-black.png') center center no-repeat;
  background-size: 14px;
  margin-left: auto;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper button.product_qtyplus {
  background: url('../images/icons/plus-big-black.png') center center no-repeat;
  background-size: 14px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input {
  text-align: center;
  width: 50px;
  height: 40px;
  border: 1px solid #BCBCBC;
  border-left: 0;
  border-right: 0;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  border-radius: 0 !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #000000;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-qty-wrapper input:disabled {
  opacity: 1 !important;
  border-radius: 0 !important;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
  width: calc(100% - 24px);
  height: 41px;
  padding: 0;
  margin: 0 12px;
  background: #000000;
  border: 0;
  border-radius: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
    width: 100%;
    margin: 0;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
    width: 100%;
    margin: 0;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-add-form .actions-primary button.action.primary {
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .product-info-sku .attribute.sku-2 {
    margin: 10px 0 0 0 !important;
    display: block !important;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .product-info-sku .attribute.sku-2 {
  margin: 10px 0 0 0 !important;
  display: block !important;
}
html.legacy-ipad body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .product-info-sku .attribute.sku-2 {
  margin: 10px 0 0 0 !important;
  display: block !important;
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .product-info-sku .attribute.sku-2 {
  margin-left: 50px !important;
  display: inline-block !important;
}
@media (max-width: 768px) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .view-trade-price {
    display: none;
  }
}
html.ipad.portrait body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .view-trade-price {
  display: none;
}
html.legacy-ipad body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .tile-modal-tab-content.mini-pdp .product-info-main .view-trade-price {
  display: none;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block {
  margin-top: 30px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block .tile-modal-subtitle {
  margin-bottom: 15px;
  padding-left: 15px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block .tile-modal-subtitle {
    padding-left: 112px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block .tile-modal-subtitle {
  padding-left: 112px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block .tile-modal-subtitle {
    padding-left: 112px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block .tile-modal-subtitle {
    padding-left: 112px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 9px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list {
    margin-left: 98px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list {
  margin-left: 98px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list {
    margin-left: 98px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list {
    margin-left: 98px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li {
  width: calc(50% - 10px);
  max-width: 210px;
  margin: 0 5px 30px 5px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li {
    width: calc(33% - 6px);
    max-width: 210px;
    margin: 0 6px 30px 6px;
  }
}
html.ipad.landscape body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li {
  width: calc(33% - 6px);
  max-width: 210px;
  margin: 0 6px 30px 6px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li {
    width: calc(33% - 6px);
    max-width: 210px;
    margin: 0 6px 30px 6px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li {
    width: calc(33% - 6px);
    max-width: 210px;
    margin: 0 6px 30px 6px;
  }
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li a {
  text-decoration: none !important;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container {
  display: block;
  position: relative;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container .btn {
  display: none;
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  border-radius: 0;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container .btn:hover span,
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .image-container:hover .btn {
  display: block;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .product-desc {
  display: block;
  margin-top: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block ul.product-list li .product-style {
  display: block;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.pdp-coordinating .modal-coordinating-products-wrapper.modal-slide.modal-tile div.modal-inner-wrap .modal-content .secondary-products-block.recommended-products {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
    padding-right: 40px;
    overflow-y: hidden;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
html.ipad.portrait body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
html.ipad.portrait body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding-right: 40px;
  overflow-y: hidden;
}
html.legacy-ipad body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
html.legacy-ipad body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu,
html.legacy-ipad body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu {
  padding-right: 40px;
  overflow-y: hidden;
}
body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  html:not(.ipad) body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  html:not(.ipad) body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.landscape body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
html.ipad.landscape body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
html.ipad.landscape body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  html:not(.ipad) body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  html:not(.ipad) body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
  }
}
html.ipad.landscape body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
html.ipad.landscape body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
html.ipad.landscape body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
  body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
  body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type {
    padding-right: 50px;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
html.ipad.portrait body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
html.ipad.portrait body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type {
  padding-right: 50px;
}
html.legacy-ipad body.cms-fixture-suites-classic .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
html.legacy-ipad body.cms-fixture-suites-transitional .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type,
html.legacy-ipad body.cms-fixture-suites-modern .e2e-page-container.layout-e2e-default .menu-block.sticky-menu .page-menu ul li:last-of-type {
  padding-right: 50px;
}
body.cms-fixture-suites-classic .product-fixture-slider,
body.cms-fixture-suites-transitional .product-fixture-slider,
body.cms-fixture-suites-modern .product-fixture-slider {
  padding-top: 100px;
}
body.cms-fixture-suites-classic .product-fixture-slider h1,
body.cms-fixture-suites-transitional .product-fixture-slider h1,
body.cms-fixture-suites-modern .product-fixture-slider h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  margin: 0 auto 50px;
  text-align: center;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row,
  body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row,
  body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row {
    width: 100% !important;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row,
html.ipad.portrait body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row,
html.ipad.portrait body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row {
  width: 100% !important;
}
html.legacy-ipad body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row,
html.legacy-ipad body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row,
html.legacy-ipad body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row {
  width: 100% !important;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product {
  float: left;
  width: initial;
  min-width: initial;
  max-width: initial;
  margin: 0 1px;
  border: 1px solid #f6f6f6;
}
@media (max-width: 768px) {
  body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
  body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
  body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only) {
    display: none;
  }
}
html.ipad.portrait body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
html.ipad.portrait body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
html.ipad.portrait body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only) {
  display: none;
}
html.legacy-ipad body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
html.legacy-ipad body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only),
html.legacy-ipad body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product.wide .product-img img:not(.mobile-only) {
  display: none;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data {
  margin: 0 auto;
  text-align: center;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-desc,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-desc,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-desc {
  font-family: 'freight-display-pro', serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 1;
  color: #000000;
  margin: 0 auto;
  padding: 25px 10px 20px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: initial;
  display: inline-block;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing span,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label span,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong span,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price span,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price .price-wrapper span {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing {
  display: block;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label {
  margin-right: -5px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-pricing .price-label strong {
  font-weight: 100;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label {
  font-size: 0 !important;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label:after,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label:after,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .from-label:after {
  content: 'From ';
  padding-right: 5px;
  display: inline-block;
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label strong,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label strong,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label strong,
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span {
  display: inline;
  font-size: 16px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-box > div .price-label span {
  margin-left: 3px;
  margin-right: 3px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-container,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-container,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-pricing .price-container {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .cta,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .cta,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .cta {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .cta a,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .cta a,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .cta a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.2s;
  text-decoration: none !important;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .cta a:hover,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .cta a:hover,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .cta a:hover {
  background-size: 100% 1px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .product .product-data .product-data-finish,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .product .product-data .product-data-finish,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .product .product-data .product-data-finish {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .slick-arrow,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .slick-arrow,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .slick-arrow {
  z-index: 2;
  background: black;
  width: 50px;
  height: 50px;
  left: 15px;
  border-radius: 0;
  border: 0;
  top: 35%;
  background: url('../images/icons/slide-prev.png') center center no-repeat;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .slick-arrow:before,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .slick-arrow:before,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .slick-arrow:before {
  content: none;
}
body.cms-fixture-suites-classic .product-fixture-slider .product-list.products-row .slick-arrow.slick-next,
body.cms-fixture-suites-transitional .product-fixture-slider .product-list.products-row .slick-arrow.slick-next,
body.cms-fixture-suites-modern .product-fixture-slider .product-list.products-row .slick-arrow.slick-next {
  right: 15px;
  left: inherit;
  background: url('../images/icons/slide-next.png') center center no-repeat;
}
body.cms-fixture-suites-classic .multiple-inline-buttons,
body.cms-fixture-suites-transitional .multiple-inline-buttons,
body.cms-fixture-suites-modern .multiple-inline-buttons {
  text-align: center;
  margin-top: 50px;
}
body.cms-fixture-suites-classic .multiple-inline-buttons .cta,
body.cms-fixture-suites-transitional .multiple-inline-buttons .cta,
body.cms-fixture-suites-modern .multiple-inline-buttons .cta {
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  display: inline-block;
  max-width: inherit;
}
body.cms-fixture-suites-classic .multiple-inline-buttons .cta a,
body.cms-fixture-suites-transitional .multiple-inline-buttons .cta a,
body.cms-fixture-suites-modern .multiple-inline-buttons .cta a {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  margin: 0 10px 10px;
  border-radius: 6px;
}
body.cms-fixture-suites-classic .multiple-inline-buttons .cta a:last-of-type,
body.cms-fixture-suites-transitional .multiple-inline-buttons .cta a:last-of-type,
body.cms-fixture-suites-modern .multiple-inline-buttons .cta a:last-of-type {
  margin-bottom: 0;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default {
  /* Nav Style */
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .page-menu .float-right {
  float: right;
}
@media (max-width: 1200px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .page-menu .float-right {
    float: none;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .video-background.mobile-only {
  display: none;
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .video-background.desktop-only {
  display: block;
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
  position: absolute;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  margin-top: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    margin-top: 0;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
    margin-top: 0;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body {
  margin-top: 0;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-weight: 300;
  text-align: center;
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  color: #ffffff;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-transform: inherit;
  max-width: 470px;
  margin-top: 10px;
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
  background: transparent;
  width: initial;
  height: initial;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #ffffff;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.button:hover span,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body a.button {
  display: block !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
  height: 60px;
  background: #f6f6f6;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
    margin: 0;
  }
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
    display: none !important;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
  margin: 0;
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
    margin: 0;
  }
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
    margin: 0;
  }
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
    display: none !important;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block {
  margin: 0;
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.desktop-only {
    display: none !important;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.mobile-only {
  display: none !important;
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block.desktop-only {
  display: block !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu {
  padding: 20px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu {
    padding: 20px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu {
  padding: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu {
    padding: 20px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li {
  margin: 0 2.1%;
}
@media (max-width: 1024px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li {
    margin: 0 .5%;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a {
  color: #000000;
  text-decoration: none;
  background-size: 100% 1px;
  font-size: 12px;
}
@media (max-width: 768px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a span {
    display: none;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a span {
  display: none;
}
html.legacy-ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a span {
  display: none;
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a span {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .menu-block .page-menu ul li a span {
    display: inline;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
  padding: 20px 0 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
    padding: 90px 0 0;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
  padding: 90px 0 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
    padding: 90px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
    padding: 90px 0 0;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu {
  padding: 90px 0 0;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu h1 {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 80%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu h1 {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 800px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu h1 {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 800px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu h1 {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .text-after-menu h1 {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 800px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  text-align: center;
  padding: 0;
  margin: 0 auto 30px auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 50px auto;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 80px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 50px auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 50px auto;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
  display: block;
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5px 20px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5px 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5px 20px;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5px 20px;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
  width: 100%;
  margin: 0 0 10px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
    width: 50%;
    margin: 0 2.5px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
  width: 50%;
  margin: 0 2.5px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
    width: 50%;
    margin: 0 2.5px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
    width: 50%;
    margin: 0 2.5px;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper {
  width: 50%;
  margin: 0 2.5px;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container {
  position: relative;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-container.active {
  opacity: 1;
  background: #070707;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  /* Landscape */
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block:hover span,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block {
    display: none;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block {
    display: none;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
    font-size: 13px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
  font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
    background-size: 100% 1px;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
  background-size: 100% 1px;
}
html.legacy-ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container .video-play-block span {
  background-size: 100% 1px;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container:hover .video-play-block {
  display: -ms-flexbox;
  display: flex;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container:hover .video-play-block {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container:hover .video-play-block {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container:hover .video-play-block {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .media-container:hover .video-play-block {
    display: -ms-flexbox;
    display: flex;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
  padding: 20px 10px 20px 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body {
  display: block;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
  float: none;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
    width: 50%;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
  width: 50%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
    width: 50%;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
  float: none;
  width: 50%;
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data {
  width: 100%;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data h3 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 8px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data h3 {
    font-size: 20px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data h3 {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data h3 {
    font-size: 20px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  padding: 0;
  margin: 0 0 5px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data p {
    font-size: 12px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data p {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-data p {
    font-size: 12px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options {
    float: right;
    width: 50%;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options {
  float: right;
  width: 50%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options {
    float: right;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options {
    float: right;
    width: 50%;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
  float: none;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
    margin: 0 -5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
  margin: 0 -5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
    margin: 0 -5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
    margin: 0 -5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
html.ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
  float: none;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul {
  float: none;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li {
  border: 1px solid #000000;
  border-radius: 4px;
  margin: 0 5px 10px;
  width: 95px;
  height: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  /* Landscape */
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li:hover span,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li {
    font-size: 11px;
    width: 120px;
    height: 40px;
    margin: 0 5px 10px 5px;
    float: left;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li {
  font-size: 11px;
  width: 120px;
  height: 40px;
  margin: 0 5px 10px 5px;
  float: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li {
    font-size: 11px;
    width: 120px;
    height: 40px;
    margin: 0 5px 10px 5px;
    float: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li {
    font-size: 11px;
    width: 120px;
    height: 40px;
    margin: 0 5px 10px 5px;
    float: left;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
  line-height: 28px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
    line-height: 37px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
  line-height: 37px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
    line-height: 37px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li span {
    line-height: 37px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li.selected {
  background: #000000;
  color: #ffffff;
  cursor: default;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block .video-row-container .video-wrapper .video-body .video-options ul li.selected span {
  background-size: 0 1px !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.modern {
  padding-top: 70px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.modern {
    padding-top: 130px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.modern {
  padding-top: 130px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.modern {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.modern {
    padding-top: 130px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.classic,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.recessed {
  padding-top: 70px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional,
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.classic,
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.recessed {
    padding-top: 130px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional,
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.classic,
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.recessed {
  padding-top: 130px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional,
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.classic,
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.recessed {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional,
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.classic,
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.recessed {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional .video-row-container .video-wrapper:first-of-type .video-body .video-options {
    max-width: 220px;
  }
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional .video-row-container .video-wrapper:first-of-type .video-body .video-options {
  max-width: 220px;
}
html.legacy-ipad body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .showerhead-block.transitional .video-row-container .video-wrapper:first-of-type .video-body .video-options {
  max-width: 220px;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 50px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta {
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta {
  margin-top: 75px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta {
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta {
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a {
  display: inline-block;
  text-align: center;
  width: 220px;
  height: 50px;
  background: #000000;
  border-radius: 4px;
  padding: 0;
  margin: 0 12.5px 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  /* Landscape */
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a:hover span,
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a {
    margin: 0 12.5px;
    font-size: 11px;
    line-height: 60px;
    width: 280px;
    height: 60px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a {
  margin: 0 12.5px;
  font-size: 11px;
  line-height: 60px;
  width: 280px;
  height: 60px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a {
    margin: 0 12.5px;
    font-size: 11px;
    line-height: 60px;
    width: 280px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .center-cta a {
    margin: 0 12.5px;
    font-size: 11px;
    line-height: 60px;
    width: 280px;
    height: 60px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size {
  padding: 0 10px;
}
html.ipad.portrait body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size {
  width: calc(100% - 12px);
  overflow: hidden;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product {
  margin: 0 5px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product {
    min-width: calc((100% / 4) - 10px);
    width: calc((100% / 4) - 10px);
    max-width: calc((100% / 4) - 10px);
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product {
  min-width: calc((100% / 4) - 10px);
  width: calc((100% / 4) - 10px);
  max-width: calc((100% / 4) - 10px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product {
    min-width: calc((100% / 4) - 10px);
    width: calc((100% / 4) - 10px);
    max-width: calc((100% / 4) - 10px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product {
    min-width: calc((100% / 4) - 10px);
    width: calc((100% / 4) - 10px);
    max-width: calc((100% / 4) - 10px);
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product .product-data .product-data-style {
  display: none;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product .product-data .product-data-pricing .price-box > div .price-label strong {
  display: none;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product .product-data .product-data-pricing .price-box > div .price-label span.from-label {
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default section.products-row.over-size .product .product-data .price-box span > span {
  font-weight: bold;
  margin-left: 0;
  text-transform: uppercase;
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block {
  margin-top: 20px;
  margin-bottom: -30px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block {
    margin-top: 40px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block {
    margin-top: 40px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container {
  background: #f6f6f6;
  margin-top: 50px;
  padding: 50px 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container {
    margin-top: 100px;
    padding: 80px 20px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container {
  margin-top: 100px;
  padding: 80px 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container {
    margin-top: 100px;
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container {
    margin-top: 100px;
    padding: 80px 20px;
  }
}
body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container p {
    font-size: 13px;
  }
}
html.ipad.landscape body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container p {
  font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-explore-showerhead-experience .e2e-page-container.layout-e2e-default .footer-block .footer-block-container p {
    font-size: 13px;
  }
}
.cms-sustainability .image-text-centered-container .image-body-container.text-white {
  color: #ffffff !important;
}
.cms-sustainability .image-text-centered-container .image-body-container.text-white .image-body {
  display: block;
}
.cms-sustainability .image-text-centered-container .image-body-container.text-white .image-body small {
  display: block !important;
  text-align: center;
}
.cms-sustainability .columns .column.main {
  background-color: #ffffff !important;
  margin-bottom: -38px;
}
.cms-sustainability .mobile-title small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px !important;
}
.cms-sustainability .mobile-title p {
  font-family: 'freight-big-pro', serif !important;
  font-size: 55px !important;
  font-weight: 100 !important;
  line-height: 1 !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px !important;
}
.cms-sustainability .mobile-subtitle p {
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1 !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cms-sustainability .boxed-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .cms-sustainability .boxed-container {
    max-width: 85% !important;
  }
}
.cms-sustainability .mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .cms-sustainability .plumbing-left {
    margin-top: unset !important;
  }
}
.cms-sustainability .image-body-container.text-white .hero-text {
  color: white !important;
}
@media (min-width: 768px) {
  .cms-sustainability .is-absolute {
    position: absolute;
  }
}
@media (max-width: 992px) {
  html.ipad .cms-sustainability .is-absolute {
    position: absolute;
  }
}
.cms-sustainability .is-absolute.at-bottom {
  bottom: 0;
}
.cms-sustainability .is-absolute.at-left {
  left: 0;
}
.cms-sustainability .is-absolute.at-right {
  right: 0;
}
.cms-sustainability .text-section.center-text p {
  max-width: 700px !important;
}
.cms-sustainability .logo-set-1 img {
  width: 300px;
}
@media (max-width: 768px) {
  .cms-sustainability .logo-set-1 img {
    width: 200px !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cms-sustainability .logo-set-2 {
    text-align: center !important;
  }
}
.cms-sustainability .logo-set-2 img {
  width: 450px;
  padding-left: 75px;
}
@media (max-width: 768px) {
  .cms-sustainability .logo-set-2 img {
    width: 200px !important;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cms-sustainability .commitment .text-container,
  .cms-sustainability .fittings .text-container,
  .cms-sustainability .recycled .text-container,
  .cms-sustainability .plumbing-fittings .text-container,
  .cms-sustainability .sourcing-vendors .text-container {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .cms-sustainability .commitment,
  .cms-sustainability .plumbing-fittings,
  .cms-sustainability .sourcing-vendors {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cms-sustainability .paragraph p {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .cms-sustainability .fittings {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .cms-sustainability .fittings .text-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .cms-sustainability .fittings .text-container {
    padding-left: 150px !important;
    padding-right: 210px !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .cms-sustainability .fittings .text-container {
    padding-left: 50px !important;
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .cms-sustainability .recycled {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cms-sustainability .recycled {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .cms-sustainability .recycled .text-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .cms-sustainability .recycled .text-container {
    padding-left: 210px !important;
    padding-right: 150px !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .cms-sustainability .recycled .text-container {
    padding-left: 120px !important;
    padding-right: 50px !important;
  }
}
.cms-sustainability .about {
  background-color: #24324C;
  padding-top: 150px;
}
.cms-sustainability .about .image-container picture {
  width: 490px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cms-sustainability .about .image-container picture {
    width: 100%;
    padding: 0 60px;
  }
}
.cms-sustainability .about .text-pride {
  width: 950px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
@media (max-width: 992px) {
  .cms-sustainability .about .text-pride {
    width: 100%;
    padding: 0 60px;
  }
}
.cms-sustainability .about .text-pride p {
  color: white !important;
}
.cms-sustainability .about .text-pride p:not(:last-child) {
  margin-bottom: 45px;
}
.cms-sustainability .about .card-wrapper {
  width: 1580px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cms-sustainability .about .card-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.cms-sustainability .about .card-wrapper .cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 115px;
}
@media (max-width: 768px) {
  .cms-sustainability .about .card-wrapper .cards {
    gap: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cms-sustainability .about .card-wrapper .cards .card {
  -ms-flex-preferred-size: 28.4%;
      flex-basis: 28.4%;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .cms-sustainability .about .card-wrapper .cards .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.cms-sustainability .about .card-wrapper .cards .card .icon img {
  width: 65px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.cms-sustainability .about .card-wrapper .cards .card .title {
  padding-top: 25px;
  padding-bottom: 25px;
  font-style: italic;
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-sustainability .about .card-wrapper .cards .card .content {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-sustainability .about .button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 100px;
  gap: 25px;
}
@media (max-width: 768px) {
  .cms-sustainability .about .button-container {
    display: block !important;
    text-align: center;
    padding-bottom: 50px;
  }
}
.cms-sustainability .about .button-container .button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  display: block;
  height: 60px;
  width: 280px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cms-sustainability .about .button-container .button {
    display: inline-block !important;
  }
}
.cms-sustainability .about .button-container .button.button-white {
  background: white;
}
@media (max-width: 768px) {
  .cms-sustainability .about .button-container .button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cms-sustainability .about .button-container .button a {
  color: black;
}
.cms-sustainability .recycled-container {
  display: -ms-flexbox;
  display: flex;
}
.cms-sustainability .no-padding {
  padding: unset !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile {
  margin-top: 50px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
  margin-bottom: 50px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .image-container picture img {
  width: 100%;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 0.9em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: none;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
@media (min-width: 960px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.4em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p:not(:last-child) {
  margin-bottom: 40px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container.text-pride > p {
  text-align: center;
  font-family: 'freight-display-pro', serif !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 960px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container.text-pride > p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.2em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 400px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
  text-decoration: underline;
  margin-bottom: 10px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a:last-of-type {
  margin-bottom: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text h2,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text p,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 500px;
  margin: 0 auto;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
  display: -ms-flexbox;
  display: flex;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
  margin-left: 5px;
  margin-right: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product:first-of-type,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
  margin-left: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product:last-of-type,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
  margin-right: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product span,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
  max-width: 280px;
  margin-top: 25px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product a,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: underline;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: none;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  color: #000000;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .carousel-block .slick-list .item picture,
.cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .carousel-block .slick-list .item picture img {
  border-radius: 5px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .hero-text {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 24px;
  font-family: 'freight-display-pro', serif;
}
@media (max-width: 768px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .hero-text {
    width: 100%;
    font-size: 18px;
    color: white !important;
  }
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container small {
  margin-bottom: 30px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
  padding-top: 170px !important;
}
@media (max-width: 768px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
    padding-top: unset !important;
    padding: 0 50px !important;
  }
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .ww-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body .ww-logo img {
  width: 300px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body * {
  text-align: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 0.9em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p.triangle {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 12px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default.designer-takes .flex-block.carousel-block .item picture,
.cms-sustainability .e2e-page-container.layout-e2e-default.designer-takes .flex-block.carousel-block .item picture img {
  border-radius: 5px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph {
  margin: 50px auto;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  line-height: 1.4em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media (min-width: 960px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 1.4em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
  margin: 0 10px;
  margin-top: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  margin: 0;
  margin-bottom: 15px;
  max-width: 250px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span,
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta span {
  color: #ffffff !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:hover span {
  color: #ffffff !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 50px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta {
  margin-top: 0;
  margin: 0 13px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  max-width: 250px;
  margin: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:first-of-type {
  margin-bottom: 15px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:last-of-type {
  margin-left: 0;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover span,
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta span {
  color: #ffffff !important;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta:hover span {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
    text-align: center;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
    margin-right: 50px;
    margin-left: 50px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:first-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
    margin-top: 50px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:last-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
    margin-top: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-first {
    -ms-flex-order: 1;
        order: 1;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-second {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
    text-align: center;
    margin: 50px 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block {
    margin-top: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
    width: 200vw;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
    height: auto;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 50px;
  padding-left: 50px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
  text-align: center;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
  margin-right: 50px;
  margin-left: 50px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
  margin-top: 50px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
  margin-top: 25px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
  -ms-flex-order: 3;
      order: 3;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
  text-align: center;
  margin: 50px 0;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 0;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
  width: 200vw;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
  -ms-flex-align: baseline;
      align-items: baseline;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
  height: auto;
}
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 50px;
  padding-left: 50px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6 {
  text-align: center;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image {
  margin-right: 50px;
  margin-left: 50px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:first-of-type {
  margin-top: 50px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-container picture img:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image .image-container picture img:last-of-type {
  margin-top: 25px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-first {
  -ms-flex-order: 1;
      order: 1;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .mobile-second {
  -ms-flex-order: 2;
      order: 2;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(1) {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 25px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(2) {
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst > div > div:nth-of-type(3) {
  -ms-flex-order: 3;
      order: 3;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body {
  text-align: center;
  margin: 50px 0;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 0;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .products {
  width: 200vw;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product {
  -ms-flex-align: baseline;
      align-items: baseline;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product span {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .product picture img {
  height: auto;
}
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-left-150 {
  margin-left: 150px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-right-150 {
  margin-right: 150px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-top {
  margin-top: 150px;
}
.cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
    margin-bottom: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable {
    padding: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1000px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.4em;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas {
    margin-top: 75px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black {
    margin-right: 25px;
    border-radius: 4px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block.products-block .ctas .button.cta.black:last-of-type {
    margin: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image {
    margin: 150px auto;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:first-of-type {
    padding-right: 75px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .col-lg-6:last-of-type {
    padding-left: 75px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container {
    margin: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-bottom: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p {
    text-transform: none;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container > p:not(:last-child) {
    margin-bottom: 40px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .text-container .links a {
    text-decoration: underline;
    margin-bottom: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 500px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links > * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a {
    text-decoration: underline;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:first-of-type {
    padding-right: 10px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .links a:last-of-type {
    padding-left: 10px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text h2,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text p,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.beauty-image,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.beauty-image {
    margin: 100px 150px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products {
    display: -ms-flexbox;
    display: flex;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 5px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product:first-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:first-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:first-of-type {
    margin-left: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product:last-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product:last-of-type,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product:last-of-type {
    margin-right: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product img,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product img,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product img {
    height: 550px;
    width: 400px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product span,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product span,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 15px;
    max-width: 280px;
    margin-top: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products .product a,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products .product a,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.products-block .products .product a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves {
    margin-top: 150px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-body-container .image-body a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    color: #000000;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-top {
    margin-top: 100px !important;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block.margin-bottom {
    margin-bottom: 50px !important;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    padding-left: 250px;
    padding-right: 250px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    margin-bottom: 100px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container {
    position: absolute !important;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
  .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body {
    position: absolute !important;
    bottom: 50px;
    left: 50px;
    padding: 0;
    width: auto;
    height: auto;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif;
    font-size: 100px;
    font-weight: 100;
    line-height: 0.8em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px !important;
    letter-spacing: 0px;
    text-align: center;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta {
    margin-top: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta.black {
    border-radius: 4px;
    margin: 0;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:first-of-type {
    margin-left: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .ctas-block .button.cta:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block {
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-prev {
    left: 4vw;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-next {
    right: 5vw;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
    padding: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
    padding: 0;
    margin-left: 0;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product {
    padding-right: 20px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    text-align: left;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
    font-family: 'freight-display-pro', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text h2,
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text h2,
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.intro-text p,
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.intro-text p,
  html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .margin-top-mobile {
  margin-top: 100px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .margin-bottom-mobile {
  margin-bottom: 100px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-50 {
  padding-right: 10px;
  padding-left: 10px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable {
  padding: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-list {
  padding-left: 0 !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .slick-initialized .slick-arrow {
  display: none !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph {
  margin: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph {
  margin: 100px auto;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  line-height: 1.4em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products {
  width: auto !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .scrollable > .products .product {
  -ms-flex-align: center;
      align-items: center;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block {
  padding-left: 20px;
  padding-right: 0;
  margin-top: 100px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list {
  padding-right: 0%;
  padding-left: 0%;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .slick-list .slick-track {
  margin-left: -20%;
  padding-left: 0% !important;
  padding-right: 0% !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product {
  padding-right: 20px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product span {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  margin-bottom: 10px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .products-carousel-block .product p {
  font-family: 'freight-display-pro', serif !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container {
  margin-bottom: 50px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body small {
  margin-bottom: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body p {
  font-family: 'freight-big-pro', serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 0.9em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .flex-block.beauty-image .image-body-container .image-body {
  bottom: 20px;
  left: 20px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .intro-text h2 {
  margin-bottom: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item picture,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-list .item img {
  width: 100%;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type {
  padding-right: 65px !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type {
  padding-left: 65px !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-right-150,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-right-150 {
  margin-right: 0 !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6.margin-left-150,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6.margin-left-150 {
  margin-left: 0 !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:first-of-type,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:first-of-type {
  padding-right: 37px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6:last-of-type,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block .col-sm-6:last-of-type {
  padding-left: 37px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .text-container {
  text-align: initial;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .links {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block .col-sm-6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.must-haves .image-text-centered-container .image-body-container {
  position: absolute;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  padding-left: 20px;
  padding-right: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
  display: none !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track {
  padding-left: 33.5% !important;
  display: -ms-flexbox;
  display: flex;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 20px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .item .img-credit {
  font-family: 'freight-display-pro', serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  margin-top: 25px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block {
  margin-top: 100px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta {
  margin-top: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 10px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.ctas-block .button.cta span {
  color: #ffffff !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container {
  position: absolute !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.chronos-age .flex-block.beauty-image .image-body-container .image-body,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image .image-body-container .image-body,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.fittings-container .flex-block.beauty-image .image-body-container .image-body {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  padding: 0;
  width: auto;
  height: auto;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.beauty-image {
  margin-top: 25px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
  margin-top: 100px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black {
  margin: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:first-of-type {
  margin-right: 12px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .ctas .button.black:last-of-type {
  margin-left: 12px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a {
  text-align: center;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products img,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products img {
  height: auto;
  width: auto;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products span,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products span {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  margin-bottom: 15px;
  max-width: 280px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .flex-block.products-block .products a,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .flex-block.products-block .products a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: underline;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.commitment .intro-text p,
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.finish-tryst .intro-text p {
  font-family: 'freight-big-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:first-of-type {
  -ms-flex-order: 1;
      order: 1;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row.afittings-container > div .flex-block .col-lg-6:last-of-type {
  -ms-flex-order: 2;
      order: 2;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container {
  text-align: initial !important;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links {
  -ms-flex-direction: row;
      flex-direction: row;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a {
  margin-bottom: 0;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:first-of-type {
  padding-right: 10px;
}
html.ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad.portrait .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type,
html.legacy-ipad.landscape .cms-sustainability .e2e-page-container.layout-e2e-default .content.row .text-container .links a:last-of-type {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cms-sustainability .intro-paragraph {
    margin: 0;
    padding: 0 50px;
  }
  .cms-sustainability .intro-paragraph .paragraph {
    margin: 100px auto;
  }
  .cms-sustainability .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    line-height: 1.4em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  .cms-sustainability .menu-block.sticky-menu {
    height: 60px;
    overflow-x: auto;
    /* padding: 10px 0 10px 40px; */
    margin: 0;
    box-sizing: border-box;
    margin-top: 100px;
  }
  .cms-sustainability .menu-block.sticky-menu ul {
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cms-sustainability .menu-block.sticky-menu .page-menu {
    padding: 20px 0 !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .full-width-on-mobile {
    width: 100% !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block {
    padding-left: 20px;
    padding-right: 0;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-arrow {
    display: none !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-track {
    padding-left: 33.5%;
    display: -ms-flexbox;
    display: flex;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 20px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
}
@media (max-width: 1440px) {
  .about .card-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .side-padding-on-tablet {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .about .card-wrapper {
    width: 60% !important;
  }
  .about .card-wrapper .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
    display: block !important;
  }
  .about .card-wrapper .cards .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about .card-wrapper .cards .card:not(:last-child) {
    margin-bottom: 70px;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-arrow {
    display: none !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .slick-track {
    padding-left: 26%;
    display: -ms-flexbox;
    display: flex;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 20px;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .designer-takes .flex-block.carousel-block .item .img-credit {
    font-family: 'freight-display-pro', serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .cms-sustainability .margin-top {
    margin-top: 100px !important;
  }
}
@media (max-width: 520px) {
  .cms-sustainability .margin-top {
    margin: unset !important;
  }
}
@media (max-width: 767px) {
  .about .card-wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
  .menu-block.sticky-menu .page-menu {
    padding: 27.5px 0 !important;
  }
  .menu-block.sticky-menu .page-menu li a {
    font-weight: 200;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
    display: inline-block !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
    right: 170px !important;
  }
  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
    left: 160px !important;
  }
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.intro-text h2 {
  margin-bottom: 0;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block {
  padding-left: 250px !important;
  padding-right: 250px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow {
  display: inline-block !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-next {
  right: 200px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-arrow.slick-prev {
  left: 200px !important;
}
html.ipad.landscape  body.cms-page-view.explore-henry-chronos .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block.carousel-block .slick-track {
  padding-left: 18px !important;
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .cms-sustainability .recycled {
    display: -ms-flexbox;
    display: flex;
  }
  .cms-sustainability .margin-top {
    margin-top: 100px !important;
  }
  .cms-sustainability .hero-block .image-body-container .image-body small {
    margin-bottom: unset !important;
  }
  .cms-sustainability .hero-block .image-body-container .image-body p {
    font-family: 'freight-big-pro', serif !important;
    font-size: 75px !important;
    font-weight: 100 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-sustainability .margin-left-150 {
    margin-left: 100px !important;
  }
  .cms-sustainability .margin-right-150 {
    margin-right: 100px !important;
  }
  .cms-sustainability .margin-top {
    margin-top: 100px !important;
  }
  .cms-sustainability .margin-bottom {
    margin-bottom: 100px !important;
  }
  .cms-sustainability .content.row .col-lg-12 .col-lg-6.text-container {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .cms-sustainability .content.row .col-lg-12 .col-lg-6.text-container h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 32px !important;
    font-weight: 100 !important;
    line-height: 1.2 !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-sustainability .content.row .col-lg-12 .col-lg-6.text-container .mb-40 {
    margin-bottom: 30px !important;
  }
}
.explore-the-regulator-collection {
  /* Landscape */
  /* Landscape */
}
.explore-the-regulator-collection .horizontal-padding-mobile {
  padding: 0 50px;
}
.explore-the-regulator-collection .horizontal-padding-mobile-sm {
  padding: 0 15px;
}
.explore-the-regulator-collection .margin-top-mobile-50 {
  margin-top: 50px;
}
.explore-the-regulator-collection .margin-top-mobile-60 {
  margin-top: 60px;
}
.explore-the-regulator-collection .margin-top-mobile-75 {
  margin-top: 75px;
}
.explore-the-regulator-collection .margin-top-mobile-100 {
  margin-top: 100px;
}
.explore-the-regulator-collection .margin-bottom-mobile-50 {
  margin-bottom: 50px;
}
.explore-the-regulator-collection .margin-bottom-mobile-40 {
  margin-bottom: 40px;
}
.explore-the-regulator-collection .mobile-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.explore-the-regulator-collection .mobile-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.explore-the-regulator-collection .mobile-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.explore-the-regulator-collection .no-bottom-margin-mobile {
  margin-bottom: 0 !important;
}
.explore-the-regulator-collection .slider {
  margin: 0 auto;
  width: 80vw;
}
.explore-the-regulator-collection .slider .slick-arrow {
  background-color: unset;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding-top: 9px;
  background-size: contain;
  color: transparent;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .explore-the-regulator-collection .slider .slick-arrow {
    display: none !important;
  }
}
.explore-the-regulator-collection .slider .slick-arrow::before,
.explore-the-regulator-collection .slider .slick-arrow::after {
  display: none;
}
.explore-the-regulator-collection .slider .slick-arrow.slick-prev {
  background-image: url("../images/slick/LeftArrow.svg") !important;
  left: -50px;
}
.explore-the-regulator-collection .slider .slick-arrow.slick-next {
  background-image: url("../images/slick/RightArrow.svg") !important;
  right: -50px;
}
.explore-the-regulator-collection .slider .slick-list .slick-track {
  margin-left: -36%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .slider .slick-list .slick-track {
    margin-left: 0;
  }
}
html.ipad.landscape .explore-the-regulator-collection .slider .slick-list .slick-track {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slick-list .slick-track {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slick-list .slick-track {
    margin-left: 0;
  }
}
.explore-the-regulator-collection .slider .slide {
  padding: 0 12px;
  /* Landscape */
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .explore-the-regulator-collection .slider .slide {
    padding: 0 17px;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .slider .slide {
    padding: 0 25px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .slider .slide {
  padding: 0 25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slide {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slide {
    padding: 0 25px;
  }
}
.explore-the-regulator-collection .slider .slide .image-credits {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .explore-the-regulator-collection .slider .slide .image-credits {
    margin-top: 10px;
  }
}
.explore-the-regulator-collection .slider .slide .image-credits .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
.explore-the-regulator-collection .slider .slide .image-credits .body a,
.explore-the-regulator-collection .slider .slide .image-credits .body a span {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
  /* Landscape */
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .explore-the-regulator-collection .slider .slide .image-credits .body a,
  .explore-the-regulator-collection .slider .slide .image-credits .body a span {
    font-family: 'freight-display-pro', serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .slider .slide .image-credits .body a,
  html:not(.ipad) .explore-the-regulator-collection .slider .slide .image-credits .body a span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-the-regulator-collection .slider .slide .image-credits .body a,
html.ipad.landscape .explore-the-regulator-collection .slider .slide .image-credits .body a span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slide .image-credits .body a,
  .explore-the-regulator-collection .slider .slide .image-credits .body a span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .slider .slide .image-credits .body a,
  .explore-the-regulator-collection .slider .slide .image-credits .body a span {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-the-regulator-collection .slider .slide .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
.explore-the-regulator-collection .slider .slide .author span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin: 5px 0 0 0;
  text-align: left;
}
.explore-the-regulator-collection .slider .slide .author span:first-of-type {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .explore-the-regulator-collection .slider .slide .author span:first-of-type {
    margin-top: 10px;
  }
}
.explore-the-regulator-collection .slider .slide picture,
.explore-the-regulator-collection .slider .slide picture img {
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .intro-text-regulator-under-hero {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.explore-the-regulator-collection .image-container {
  width: 100%;
}
.explore-the-regulator-collection .image-container picture,
.explore-the-regulator-collection .image-container picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .explore-the-regulator-collection .margin-top-mobile-0 {
    margin-top: 0;
  }
}
html.ipad.portrait .explore-the-regulator-collection .margin-top-mobile-0 {
  margin-top: 0;
}
html.legacy-ipad .explore-the-regulator-collection .margin-top-mobile-0 {
  margin-top: 0;
}
.explore-the-regulator-collection .image-body-container.image-credits .body {
  margin-top: 15px;
}
.explore-the-regulator-collection .content.row .horizontal-padding-mobile.col-lg-6.image-block {
  padding: 0 50px;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .margin-top-mobile-50,
  html:not(.ipad) .explore-the-regulator-collection .margin-top-mobile-60,
  html:not(.ipad) .explore-the-regulator-collection .margin-top-mobile-75,
  html:not(.ipad) .explore-the-regulator-collection .margin-top-mobile-100,
  html:not(.ipad) .explore-the-regulator-collection .margin-top-ipad-75 {
    margin-top: 0;
  }
  html:not(.ipad) .explore-the-regulator-collection .margin-bottom-mobile-50,
  html:not(.ipad) .explore-the-regulator-collection .margin-bottom-mobile-40 {
    margin-bottom: 0;
  }
  html:not(.ipad) .explore-the-regulator-collection .mobile-order-1,
  html:not(.ipad) .explore-the-regulator-collection .mobile-order-2,
  html:not(.ipad) .explore-the-regulator-collection .mobile-order-3 {
    -ms-flex-order: initial;
        order: initial;
  }
  html:not(.ipad) .explore-the-regulator-collection .margin-top-75 {
    margin-top: 75px;
  }
  html:not(.ipad) .explore-the-regulator-collection .margin-top-125 {
    margin-top: 125px;
  }
  html:not(.ipad) .explore-the-regulator-collection .margin-top-150 {
    margin-top: 150px;
  }
  html:not(.ipad) .explore-the-regulator-collection .margin-bottom-125 {
    margin-bottom: 125px;
  }
  html:not(.ipad) .explore-the-regulator-collection .no-bottom-margin-mobile {
    margin-bottom: inherit;
  }
  html:not(.ipad) .explore-the-regulator-collection .no-bottom-margin-lg {
    margin-bottom: 0 !important;
  }
}
html.ipad.landscape .explore-the-regulator-collection .margin-top-mobile-50,
html.ipad.landscape .explore-the-regulator-collection .margin-top-mobile-60,
html.ipad.landscape .explore-the-regulator-collection .margin-top-mobile-75,
html.ipad.landscape .explore-the-regulator-collection .margin-top-mobile-100,
html.ipad.landscape .explore-the-regulator-collection .margin-top-ipad-75 {
  margin-top: 0;
}
html.ipad.landscape .explore-the-regulator-collection .margin-bottom-mobile-50,
html.ipad.landscape .explore-the-regulator-collection .margin-bottom-mobile-40 {
  margin-bottom: 0;
}
html.ipad.landscape .explore-the-regulator-collection .mobile-order-1,
html.ipad.landscape .explore-the-regulator-collection .mobile-order-2,
html.ipad.landscape .explore-the-regulator-collection .mobile-order-3 {
  -ms-flex-order: initial;
      order: initial;
}
html.ipad.landscape .explore-the-regulator-collection .margin-top-75 {
  margin-top: 75px;
}
html.ipad.landscape .explore-the-regulator-collection .margin-top-125 {
  margin-top: 125px;
}
html.ipad.landscape .explore-the-regulator-collection .margin-top-150 {
  margin-top: 150px;
}
html.ipad.landscape .explore-the-regulator-collection .margin-bottom-125 {
  margin-bottom: 125px;
}
html.ipad.landscape .explore-the-regulator-collection .no-bottom-margin-mobile {
  margin-bottom: inherit;
}
html.ipad.landscape .explore-the-regulator-collection .no-bottom-margin-lg {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .margin-top-mobile-50,
  .explore-the-regulator-collection .margin-top-mobile-60,
  .explore-the-regulator-collection .margin-top-mobile-75,
  .explore-the-regulator-collection .margin-top-mobile-100,
  .explore-the-regulator-collection .margin-top-ipad-75 {
    margin-top: 0;
  }
  .explore-the-regulator-collection .margin-bottom-mobile-50,
  .explore-the-regulator-collection .margin-bottom-mobile-40 {
    margin-bottom: 0;
  }
  .explore-the-regulator-collection .mobile-order-1,
  .explore-the-regulator-collection .mobile-order-2,
  .explore-the-regulator-collection .mobile-order-3 {
    -ms-flex-order: initial;
        order: initial;
  }
  .explore-the-regulator-collection .margin-top-75 {
    margin-top: 75px;
  }
  .explore-the-regulator-collection .margin-top-125 {
    margin-top: 125px;
  }
  .explore-the-regulator-collection .margin-top-150 {
    margin-top: 150px;
  }
  .explore-the-regulator-collection .margin-bottom-125 {
    margin-bottom: 125px;
  }
  .explore-the-regulator-collection .no-bottom-margin-mobile {
    margin-bottom: inherit;
  }
  .explore-the-regulator-collection .no-bottom-margin-lg {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .margin-top-mobile-50,
  .explore-the-regulator-collection .margin-top-mobile-60,
  .explore-the-regulator-collection .margin-top-mobile-75,
  .explore-the-regulator-collection .margin-top-mobile-100,
  .explore-the-regulator-collection .margin-top-ipad-75 {
    margin-top: 0;
  }
  .explore-the-regulator-collection .margin-bottom-mobile-50,
  .explore-the-regulator-collection .margin-bottom-mobile-40 {
    margin-bottom: 0;
  }
  .explore-the-regulator-collection .mobile-order-1,
  .explore-the-regulator-collection .mobile-order-2,
  .explore-the-regulator-collection .mobile-order-3 {
    -ms-flex-order: initial;
        order: initial;
  }
  .explore-the-regulator-collection .margin-top-75 {
    margin-top: 75px;
  }
  .explore-the-regulator-collection .margin-top-125 {
    margin-top: 125px;
  }
  .explore-the-regulator-collection .margin-top-150 {
    margin-top: 150px;
  }
  .explore-the-regulator-collection .margin-bottom-125 {
    margin-bottom: 125px;
  }
  .explore-the-regulator-collection .no-bottom-margin-mobile {
    margin-bottom: inherit;
  }
  .explore-the-regulator-collection .no-bottom-margin-lg {
    margin-bottom: 0 !important;
  }
}
.explore-the-regulator-collection .image-block .image-container,
.explore-the-regulator-collection .image-block .image-container img {
  margin-left: 0;
  margin-right: 0;
}
.explore-the-regulator-collection .image-credits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  /* Landscape */
}
.explore-the-regulator-collection .image-credits.margin-top-mobile-0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .image-credits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
  }
}
html.ipad.landscape .explore-the-regulator-collection .image-credits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .image-credits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .image-credits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
  }
}
.explore-the-regulator-collection .image-credits .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: start;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  text-align: left;
}
.explore-the-regulator-collection .image-credits .body small {
  cursor: pointer;
}
.explore-the-regulator-collection .image-credits .body small a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  text-align: left;
  text-decoration: underline;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .image-credits .body small a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    color: #000000;
  }
}
html.ipad.landscape .explore-the-regulator-collection .image-credits .body small a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .image-credits .body small a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .image-credits .body small a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    color: #000000;
  }
}
.explore-the-regulator-collection .image-credits .body span {
  font-family: 'freight-display-pro', serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
}
.explore-the-regulator-collection .content.row.hero-block .text-section .flex-block > div {
  width: 100%;
}
.explore-the-regulator-collection .content.row.hero-block .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0 !important;
  text-transform: none !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em !important;
  }
}
html.ipad.landscape .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 125px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 125px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em !important;
  }
}
.explore-the-regulator-collection .intro-paragraph {
  margin: 50px auto;
  margin-bottom: 0;
}
.explore-the-regulator-collection .intro-paragraph .paragraph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.explore-the-regulator-collection .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 850px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-the-regulator-collection .intro-paragraph .paragraph p {
  font-family: 'freight-display-pro', serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-the-regulator-collection .intro-paragraph .paragraph.small p {
  max-width: 650px;
}
.explore-the-regulator-collection .intro-paragraph.only-mobile-paragraph {
  padding: 0;
}
.explore-the-regulator-collection .content.row .flex-block {
  margin-bottom: 0;
}
.explore-the-regulator-collection .numerous-handles .image-text-centered-container .image-credits {
  margin-left: 15px;
  margin-top: 15px;
}
.explore-the-regulator-collection .numerous-handles .handles-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  /* Landscape */
}
.explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 > * {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
  }
}
html.ipad.landscape .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
  }
}
.explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-top: 30px;
  text-transform: uppercase;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-top: 50px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    margin-top: 50px;
  }
}
.explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 h3 {
  font-family: 'freight-display-pro', serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 h3 {
    font-family: 'freight-display-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 h3 {
  font-family: 'freight-display-pro', serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 h3 {
    font-family: 'freight-display-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 h3 {
    font-family: 'freight-display-pro', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
  }
}
.explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 p {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 p {
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 p {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .numerous-handles .handles-block .col-lg-4 p {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
  }
}
.explore-the-regulator-collection .complete-the-look .flex-block,
.explore-the-regulator-collection .complete-the-look .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.explore-the-regulator-collection .complete-the-look .images-row {
  padding-left: 50px;
  width: 100vw;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .complete-the-look .images-row {
    margin-top: 100px;
    padding: 0 100px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .complete-the-look .images-row {
  margin-top: 100px;
  padding: 0 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look .images-row {
    margin-top: 100px;
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look .images-row {
    margin-top: 100px;
    padding: 0 100px;
  }
}
.explore-the-regulator-collection .complete-the-look .images-row .products-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
  min-width: 75vw;
  width: 75vw;
  /* Landscape */
}
@media (max-width: 767px) {
  .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: 60vw !important;
    width: 60vw !important;
  }
}
.explore-the-regulator-collection .complete-the-look .images-row .products-row .product picture,
.explore-the-regulator-collection .complete-the-look .images-row .products-row .product picture img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: inherit;
    width: inherit;
  }
}
html.ipad.landscape .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
  min-width: inherit;
  width: inherit;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: inherit;
    width: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: inherit;
    width: inherit;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: 40vw;
    width: 40vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .complete-the-look .images-row .products-row .product {
    min-width: inherit;
    width: inherit;
  }
}
.explore-the-regulator-collection .complete-the-look h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .complete-the-look h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  }
}
html.ipad.landscape .explore-the-regulator-collection .complete-the-look h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  }
}
.explore-the-regulator-collection .complete-the-look h4 {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 25px auto 15px auto;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .complete-the-look h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 25px auto 20px auto;
    max-width: 70%;
  }
}
html.ipad.landscape .explore-the-regulator-collection .complete-the-look h4 {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 25px auto 20px auto;
  max-width: 70%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 25px auto 20px auto;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .complete-the-look h4 {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 25px auto 20px auto;
    max-width: 70%;
  }
}
.explore-the-regulator-collection .complete-the-look a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
}
.explore-the-regulator-collection .beauty-properties.content.row .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .flex-block {
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .flex-block {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  /* Landscape */
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-container {
  position: relative;
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-container .image-credit-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: end;
      align-items: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-container .image-credit-container span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffffff;
  text-align: right;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body > * {
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body > * {
    text-align: left;
  }
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body > * {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body > * {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body > * {
    text-align: left;
  }
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section span {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
  }
}
@media only screen and (min-width: 767px) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section span {
    margin-top: 0;
  }
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section h6 {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section h6 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 0;
  margin-top: 30px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1200px) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section p {
    font-family: 'freight-display-pro', serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits {
    margin-top: 25px;
  }
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits .body {
    margin-top: 0;
  }
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section {
    margin-top: 0;
    padding-top: 50px;
  }
  html:not(.ipad) .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits {
  margin-top: 25px;
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits .body {
  margin-top: 0;
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section {
  margin-top: 0;
  padding-top: 50px;
}
html.ipad.landscape .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits {
    margin-top: 25px;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits .body {
    margin-top: 0;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section {
    margin-top: 0;
    padding-top: 50px;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits {
    margin-top: 25px;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits .body {
    margin-top: 0;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section {
    margin-top: 0;
    padding-top: 50px;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section {
    padding-top: 25px !important;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body span {
    margin-top: 0;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body h6 {
    margin-top: 10px !important;
  }
  .explore-the-regulator-collection .beauty-properties.content.row .col-lg-6.image-block .image-credits.multi-line-section .image-body p {
    margin-top: 20px !important;
    text-align: left;
  }
}
.explore-the-regulator-collection .designer-takes.content.row {
  background-color: #f6f6f6;
  padding: 50px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .designer-takes.content.row {
    padding: 100px 0;
  }
}
html.ipad.landscape .explore-the-regulator-collection .designer-takes.content.row {
  padding: 100px 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row {
    padding: 100px 0;
  }
}
.explore-the-regulator-collection .designer-takes.content.row h2 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 35px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .designer-takes.content.row h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-the-regulator-collection .designer-takes.content.row h2 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 60px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 300 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-the-regulator-collection .designer-takes.content.row .slider {
  margin-top: 40px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .designer-takes.content.row .slider {
    margin-top: 100px;
  }
}
html.ipad.landscape .explore-the-regulator-collection .designer-takes.content.row .slider {
  margin-top: 100px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row .slider {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .designer-takes.content.row .slider {
    margin-top: 100px;
  }
}
.explore-the-regulator-collection .designer-takes.content.row .slider .image-credits {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.explore-the-regulator-collection .ctas-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .ctas-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
html.ipad.landscape .explore-the-regulator-collection .ctas-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .ctas-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .ctas-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.explore-the-regulator-collection .ctas-block .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  max-width: 250px;
  margin-top: 15px;
  /* Landscape */
}
.explore-the-regulator-collection .ctas-block .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.explore-the-regulator-collection .ctas-block .button.cta.black:last-of-type {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  html:not(.ipad) .explore-the-regulator-collection .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
html.ipad.landscape .explore-the-regulator-collection .ctas-block .button.cta.black {
  margin: 0 12px;
}
html.ipad.landscape .explore-the-regulator-collection .ctas-block .button.cta.black:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  .explore-the-regulator-collection .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  .explore-the-regulator-collection .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
.explore-the-regulator-collection .ctas-block .button.cta:first-of-type {
  margin-left: 0;
}
.explore-the-regulator-collection .ctas-block .button.cta:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.explore-the-regulator-collection .ctas-block .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.explore-the-regulator-collection .ctas-block .button.cta:hover span,
.explore-the-regulator-collection .ctas-block .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.explore-the-regulator-collection .ctas-block .button.cta span {
  color: #ffffff !important;
}
.explore-the-regulator-collection .ctas-block .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.explore-the-regulator-collection .ctas-block .button.cta:hover span {
  color: #ffffff !important;
}
.explore-the-regulator-collection .flex-block .col-xs-12.image-block {
  padding: 0;
}
html.ipad .explore-the-regulator-collection .horizontal-padding-tablet {
  padding: 0 50px !important;
}
html.ipad .explore-the-regulator-collection .margin-top-ipad-100 {
  margin-top: 100px !important;
}
html.ipad .explore-the-regulator-collection .margin-bottom-ipad-100 {
  margin-bottom: 100px !important;
}
html.ipad .explore-the-regulator-collection .margin-top-ipad-60 {
  margin-top: 60px !important;
}
html.ipad .explore-the-regulator-collection .margin-top-ipad-0 {
  margin-top: 0 !important;
}
html.ipad .explore-the-regulator-collection .mobile-order-1,
html.ipad .explore-the-regulator-collection .mobile-order-2 {
  -ms-flex-order: inherit;
      order: inherit;
}
html.ipad .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container {
  position: absolute;
}
html.ipad .explore-the-regulator-collection .content.row.horizontal-padding-mobile {
  padding: 0;
}
html.ipad .explore-the-regulator-collection .content.row .image-credits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
html.ipad .explore-the-regulator-collection .content.row .ctas-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
html.ipad .explore-the-regulator-collection .content.row .ctas-block .button {
  margin: 0 12px;
}
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block picture,
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block picture img {
  width: 100%;
}
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-md-6 {
  padding: 0 37px;
}
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-md-6 small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-md-6 h3 {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-md-6 p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ipad .explore-the-regulator-collection .content.row.complete-the-look h2 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1.2em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
html.ipad .explore-the-regulator-collection .content.row .image-text-centered-container.full-width {
  max-width: 100%;
  width: 100%;
}
html.ipad.portrait .explore-the-regulator-collection .margin-top-75-ipad-portrait {
  margin-top: 75px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .explore-the-regulator-collection .col-ipad-portrait-6 {
    width: 50%;
  }
  .explore-the-regulator-collection .margin-top-ipad-100 {
    margin-top: 100px !important;
  }
  .explore-the-regulator-collection .margin-bottom-ipad-100 {
    margin-bottom: 100px !important;
  }
  .explore-the-regulator-collection .margin-top-100-ipad-portrait {
    margin-top: 100px !important;
  }
  .explore-the-regulator-collection .margin-top-ipad-75 {
    margin-top: 75px !important;
  }
  .explore-the-regulator-collection .margin-top-ipad-60 {
    margin-top: 60px !important;
  }
  .explore-the-regulator-collection .margin-top-ipad-0 {
    margin-top: 0 !important;
  }
  .explore-the-regulator-collection .margin-top-ipad-0 {
    margin-top: 0 !important;
  }
  .explore-the-regulator-collection .ipad-portrait-visible.hidden-sm,
  .explore-the-regulator-collection .ipad-portrait-visible.hidden-md {
    display: initial !important;
  }
  .explore-the-regulator-collection .image-body-container.image-credits .body {
    margin-top: 10px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-bottom-portrait-100 {
    margin-bottom: 100px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-top-mobile-50,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-top-mobile-75 {
    margin-top: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-bottom-mobile-50 {
    margin-bottom: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-bottom-mobile-40 {
    margin-bottom: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .margin-top-portrait-100 {
    margin-top: 100px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .horizontal-padding-mobile,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .horizontal-padding-mobile-sm {
    padding: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .slick-list .slick-track {
    margin-left: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.horizontal-padding-mobile {
    padding: inherit !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.hero-block h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 75px;
    font-weight: 300;
    line-height: 1.2em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9vw !important;
    margin-top: 10px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.intro-paragraph .paragraph p,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .intro-paragraph .paragraph p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.intro-images-block .flex-block,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.consistent-unified-design .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: wrap;
        flex-direction: wrap;
    -ms-flex-wrap: row;
        flex-wrap: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 18px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 25px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 25px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.designer-takes {
    padding-top: 45px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.designer-takes .flex-block .slider {
    margin-top: 45px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block {
    padding: 0 25px !important;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block .image-container {
    width: 100%;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block .image-credits {
    margin-top: 0;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .flex-block > div:not(.col-lg-4).explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .flex-block > div:not(.col-lg-6) {
    width: 100%;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .flex-block .image-container picture,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .col-lg-12 .flex-block .image-container img {
    width: 100%;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.numerous-handles .handles-block {
    -ms-flex-align: self-start !important;
        align-items: self-start !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.numerous-handles .handles-block .col-sm-12 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 37px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.numerous-handles .handles-block .col-sm-12 small,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.numerous-handles .handles-block .col-sm-12 h3,
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.numerous-handles .handles-block .col-sm-12 p {
    margin-top: 25px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.complete-the-look .flex-block .images-row {
    padding: 0 25px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.complete-the-look .flex-block .images-row .products-row .product {
    min-width: 40vw;
    width: 40vw;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .image-block .image-credits {
    margin-top: 10px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    display: block;
    font-size: 11px;
    font-weight: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    width: 280px;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    border-radius: 4px;
    max-width: 250px;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    width: 30%;
    /* Landscape */
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 15px;
  }
  html.ipad.landscape .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  html.ipad.landscape .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  html:not(.ipad) .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black {
    margin: 0 12px;
  }
  .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (orientation: landscape) {
  .explore-the-regulator-collection .horizontal-padding-mobile {
    padding: inherit;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .explore-the-regulator-collection .margin-top-0-ipad-landscape {
    margin-top: 0;
  }
  .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-sm-12:nth-of-type(3) {
    margin-top: 0;
  }
  .explore-the-regulator-collection .col-ipad-portrait-6 {
    width: initial;
  }
  .explore-the-regulator-collection .col-ipad-landscape-4 {
    width: calc( 100% / 3 );
  }
  .explore-the-regulator-collection .horizontal-padding-mobile,
  .explore-the-regulator-collection .horizontal-padding-mobile-sm {
    padding: 0;
  }
  .explore-the-regulator-collection .content.row.hero-block .image-text-centered-container .image-body-container h1 {
    font-size: 6vw !important;
  }
  .explore-the-regulator-collection .content.row.numerous-handles .handles-block {
    margin-left: 65px;
    margin-right: 65px;
  }
  .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-lg-4 {
    padding: 0 37px;
  }
  .explore-the-regulator-collection .content.row.beauty-properties .col-lg-6.image-block {
    padding: 0 37px;
  }
  .explore-the-regulator-collection .content.row.beauty-properties .col-lg-6.image-block:first-of-type {
    padding-left: 50px;
  }
  .explore-the-regulator-collection .content.row.beauty-properties .col-lg-6.image-block:last-of-type {
    padding-right: 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    /* Landscape */
  }
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 50px;
  }
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) and (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 50px;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) and only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1200px) {
  .explore-the-regulator-collection .content.row.numerous-handles .handles-block {
    margin-left: 125px;
    margin-right: 125px;
  }
  .explore-the-regulator-collection .content.row.numerous-handles .handles-block .col-lg-4 {
    padding: 0 75px;
  }
  .explore-the-regulator-collection .content.row.beauty-properties .col-lg-6.image-block:first-of-type {
    padding-left: 325px;
  }
  .explore-the-regulator-collection .content.row.beauty-properties .col-lg-6.image-block:last-of-type {
    padding-right: 325px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:first-of-type {
    padding-left: 100px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:last-of-type {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 315px !important;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 315px !important;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:first-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:first-of-type {
    padding-left: 100px !important;
  }
  html:not(.ipad) .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:last-of-type,
  html:not(.ipad) .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:last-of-type {
    padding-right: 100px !important;
  }
}
html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
  padding: 0 50px;
}
html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
  padding-left: 315px !important;
}
html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
  padding-right: 315px !important;
}
html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:first-of-type,
html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:first-of-type {
  padding-left: 100px !important;
}
html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:last-of-type,
html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:last-of-type {
  padding-right: 100px !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:first-of-type {
    padding-left: 100px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:last-of-type {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block {
    padding: 0 50px;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-right: 315px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:first-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:first-of-type {
    padding-left: 100px !important;
  }
  .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block.uk:last-of-type,
  .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block.uk:last-of-type {
    padding-right: 100px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block:first-of-type {
    margin-top: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block:first-of-type {
    margin-top: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block:last-of-type {
    margin-top: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row.beauty-properties .col-lg-6.image-block:last-of-type {
    margin-top: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .complete-the-look h2 {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .complete-the-look h2 {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: portrait) {
  html.ipad.portrait .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .e2e-page-container.layout-e2e-default .content.row .ctas-block .button.cta.black:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block {
    margin-bottom: 75px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:first-of-type,
  html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:first-of-type {
    padding-left: 50px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) and (orientation: landscape) {
  html.ipad.landscape .explore-the-regulator-collection .content.row.intro-images-block .flex-block .image-block:last-of-type,
  html.ipad.landscape .explore-the-regulator-collection .content.row.consistent-unified-design .flex-block .image-block:last-of-type {
    padding-left: 25px !important;
    padding-right: 50px !important;
  }
}
#modal-product-tech-docs {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#modal-product-tech-docs .modal-tech-docs-wrapper {
  position: absolute;
  z-index: 15;
  background: #ffffff;
  width: 95%;
  max-width: 540px;
  min-height: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow-y: auto;
  /* Landscape */
}
@media only screen and (max-height: 640px) {
  html:not(.ipad) #modal-product-tech-docs .modal-tech-docs-wrapper {
    min-height: auto;
  }
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 50px 40px;
  clear: both;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .title-container h5 {
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .title-container h1 {
  text-align: center;
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0 0 50px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  text-align: center;
  margin-bottom: 30px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    margin-bottom: 40px;
  }
}
html.ipad.landscape #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    margin-bottom: 40px;
  }
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li a {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-decoration: none !important;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li a span.title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container ul.doc-list li a span.download-icon {
  display: block;
  width: 14px;
  height: 15px;
  background: url('../images/icons/download.png') center center no-repeat;
  margin: 10px auto 0;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn {
  display: block;
  width: 100%;
  height: 60px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin: 20px auto 0 auto;
  text-decoration: none !important;
  /* Landscape */
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn:hover span,
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html:not(.ipad) #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn {
    margin: 40px auto 0 auto;
  }
}
html.ipad.landscape #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn {
  margin: 40px auto 0 auto;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container a.download-all-btn {
    margin: 40px auto 0 auto;
  }
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .download-msg {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 60px;
  color: #000000;
  text-align: center;
  padding: 0 0 20px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container {
  border-top: 1px solid #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container h1 {
  text-align: center;
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container a {
  display: block;
  width: 280px;
  height: 60px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin: 0 auto;
  text-decoration: none !important;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container a:hover span,
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container .contact-us-container a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
#modal-product-tech-docs .modal-tech-docs-wrapper .modal-tech-docs-container p a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
body.tech-docs-lading #modal-product-tech-docs .modal-tech-docs-wrapper:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.9) url('../images/loading.gif') center center no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 40px;
  opacity: 0.8;
}
body.cms-coming-soon-finot .columns .column.main {
  padding-bottom: 0;
  background: #e3deda;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main {
  position: relative;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container {
  position: relative;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 50%;
  width: 275px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container,
  html.ipad.portrait body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container,
  html.legacy-ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container html.legacy-ipad.portrait {
    width: 350px;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container {
    top: 50px;
    right: 50px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .logo-container img {
  width: 100%;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container {
  min-width: 95%;
  margin-top: -40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container,
  html.ipad.portrait body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container,
  html.legacy-ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container html.legacy-ipad.portrait {
    min-width: 65%;
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container {
    /* MOBILE RESET */
    top: initial;
    -webkit-transform: unset;
            transform: unset;
    margin: unset;
    min-width: unset;
    /* /MOBILE RESET */
    position: absolute;
    bottom: 150px;
    left: 150px;
    max-width: 670px;
  }
}
html.ipad.landscape body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container {
  bottom: 50px;
  left: 50px;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span {
  display: block;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span,
  html.ipad.portrait body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span,
  html.legacy-ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span html.legacy-ipad.portrait {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .head-title span {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-align: initial;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title {
    margin-bottom: 70px;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1,
  html.ipad.portrait body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1,
  html.legacy-ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1 html.legacy-ipad.portrait {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 0.75;
    color: #000000;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1 {
    font-family: 'freight-big-pro', serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 0.75;
    color: #000000;
    text-align: initial;
  }
}
html.ipad.landscape body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .title h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 0.75;
  color: #000000;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container {
  padding: 0 30px;
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container {
    padding: unset;
    display: grid;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: " cta-text-1 cta-text-2 " " cta-button-1 cta-button-2 ";
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container > .cta-text.registration {
  grid-area: cta-text-1;
  margin-bottom: 10px;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container > .cta-button.registration {
  grid-area: cta-button-1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container > .cta-button.registration {
    margin-bottom: unset;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container > .cta-text.newsletter {
  grid-area: cta-text-2;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container > .cta-button.newsletter {
  grid-area: cta-button-2;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .request-information {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .request-information {
    margin-bottom: unset;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text {
    margin-bottom: 50px;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span {
  display: block;
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span,
  html.ipad.portrait body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span,
  html.legacy-ipad body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span html.legacy-ipad.portrait {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
    color: #000000;
  }
}
@media only screen and (min-width: 1025px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-text span {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
    color: #000000;
    text-align: initial;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button {
  text-align: center;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button a.button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
  background: unset;
  padding: unset;
  /*bottom: 0;
                                    width: 300px;
                                    height: 60px;
                                    border-radius: 5px;
                                    background: @black;

                                    text-decoration: none !important;
                                    text-transform: uppercase;
                                    text-align: center;
                                    .animated-underline();*/
}
@media (min-width: 768px) {
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button a.button {
    display: block;
    text-decoration: none;
    background: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
  }
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button a.button span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
  }
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button a.button:hover span,
  body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-text-centered-container .finot-text-container > .cta-container .cta-button a.button.selected span {
    text-decoration: none !important;
    background-size: 100% 1px;
  }
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body {
  padding-bottom: 150px;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 0.7em;
  color: #000000;
  text-align: left;
  margin: 30px 0 20px 0;
  padding: 0;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body h1 {
  font-family: 'freight-big-pro', serif;
  font-size: 165px;
  font-weight: 100;
  line-height: 0.7em;
  color: #000000;
  text-align: left;
  margin: 0 0 40px 0;
  padding: 0;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block {
  margin-right: 150px;
  position: relative;
  padding-bottom: 80px;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block p {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block a.button {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 60px;
  border-radius: 5px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block a.button:hover span,
body.cms-coming-soon-finot .columns .column.main .hero-block.main .image-body-container .image-body .options-wrapper .option-block a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
#modal-newsletter {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#modal-newsletter .modal-newsletter-wrapper {
  position: absolute;
  z-index: 15;
  background: #ffffff;
  width: 95%;
  max-width: 540px;
  min-height: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow-y: auto;
  /* Landscape */
}
@media only screen and (max-height: 640px) {
  html:not(.ipad) #modal-newsletter .modal-newsletter-wrapper {
    min-height: auto;
  }
}
#modal-newsletter .modal-newsletter-wrapper .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 50px 40px;
  clear: both;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .title-container h5 {
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .title-container h1 {
  text-align: center;
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0 0 30px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .title-container p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  text-transform: inherit;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 350px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .submit-msg {
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control input.checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  margin: 0 5px -3px 0;
  float: none !important;
  background: #ffffff;
  display: inline-block;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control input.checkbox:checked {
  background: black;
  box-shadow: inset #ffffff 1px 1px 0px 1px, inset #ffffff -1px -1px 0px 1px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control input.checkbox:focus,
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control input.checkbox:active {
  outline: 5px auto #333333;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control span,
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control label {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  vertical-align: middle;
  float: none;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.trade-field {
  display: -ms-flexbox;
  display: flex;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.trade-field span {
  margin-right: 10px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.trade-field label:first-of-type {
  margin-right: 20px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.terms-field {
  padding-top: 5px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.terms-field span {
  display: block;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.terms-field span.accept-label {
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.terms-field input.checkbox {
  margin: 0;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.terms-field a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  text-decoration: underline;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input {
  width: calc(100% - 160px);
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input input {
  border: 1px solid #000000;
  border-radius: 5px 0 0 5px;
  height: 58px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1px;
  margin-right: -1px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input input::-webkit-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input input::-moz-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input input::-ms-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field #email-input input::placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #000000;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field button {
  height: 60px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  margin-left: -3px;
  margin-bottom: auto;
  width: 160px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field button:hover span,
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control.input-field button span {
  color: #ffffff;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container #form-newsletter-modal-email-capture .field div.control #ACCEPT-TERMS-error {
  margin-top: 0;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container {
  border-top: 1px solid #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container h1 {
  text-align: center;
  font-family: 'freight-display-pro', serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container a {
  display: block;
  width: 280px;
  height: 60px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin: 0 auto;
  text-decoration: none !important;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container a:hover span,
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container .contact-us-container a.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
#modal-newsletter .modal-newsletter-wrapper .modal-newsletter-container p a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.cms-explore-finot .main {
  background-color: #e7e7e7 !important;
  padding-bottom: 0 !important;
}
.cms-explore-finot .main.content.row {
  width: 100%;
}
.cms-explore-finot .main.content.row.boxed {
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cms-explore-finot .break {
  display: block;
}
@media (max-width: 768px) {
  .cms-explore-finot .break-on-mobile {
    display: block;
  }
}
.cms-explore-finot .text-centered {
  text-align: center;
}
.cms-explore-finot .text-all-caps {
  text-transform: uppercase;
}
.cms-explore-finot .menu-block .page-menu {
  padding: 20px 0 !important;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cms-explore-finot .menu-block .page-menu::-webkit-scrollbar {
  display: none;
}
.cms-explore-finot .menu-block .page-menu ul {
  width: 100%;
  white-space: nowrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cms-explore-finot .menu-block .page-menu ul li {
    margin: 0 20px;
  }
  .cms-explore-finot .menu-block .page-menu ul li:first-child {
    margin-left: 40px;
  }
  .cms-explore-finot .menu-block .page-menu ul li:last-child {
    margin-right: 40px;
  }
}
.cms-explore-finot .menu-block .page-menu ul li.item-float.float-right {
  position: absolute;
  right: 0;
  margin-right: 40px !important;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .cms-explore-finot .menu-block .page-menu ul li.item-float.float-right {
    position: initial;
    margin-right: unset;
    right: unset;
  }
}
.cms-explore-finot .anchor-link {
  opacity: 0;
  position: absolute;
  top: 75px;
}
@media (max-width: 768px) {
  .cms-explore-finot .anchor-link {
    top: -30px;
  }
}
.cms-explore-finot .block-head-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-explore-finot .block-title {
  font-family: 'freight-big-pro', serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 80px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .cms-explore-finot .block-title {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: normal;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.cms-explore-finot .block-subtitle {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'freight-display-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-explore-finot .block-subtitle .only-from-mobile {
  display: none;
}
.cms-explore-finot .block-subtitle .only-from-tablet {
  display: initial;
}
@media (max-width: 768px) {
  .cms-explore-finot .block-subtitle {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'freight-display-pro', serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms-explore-finot .block-subtitle .only-from-mobile {
    display: initial;
  }
  .cms-explore-finot .block-subtitle .only-from-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .block-subtitle,
  html.ipad.portrait .cms-explore-finot .block-subtitle,
  html.legacy-ipad .cms-explore-finot .block-subtitle,
  .cms-explore-finot .block-subtitle html.legacy-ipad.portrait {
    max-width: 90%;
    margin: 20px auto 100px auto !important;
    font-family: 'freight-display-pro', serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.ipad .cms-explore-finot .block-subtitle .only-from-mobile,
  html.ipad.portrait .cms-explore-finot .block-subtitle .only-from-mobile,
  html.legacy-ipad .cms-explore-finot .block-subtitle .only-from-mobile,
  .cms-explore-finot .block-subtitle html.legacy-ipad.portrait .only-from-mobile {
    display: none;
  }
  html.ipad .cms-explore-finot .block-subtitle .only-from-tablet,
  html.ipad.portrait .cms-explore-finot .block-subtitle .only-from-tablet,
  html.legacy-ipad .cms-explore-finot .block-subtitle .only-from-tablet,
  .cms-explore-finot .block-subtitle html.legacy-ipad.portrait .only-from-tablet {
    display: initial;
  }
}
.cms-explore-finot .nav-link a span,
.cms-explore-finot .nav-link a i {
  text-decoration: underline;
  color: #000000;
}
.cms-explore-finot .show-mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .cms-explore-finot .show-mobile-only {
    display: initial;
  }
}
.cms-explore-finot .show-desktop-only {
  display: initial;
}
@media (max-width: 768px) {
  .cms-explore-finot .show-desktop-only {
    display: none;
  }
}
.cms-explore-finot .content.row {
  margin-bottom: 0;
}
.cms-explore-finot .content.row .image-full-size img,
.cms-explore-finot .content.row .image-full-size picture {
  width: 100%;
}
.cms-explore-finot .content.row .video-full-size video {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-text-centered-container .image-body-container,
  html.ipad.portrait .cms-explore-finot .content.row .image-text-centered-container .image-body-container,
  html.legacy-ipad .cms-explore-finot .content.row .image-text-centered-container .image-body-container,
  .cms-explore-finot .content.row .image-text-centered-container .image-body-container html.legacy-ipad.portrait {
    position: absolute !important;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper {
    width: 100% !important;
  }
}
.cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body {
  max-width: 850px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title {
  width: 75%;
  max-width: 850px !important;
  letter-spacing: -2px;
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'freight-big-pro', serif;
  font-size: 123px;
  font-weight: 300;
  line-height: 0.8em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title {
    font-family: 'freight-big-pro', serif;
    font-size: 51px;
    font-weight: 300;
    line-height: 0.8em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title,
  html.ipad.portrait .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title,
  html.legacy-ipad .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title,
  .cms-explore-finot .content.row .image-text-centered-container .image-body-container.hero-title-wrapper .image-body .hero-title html.legacy-ipad.portrait {
    max-width: 60% !important;
    font-family: 'freight-big-pro', serif !important;
    font-size: 70px !important;
    font-weight: 300 !important;
    line-height: 78px !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px !important;
  }
}
.cms-explore-finot .content.row .image-text-centered-container .image-body-container .down-arrow {
  position: relative;
  z-index: 2;
}
.cms-explore-finot .content.row .image-text-centered-container .image-body-container .down-arrow:after {
  display: block;
  content: '';
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.cms-explore-finot .content.row .image-text-centered-container .image-body-container .down-arrow:before {
  content: '';
  height: 29px;
  width: 9px;
  border-right: 1px solid #ffffff;
  position: absolute;
  z-index: 9999;
}
.cms-explore-finot .content.row .secondary-navigation {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .secondary-navigation {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .secondary-navigation,
  html.ipad.portrait .cms-explore-finot .content.row .secondary-navigation,
  html.legacy-ipad .cms-explore-finot .content.row .secondary-navigation,
  .cms-explore-finot .content.row .secondary-navigation html.legacy-ipad.portrait {
    margin-top: 60px !important;
  }
}
.cms-explore-finot .content.row .secondary-navigation .nav-link {
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .secondary-navigation .nav-link {
    display: block;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .secondary-navigation .nav-link:first-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .cms-explore-finot .content.row .secondary-navigation .nav-link:after {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    content: '|';
  }
}
.cms-explore-finot .content.row .secondary-navigation .nav-link:last-child:after {
  display: none;
}
.cms-explore-finot .content.row .flex-carousel {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1750px;
  gap: 48px;
  padding: 0 48px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .flex-carousel {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .flex-carousel,
  html.ipad.portrait .cms-explore-finot .content.row .flex-carousel,
  html.legacy-ipad .cms-explore-finot .content.row .flex-carousel,
  .cms-explore-finot .content.row .flex-carousel html.legacy-ipad.portrait {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1920px) {
  .cms-explore-finot .content.row .flex-carousel {
    padding: 0;
  }
}
.cms-explore-finot .content.row .flex-carousel .carousel-item {
  overflow: hidden;
  border-radius: 6px;
  width: 580px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .flex-carousel .carousel-item {
    border-radius: unset;
    width: 100% !important;
  }
}
.cms-explore-finot .content.row .flex-carousel .carousel-item img,
.cms-explore-finot .content.row .flex-carousel .carousel-item picture,
.cms-explore-finot .content.row .flex-carousel .carousel-item video {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .flex-carousel .carousel-item,
  html.ipad.portrait .cms-explore-finot .content.row .flex-carousel .carousel-item,
  html.legacy-ipad .cms-explore-finot .content.row .flex-carousel .carousel-item,
  .cms-explore-finot .content.row .flex-carousel .carousel-item html.legacy-ipad.portrait {
    width: 46.75%;
  }
  html.ipad .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3),
  html.ipad.portrait .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3),
  html.legacy-ipad .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3),
  .cms-explore-finot .content.row .flex-carousel .carousel-item html.legacy-ipad.portrait:nth-child(3) {
    width: 89vw;
    background-color: #EDEDEA;
  }
  html.ipad .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3) img,
  html.ipad.portrait .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3) img,
  html.legacy-ipad .cms-explore-finot .content.row .flex-carousel .carousel-item:nth-child(3) img,
  .cms-explore-finot .content.row .flex-carousel .carousel-item html.legacy-ipad.portrait:nth-child(3) img {
    width: 100%;
  }
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-12 {
  width: 100%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-11 {
  width: 91.66%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-10 {
  width: 83.33%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-9 {
  width: 75%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-8 {
  width: 66.66%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-7 {
  width: 58.33%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-6 {
  width: 50%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-5 {
  width: 41.66%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-4 {
  width: 33.33%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-3 {
  width: 25%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-2 {
  width: 16.66%;
}
.cms-explore-finot .content.row .flex-carousel .carousel-item.col-1 {
  width: 8.33%;
}
.cms-explore-finot .content.row .flex-slider-wrapper {
  padding-top: 8px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .flex-slider-wrapper {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .flex-slider-wrapper,
  html.ipad.portrait .cms-explore-finot .content.row .flex-slider-wrapper,
  html.legacy-ipad .cms-explore-finot .content.row .flex-slider-wrapper,
  .cms-explore-finot .content.row .flex-slider-wrapper html.legacy-ipad.portrait {
    overflow-x: scroll;
  }
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider {
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  gap: 12px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .flex-slider-wrapper .flex-slider {
    width: 384vw;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .flex-slider-wrapper .flex-slider,
  html.ipad.portrait .cms-explore-finot .content.row .flex-slider-wrapper .flex-slider,
  html.legacy-ipad .cms-explore-finot .content.row .flex-slider-wrapper .flex-slider,
  .cms-explore-finot .content.row .flex-slider-wrapper .flex-slider html.legacy-ipad.portrait {
    width: 190vw;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item {
  width: 20%;
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-name {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-cta {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-cta a {
  color: #000000;
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-cta a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-cta a:hover:not(.not-animated-underline) span,
.cms-explore-finot .content.row .flex-slider-wrapper .flex-slider .slider-item .product-detail-box .product-cta a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.cms-explore-finot .content.row .image-composite {
  position: relative;
}
.cms-explore-finot .content.row .image-composite.horizontal-composite {
  margin-bottom: -363px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-composite.horizontal-composite {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-composite.horizontal-composite,
  html.ipad.portrait .cms-explore-finot .content.row .image-composite.horizontal-composite,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.horizontal-composite,
  .cms-explore-finot .content.row .image-composite.horizontal-composite html.legacy-ipad.portrait {
    margin-bottom: -263px;
  }
}
.cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap {
  width: 570px;
  margin-left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap {
    width: 100% !important;
    margin: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  html.ipad.portrait .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap html.legacy-ipad.portrait {
    width: 30.7vw;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1366px) {
  html.ipad .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  html.ipad.landscape .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap,
  .cms-explore-finot .content.row .image-composite.horizontal-composite .image-overlap html.legacy-ipad.landscape {
    width: 28.7vw;
  }
}
.cms-explore-finot .content.row .image-composite.vertical-composite {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-composite.vertical-composite,
  html.ipad.portrait .cms-explore-finot .content.row .image-composite.vertical-composite,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.vertical-composite,
  .cms-explore-finot .content.row .image-composite.vertical-composite html.legacy-ipad.portrait {
    padding: 0 14.5vw;
  }
}
.cms-explore-finot .content.row .image-composite.vertical-composite .image-full-size picture,
.cms-explore-finot .content.row .image-composite.vertical-composite .image-full-size img {
  width: 75%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-composite.vertical-composite .image-full-size picture,
  .cms-explore-finot .content.row .image-composite.vertical-composite .image-full-size img {
    width: 100% !important;
  }
}
.cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video {
  width: 570px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  z-index: 2;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video {
    width: 100% !important;
    top: unset !important;
    margin: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  html.ipad.portrait .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video html.legacy-ipad.portrait {
    width: 35.5vw;
    -webkit-transform: translate(-14.6vw, -50%);
            transform: translate(-14.6vw, -50%);
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1366px) {
  html.ipad .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  html.ipad.landscape .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  html.legacy-ipad .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video,
  .cms-explore-finot .content.row .image-composite.vertical-composite .image-overlap video html.legacy-ipad.landscape {
    width: 35.5vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-a .hero-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-a .hero-title-wrapper .page-link {
    text-align: center;
    margin-top: 24px;
    display: block;
  }
}
.cms-explore-finot .content.row .block-a .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  z-index: 1;
}
.cms-explore-finot .content.row .block-a .hero-title-wrapper {
  z-index: 2;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-b .text-centered.mt-150 {
    margin-top: 100px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150,
  html.ipad.portrait .cms-explore-finot .content.row .block-b .text-centered.mt-150,
  html.legacy-ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150,
  .cms-explore-finot .content.row .block-b .text-centered.mt-150 html.legacy-ipad.portrait {
    margin-top: 170px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  html.ipad.portrait .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  html.legacy-ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle html.legacy-ipad.portrait {
    margin-top: 170px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1366px) {
  html.ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  html.ipad.landscape .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  html.legacy-ipad .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle,
  .cms-explore-finot .content.row .block-b .text-centered.mt-150 .block-subtitle html.legacy-ipad.landscape {
    margin-top: 210px !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-b .text-centered.mb-150 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .block-b .text-centered.mb-150,
  html.ipad.portrait .cms-explore-finot .content.row .block-b .text-centered.mb-150,
  html.legacy-ipad .cms-explore-finot .content.row .block-b .text-centered.mb-150,
  .cms-explore-finot .content.row .block-b .text-centered.mb-150 html.legacy-ipad.portrait {
    margin-bottom: 100px !important;
  }
}
.cms-explore-finot .content.row .block-c .image-composite.vertical-composite {
  max-width: 1132px;
}
@media only screen and (min-width: 1120px) and (max-width: 1366px) {
  html.ipad .cms-explore-finot .content.row .block-c .image-composite.vertical-composite,
  html.ipad.landscape .cms-explore-finot .content.row .block-c .image-composite.vertical-composite,
  html.legacy-ipad .cms-explore-finot .content.row .block-c .image-composite.vertical-composite,
  .cms-explore-finot .content.row .block-c .image-composite.vertical-composite html.legacy-ipad.landscape {
    max-width: 850px;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-d .flex-carousel {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
.cms-explore-finot .content.row .block-d .flex-carousel .carousel-item.first {
  -ms-flex-order: 1;
      order: 1;
}
.cms-explore-finot .content.row .block-d .flex-carousel .carousel-item.second {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-d .flex-carousel .carousel-item.first {
    -ms-flex-order: 2;
        order: 2;
  }
  .cms-explore-finot .content.row .block-d .flex-carousel .carousel-item.second {
    -ms-flex-order: 1;
        order: 1;
  }
}
.cms-explore-finot .content.row .block-f .text-centered {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cms-explore-finot .content.row .block-f .text-centered {
    width: 985px;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-f .text-centered .block-subtitle {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .block-f .text-centered .block-subtitle,
  html.ipad.portrait .cms-explore-finot .content.row .block-f .text-centered .block-subtitle,
  html.legacy-ipad .cms-explore-finot .content.row .block-f .text-centered .block-subtitle,
  .cms-explore-finot .content.row .block-f .text-centered .block-subtitle html.legacy-ipad.portrait {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
.cms-explore-finot .content.row .block-g .text-centered {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cms-explore-finot .content.row .block-g .text-centered {
    width: 985px;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-g .block-subtitle {
    margin-top: 100%;
    margin-bottom: 100%;
  }
}
.cms-explore-finot .content.row .block-h .block-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cms-explore-finot .content.row .block-h .block-title {
    width: 985px;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-h .block-subtitle.mt-0 {
    margin-top: 40px !important;
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .block-h .block-subtitle.mt-0,
  html.ipad.portrait .cms-explore-finot .content.row .block-h .block-subtitle.mt-0,
  html.legacy-ipad .cms-explore-finot .content.row .block-h .block-subtitle.mt-0,
  .cms-explore-finot .content.row .block-h .block-subtitle.mt-0 html.legacy-ipad.portrait {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-j {
    margin-top: 62px !important;
  }
}
.cms-explore-finot .content.row .block-j .button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 100px;
  gap: 25px;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-j .button-container {
    display: block !important;
    text-align: center;
    padding-bottom: 50px;
  }
}
.cms-explore-finot .content.row .block-j .button-container .button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  display: block;
  height: 60px;
  width: 280px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-j .button-container .button {
    display: inline-block !important;
  }
}
.cms-explore-finot .content.row .block-j .button-container .button.button-black {
  background: black;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .block-j .button-container .button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cms-explore-finot .content.row .block-j .button-container .button a {
  color: white;
}
.cms-explore-finot .content.row .finot-kitchen .side-text {
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .finot-kitchen .side-text {
    top: 60px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.cms-explore-finot .content.row .finot-kitchen .side-text h1 {
  color: white;
  font-family: 'freight-big-pro', serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 80px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .cms-explore-finot .content.row .finot-kitchen .side-text h1 {
    font-size: 45px !important;
    margin-bottom: 25px !important;
    line-height: 47px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.ipad .cms-explore-finot .content.row .finot-kitchen .side-text h1,
  html.ipad.portrait .cms-explore-finot .content.row .finot-kitchen .side-text h1,
  html.legacy-ipad .cms-explore-finot .content.row .finot-kitchen .side-text h1,
  .cms-explore-finot .content.row .finot-kitchen .side-text h1 html.legacy-ipad.portrait {
    font-size: 45px !important;
    margin-bottom: 25px !important;
    line-height: 47px !important;
  }
}
.cms-explore-finot .content.row .finot-kitchen .side-text .head-title {
  color: white;
}
.cms-explore-finot .content.row .button {
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-explore-finot .content.row .button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.cms-explore-finot .content.row .button:hover span,
.cms-explore-finot .content.row .button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.cms-explore-finot .content.row .button.primary-button {
  color: white;
  text-decoration: none;
  background: #000000;
}
.cms-explore-finot .content.row .button.primary-button:hover,
.cms-explore-finot .content.row .button.primary-button:active {
  color: white;
  text-decoration: none;
}
.faucet-finishes .text-black {
  color: #000000;
}
.faucet-finishes .gray-bg {
  background-color: #f6f6f6;
}
.faucet-finishes .max-w-750 {
  max-width: 980px;
}
.faucet-finishes .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.faucet-finishes .m-horizontal-padding-15 {
  padding: 0 15px;
}
.faucet-finishes .m-horizontal-padding-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.faucet-finishes .m-padding-top-50 {
  padding-top: 50px !important;
}
.faucet-finishes .m-padding-top-40 {
  padding-top: 40px !important;
}
.faucet-finishes .m-padding-bottom-50 {
  padding-bottom: 50px !important;
}
.faucet-finishes .m-margin-top-30 {
  margin-top: 30px !important;
}
.faucet-finishes .m-margin-top-40 {
  margin-top: 40px !important;
}
.faucet-finishes .m-margin-top-50 {
  margin-top: 50px !important;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .m-horizontal-padding-15 {
    padding: initial !important;
  }
  .faucet-finishes .m-horizontal-padding-50 {
    padding-left: initial !important;
    padding-right: initial !important;
  }
  .faucet-finishes .m-padding-top-50 {
    padding-top: initial !important;
  }
  .faucet-finishes .m-padding-top-40 {
    padding-top: initial !important;
  }
  .faucet-finishes .m-padding-bottom-50 {
    padding-bottom: initial !important;
  }
  .faucet-finishes .m-margin-top-30 {
    margin-top: initial !important;
  }
  .faucet-finishes .m-margin-top-40 {
    margin-top: initial !important;
  }
  .faucet-finishes .m-margin-top-50 {
    margin-top: initial !important;
  }
  .faucet-finishes .t-b-mxwidth-desktop {
    max-width: 80vw;
  }
  .faucet-finishes .t-b-mxwidth-520 {
    max-width: 520px;
  }
  .faucet-finishes .t-b-mxwidth-600 {
    max-width: 600px;
  }
  .faucet-finishes .t-ipad-padding-left-100 {
    padding-left: 100px !important;
  }
  .faucet-finishes .t-ipad-padding-right-100 {
    padding-right: 100px !important;
  }
  .faucet-finishes .t-ipad-padding-left-200 {
    padding-left: 200px !important;
  }
  .faucet-finishes .t-ipad-padding-right-200 {
    padding-right: 200px !important;
  }
  .faucet-finishes .t-ipad-padding-left-25 {
    padding-left: 25px !important;
  }
  .faucet-finishes .t-ipad-padding-right-25 {
    padding-right: 25px !important;
  }
  .faucet-finishes .t-ipad-padding-left-50 {
    padding-left: 50px !important;
  }
  .faucet-finishes .t-ipad-padding-right-50 {
    padding-right: 50px !important;
  }
  .faucet-finishes .t-ipad-padding-top-30 {
    padding-top: 30px !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-30 {
    padding-bottom: 30px !important;
  }
  .faucet-finishes .t-ipad-padding-top-50 {
    padding-top: 50px !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-50 {
    padding-bottom: 50px !important;
  }
  .faucet-finishes .t-ipad-padding-top-80 {
    padding-top: 80px !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-80 {
    padding-bottom: 80px !important;
  }
  .faucet-finishes .t-ipad-margin-top-30 {
    margin-top: 30px !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-30 {
    margin-bottom: 30px !important;
  }
  .faucet-finishes .t-ipad-margin-top-40 {
    margin-top: 40px !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-40 {
    margin-bottom: 40px !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-50 {
    margin-bottom: 50px !important;
  }
  .faucet-finishes .m-horizontal-padding-15 {
    padding: initial;
  }
  .faucet-finishes .margin-top-desktop-100 {
    margin-top: 80px;
  }
  .faucet-finishes .margin-bottom-desktop-100 {
    margin-bottom: 80px;
  }
  .faucet-finishes .margin-bottom-desktop-100 {
    margin-bottom: 80px;
  }
  .faucet-finishes .margin-bottom-desktop-150 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .t-ipad-padding-left-100 {
    padding-left: initial !important;
  }
  .faucet-finishes .t-ipad-padding-right-100 {
    padding-right: initial !important;
  }
  .faucet-finishes .t-ipad-padding-left-200 {
    padding-left: initial !important;
  }
  .faucet-finishes .t-ipad-padding-right-200 {
    padding-right: initial !important;
  }
  .faucet-finishes .t-b-mxwidth-600 {
    max-width: initial;
  }
  .faucet-finishes .t-b-mxwidth-520 {
    max-width: initial;
  }
  .faucet-finishes .t-ipad-padding-left-25 {
    padding-left: initial !important;
  }
  .faucet-finishes .t-ipad-padding-right-25 {
    padding-right: initial !important;
  }
  .faucet-finishes .t-ipad-padding-left-50 {
    padding-left: initial !important;
  }
  .faucet-finishes .t-ipad-padding-right-50 {
    padding-right: initial !important;
  }
  .faucet-finishes .t-ipad-padding-top-30 {
    padding-top: initial !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-30 {
    padding-bottom: initial !important;
  }
  .faucet-finishes .t-ipad-padding-top-50 {
    padding-top: initial !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-50 {
    padding-bottom: initial !important;
  }
  .faucet-finishes .t-ipad-padding-top-80 {
    padding-top: initial !important;
  }
  .faucet-finishes .t-ipad-padding-bottom-80 {
    padding-bottom: initial !important;
  }
  .faucet-finishes .t-ipad-margin-top-30 {
    margin-top: initial !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-30 {
    margin-bottom: initial !important;
  }
  .faucet-finishes .t-ipad-margin-top-40 {
    margin-top: initial !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-40 {
    margin-bottom: initial !important;
  }
  .faucet-finishes .t-ipad-margin-bottom-50 {
    margin-bottom: initial !important;
  }
  .faucet-finishes .max-w-750 {
    max-width: 980px;
  }
  .faucet-finishes .padding-top-desktop-75 {
    padding-top: 75px !important;
  }
  .faucet-finishes .padding-bottom-desktop-75 {
    padding-bottom: 75px !important;
  }
  .faucet-finishes .padding-left-desktop-150 {
    padding-left: 150px;
  }
  .faucet-finishes .padding-right-desktop-150 {
    padding-right: 150px;
  }
  .faucet-finishes .padding-left-desktop-50 {
    padding-left: 50px;
  }
  .faucet-finishes .padding-right-desktop-50 {
    padding-right: 50px;
  }
  .faucet-finishes .padding-left-desktop-200 {
    padding-left: 200px !important;
  }
  .faucet-finishes .padding-right-desktop-200 {
    padding-right: 200px !important;
  }
  .faucet-finishes .padding-left-desktop-50 {
    padding-left: 50px !important;
  }
  .faucet-finishes .padding-right-desktop-50 {
    padding-right: 50px !important;
  }
  .faucet-finishes .t-b-mxwidth-desktop {
    max-width: 820px;
  }
  .faucet-finishes .margin-top-desktop-100 {
    margin-top: 100px;
  }
  .faucet-finishes .margin-top-desktop-35 {
    margin-top: 35px !important;
  }
  .faucet-finishes .margin-top-desktop-60 {
    margin-top: 60px !important;
  }
  .faucet-finishes .margin-bottom-desktop-100 {
    margin-bottom: 100px;
  }
  .faucet-finishes .margin-top-desktop-150 {
    margin-top: 150px !important;
  }
  .faucet-finishes .margin-bottom-desktop-35 {
    margin-bottom: 35px !important;
  }
  .faucet-finishes .margin-bottom-desktop-150 {
    margin-bottom: 150px !important;
  }
  .faucet-finishes .margin-bottom-desktop-75 {
    margin-bottom: 75px;
  }
  .faucet-finishes .margin-bottom-desktop-50 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1420px) {
  .faucet-finishes .padding-left-desktop-50 {
    padding-left: 25px !important;
  }
  .faucet-finishes .padding-right-desktop-50 {
    padding-right: 25px !important;
  }
  .faucet-finishes .padding-left-desktop-150 {
    padding-left: 75px;
  }
  .faucet-finishes .padding-right-desktop-150 {
    padding-right: 75px;
  }
  .faucet-finishes .padding-left-desktop-200 {
    padding-left: 150px !important;
  }
  .faucet-finishes .padding-right-desktop-200 {
    padding-right: 150px !important;
  }
}
html.ipad.landscape .faucet-finishes .col-lg-4 {
  width: calc(100% / 3) !important;
}
html.ipad.landscape .faucet-finishes .col-lg-6 {
  width: calc(100% / 2) !important;
}
html.ipad.landscape .faucet-finishes .t-ipad-padding-left-100 {
  padding-left: initial !important;
}
html.ipad.landscape .faucet-finishes .t-ipad-padding-right-100 {
  padding-right: initial !important;
}
html.ipad.landscape .faucet-finishes .t-ipad-padding-left-200 {
  padding-left: initial !important;
}
html.ipad.landscape .faucet-finishes .t-ipad-padding-right-200 {
  padding-right: initial !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-20 {
  padding-right: 20px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-20 {
  padding-left: 20px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-30 {
  padding-right: 30px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-30 {
  padding-left: 30px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-50 {
  padding-right: 50px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-50 {
  padding-left: 50px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-100 {
  padding-right: 100px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-100 {
  padding-left: 100px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-150 {
  padding-right: 150px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-150 {
  padding-left: 150px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-margin-top-100 {
  margin-top: 100px !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-right-0 {
  padding-right: 0 !important;
}
html.ipad.landscape .faucet-finishes .tl-ipad-padding-left-0 {
  padding-left: 0 !important;
}
.faucet-finishes .flex {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  display: -ms-flexbox;
  display: flex;
}
.faucet-finishes .flex.center-horizontal {
  -ms-flex-pack: center;
      justify-content: center;
}
.faucet-finishes .flex.center-vertical {
  -ms-flex-align: center;
      align-items: center;
}
.faucet-finishes .flex.d-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.faucet-finishes .flex.d-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.faucet-finishes .flex.g-15 {
  gap: 15px;
}
.faucet-finishes .flex.g-30 {
  gap: 30px;
}
.faucet-finishes .flex.g-50 {
  gap: 50px;
}
.faucet-finishes .flex.gr-5 {
  row-gap: 5px;
}
.faucet-finishes .flex.gr-20 {
  row-gap: 20px;
}
.faucet-finishes .flex.gr-30 {
  row-gap: 30px;
}
.faucet-finishes .flex.gr-75 {
  row-gap: 75px;
}
.faucet-finishes .flex.gr-5 {
  row-gap: 5px;
}
.faucet-finishes .flex.gh-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.faucet-finishes .flex.gh-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.faucet-finishes .flex.gh-50 {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.faucet-finishes .text-underline {
  text-decoration: underline !important;
  text-underline-offset: 1px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default picture img {
  width: 100%;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .flex-block {
  -ms-flex-direction: column;
      flex-direction: column;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .flex-block.center-content {
  -ms-flex-align: center;
      align-items: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .flex-block.center-content > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .flex-block > .row {
  width: 100%;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
  margin-bottom: 20px;
  text-transform: capitalize !important;
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1120px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1350px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-body-container .image-body h1 {
    font-size: 90px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .links a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
  text-underline-offset: 5px;
  text-decoration: underline;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: start;
  bottom: 10px;
  gap: 5px;
  right: 10px;
  max-width: 200px;
  position: absolute;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
  color: #ffffff;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit .separator {
  display: none;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit .separator {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit {
    max-width: unset;
  }
}
@media only screen and (min-width: 1350px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .hero-block .image-credit {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .text-block p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  text-align: center;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .text-block p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .text-block.fsize-2x {
  font-family: 'freight-big-pro', serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .text-block.fsize-2x {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .text-block.fsize-2x {
    font-size: 48px;
    line-height: 1em;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .text-block small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .text-block small.title {
  margin-bottom: 25px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .subhero-mobile-copy {
  margin: 60px 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .subhero-mobile-copy .image-body-container {
  -ms-flex-direction: column;
      flex-direction: column;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .subhero-mobile-copy .image-body-container .image-body {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .subhero-mobile-copy .image-body-container .image-body h1 {
  margin-bottom: 30px;
  text-transform: capitalize !important;
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .subhero-mobile-copy .image-body-container .image-body p {
  font-size: 24px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .row.vertical-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: wrap;
      flex-direction: wrap;
  -ms-flex-wrap: column;
      flex-wrap: column;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  align-items: center !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .img-container {
  position: relative;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .img-container .full-image-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  display: -ms-flexbox;
  display: flex;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.center-horizontal {
  -ms-flex-pack: center;
      justify-content: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.center-vertical {
  -ms-flex-align: center;
      align-items: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.d-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.d-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.g-15 {
  gap: 15px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.g-30 {
  gap: 30px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.g-50 {
  gap: 50px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gr-5 {
  row-gap: 5px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gr-20 {
  row-gap: 20px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gr-30 {
  row-gap: 30px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gr-75 {
  row-gap: 75px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gr-5 {
  row-gap: 5px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gh-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gh-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits.gh-50 {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits > :first-child {
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits > :first-child {
    margin-top: 20px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits .credit-line {
  padding-top: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits .credit-line {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 10px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits .image-title span {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  margin-bottom: 10px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-image .credits .image-title:hover {
  text-decoration: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description * {
  text-align: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description h2 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  margin-top: 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description * {
    text-align: left;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description h2 {
    font-size: 60px;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description p {
    font-size: 24px;
    line-height: 1.25em;
  }
}
html.ipad.landscape .faucet-finishes .e2e-page-container.layout-e2e-default .beauty-description * {
  text-align: initial;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .black-divider {
  background: #000000;
  margin-bottom: 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .black-divider .text-block {
  max-width: 900px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .black-divider .text-block p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 325;
  line-height: 18px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .black-divider .text-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row {
  /* Landscape */
}
.faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row * {
  text-align: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row > div:first-child {
  -ms-flex-order: 2;
      order: 2;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row > div:last-child {
  -ms-flex-order: 1;
      order: 1;
}
@media only screen and (min-width: 1120px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row > div:first-child {
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-order: 1;
        order: 1;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row > div:last-child {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description * {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description * {
    text-align: left;
  }
}
html.ipad.landscape .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description {
  -ms-flex-align: baseline;
      align-items: baseline;
}
html.ipad.landscape .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description .button {
  text-align: center;
}
@media (min-width: 768px) {
  html:not(.ipad) .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description .button {
    text-align: center;
  }
}
html.ipad.landscape .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description .button {
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description .button {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .care-and-cleaning .beauty-row .beauty-description .button {
    text-align: center;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .img-container {
  position: relative;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div {
  overflow-x: auto;
  width: 100vw;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .row.flex {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .flex {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .flex .block {
  min-width: 70vw;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div {
    overflow-x: initial;
    width: initial;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .flex .block {
    min-width: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks > div .flex .block {
    padding: 0 30px !important;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .block > * {
  width: 100%;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .img-container {
  display: block;
  position: relative;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .img-container a {
  display: block;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .author-block {
  margin-top: 30px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .author-block * {
  font-family: 'freight-display-pro', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .img-block-link {
  display: block;
  margin-top: 25px;
  text-align: left;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .designer-blocks .img-block-link * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .heading {
  display: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .heading * {
  text-align: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .heading.active {
  display: -ms-flexbox;
  display: flex;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .heading > span {
  font-weight: 600;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .flex-block.d-row {
  gap: 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina h2 {
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 350;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 720px;
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina h2 {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider {
  display: none;
  margin-top: 0;
  width: 100vw;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider.active {
  display: block;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0.5;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide img {
  max-width: 280px !important;
  padding: 0 5vw;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide img {
    max-width: 480px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide img {
    max-width: 600px !important;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide.slick-active,
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .slide.slick-center {
  opacity: 1;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action {
  height: 45px;
  width: 45px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action span {
  display: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
  background: url('../images/icons/slick/Left_Arrow.svg') center center no-repeat;
  background-color: transparent;
  left: 20vw;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
  background: url('../images/icons/slick/Right_Arrow.svg') center center no-repeat;
  background-color: transparent;
  right: 20vw;
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
    left: 25vw;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
    right: 25vw;
  }
}
@media only screen and (min-width: 1350px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
    left: 28vw;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
    right: 28vw;
  }
}
@media only screen and (min-width: 1768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
    left: 30vw;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
    right: 30vw;
  }
}
@media only screen and (min-width: 1920px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
    left: 33vw;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
    right: 33vw;
  }
}
@media only screen and (min-width: 2560px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-prev-button {
    left: 38vw;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-slider-action.ww-next-button {
    right: 38vw;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-prev-button {
  display: none !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-prev-button.available {
  display: block !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-next-button {
  display: block !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider .ww-next-button.unavailable {
  display: none !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas {
  -ms-flex-pack: center;
      justify-content: center;
  row-gap: 20px;
  max-width: 250px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas * {
  text-align: center;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 350;
  line-height: 1em;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a:after {
  content: '|';
  padding-left: 18px;
  padding-right: 18px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a:last-of-type:after {
  content: unset;
  padding: 0;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a.active span {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a.active:after {
  text-decoration: unset;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a.active:hover {
  text-decoration: unset;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a:nth-of-type(2):after {
  display: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas.small-container {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas {
    max-width: initial;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas a:nth-of-type(2):after {
    display: inline;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina .slider-ctas.small-container {
    max-width: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina {
    row-gap: 0;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .stages-of-patina a:after {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button:hover {
  background-color: #ffffff;
  color: #000000;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button:hover span,
.faucet-finishes .e2e-page-container.layout-e2e-default a.button.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button span {
  color: #ffffff;
  text-decoration: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button:hover {
  text-decoration: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button:hover span {
  text-decoration: none;
}
.faucet-finishes .e2e-page-container.layout-e2e-default a.button-big {
  height: 60px;
  line-height: 60px;
  width: 300px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .animated-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .animated-link:hover {
  background-size: 100% 1px;
  text-decoration: none !important;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block {
  background-color: #000000;
  height: 60px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row {
  position: relative;
  width: 100vw;
  overflow-x: auto;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 23vw;
  padding-right: 23vw;
  width: auto;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation > a {
  background: none;
  width: 50vw;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation .contact-expert-wrapper.animated-link span {
  text-decoration: underline !important;
  text-underline-offset: 1px;
}
@media only screen and (min-width: 768px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row {
    overflow-x: unset;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation {
    padding-left: initial;
    padding-right: initial;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation > a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    text-decoration: none !important;
    width: auto;
  }
  .faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .submenu-row .navigation > a:hover {
    background-size: 100% 1px;
    text-decoration: none !important;
  }
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .request-information {
  position: absolute;
  right: 50px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block .request-information .contact-expert-wrapper {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .menu-block * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 325;
  line-height: 1em;
  color: #000000;
  color: #ffffff;
  position: relative;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  row-gap: 20px;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
@media (min-width: 768px) {
  html:not(.ipad) .faucet-finishes .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: initial !important;
        flex-direction: initial !important;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .faucet-finishes .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
    -ms-flex-direction: initial !important;
        flex-direction: initial !important;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
html.ipad.landscape .faucet-finishes .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  -ms-flex-direction: initial !important;
      flex-direction: initial !important;
  row-gap: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
html.ipad.portrait .faucet-finishes .e2e-page-container.layout-e2e-default .ctas-block .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
  row-gap: 20px;
}
.faucet-finishes .e2e-page-container.layout-e2e-default .video-background {
  border-radius: 5px !important;
}
.locations-overview .content.row,
.locations-view .content.row {
  margin-left: 0;
  margin-right: 0;
}
.locations-overview .columns .main,
.locations-view .columns .main {
  overflow-x: hidden !important;
}
.locations-overview .overlay-bg {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  html .locations-overview .overlay-bg {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-overview .overlay-bg {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-overview .overlay-bg {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.locations-overview .overlay-bg img {
  position: absolute;
  height: auto;
  left: 50%;
  max-width: 180px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.locations-index-index #storesMap {
  max-width: inherit;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.locations-index-index #storesMap .map-sidebar-wrapper {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .locations-index-index #storesMap .map-sidebar-wrapper {
    min-width: 415px;
  }
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper {
    width: 25%;
    height: 100%;
    max-height: 100%;
    padding: 0 38px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper {
    width: 25%;
    height: 100%;
    max-height: 100%;
    padding: 0 38px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper {
    width: 25%;
    height: 100%;
    max-height: 100%;
    padding: 0 38px;
    overflow: hidden;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper {
  display: block;
  width: 40%;
  height: 100%;
  padding: 0 18px 0 24px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper {
    width: 40%;
    height: 100%;
    padding: 0 18px 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper {
    height: 100% !important;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper h1 {
  font-family: 'freight-display-pro', serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 10px 0 16px 0;
}
@media (min-width: 1920px) {
  .locations-index-index #storesMap .map-sidebar-wrapper h1 {
    font-family: 'freight-display-pro', serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper h1 {
  font-size: 20px;
  line-height: 25px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field {
  position: relative;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field .input-distance-address {
  height: 40px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0 35px 0 35px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field .input-distance-address::-webkit-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field .input-distance-address::-moz-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field .input-distance-address::-ms-input-placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field .input-distance-address::placeholder {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnSearchMap,
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnResetMap {
  position: absolute;
  background: none;
  color: #000000;
  width: 24px;
  height: 24px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnSearchMap i,
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnResetMap i {
  display: none;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnSearchMap {
  left: 10px;
  top: 8px;
  background: url('../images/locations/search.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .search-condition .form-field #btnResetMap {
  right: 8px;
  top: 7px;
  background: url('../images/locations/close.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper {
  margin-top: 20px;
  position: relative;
  height: 100%;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 29px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta:hover:not(.not-animated-underline) span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta:after {
  content: '';
  width: 29px;
  height: 29px;
  float: right;
  background: url('../images/locations/plus.svg') no-repeat center center;
  background-size: cover;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-cta.active:after {
  background: url('../images/locations/minus.svg') no-repeat center center;
  background-size: cover;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list {
  display: none;
  padding: 25px 20px 10px 0;
  background: #ffffff;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list {
    height: initial !important;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li {
  margin: 0 0 20px 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
  display: block;
  position: relative;
  margin: 0 0 0 25px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
    margin: 0 0 0 50px;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
    margin: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
    margin: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
    margin: 0 0 0 50px;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag {
  margin: 0 0 0 50px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
  position: absolute;
  left: -35px;
  top: -10px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
    left: -60px;
    top: -10px;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
    left: -60px;
    top: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
    left: -60px;
    top: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
    left: -60px;
    top: -10px;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox {
  left: -60px;
  top: -10px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox input[name="store-tag"] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url('../images/locations/check-box.svg') no-repeat center center;
  background-size: 18px;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-checkbox input[name="store-tag"]:checked {
  background: #000000 url('../images/locations/check-box-checked.svg') no-repeat center center;
  background-size: 16px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
  position: absolute;
  top: -3px;
  left: -25px;
  width: 16px;
  height: 24px;
  display: none;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1366px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
    display: inline-block;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon {
  display: inline-block;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon[class*="showroom"] {
  background: url('../images/locations/map-icon-ws.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon[class*="rh"] {
  background: url('../images/locations/map-icon-wrh.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon[class*="commercial"],
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon.icon-international {
  background: url('../images/locations/map-icon-wc.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-icon[class*="boutique"] {
  background: url('../images/locations/map-icon-wbp.svg') no-repeat center center;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-name {
  text-transform: uppercase;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag .store-type-description {
  display: block;
  margin: 5px 0 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations {
  margin-bottom: 27px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations input {
  margin-top: -1px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
  margin-left: 0;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
    margin-left: -25px;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1366px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
    margin-left: -25px;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .filter-locations-type-list li span.store-tag.all-locations .store-type-name {
  margin-left: -25px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper .custom-message-container {
  padding-top: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList {
  padding: 0;
  margin-top: 24px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store {
  overflow: auto;
  height: auto;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store {
    padding: 0 10px 0 0;
    overflow: auto;
    height: 63vh;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store {
    padding: 0 10px 0 0;
    overflow: auto;
    height: 63vh;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store {
    padding: 0 10px 0 0;
    overflow: auto;
    height: 63vh;
  }
}
@media only screen and (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store {
    height: 100% !important;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container {
  display: block;
  padding: 0;
  margin: 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li {
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li {
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li {
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li:hover {
  border-color: #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span:not(.icon) {
  display: inline-block;
  max-width: calc(100% - 30px);
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span.icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  float: right;
  background: url('../images/locations/plus.svg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span.icon {
    display: none;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span.icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span.icon {
    display: none;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li h4.title-store span.icon {
  display: block;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .location-type {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .location-type {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .location-type {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .location-type {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container {
  display: none;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .email-store,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  padding: 0;
  margin: 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store a,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store a,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .email-store a,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container a {
  color: #000000;
  text-transform: none !important;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store a span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store a span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .email-store a span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store {
  line-height: 1.8em;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store span {
  display: block;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .address-store span:empty {
  display: none;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container {
  display: block;
  margin-top: 10px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container span {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store a span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store,
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container {
    display: none;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store,
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .phone-store,
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .hours-container {
    display: none;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions {
  padding: 0;
  margin: 20px 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  border: 0;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions .separator {
    display: none;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions .separator {
  display: inline-block;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a:hover:not(.not-animated-underline) span,
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a {
    text-decoration: none !important;
  }
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a span {
    background-size: 100% 1px !important;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a {
    text-decoration: none !important;
  }
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a span {
    background-size: 100% 1px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a {
    text-decoration: none !important;
  }
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a span {
    background-size: 100% 1px !important;
  }
}
@media (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: #000000;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
  }
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a span {
    background-size: 0 1px;
  }
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a i {
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url('../images/locations/icon-directions.svg') no-repeat center center;
  }
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li .store-data-container .location-actions a.learn-more {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
  }
}
@media (max-width: 768px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active {
    border: 1px solid #000000;
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active {
    border: 1px solid #000000;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active {
    border: 1px solid #000000;
    background: #ffffff;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active h4.title-store span.icon {
  background: url('../images/locations/minus.svg') no-repeat center center;
  background-size: cover;
}
.locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active .store-data-container {
  display: block;
}
@media (max-width: 768px) {
  .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active .store-data-container {
    margin-top: 10px;
    padding-top: 10px;
  }
}
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active .store-data-container .phone-store,
html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .locations-list-wrapper #storesList .list-store ul.list-store-container li.store-active .store-data-container .hours-container {
  display: block;
}
.locations-index-index #storesMap .map-sidebar-wrapper .range-amount-wrapper {
  display: none;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found {
  display: none;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found {
    height: initial !important;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  padding: 0 0 0 0;
  margin: 24px 0 24px 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul {
  display: block;
  padding: 0;
  margin: 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background: #ffffff;
}
@media (min-width: 768px) {
  html .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li {
    padding: 10px;
    border: 1px solid #000000;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li {
    padding: 10px;
    border: 1px solid #000000;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li {
    padding: 10px;
    border: 1px solid #000000;
  }
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li h4.title-store {
  font-family: 'freight-big-pro', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container {
  display: block !important;
  border-top: 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container .phone-store {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
  padding: 0;
  margin: 0;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container .phone-store span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container .phone-store a {
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container .phone-store a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container a.learn-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 15px;
  text-decoration: none !important;
}
.locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container a.learn-more span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container a.learn-more {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    background-size: 0 1px;
  }
  html:not(.ipad) .locations-index-index #storesMap .map-sidebar-wrapper .not-results-found ul li .store-data-container a.learn-more span {
    background-size: 0 1px;
  }
}
.locations-index-index #storesMap .map-wrapper {
  width: 75%;
  height: 100%;
  display: table-cell;
  position: relative;
}
@media (max-width: 768px) {
  .locations-index-index #storesMap .map-wrapper {
    display: none;
  }
}
html.ipad .locations-index-index #storesMap .map-wrapper {
  display: table-cell;
  width: 60%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  html:not(.ipad) .locations-index-index #storesMap .map-wrapper {
    display: table-cell;
    width: 60%;
  }
}
.locations-index-index #storesMap .map-wrapper .map-box-container {
  padding-right: 0;
  margin-bottom: 15px;
  height: 70vh;
}
.locations-index-index #storesMap .map-wrapper .map-box-container .googlemap {
  max-width: 100%;
  height: 100%;
}
.locations-index-index #storesMap .map-wrapper .map-box-container h4 {
  margin: 5px 0 10px 0;
  overflow: hidden;
  width: 100%;
}
.locations-index-index #storesMap .map-wrapper .location-box-view {
  display: none !important;
}
.locations-index-index #storesMap .map-wrapper .location-box-view .widget-mylocation {
  width: 29px;
  height: 29px;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  float: left;
  left: 10px;
}
.locations-index-index #storesMap .map-wrapper .location-box-view .widget-mylocation .widget-mylocation-button {
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  width: 29px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font: inherit;
  vertical-align: baseline;
  background: none repeat scroll 0% 0% transparent;
  list-style: outside none none;
  background-color: #ffffff;
}
.locations-index-index #storesMap .map-wrapper .location-box-view .widget-mylocation .widget-mylocation-button:hover .widget-mylocation-cookieless {
  background-position: -36px 0px;
}
.locations-index-index #storesMap .map-wrapper .location-box-view .widget-mylocation .widget-mylocation-button .widget-mylocation-cookieless {
  background: url('../images/geolocation_resize.png') no-repeat 0 0;
  background-attachment: scroll;
  display: block;
  height: 18px;
  left: 6px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 6px;
  width: 18px;
}
.locations-index-index .explore-ww {
  margin-top: 40px !important;
}
.locations-index-index .explore-ww .row {
  box-sizing: border-box;
  width: 100%;
}
.locations-index-index .explore-ww * {
  -webkit-font-smoothing: antialiased;
}
.locations-index-index .explore-ww h2 {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  line-height: 1em;
  font-weight: 100;
  text-transform: initial;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  text-align: center;
}
.locations-index-index .explore-ww > .row {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .locations-index-index .explore-ww > .row {
    padding: 0;
    margin: 0;
  }
}
.locations-index-index .explore-ww .asset {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}
.locations-index-index .explore-ww .asset:nth-of-type(2n+1) {
  padding-left: 10px;
}
.locations-index-index .explore-ww .asset:nth-of-type(2n) {
  padding-right: 10px;
}
.locations-index-index .explore-ww .asset .ipad-landscape-only {
  display: none;
}
.locations-index-index .explore-ww .asset .img-link {
  position: relative;
  text-decoration: none;
  width: 100%;
}
.locations-index-index .explore-ww .asset .img-link:hover .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  .locations-index-index .explore-ww .asset {
    padding-left: 5px;
    padding-right: 5px;
  }
  .locations-index-index .explore-ww .asset:nth-of-type(2n+1) {
    padding-left: 5px;
  }
  .locations-index-index .explore-ww .asset:nth-of-type(2n) {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .locations-index-index .explore-ww .asset {
    padding-left: 7px;
    padding-right: 7px;
  }
  .locations-index-index .explore-ww .asset:nth-of-type(2n+1) {
    padding-left: 7px;
  }
  .locations-index-index .explore-ww .asset:nth-of-type(2n) {
    padding-right: 7px;
  }
}
.locations-index-index .explore-ww .asset .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  display: none;
  margin-top: 20px;
  padding: 0;
  /* Landscape */
}
.locations-index-index .explore-ww .asset .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.locations-index-index .explore-ww .asset .btn:hover span,
.locations-index-index .explore-ww .asset .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1350px) {
  .locations-index-index .explore-ww .asset .btn {
    display: block;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .locations-index-index .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
html.ipad.landscape .locations-index-index .explore-ww .asset .btn {
  display: none;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 50px;
  border-radius: 4px;
  margin: 0 10px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 44px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
html.ipad .locations-index-index .explore-ww .asset .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 11px !important;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 0;
  background: transparent !important;
  position: inherit !important;
  background: none !important;
  margin-top: 20px;
}
html.ipad .locations-index-index .explore-ww .asset .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad .locations-index-index .explore-ww .asset .btn:hover span,
html.ipad .locations-index-index .explore-ww .asset .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  .locations-index-index .explore-ww .asset .btn span {
    background-size: 100% 1px;
  }
}
html.ipad.portrait .locations-index-index .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
html.legacy-ipad .locations-index-index .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
html.ipad .locations-index-index .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
.locations-index-index .explore-ww .asset .beauty-link {
  display: block;
  margin-top: 15px;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
  color: #000000;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
.locations-index-index .explore-ww .asset .beauty-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1199px) {
  .locations-index-index .explore-ww .asset .beauty-link {
    display: none;
  }
}
.locations-index-index .explore-ww .asset picture img {
  width: 100%;
}
.locations-index-index .map-info-wrapper {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: none;
}
html.ipad .locations-index-index .map-info-wrapper {
  display: none !important;
}
.locations-index-index .map-info-wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url('../images/locations/close.svg') no-repeat center center;
  cursor: pointer;
  opacity: 1;
  text-shadow: none;
}
.locations-index-index .map-info-wrapper .map-info-content {
  width: 402px;
  margin: 10px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #000000;
  background: #ffffff;
}
.locations-index-index .map-info-wrapper .map-info-content h4.title-store {
  padding: 0 21px 10px 0;
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid #CCCCCC;
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
.locations-index-index .map-info-wrapper .map-info-content h4.title-store span.icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  float: right;
  background: url('../images/locations/plus.svg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  html .locations-index-index .map-info-wrapper .map-info-content h4.title-store span.icon {
    display: none;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index .map-info-wrapper .map-info-content h4.title-store span.icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index .map-info-wrapper .map-info-content h4.title-store span.icon {
    display: none;
  }
}
.locations-index-index .map-info-wrapper .map-info-content .location-type {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container {
  display: none;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 768px) {
  html .locations-index-index .map-info-wrapper .map-info-content .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index .map-info-wrapper .map-info-content .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index .map-info-wrapper .map-info-content .store-data-container {
    display: block !important;
    border-top: 0;
  }
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container {
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8em;
  color: #000000;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store a,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store a,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a {
  color: #000000 !important;
  text-transform: none !important;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store a:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store a:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store a:hover:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a:hover:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store a:hover:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a:hover:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store a.selected:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a.selected:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store a.selected:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store a span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .email-store a span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store {
  line-height: 1.8em;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store span {
  display: block;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .address-store span:empty {
  display: none;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container {
  display: block;
  margin-top: 10px;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container span {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .phone-store a span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .hours-container a span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000000;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions {
  padding: 0;
  margin: 20px 0 0;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  html .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) {
  html.ipad .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions .separator {
    display: none;
  }
}
html.ipad .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions .separator {
  display: inline-block;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a {
  display: inline-block;
  width: 150px;
  height: 50px;
  margin-bottom: 0;
  background: #000000;
  border-radius: 4px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-decoration: none !important;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a:hover:not(.not-animated-underline) span,
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a span {
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  .locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a span {
    background-size: 0 1px;
  }
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -7px;
  margin-right: 8px;
  background: url('../images/locations/icon-directions.svg') no-repeat center center;
}
.locations-index-index .map-info-wrapper .map-info-content .store-data-container .location-actions a.learn-more {
  margin-left: 8px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.map-wrapper .ggooglemap * {
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.explore-carved-sinks h4,
.explore-carved-sinks h5,
.explore-carved-sinks h6 {
  margin: initial;
}
.explore-carved-sinks .tablet-only {
  display: none;
}
.explore-carved-sinks .black-background {
  background-color: #000000;
}
@media (max-width: 768px) {
  .explore-carved-sinks .m-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .explore-carved-sinks .m-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .explore-carved-sinks .m-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .explore-carved-sinks .m-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .explore-carved-sinks .m-padding-top-50 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .explore-carved-sinks .bg-overlay {
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1367px) {
  .explore-carved-sinks .tablet-only {
    display: inherit;
  }
}
@media screen and (min-width: 767px) and (max-width: 1366px) {
  .explore-carved-sinks .hidden-md {
    display: none !important;
  }
}
.explore-carved-sinks .flex-block.mosaic .overrideLayoutAlign > div {
  float: left;
}
html.ipad.portrait .explore-carved-sinks .flex-block.mosaic > div {
  float: left;
}
html.ipad.landscape .explore-carved-sinks .flex-block.mosaic > div {
  float: left;
}
@media (max-width: 768px) {
  .explore-carved-sinks .flex-block.mosaic.beauty-block {
    display: none !important;
  }
}
.explore-carved-sinks .content.row.not-spacing {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.explore-carved-sinks .f_upper {
  text-transform: uppercase;
}
.explore-carved-sinks .black-box {
  background-color: #000000;
}
.explore-carved-sinks .container-cta {
  position: absolute;
  width: 100%;
  height: 100%;
}
html.ipad.portrait .explore-carved-sinks .image-text-centered-container .image-body-container {
  position: absolute !important;
}
.explore-carved-sinks .ctas-block.content.row {
  margin-bottom: 0;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .explore-carved-sinks .ctas-block.content.row {
    margin-bottom: 30px;
    margin-top: 35px;
  }
}
@media (min-width: 1366px) {
  .explore-carved-sinks .ctas-block.content.row {
    margin-bottom: 45px;
    margin-top: 100px;
  }
}
.explore-carved-sinks .ctas-block.content.row .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .explore-carved-sinks .ctas-block.content.row .flex-block {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    row-gap: 25px;
  }
}
.explore-carved-sinks .ctas-block.content.row .button.cta {
  margin: 0 10px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  max-width: 250px;
}
.explore-carved-sinks .ctas-block.content.row .button.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
.explore-carved-sinks .ctas-block.content.row .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.explore-carved-sinks .ctas-block.content.row .button.cta:hover span,
.explore-carved-sinks .ctas-block.content.row .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.explore-carved-sinks .ctas-block.content.row .button.cta span {
  color: #ffffff !important;
}
.explore-carved-sinks .ctas-block.content.row .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.explore-carved-sinks .ctas-block.content.row .button.cta:hover span {
  color: #ffffff !important;
}
.explore-carved-sinks .hero-block .image-text-centered-container .image-body-container .image-body {
  font-size: 36px !important;
}
.explore-carved-sinks .hero-block .image-text-centered-container .image-body-container .image-body h1 {
  z-index: 6;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .hero-block .image-text-centered-container .image-body-container .image-body h1 {
    font-size: 125px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .explore-carved-sinks .hero-block .image-text-centered-container .image-body-container .image-body {
    padding: 50px 20px !important;
  }
}
@media (max-width: 768px) {
  .explore-carved-sinks .hero-block .image-text-centered-container .image-body-container {
    background-color: #000000;
  }
  .explore-carved-sinks .hero-block .image-text-centered-container .image-body-container h1 {
    font-size: 36px !important;
  }
  .explore-carved-sinks .hero-block .image-text-centered-container .image-body-container p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px !important;
    font-style: italic;
    max-width: 280px;
    margin-top: 20px !important;
    text-align: center;
  }
}
.explore-carved-sinks .hero-block .image-text {
  text-align: center !important;
}
.explore-carved-sinks .hero-block .image-text > * {
  font-family: 'freight-big-pro', serif !important;
  font-size: 32px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 125px !important;
  margin: 0 auto !important;
  text-transform: unset !important;
}
@media (min-width: 768px) {
  .explore-carved-sinks .hero-block .image-text > * {
    font-family: 'freight-big-pro', serif !important;
    font-size: 64px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .hero-block .image-text > * {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .hero-block .image-text > * {
    font-family: 'freight-big-pro', serif !important;
    font-size: 150px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .hero-block .image-text > * {
  font-family: 'freight-big-pro', serif !important;
  font-size: 78px !important;
  font-weight: 100 !important;
  line-height: 0.85em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.explore-carved-sinks .intro-paragraph .paragraph {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  padding: 75px 20px;
  line-height: 1.2em;
  max-width: 820px;
  text-align: center;
}
html.ipad.portrait .explore-carved-sinks .intro-paragraph .paragraph {
  padding-bottom: 75px;
  padding-top: 75px;
}
html.ipad.landscape .explore-carved-sinks .intro-paragraph .paragraph {
  padding: 90px 20px;
  font-size: 24px;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .intro-paragraph .paragraph {
    font-size: 30px;
    padding: 150px 20px;
  }
}
.explore-carved-sinks .mosaic {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.explore-carved-sinks .mosaic > * {
  position: relative;
}
.explore-carved-sinks .mosaic .image-text-centered-container .image-body-container .image-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-align: center;
      align-items: center;
  text-align: center !important;
}
.explore-carved-sinks .mosaic h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 32px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 64px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .mosaic h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 150px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-carved-sinks .mosaic .text-content {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.explore-carved-sinks .mosaic .text-content * {
  text-align: center !important;
}
@media (max-width: 768px) {
  .explore-carved-sinks .mosaic .text-content {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content {
    padding: 0 20px;
  }
}
.explore-carved-sinks .mosaic .text-content h4 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 32px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: unset;
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content h4 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 64px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .mosaic .text-content h4 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic .text-content h4 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 150px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 768px) {
  .explore-carved-sinks .mosaic .text-content h4 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content h4 {
    font-size: 32px !important;
  }
}
html.ipad.landscape .explore-carved-sinks .mosaic .text-content h4 {
  font-size: 36px !important;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic .text-content h4 {
    font-size: 48px !important;
  }
}
.explore-carved-sinks .mosaic .text-content > p {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 660px;
  margin: 30px 0 !important;
}
@media (max-width: 768px) {
  .explore-carved-sinks .mosaic .text-content > p {
    font-size: 16px;
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content > p {
    font-size: 16px !important;
    margin: 20px 0 50px 0 !important;
    max-width: 350px !important;
  }
}
html.ipad.landscape .explore-carved-sinks .mosaic .text-content > p {
  font-size: 20px !important;
  margin: 25px 0 50px 0 !important;
  max-width: 390px !important;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic .text-content > p {
    font-size: 24px !important;
    margin: 30px 0 50px 0 !important;
    max-width: 500px !important;
  }
}
.explore-carved-sinks .mosaic .text-content .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .explore-carved-sinks .mosaic .text-content .links {
    row-gap: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content .links {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.explore-carved-sinks .mosaic .text-content .links a {
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 3px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .text-content .links a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .mosaic .text-content .links a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic .text-content .links a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.explore-carved-sinks .mosaic .credits-block {
  bottom: 16px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 0 20px;
  position: absolute;
}
.explore-carved-sinks .mosaic .credits-block:not(.tablet-only) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
}
.explore-carved-sinks .mosaic .credits-block p {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .explore-carved-sinks .mosaic .credits-block {
    bottom: 22px;
  }
}
@media (min-width: 1366px) {
  .explore-carved-sinks .mosaic .credits-block {
    bottom: 30px;
  }
}
.explore-carved-sinks .mosaic .credits-block .credit {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 3px;
}
.explore-carved-sinks .mosaic .credits-block .credit * {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.explore-carved-sinks .mosaic .credits-block span.credit {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.explore-carved-sinks .mosaic .credits-block.mx-w-450 {
  max-width: 450px;
}
.explore-carved-sinks .mosaic .credits-block [class^="mx-w-"] > * {
  max-width: unset !important;
}
.explore-carved-sinks .mosaic .credits-block.text-block > .credit {
  text-decoration: unset !important;
}
.explore-carved-sinks .mosaic .slider {
  margin-bottom: 0;
}
.explore-carved-sinks .mosaic .slider .slick-dots {
  bottom: 15px;
}
.explore-carved-sinks .mosaic .slider .slick-dots button {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  width: 10px;
}
.explore-carved-sinks .mosaic .slider .slick-dots button[aria-selected="true"] {
  background: #ffffff;
}
.explore-carved-sinks .marbella .image-text-centered-container .image-body-container .image-body h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 32px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .explore-carved-sinks .marbella .image-text-centered-container .image-body-container .image-body h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 64px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .explore-carved-sinks .marbella .image-text-centered-container .image-body-container .image-body h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .explore-carved-sinks .marbella .image-text-centered-container .image-body-container .image-body h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 150px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1366px) {
  .explore-carved-sinks .marbella .image-text-centered-container .image-body-container .image-body h3 {
    font-size: 125px !important;
  }
}
.explore-carved-sinks .beauty-centuria h3 {
  z-index: 6;
}
@media (min-width: 768px) {
  .explore-carved-sinks .beauty-centuria h3 {
    font-size: 96px !important;
  }
}
@media (min-width: 1366px) {
  .explore-carved-sinks .beauty-centuria h3 {
    font-size: 150px !important;
  }
}
.explore-carved-sinks .disclaimer-block > * {
  padding: 60px 100px;
}
.explore-carved-sinks .disclaimer-block b {
  text-transform: uppercase;
}
.explore-carved-sinks .disclaimer-block p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  text-align: center;
}
html.ipad.landscape .explore-carved-sinks .disclaimer-block p {
  font-size: 13px;
}
.luxury-lighting-new-era h4,
.luxury-lighting-new-era h5,
.luxury-lighting-new-era h6 {
  margin: initial;
}
.luxury-lighting-new-era .tablet-only {
  display: none;
}
.luxury-lighting-new-era .black-box {
  background-color: #000000;
}
.luxury-lighting-new-era .mobile-horizontal-padding {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .mobile-horizontal-padding {
    padding: initial;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .bg-overlay {
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
}
.luxury-lighting-new-era .paragraph-block {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
  margin: 0 auto;
  padding: 30px 40px 75px 40px;
  line-height: 1.2em;
  max-width: 1024px;
  text-align: center;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .paragraph-block {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.portrait .luxury-lighting-new-era .paragraph-block {
  padding-bottom: 75px;
  padding-top: 75px;
}
html.ipad.landscape .luxury-lighting-new-era .paragraph-block {
  padding: 90px 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .paragraph-block {
    padding: 100px 150px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .paragraph-block {
    font-size: 24px;
    padding: 150px 20px 100px 20px !important;
  }
}
.luxury-lighting-new-era .product-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-flex-pack: left;
      justify-content: left;
}
.luxury-lighting-new-era .product-preview .image-box {
  min-width: 75vw;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .product-preview {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0 20px;
    overflow-x: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .luxury-lighting-new-era .product-preview .image-box {
    max-width: 250px;
    min-width: unset;
  }
}
@media (max-width: 1366px) {
  .luxury-lighting-new-era .product-preview {
    padding: initial;
  }
  .luxury-lighting-new-era .product-preview .image-box {
    max-width: 320px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .product-preview .image-box {
    max-width: unset;
  }
}
.luxury-lighting-new-era .product-preview .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.luxury-lighting-new-era .product-preview .product-info span {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .product-preview .product-info span {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.luxury-lighting-new-era .product-preview .product-info a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thicknes: 0;
  text-underline-offset: 3px !important;
  text-transform: uppercase;
  line-height: 1.5em !important;
}
.luxury-lighting-new-era .hero-block .image-text-centered-container .image-body-container {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .hero-block .image-text-centered-container .image-body-container {
    padding-top: initial;
    position: absolute !important;
  }
}
.luxury-lighting-new-era .hero-block .image-text-centered-container .image-body-container .image-body {
  padding: 40px 0 30px 0;
  text-align: center;
}
.luxury-lighting-new-era .hero-block small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .hero-block small {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.luxury-lighting-new-era .hero-block h1 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000 !important;
  font-size: 48px !important;
  margin: 0 !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .hero-block h1 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .hero-block h1 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .hero-block h1 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 125px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .hero-block h1 {
    color: #ffffff !important;
    font-size: 96px !important;
    max-width: initial !important;
  }
}
.luxury-lighting-new-era .row:not(.content-section) .flex-block > div {
  width: 100%;
}
.luxury-lighting-new-era .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.luxury-lighting-new-era .intro-paragraph .paragraph {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
  margin: 0 auto;
  padding: 30px 40px 75px 40px;
  line-height: 1.2em;
  max-width: 1024px;
  text-align: center;
  color: #000000 !important;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .intro-paragraph .paragraph {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.portrait .luxury-lighting-new-era .intro-paragraph .paragraph {
  padding-bottom: 75px;
  padding-top: 75px;
}
html.ipad.landscape .luxury-lighting-new-era .intro-paragraph .paragraph {
  padding: 90px 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .intro-paragraph .paragraph {
    padding: 100px 150px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .intro-paragraph .paragraph {
    font-size: 24px;
    padding: 150px 20px 100px 20px !important;
  }
}
.luxury-lighting-new-era .dante.content-section .content h2 {
  max-width: unset;
}
.luxury-lighting-new-era .content-section {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section {
    margin-bottom: 150px;
  }
}
.luxury-lighting-new-era .content-section .images-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .images-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: initial;
  }
}
@media (min-width: 1120px) {
  .luxury-lighting-new-era .content-section .images-block {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.luxury-lighting-new-era .content-section .images-block .image {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .images-block .image {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
@media (min-width: 1120px) {
  .luxury-lighting-new-era .content-section .images-block .image:nth-of-type(1) {
    padding-left: 50px;
  }
  .luxury-lighting-new-era .content-section .images-block .image:nth-of-type(2) {
    padding-right: 50px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .images-block .image:nth-of-type(1) {
    padding-left: 20vw;
  }
  .luxury-lighting-new-era .content-section .images-block .image:nth-of-type(2) {
    padding-right: 20vw;
  }
}
.luxury-lighting-new-era .content-section .images-block .image img {
  margin: 0;
  width: 100%;
}
.luxury-lighting-new-era .content-section .images-block .image * {
  width: 100%;
}
.luxury-lighting-new-era .content-section .images-block.e2e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}
.luxury-lighting-new-era .content-section .images-block.e2e .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  padding: 0;
}
.luxury-lighting-new-era .content-section .images-block.no-gap {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.luxury-lighting-new-era .content-section .images-block .overlay-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}
.luxury-lighting-new-era .content-section .images-block .overlay-titles span {
  font-family: 'freight-big-pro', serif !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
    font-family: 'freight-big-pro', serif !important;
    font-size: 125px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
    font-size: 72px !important;
    max-width: 550px;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
  font-size: 90px !important;
}
@media (min-width: 1120px) {
  .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
    font-size: 90px !important;
    max-width: 650px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .images-block .overlay-titles span {
    font-size: 90px !important;
    max-width: 1000px;
  }
}
.luxury-lighting-new-era .content-section .content-paragraph-block {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
  margin: 0 auto;
  padding: 30px 40px 75px 40px;
  line-height: 1.2em;
  max-width: 1024px;
  text-align: center;
  padding: 50px 40px 50px 40px;
  color: #ffffff;
  max-width: 850px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content-paragraph-block {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.portrait .luxury-lighting-new-era .content-section .content-paragraph-block {
  padding-bottom: 75px;
  padding-top: 75px;
}
html.ipad.landscape .luxury-lighting-new-era .content-section .content-paragraph-block {
  padding: 90px 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content-paragraph-block {
    padding: 100px 150px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .content-paragraph-block {
    font-size: 24px;
    padding: 150px 20px 100px 20px !important;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content-paragraph-block {
    padding: 75px 150px;
  }
}
.luxury-lighting-new-era .content-section .content-paragraph-block .title {
  font-size: 40px;
  line-height: 1em;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.techniques {
    margin-bottom: 100px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section.techniques {
    margin-bottom: 150px;
  }
}
.luxury-lighting-new-era .content-section .techniques-detail h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .techniques-detail h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .techniques-detail h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .techniques-detail h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 125px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .techniques-detail h3 {
    font-size: 48px !important;
  }
}
.luxury-lighting-new-era .content-section .techniques-detail .row.techniques {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  padding: 30px 40px 50px 40px;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .techniques-detail .row.techniques {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 75px 50px 150px 50px;
    overflow-x: scroll;
    row-gap: unset;
    -ms-flex-pack: left;
        justify-content: left;
  }
  .luxury-lighting-new-era .content-section .techniques-detail .row.techniques .technique {
    min-width: 75vw;
    width: 75vw;
  }
}
@media (min-width: 1120px) {
  .luxury-lighting-new-era .content-section .techniques-detail .row.techniques {
    overflow-x: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .luxury-lighting-new-era .content-section .techniques-detail .row.techniques .technique {
    min-width: unset;
    width: 33.3%;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .techniques-detail .row.techniques {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 75px 150px 150px 150px;
  }
}
.luxury-lighting-new-era .content-section .techniques-detail .technique {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.luxury-lighting-new-era .content-section .techniques-detail .technique picture,
.luxury-lighting-new-era .content-section .techniques-detail .technique img {
  width: 100%;
}
.luxury-lighting-new-era .content-section .techniques-detail .technique img {
  padding-bottom: 20px;
}
.luxury-lighting-new-era .content-section .techniques-detail .technique h4 {
  font-style: italic;
  font-weight: 700;
  padding-bottom: 10px;
}
.luxury-lighting-new-era .content-section .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: block;
  margin: 50px auto;
  max-width: 850px;
  text-align: center;
}
.luxury-lighting-new-era .content-section .content h2 {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content h2 {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .content h2 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .content h2 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 125px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .content h2 {
    font-size: 60px !important;
  }
}
.luxury-lighting-new-era .content-section .content p {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content p {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content p {
    margin: 0 auto;
    max-width: 520px;
    padding: 30px 0;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .content p {
  max-width: 660px;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .content p {
    max-width: 660px;
  }
}
.luxury-lighting-new-era .content-section .content small {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-transform: uppercase;
}
.luxury-lighting-new-era .content-section .content .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .luxury-lighting-new-era .content-section .content .links {
    row-gap: 15px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content .links {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.luxury-lighting-new-era .content-section .content .links a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thicknes: 0;
  text-underline-offset: 3px !important;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .content .links a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section .content .links a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .content .links a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.luxury-lighting-new-era .content-section .products-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-flex-pack: left;
      justify-content: left;
}
.luxury-lighting-new-era .content-section .products-preview .image-box {
  min-width: 75vw;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .products-preview {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0 20px;
    overflow-x: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .luxury-lighting-new-era .content-section .products-preview .image-box {
    max-width: 250px;
    min-width: unset;
  }
}
@media (max-width: 1366px) {
  .luxury-lighting-new-era .content-section .products-preview {
    padding: initial;
  }
  .luxury-lighting-new-era .content-section .products-preview .image-box {
    max-width: 320px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .products-preview .image-box {
    max-width: unset;
  }
}
.luxury-lighting-new-era .content-section .products-preview .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.luxury-lighting-new-era .content-section .products-preview .product-info span {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section .products-preview .product-info span {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.luxury-lighting-new-era .content-section .products-preview .product-info a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thicknes: 0;
  text-underline-offset: 3px !important;
  text-transform: uppercase;
  line-height: 1.5em !important;
}
.luxury-lighting-new-era .content-section .products-preview .image-box {
  padding: 0;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section .products-preview .image-box {
    max-width: 300px;
  }
}
.luxury-lighting-new-era .content-section .products-preview .image-box img {
  width: 100%;
}
.luxury-lighting-new-era .content-section.featured-products {
  margin-bottom: 0;
}
.luxury-lighting-new-era .content-section.featured-products .flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.luxury-lighting-new-era .content-section.featured-products .flex-block > .row {
  padding: 0;
}
.luxury-lighting-new-era .content-section.featured-products .row h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 40px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px !important;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 60px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.ipad.landscape .luxury-lighting-new-era .content-section.featured-products .row h3 {
  font-family: 'freight-big-pro', serif !important;
  font-size: 96px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section.featured-products .row h3 {
    font-family: 'freight-big-pro', serif !important;
    font-size: 125px !important;
    font-weight: 100 !important;
    line-height: 1em !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row h3 {
    font-size: 48px !important;
  }
}
.luxury-lighting-new-era .content-section.featured-products .row.products {
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 30px 0 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: start;
    overflow-x: hidden;
    padding: 100px 75px;
    row-gap: 25px;
  }
  .luxury-lighting-new-era .content-section.featured-products .row.products .col-lg-3 {
    width: 20% !important;
  }
}
@media (min-width: 1120px) {
  .luxury-lighting-new-era .content-section.featured-products .row.products {
    padding: 100px 50px;
    row-gap: 30px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section.featured-products .row.products {
    padding: 75px 150px 50px 150px;
    row-gap: 100px;
  }
}
.luxury-lighting-new-era .content-section.featured-products .row.products .product {
  min-width: 70vw;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row.products .product {
    min-width: unset;
  }
}
html.ipad.portrait .luxury-lighting-new-era .content-section.featured-products .row.products .product {
  width: 50% !important;
}
html.ipad.landscape .luxury-lighting-new-era .content-section.featured-products .row.products .product {
  width: 33.3333% !important;
}
html.ipad.landscape .luxury-lighting-new-era .content-section.featured-products .row.products .product.hide-on-landscape {
  display: none;
}
.luxury-lighting-new-era .content-section.featured-products .row .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-direction: column;
      flex-direction: column;
}
.luxury-lighting-new-era .content-section.featured-products .row .product .image-box {
  min-width: 75vw;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row .product {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0 20px;
    overflow-x: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .luxury-lighting-new-era .content-section.featured-products .row .product .image-box {
    max-width: 250px;
    min-width: unset;
  }
}
@media (max-width: 1366px) {
  .luxury-lighting-new-era .content-section.featured-products .row .product {
    padding: initial;
  }
  .luxury-lighting-new-era .content-section.featured-products .row .product .image-box {
    max-width: 320px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .content-section.featured-products .row .product .image-box {
    max-width: unset;
  }
}
.luxury-lighting-new-era .content-section.featured-products .row .product .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.luxury-lighting-new-era .content-section.featured-products .row .product .product-info span {
  font-family: 'freight-display-pro', serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .content-section.featured-products .row .product .product-info span {
    font-family: 'freight-display-pro', serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.luxury-lighting-new-era .content-section.featured-products .row .product .product-info a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
          text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thicknes: 0;
  text-underline-offset: 3px !important;
  text-transform: uppercase;
  line-height: 1.5em !important;
}
.luxury-lighting-new-era .content-section.featured-products .row .product .image-container {
  width: 100%;
}
.luxury-lighting-new-era .content-section.featured-products .row .product .image-container img {
  margin: 0;
  width: 100%;
}
.luxury-lighting-new-era .m_overflow-container {
  padding: 0 !important;
}
.luxury-lighting-new-era .m_overflow-container .m_padding-left {
  padding-left: 50px;
}
.luxury-lighting-new-era .m_overflow-container .m_padding-right {
  padding-right: 50px;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .m_overflow-container .m_padding-left {
    padding-left: initial;
  }
  .luxury-lighting-new-era .m_overflow-container .m_padding-right {
    padding-right: initial;
  }
}
.luxury-lighting-new-era .ctas-block.content.row {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .luxury-lighting-new-era .ctas-block.content.row {
    margin-bottom: 30px;
    margin-top: 35px;
  }
}
@media (min-width: 1366px) {
  .luxury-lighting-new-era .ctas-block.content.row {
    margin-bottom: 45px;
    margin-top: 0;
  }
}
.luxury-lighting-new-era .ctas-block.content.row .flex-block {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .luxury-lighting-new-era .ctas-block.content.row .flex-block {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    row-gap: 25px;
  }
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta {
  margin: 0 10px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 4px;
  max-width: 250px;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta:hover {
  background-color: #ffffff;
  color: #000000;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta:hover span,
.luxury-lighting-new-era .ctas-block.content.row .button.cta.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta span {
  color: #ffffff !important;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta:hover {
  background-color: #000000 !important;
  color: #ffffff;
  text-decoration: none;
}
.luxury-lighting-new-era .ctas-block.content.row .button.cta:hover span {
  color: #ffffff !important;
}
.player {
  display: none;
}
.player.black-background {
  background: #000000;
}
.player.opened {
  display: block;
}
.player.full-screen.opened {
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100vw;
  z-index: 99;
}
.player .modal-close {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 999;
}
.player #vimeo-player-content {
  height: 100% !important;
  width: 100% !important;
}
.player #vimeo-player-content > iframe {
  height: 100% !important;
  width: 100% !important;
}
.ww-display-flex {
  display: -ms-flexbox;
  display: flex;
}
.ww-display-block {
  display: block;
}
.ww-display-grid {
  display: grid;
}
.ww-display-inline {
  display: inline;
}
.ww-display-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ww-display-inline-block {
  display: inline-block;
}
.ww-display-inline-grid {
  display: grid;
}
.no-padding {
  padding: 0;
}
.anchor-item {
  opacity: 0;
  position: absolute;
  top: 75px;
}
.only-on-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .only-on-desktop {
    display: initial;
  }
}
.not-on-desktop {
  display: initial;
}
@media (min-width: 1280px) {
  .not-on-desktop {
    display: none;
  }
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-r-100 {
  margin-right: 100px;
}
@media (min-width: 1280px) {
  .break-desktop:after {
    white-space: pre;
    content: '\A';
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .break-tablet-portrait:after {
    white-space: pre;
    content: '\A';
  }
}
html.ipad.portrait .break-tablet-portrait:after,
.break-tablet-portrait:after html.legacy-ipad.portrait {
  white-space: pre;
  content: '\A';
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .break-tablet-landscape:after {
    white-space: pre;
    content: '\A';
  }
}
html.ipad.landscape .break-tablet-landscape:after,
.break-tablet-landscape:after html.legacy-ipad.landscape {
  white-space: pre;
  content: '\A';
}
@media (max-width: 767px) {
  .break-mobile:after {
    white-space: pre;
    content: '\A';
  }
}
@media (max-width: 767px) {
  .break .hide-on-mobile {
    display: none;
  }
}
/*
.grid-container {
    margin: 0 auto;
    padding-left: @ww-margin-mobile__margin;
    padding-right: @ww-margin-mobile__margin;
    display: grid;
    grid-template-columns: repeat(@ww-mobile-columns-count, 1fr);
    gap: @ww-margin-mobile__gap;
    max-width: unset; // TODO: Add variable
    width: 100%;

    .responsive-min-width(@ww-screen-ipad; {
        grid-template-columns: repeat(@ww-tablet-columns-count, 1fr);
    });

    .responsive-min-width(@ww-screen-ipad-pro-11; {
        padding-left: @ww-margin-tablet-landscape__margin;
        padding-right: @ww-margin-tablet-landscape__margin;
        gap: @ww-margin-tablet-landscape__gap;
    });

    .responsive-min-width(@ww-screen-l; {
        grid-template-columns: repeat(@ww-default-columns-count, 1fr);
        padding-left: @ww-margin-laptop-fluid__margin;
        padding-right: @ww-margin-laptop-fluid__margin;
        gap: @ww-margin-laptop-fluid__gap;
    });

    &.fluid {
        max-width: none;
        width: 100%;
    }

    &> .column {
        .-(@i: 12) when (@i > 0) {
        &.col-@{i} {
            grid-column: span @i;
        }
        .-((@i - 1));
    } .-;
    }
}
*/
.ww-title {
  font-family: 'freight-big-pro', serif;
  font-size: 124px;
  line-height: 110px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-title {
    font-family: 'freight-big-pro', serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-title {
    font-family: 'freight-big-pro', serif;
    font-size: 70px;
    line-height: 74px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-title,
html.ipad.portrait .ww-title,
html.legacy-ipad .ww-title,
.ww-title html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  line-height: 74px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-title-2 {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-title-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-title-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 70px;
    line-height: 74px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-title-2,
html.ipad.portrait .ww-title-2,
html.legacy-ipad .ww-title-2,
.ww-title-2 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 70px;
  line-height: 74px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-secondary-title {
  font-family: 'freight-big-pro', serif;
  font-size: 100px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-secondary-title {
    font-family: 'freight-big-pro', serif;
    font-size: 50px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-secondary-title {
    font-family: 'freight-big-pro', serif;
    font-size: 50px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-secondary-title,
html.ipad.portrait .ww-secondary-title,
html.legacy-ipad .ww-secondary-title,
.ww-secondary-title html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-p-1 {
  font-size: 14px;
  line-height: 19px;
}
.ww-text-p-2 {
  font-size: 16px;
  line-height: 22px;
}
.ww-text-p-3 {
  font-size: 18px;
  line-height: 25px;
}
.ww-text-p-4 {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-p-4 {
    font-family: 'freight-big-pro', serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-p-4 {
    font-family: 'freight-big-pro', serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-p-4,
html.ipad.portrait .ww-text-p-4,
html.legacy-ipad .ww-text-p-4,
.ww-text-p-4 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-p-5 {
  font-family: 'freight-display-pro', serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-p-5 {
    font-family: 'freight-big-pro', serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-p-5 {
    font-family: 'freight-big-pro', serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-p-5,
html.ipad.portrait .ww-text-p-5,
html.legacy-ipad .ww-text-p-5,
.ww-text-p-5 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-caption {
  font-size: 10px;
  line-height: 12px;
}
.ww-text-cta {
  font-size: 12px;
  line-height: 14px;
}
.ww-text-sub-heading {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: initial;
  color: black;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-sub-heading {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-sub-heading,
html.ipad.portrait .ww-text-sub-heading,
html.legacy-ipad .ww-text-sub-heading,
.ww-text-sub-heading html.legacy-ipad.portrait {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: initial;
  color: black;
}
.ww-text-heading-1 {
  font-family: 'freight-big-pro', serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-heading-1 {
    font-family: 'freight-big-pro', serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-heading-1 {
    font-family: 'freight-big-pro', serif;
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-heading-1,
html.ipad.portrait .ww-text-heading-1,
html.legacy-ipad .ww-text-heading-1,
.ww-text-heading-1 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-heading-2 {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-heading-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-heading-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-heading-2,
html.ipad.portrait .ww-text-heading-2,
html.legacy-ipad .ww-text-heading-2,
.ww-text-heading-2 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 32px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-heading-2-s {
  font-size: 34px;
  line-height: 40px;
}
.ww-text-heading-3 {
  font-family: 'freight-big-pro', serif;
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-heading-3 {
    font-family: 'freight-big-pro', serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-heading-3 {
    font-family: 'freight-big-pro', serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-heading-3,
html.ipad.portrait .ww-text-heading-3,
html.legacy-ipad .ww-text-heading-3,
.ww-text-heading-3 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-heading-4-s {
  font-size: 24px;
  line-height: 28px;
}
.ww-text-heading-5 {
  font-size: 18px;
  line-height: 24px;
}
.ww-text-heading-5-s {
  font-size: 16px;
  line-height: 18px;
}
.ww-text-display-1 {
  font-size: 72px;
  line-height: 80px;
}
.ww-text-display-2 {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
@media (max-width: 767px) {
  .ww-text-display-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-text-display-2 {
    font-family: 'freight-big-pro', serif;
    font-size: 40px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
  }
}
html.ipad .ww-text-display-2,
html.ipad.portrait .ww-text-display-2,
html.legacy-ipad .ww-text-display-2,
.ww-text-display-2 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
}
.ww-text-strong {
  font-weight: 800;
}
.ww-text-uppercase {
  text-transform: uppercase;
}
.ww-text-italic {
  font-style: italic;
}
.ww-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ww-align-right {
  text-align: right;
}
.ww-align-left {
  text-align: left;
}
.ww-align-justify {
  text-align: justify;
}
.ww-font-weight-100 {
  font-weight: 100;
}
.ww-font-weight-200 {
  font-weight: 200;
}
.ww-font-weight-300 {
  font-weight: 300;
}
.ww-font-weight-400 {
  font-weight: 400;
}
.ww-font-weight-500 {
  font-weight: 500;
}
.ww-font-weight-600 {
  font-weight: 600;
}
.ww-font-weight-700 {
  font-weight: 700;
}
.ww-font-weight-800 {
  font-weight: 800;
}
.ww-font-weight-900 {
  font-weight: 900;
}
.ww-form:not(.ww-medium-size) .ww-input,
.ww-form:not(.ww-large-size) .ww-input,
.ww-form:not(.ww-medium-size) .ww-select,
.ww-form:not(.ww-large-size) .ww-select {
  height: 72px !important;
  border-color: #DEDEDE !important;
  background-color: #FFFFFF !important;
  padding: 'ww-form-element__padding__small' !important;
  font-family: #929292 !important;
  font-size: 16px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form:not(.ww-medium-size) .ww-label,
.ww-form:not(.ww-large-size) .ww-label {
  font-family: #929292 !important;
  font-size: 16px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form:not(.ww-medium-size) .ww-element-group:not(:last-child),
.ww-form:not(.ww-large-size) .ww-element-group:not(:last-child) {
  margin-bottom: 36px !important;
}
.ww-form.ww-medium-size .ww-input,
.ww-form.ww-medium-size .ww-select {
  height: 80px !important;
  border-color: #DEDEDE !important;
  background-color: #FFFFFF !important;
  padding: 'ww-form-element__padding__medium' !important;
  font-family: #929292 !important;
  font-size: 18px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form.ww-medium-size .ww-label {
  font-family: #929292 !important;
  font-size: 18px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form.ww-medium-size .ww-element-group:not(:last-child) {
  margin-bottom: 40px !important;
}
.ww-form.ww-large-size .ww-input,
.ww-form.ww-large-size .ww-select {
  height: 88px !important;
  border-color: #DEDEDE !important;
  background-color: #FFFFFF !important;
  padding: 'ww-form-element__padding__large' !important;
  font-family: #929292 !important;
  font-size: 20px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form.ww-large-size .ww-label {
  font-family: #929292 !important;
  font-size: 20px !important;
  line-height: 400 !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: black !important;
}
.ww-form.ww-large-size .ww-element-group:not(:last-child) {
  margin-bottom: 48px !important;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}
/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0;
  top: 3px;
}
/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.ww-button.ww-primary {
  /*&:hover {
        background-color: @@button-hover-background-color-variable;
        border: @@button-hover-border-variable;

        .ww-text-format(
            @ww-button__font-size,
            @ww-button__line-height,
            @ww-button__font-weight,
            @ww-button__font-family,
            @ww-button__text-transform,
            @@button-hover-color-variable
        );

        a {
            color: @@button-hover-color-variable;
        }
    }

    &:active,
    &:focus {
        background-color: @@button-clicked-background-color-variable;
        border: @@button-clicked-border-variable;

        .ww-text-format(
            @ww-button__font-size,
            @ww-button__line-height,
            @ww-button__font-weight,
            @ww-button__font-family,
            @ww-button__text-transform,
            @@button-clicked-color-variable
        );

        a {
            color: @@button-clicked-color-variable;
        }
    }*/
}
.ww-button.ww-primary a {
  text-decoration: none;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #EFEFEF;
}
.ww-button.ww-primary:hover a {
  color: #EFEFEF;
}
.ww-button.ww-primary.disabled a {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #EFEFEF;
}
.ww-button.ww-primary.loading {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #EFEFEF;
}
.ww-button.ww-primary.loading a {
  color: #EFEFEF;
}
.ww-button.ww-primary a {
  height: 48px;
  width: 208px;
  line-height: 48px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-secondary {
  /*&:hover {
        background-color: @@button-hover-background-color-variable;
        border: @@button-hover-border-variable;

        .ww-text-format(
            @ww-button__font-size,
            @ww-button__line-height,
            @ww-button__font-weight,
            @ww-button__font-family,
            @ww-button__text-transform,
            @@button-hover-color-variable
        );

        a {
            color: @@button-hover-color-variable;
        }
    }

    &:active,
    &:focus {
        background-color: @@button-clicked-background-color-variable;
        border: @@button-clicked-border-variable;

        .ww-text-format(
            @ww-button__font-size,
            @ww-button__line-height,
            @ww-button__font-weight,
            @ww-button__font-family,
            @ww-button__text-transform,
            @@button-clicked-color-variable
        );

        a {
            color: @@button-clicked-color-variable;
        }
    }*/
}
.ww-button.ww-secondary a {
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #929292;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
.ww-button.ww-secondary:hover a {
  color: #000000;
}
.ww-button.ww-secondary.disabled a {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #EFEFEF;
}
.ww-button.ww-secondary.loading {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #EFEFEF;
}
.ww-button.ww-secondary.loading a {
  color: #EFEFEF;
}
.ww-button.ww-secondary a {
  height: 48px;
  width: 208px;
  line-height: 48px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-primary.ww-animate a,
.ww-button.ww-secondary.ww-animate a {
  transition: background-color 0.3s, color 0.3s;
}
.ww-button.ww-primary.ww-animate a:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-animate a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.ww-button.ww-primary.ww-animate a:hover:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-animate a:hover:not(.not-animated-underline) span,
.ww-button.ww-primary.ww-animate a.selected:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-animate a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.ww-button.ww-primary.ww-self-animate a,
.ww-button.ww-secondary.ww-self-animate a {
  transition: background-color 0.3s, color 0.3s;
}
.ww-button.ww-primary.ww-self-animate a:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-self-animate a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.ww-button.ww-primary.ww-self-animate a:hover:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-self-animate a:hover:not(.not-animated-underline) span,
.ww-button.ww-primary.ww-self-animate a.selected:not(.not-animated-underline) span,
.ww-button.ww-secondary.ww-self-animate a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.ww-button.ww-size-s a {
  height: 48px;
  width: 208px;
  line-height: 48px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-size-l a {
  height: 60px;
  width: 370px;
  line-height: 60px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-size-m a {
  height: 48px;
  width: 314px;
  line-height: 48px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-size-xl a {
  height: 60px;
  width: 444px;
  line-height: 60px;
  vertical-align: middle;
  padding: 0;
}
.ww-button.ww-size-fluid a {
  height: 60px;
  width: 100%;
  line-height: 60px;
  vertical-align: middle;
  padding: 0;
}
body {
  font-size: 1.2vw;
}
body .container {
  max-width: 100px;
}
/*
.screen-and-min-width(@ww-fluid-max-size, {
    body {
        font-size: @ww-fluid-max-font-size;
    }
});

.screen-and-max-width(@ww-fluid-min-size, {
    body {
        font-size: @ww-fluid-min-font-size;
    }
});
*/
.view-only-in-tablet {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .view-only-in-tablet {
    display: initial !important;
  }
}
html.ipad.landscape .view-only-in-tablet,
.view-only-in-tablet html.legacy-ipad.landscape {
  display: initial !important;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .view-only-in-tablet {
    display: initial !important;
  }
}
html.ipad.portrait .view-only-in-tablet,
.view-only-in-tablet html.legacy-ipad.portrait {
  display: initial !important;
}
@media (max-width: 767px) {
  .view-only-in-tablet {
    display: none !important;
  }
}
.ww-disclaimer {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #000000;
}
.ww-disclaimer.ww-boxed {
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE;
  background-color: #FAFAFA;
  padding: 12px;
}
.ww-disclaimer.ww-has-icon:before {
  content: 'info';
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' -25, 'opsz' 20;
}
.ww-disclaimer.ww-has-arrow {
  position: relative !important;
}
.ww-disclaimer.ww-has-arrow:after,
.ww-disclaimer.ww-has-arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ww-disclaimer.ww-has-arrow:before {
  border-color: transparent;
  border-width: 8px;
  border-bottom-color: #CECECE;
  margin-left: -8px;
}
.ww-disclaimer.ww-has-arrow:after {
  border-color: transparent;
  border-width: 7px;
  border-bottom-color: white;
  margin-left: -7px;
}
.ww-disclaimer.ww-label {
  display: inline;
  background-color: #000000;
  color: #FFFFFF;
  padding: 2px 5px;
}
.ww-button-bar {
  text-align: center;
}
.ww-button-bar .ww-element-group {
  display: inline-block;
}
.ww-button-bar .ww-element-group:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .ww-button-bar .ww-element-group {
    display: block;
    margin-right: unset !important;
    /* Mobile fix for alignment */
  }
  .ww-button-bar .ww-element-group:first-child {
    margin-bottom: 16px;
  }
}
.ww-cta-bar {
  padding: 20px 0 !important;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #000000;
}
.ww-cta-bar::-webkit-scrollbar {
  display: none;
}
.ww-cta-bar ul {
  width: 100%;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.ww-cta-bar ul li {
  display: inline;
  margin: 0 6%;
  text-align: center;
}
@media (max-width: 767px) {
  .ww-cta-bar ul li {
    margin: 0 20px;
  }
  .ww-cta-bar ul li:first-child {
    margin-left: 40px;
  }
  .ww-cta-bar ul li:last-child {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-cta-bar ul li {
    margin: 0 4% !important;
  }
}
html.ipad .ww-cta-bar ul li,
html.ipad.portrait .ww-cta-bar ul li,
html.legacy-ipad .ww-cta-bar ul li,
.ww-cta-bar ul li html.legacy-ipad.portrait {
  margin: 0 4% !important;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-cta-bar ul li {
    margin: 0 5% !important;
  }
}
html.ipad.landscape .ww-cta-bar ul li,
.ww-cta-bar ul li html.legacy-ipad.landscape {
  margin: 0 5% !important;
}
.ww-cta-bar ul li.item-float.float-right {
  position: absolute;
  right: 0;
  margin-right: 40px !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ww-cta-bar ul li.item-float.float-right {
    position: initial;
    margin-right: unset;
    right: unset;
  }
}
.ww-cta-bar ul li a {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none !important;
}
.ww-cta-bar ul li.animated-underline a:not(.not-animated-underline) span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.ww-cta-bar ul li.animated-underline a:hover:not(.not-animated-underline) span,
.ww-cta-bar ul li.animated-underline a.selected:not(.not-animated-underline) span {
  background-size: 100% 1px;
}
.ww-cta-bar ul li.animated-underline a:hover {
  color: #ffffff;
}
.ww-cta-bar ul li.animated-underline a:visited {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-cta-bar ul li.static-underline a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px !important;
    transition: unset !important;
    text-decoration: none !important;
  }
}
html.ipad .ww-cta-bar ul li.static-underline a,
html.ipad.portrait .ww-cta-bar ul li.static-underline a,
html.legacy-ipad .ww-cta-bar ul li.static-underline a,
.ww-cta-bar ul li.static-underline a html.legacy-ipad.portrait {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px !important;
  transition: unset !important;
  text-decoration: none !important;
}
@media (min-width: 1280px) {
  .ww-cta-bar ul li.static-underline a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px !important;
    transition: unset !important;
    text-decoration: none !important;
  }
}
@media (max-width: 767px) {
  .ww-cta-bar ul li.static-underline a {
    text-decoration: underline;
  }
}
.ww-arrow-down.arrow-black {
  position: relative;
  z-index: 2;
}
.ww-arrow-down.arrow-black:after {
  content: '';
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.ww-arrow-down.arrow-black:before {
  content: '';
  height: 29px;
  width: 9px;
  border-right: 1px solid #000000;
  position: absolute;
  z-index: 9999;
}
.ww-arrow-down.arrow-black:after {
  content: '';
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.ww-arrow-down.arrow-black:before {
  content: '';
  height: 29px;
  width: 9px;
  border-right: 1px solid #000000;
  position: absolute;
  z-index: 9999;
}
.ww-arrow-down.arrow-white {
  position: relative;
  z-index: 2;
}
.ww-arrow-down.arrow-white:after {
  content: '';
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.ww-arrow-down.arrow-white:before {
  content: '';
  height: 29px;
  width: 9px;
  border-right: 1px solid #ffffff;
  position: absolute;
  z-index: 9999;
}
.ww-arrow-down.arrow-white:after {
  content: '';
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 99;
}
.ww-arrow-down.arrow-white:before {
  content: '';
  height: 29px;
  width: 9px;
  border-right: 1px solid #ffffff;
  position: absolute;
  z-index: 9999;
}
.note-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(217, 217, 217, 0.1);
}
@media (max-width: 767px) {
  .note-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.note-block .note-text {
  width: 100%;
  max-width: 1050px;
  text-align: center;
  letter-spacing: -1px;
}
.ww-slider .ww-slider-action {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}
.ww-slider .ww-slider-action:hover {
  cursor: pointer;
}
.ww-slider .ww-slider-action:hover span {
  font-size: 55px;
}
.ww-slider .ww-slider-action.ww-prev-button {
  left: 25px;
}
.ww-slider .ww-slider-action.ww-next-button {
  right: 25px;
}
.ww-slider .ww-slider-action span {
  font-size: 50px;
  background-color: white;
  color: black;
  transition: font-size 0.15s;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-slider .ww-slider-action {
    display: none;
  }
}
html.ipad.portrait .ww-slider .ww-slider-action,
.ww-slider .ww-slider-action html.legacy-ipad.portrait {
  display: none;
}
@media (max-width: 767px) {
  .ww-slider .ww-slider-action {
    display: none;
  }
}
.ww-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.ww-modal .ww-modal-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 70px;
  border: 1px solid #888;
  max-width: 650px;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
.ww-modal .ww-modal-content .ww-modal-close {
  color: #000000;
  position: absolute;
  top: 22px;
  right: 22px;
  font-weight: bold;
}
.ww-modal .ww-modal-content .ww-modal-close:hover,
.ww-modal .ww-modal-content .ww-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1350px) {
  .m-margin-top {
    margin-top: 60px;
  }
  .m-margin-bottom {
    margin-bottom: 60px;
  }
  .m-horizontal-padding-50 {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .t-margin-top {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .d-margin-top {
    margin-top: 134px;
  }
  .d-margin-bottom {
    margin-bottom: 134px;
  }
}
#back-action {
  padding: 48px 70px;
}
#back-action a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  color: inherit;
  border-bottom: 1px solid black;
  padding-bottom: 4px;
  color: #000000;
  margin-left: 5px;
  text-decoration: none;
}
.trade-program .image-text-centered-container {
  position: relative;
}
.trade-program .image-text-centered-container .image-container picture img {
  width: 100%;
}
.trade-program .image-text-centered-container .image-body-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.trade-program .image-text-centered-container .image-body-container .locations-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.trade-program .image-text-centered-container .image-body-container .locations-banner .text {
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  .trade-program .image-text-centered-container .image-body-container .locations-banner .text {
    max-width: 400px;
  }
}
.trade-program .image-text-centered-container .image-body-container .locations-banner .ww-button {
  border: unset;
}
.trade-program .image-text-centered-container .image-body-container .bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .explore-ww {
    margin-top: 60px;
  }
}
.explore-ww * {
  -webkit-font-smoothing: antialiased;
}
.explore-ww h2 {
  font-family: 'freight-display-pro', serif;
  font-size: 36px;
  line-height: 1em;
  font-weight: 100;
  text-transform: initial;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.explore-ww > .row {
  padding: 0 10px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .explore-ww > .row {
    padding: 0;
    margin: 0;
  }
}
.explore-ww .asset {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}
.explore-ww .asset:nth-of-type(2n+1) {
  padding-left: 10px;
}
.explore-ww .asset:nth-of-type(2n) {
  padding-right: 10px;
}
.explore-ww .asset .ipad-landscape-only {
  display: none;
}
.explore-ww .asset .img-link {
  position: relative;
  text-decoration: none;
  width: 100%;
}
.explore-ww .asset .img-link:hover .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  .explore-ww .asset {
    padding-left: 5px;
    padding-right: 5px;
  }
  .explore-ww .asset:nth-of-type(2n+1) {
    padding-left: 5px;
  }
  .explore-ww .asset:nth-of-type(2n) {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .explore-ww .asset {
    padding-left: 7px;
    padding-right: 7px;
  }
  .explore-ww .asset:nth-of-type(2n+1) {
    padding-left: 7px;
  }
  .explore-ww .asset:nth-of-type(2n) {
    padding-right: 7px;
  }
}
.explore-ww .asset .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  color: #000000;
  text-transform: uppercase;
  display: none;
  margin-top: 20px;
  padding: 0;
  /* Landscape */
}
.explore-ww .asset .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.explore-ww .asset .btn:hover span,
.explore-ww .asset .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media only screen and (min-width: 1350px) {
  .explore-ww .asset .btn {
    display: block;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
html.ipad.landscape .explore-ww .asset .btn {
  display: none;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 50px;
  border-radius: 4px;
  margin: 0 10px;
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 44px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .explore-ww .asset .btn {
    display: none;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 50px;
    border-radius: 4px;
    margin: 0 10px;
    background: #000000;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
  }
}
html.ipad .explore-ww .asset .btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 11px !important;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 0;
  background: transparent !important;
  position: inherit !important;
  background: none !important;
  margin-top: 20px;
}
html.ipad .explore-ww .asset .btn span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
html.ipad .explore-ww .asset .btn:hover span,
html.ipad .explore-ww .asset .btn.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  .explore-ww .asset .btn span {
    background-size: 100% 1px;
  }
}
html.ipad.portrait .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
html.legacy-ipad .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
html.ipad .explore-ww .asset .btn span {
  background-size: 100% 1px;
}
.explore-ww .asset .beauty-link {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin-top: 15px;
  padding-bottom: 1px;
  text-align: center;
}
.explore-ww .asset .beauty-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1199px) {
  .explore-ww .asset .beauty-link {
    display: none;
  }
}
.explore-ww .asset picture img {
  width: 100%;
}
.hero-image-slider-wrapper .hero-image-item img {
  width: 100%;
}
.hero-image-slider-wrapper .slick-slide .img-responsive {
  width: 100%;
}
.hero-image-slider-wrapper .ww-slider .ww-prev-button {
  display: none !important;
}
.hero-image-slider-wrapper .ww-slider .ww-prev-button.available {
  display: block !important;
}
.hero-image-slider-wrapper .ww-slider .ww-next-button {
  display: block !important;
}
.hero-image-slider-wrapper .ww-slider .ww-next-button.unavailable {
  display: none !important;
}
.location-note-wrapper .note-block {
  background-color: #f6f6f6;
  height: 347px;
  margin-top: 75px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .location-note-wrapper .note-block {
    height: inherit;
  }
}
.location-note-wrapper .note-block * {
  -webkit-font-smoothing: antialiased;
}
.location-note-wrapper .note-text {
  font-family: 'freight-display-pro', serif;
  font-size: 28px;
  line-height: normal;
  font-weight: 100;
  text-transform: initial;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 0;
  max-width: 700px;
  padding: 70px 0;
}
.location-info-wrapper {
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1760px;
  width: 100%;
}
.location-info-wrapper .ww-padding-t-10 {
  padding-top: 10px;
}
.location-info-wrapper .ww-padding-b-10 {
  padding-bottom: 10px;
}
.location-info-wrapper .ww-padding-b-15 {
  padding-bottom: 15px;
}
.location-info-wrapper .ww-padding-t-15 {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .location-info-wrapper {
    margin-bottom: 50px;
  }
}
html.ipad.portrait .location-info-wrapper,
.location-info-wrapper html.legacy-ipad.portrait {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .location-info-wrapper {
    margin-bottom: 50px;
  }
}
html.ipad.landscape .location-info-wrapper,
.location-info-wrapper html.legacy-ipad.landscape {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .location-info-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .location-info-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
html.ipad .location-info-wrapper,
html.ipad.portrait .location-info-wrapper,
html.legacy-ipad .location-info-wrapper,
.location-info-wrapper html.legacy-ipad.portrait {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .location-info-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.location-info-wrapper .text-gray {
  opacity: .5;
}
.location-info-wrapper .text-black {
  opacity: 1;
}
.location-info-wrapper .text-bold {
  font-weight: 600;
}
.location-info-wrapper .text-color-black {
  color: #000000;
}
.location-info-wrapper .location-info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.location-info-wrapper .location-info-content .location-info-data {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .location-info-wrapper .location-info-content .location-info-data {
    width: 50%;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-info-title {
  font-size: 70px;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-title {
    font-size: 50px;
    text-align: center;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 {
  margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 {
    margin-top: 30px;
  }
}
html.ipad.landscape .location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2,
.location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 html.legacy-ipad.landscape {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 {
    margin-top: 30px;
  }
}
html.ipad.portrait .location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2,
.location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 html.legacy-ipad.portrait {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-title .ww-title-2 {
    margin-top: 35px;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-custom-schedule {
  width: 100%;
  margin-top: 35px;
  padding-bottom: 15px;
  text-align: center;
}
.location-info-wrapper .location-info-content .location-info-data .location-custom-schedule span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  text-transform: initial;
  color: #000000;
}
@media (min-width: 768px) {
  .location-info-wrapper .location-info-content .location-info-data .location-custom-schedule {
    margin-top: 0;
    max-width: 420px;
    text-align: left;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper > div {
    max-width: 280px;
  }
  .location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper > div:first-of-type {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-address,
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-hours {
  color: #000000;
  font-weight: 300;
  opacity: 1;
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-address {
  width: 50%;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-address {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-address .location-address-data {
  line-height: 33px;
  line-height: 23px;
  font-size: 12px;
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-address .get-directions-m {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
}
.location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-hours {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  line-height: 24px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-data .location-info-address-wrapper .location-info-hours {
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    padding: 30px 25px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.location-info-wrapper .location-info-content .directions-button {
  margin-top: 12px;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .location-info-wrapper .location-info-content .directions-button {
    margin-top: 40px;
  }
}
.location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary {
  display: block;
  max-width: 357px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary {
    text-transform: initial;
    border: unset;
    line-height: normal;
    font-size: 14px;
  }
}
html.ipad.portrait .location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary,
.location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary html.legacy-ipad.portrait {
  text-transform: initial;
  border: unset;
  line-height: normal;
  font-size: 14px;
}
@media (max-width: 991px) {
  .location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary {
    text-transform: initial;
    border: unset;
    line-height: normal;
    font-size: 14px;
  }
}
.location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary a {
  text-decoration: none;
  width: 100%;
}
.location-info-wrapper .location-info-content .directions-button .ww-button.ww-secondary a:hover {
  text-decoration: none;
}
.location-info-wrapper .location-info-content .location-info-cta {
  margin-top: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .location-info-wrapper .location-info-content .location-info-cta {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 65px;
    width: 50%;
  }
  html.ipad.landscape .location-info-wrapper .location-info-content .location-info-cta,
  .location-info-wrapper .location-info-content .location-info-cta html.legacy-ipad.landscape {
    margin-top: 50px;
  }
  html.ipad.portrait .location-info-wrapper .location-info-content .location-info-cta,
  .location-info-wrapper .location-info-content .location-info-cta html.legacy-ipad.portrait {
    margin-top: 50px;
  }
  .location-info-wrapper .location-info-content .location-info-cta .ww-element-group,
  .location-info-wrapper .location-info-content .location-info-cta .ww-button {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .location-info-wrapper .location-info-content .location-info-cta {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .location-info-wrapper .location-info-content .location-info-cta {
    margin-top: 50px;
  }
}
.location-info-wrapper .location-info-content .location-info-cta .ww-element-group {
  width: 100%;
}
.location-info-wrapper .location-info-content .location-info-cta .ww-button {
  height: auto;
}
.location-info-wrapper .location-info-content .location-info-cta .ww-button a {
  max-width: 357px;
  width: 100%;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-cta .ww-button a {
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .location-info-wrapper .location-info-content .location-info-cta .ww-button a {
    margin-right: 0;
    margin-left: auto;
  }
}
html.ipad.landscape .location-info-wrapper .location-info-content .location-info-cta .ww-button a,
.location-info-wrapper .location-info-content .location-info-cta .ww-button a html.legacy-ipad.landscape {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .location-info-wrapper .location-info-content .location-info-cta .ww-button a {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .location-info-wrapper .location-info-content .location-info-cta .ww-button {
    width: 100%;
  }
}
html.ipad.portrait .location-info-wrapper .location-info-content .location-info-cta .ww-button,
.location-info-wrapper .location-info-content .location-info-cta .ww-button html.legacy-ipad.portrait {
  width: 100%;
}
@media (max-width: 767px) {
  .location-info-wrapper .location-info-content .location-info-cta .ww-button {
    width: 100%;
  }
}
.location-info-wrapper .location-info-content .ww-button,
.location-info-wrapper .location-info-content .ww-button a {
  height: 60px;
  line-height: 60px;
}
.team-grid-wrapper.d-margin-top {
  margin-top: 115px;
}
.team-grid-wrapper .team-grid-title h1 {
  font-size: 60px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid-title h1 {
    font-size: 50px;
  }
}
.team-grid-wrapper .team-grid-title h2 {
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .team-grid-wrapper .team-grid-title h2 {
    margin-bottom: 31px;
  }
}
html.ipad.portrait .team-grid-wrapper .team-grid-title h2,
.team-grid-wrapper .team-grid-title h2 html.legacy-ipad.portrait {
  margin-bottom: 31px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .team-grid-wrapper .team-grid-title h2 {
    margin-bottom: 40px;
  }
}
html.ipad.landscape .team-grid-wrapper .team-grid-title h2,
.team-grid-wrapper .team-grid-title h2 html.legacy-ipad.landscape {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid-title h2 {
    margin-bottom: 40px;
  }
}
.team-grid-wrapper .team-grid-block-title {
  width: 100%;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
}
.team-grid-wrapper .team-grid-block-title * {
  -webkit-font-smoothing: antialiased;
}
.team-grid-wrapper .team-grid-block-title h2 {
  font-size: 40px;
  margin-bottom: 12px;
}
.team-grid-wrapper .team-grid-block-title p {
  color: #000000;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid-block-title p {
    padding: 0px 25px !important;
  }
}
.team-grid-wrapper .team-grid-block-title .ww-text-heading-3 {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  font-weight: 100;
}
.team-grid-wrapper .team-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  padding: 0 50px;
  padding-top: 0;
}
.team-grid-wrapper .team-grid.cs-block,
.team-grid-wrapper .team-grid.team-consultants {
  max-width: 1320px;
}
html.ipad .team-grid-wrapper .team-grid.cs-block,
html.ipad .team-grid-wrapper .team-grid.team-consultants {
  max-width: 1024px;
}
@media only screen and (max-width: 1366px) {
  .team-grid-wrapper .team-grid.cs-block,
  .team-grid-wrapper .team-grid.team-consultants {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1367px) {
  .team-grid-wrapper .team-grid {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .team-grid-wrapper .team-grid {
    width: unset;
    max-width: unset;
  }
}
html.ipad.portrait .team-grid-wrapper .team-grid,
.team-grid-wrapper .team-grid html.legacy-ipad.portrait {
  width: unset;
  max-width: unset;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid {
    width: unset;
    max-width: unset;
  }
}
.team-grid-wrapper .team-grid.team-consultants {
  margin-bottom: 135px;
}
.team-grid-wrapper .team-grid .team-grid-member {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.team-grid-wrapper .team-grid .team-grid-member .data {
  text-align: center;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .data .ww-element-group {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .data .ww-element-group .ww-button.ww-size-m a {
    width: 100% !important;
  }
}
.team-grid-wrapper .team-grid .team-grid-member .data .ww-button a {
  max-width: 314px;
  width: 100%;
}
.team-grid-wrapper .team-grid .team-grid-member:first-of-type {
  padding-left: 0;
}
.team-grid-wrapper .team-grid .team-grid-member:last-of-type {
  padding-right: 0;
}
@media only screen and (min-width: 1367px) {
  .team-grid-wrapper .team-grid .team-grid-member {
    margin-top: 75px;
    width: calc((100%/3) - 120px);
    margin-left: 60px;
    margin-right: 60px;
  }
  .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(3n),
  .team-grid-wrapper .team-grid .team-grid-member:last-of-type {
    margin-right: 0;
  }
  .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(3n+1),
  .team-grid-wrapper .team-grid .team-grid-member:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .team-grid-wrapper .team-grid .team-grid-member {
    margin-top: 115px;
    width: calc(50% - 64px);
    margin-left: 64px;
    margin-right: 64px;
  }
  .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n),
  .team-grid-wrapper .team-grid .team-grid-member:last-of-type {
    margin-right: 0;
  }
  .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n+1),
  .team-grid-wrapper .team-grid .team-grid-member:first-of-type {
    margin-left: 0;
  }
}
html.ipad .team-grid-wrapper .team-grid .team-grid-member,
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member,
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member,
.team-grid-wrapper .team-grid .team-grid-member html.legacy-ipad.portrait {
  margin-top: 115px;
  width: calc(50% - 64px);
  margin-left: 64px;
  margin-right: 64px;
}
html.ipad .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n),
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n),
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n),
.team-grid-wrapper .team-grid .team-grid-member html.legacy-ipad.portrait:nth-of-type(2n),
html.ipad .team-grid-wrapper .team-grid .team-grid-member:last-of-type,
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member:last-of-type,
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member:last-of-type,
.team-grid-wrapper .team-grid .team-grid-member html.legacy-ipad.portrait:last-of-type {
  margin-right: 0;
}
html.ipad .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n+1),
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n+1),
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member:nth-of-type(2n+1),
.team-grid-wrapper .team-grid .team-grid-member html.legacy-ipad.portrait:nth-of-type(2n+1),
html.ipad .team-grid-wrapper .team-grid .team-grid-member:first-of-type,
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member:first-of-type,
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member:first-of-type,
.team-grid-wrapper .team-grid .team-grid-member html.legacy-ipad.portrait:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member {
    margin-top: 60px;
    width: 100%;
  }
  .team-grid-wrapper .team-grid .team-grid-member .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .team-grid-wrapper .team-grid .team-grid-member .data .member-short-bio {
    display: none;
  }
  .team-grid-wrapper .team-grid .team-grid-member .data .icons a {
    padding: 0 8px;
  }
  .team-grid-wrapper .team-grid .team-grid-member .full-bio-link-mobile {
    padding-bottom: 20px;
  }
  .team-grid-wrapper .team-grid .team-grid-member .full-bio-link-mobile a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    text-transform: initial;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .team-grid-wrapper .team-grid .team-grid-member .ww-modal-appointment a {
    width: 100%;
  }
  .team-grid-wrapper .team-grid .team-grid-member .member-short-bio-modal {
    margin-bottom: 50px;
  }
  .team-grid-wrapper .team-grid .team-grid-member .profile-picture {
    margin: 0 auto;
    width: 60%;
  }
}
.team-grid-wrapper .team-grid .team-grid-member .profile-picture {
  margin-bottom: 30px;
}
.team-grid-wrapper .team-grid .team-grid-member .profile-picture img {
  width: 100%;
  border-radius: 50%;
}
.team-grid-wrapper .team-grid .team-grid-member .member-name {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .member-name {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-transform: initial;
    color: #000000;
  }
}
.team-grid-wrapper .team-grid .team-grid-member .member-position {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  min-height: 30px;
}
.team-grid-wrapper .team-grid .team-grid-member .member-short-bio {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  text-transform: initial;
  color: #000000;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .member-short-bio {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
    color: #000000;
  }
}
.team-grid-wrapper .team-grid .team-grid-member .member-short-bio .full-bio-link {
  display: block;
  font-size: 11px;
  margin-top: 20px;
  text-align: center;
}
.team-grid-wrapper .team-grid .team-grid-member .member-short-bio .full-bio-link a {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
}
.team-grid-wrapper .team-grid .team-grid-member .member-link a {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .member-link a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: initial;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .ww-modal-content {
    padding: 75px 29px 29px 29px;
  }
}
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-name {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-position {
  font-weight: 300;
  margin-top: 0;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio {
  font-size: 12px;
  line-height: 22px;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-link,
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-link a {
  font-size: 12px;
  line-height: 24px;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio {
    margin-bottom: 65px;
  }
}
html.ipad .team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio,
html.ipad.portrait .team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio,
html.legacy-ipad .team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio,
.team-grid-wrapper .team-grid .team-grid-member .ww-modal .member-short-bio html.legacy-ipad.portrait {
  margin-bottom: 65px;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-button {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.team-grid-wrapper .team-grid .team-grid-member .ww-button a {
  margin-left: auto;
  margin-right: auto;
}
.ww-modal .ww-modal-content {
  padding: 65px 95px;
}
@media (max-width: 767px) {
  .ww-modal .ww-modal-content {
    padding: 29px;
  }
}
.ww-modal .ww-modal-content .member-name {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
  text-align: center;
}
.ww-modal .ww-modal-content .member-position {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #ADADAD;
  text-align: center;
  margin-bottom: 24px;
}
.ww-modal .ww-modal-content .member-short-bio {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
  text-align: center;
  margin-bottom: 65px;
}
.ww-modal .ww-modal-content .member-link a {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-transform: initial;
  color: #000000;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .ww-modal .ww-modal-content .member-link a {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-transform: initial;
    color: #575757;
  }
}
.ww-modal .ww-modal-content .ww-button {
  margin: 20px auto 0 auto;
}
@media (max-width: 767px) {
  .ww-modal .ww-modal-content .ww-button {
    width: 100%;
  }
}
.locations-banner {
  text-align: center;
}
.locations-banner .head-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 10px;
}
.locations-banner .title {
  font-family: 'freight-display-pro', serif;
  font-size: 50px;
  line-height: 1em;
  font-weight: 100;
  text-transform: initial;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 16px;
}
.locations-banner .text {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
  text-transform: initial;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 32px;
}
.ww-button.ww-size-m {
  height: 60px;
  line-height: 60px;
}
.ww-button.ww-size-m:hover {
  height: 60px;
  line-height: 60px;
}
.ww-text-heading-2,
.ww-title-2,
.ww-text-display-2 {
  font-weight: 100;
}
.anchor-item {
  top: -180px !important;
}
.ww-collection .ww-hero-block-content {
  padding-top: 140px;
  padding-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.ww-collection .ww-hero-block-content .ww-title {
  margin-bottom: 24px;
}
.ww-collection .ww-collection-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper,
.ww-collection .ww-collection-wrapper html.legacy-ipad.landscape {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper,
.ww-collection .ww-collection-wrapper html.legacy-ipad.portrait {
  grid-template-columns: repeat(2, 1fr);
}
.ww-collection .ww-collection-wrapper .ww-collection-item {
  position: relative;
  background-color: #F6F6F6;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-element-group .ww-button a {
  width: 250px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-mobile-gap {
    margin-bottom: 6px;
  }
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block {
  display: -ms-flexbox;
  display: flex;
  grid-column: span 3;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block {
    display: grid;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block {
    grid-column: span 2;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block html.legacy-ipad.landscape {
  grid-column: span 2;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block {
    grid-column: span 2;
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block html.legacy-ipad.portrait {
  grid-column: span 2;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content {
  -ms-flex: 50%;
      flex: 50%;
  box-sizing: border-box;
  background-color: #E9EAEC;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-image {
    -ms-flex-order: 1;
        order: 1;
  }
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 134px;
  padding-right: 134px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text {
    padding-left: 30px;
    padding-right: 30px;
    height: 425px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text {
    padding-left: 70px;
    padding-right: 70px;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content.ww-text html.legacy-ipad.portrait {
  padding-left: 70px;
  padding-right: 70px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title {
  font-family: 'freight-big-pro', serif;
  font-size: 60px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 35px !important;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title {
    font-family: 'freight-big-pro', serif;
    font-size: 50px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title {
    font-family: 'freight-big-pro', serif;
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 20px !important;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-title html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  line-height: normal;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 20px !important;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy {
  font-family: 'freight-display-pro', serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 45px !important;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-title-block .ww-title-block-content .ww-collection-hero-copy html.legacy-ipad.portrait {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 45px !important;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item {
  background-color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double {
  grid-column: span 2;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double {
    grid-column: span 1;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double html.legacy-ipad.landscape {
  grid-column: span 1;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double {
    grid-column: span 1;
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double html.legacy-ipad.portrait {
  grid-column: span 1;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet {
    display: none;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet html.legacy-ipad.landscape {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet {
    display: none;
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.fill-double.hide-on-tablet html.legacy-ipad.portrait {
  display: none;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.hide-on-desktop {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet html.legacy-ipad.landscape {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet,
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item.view-on-tablet html.legacy-ipad.portrait {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet) {
    display: none;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet),
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet) html.legacy-ipad.landscape {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet) {
    display: none;
  }
}
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet),
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item:not(.fill-double):not(.view-on-tablet) html.legacy-ipad.portrait {
  display: none;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item {
    display: none;
  }
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item .ww-collection-item-content-wrapper {
  padding-left: 74px;
  padding-right: 74px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item .ww-collection-item-content-wrapper .ww-fill-text {
  color: #ffffff !important;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item .ww-collection-item-content-wrapper .ww-button {
  border-color: #FFF;
  transition: border-color 0.3s, background-color 0.3s;
}
.ww-collection .ww-collection-wrapper .ww-collection-item.ww-fill-item .ww-collection-item-content-wrapper .ww-button:hover {
  border-color: #373737;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image {
  position: relative;
  padding: 65px 33px 32px 33px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image picture,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image img {
  width: 100%;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image .hover-effect-secondary {
  position: absolute;
  top: 60px;
  left: 33px;
  right: 33px;
  width: calc(100% - 66px);
  opacity: 0;
}
@media (min-width: 1280px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image:hover .hover-effect-on-desktop {
    opacity: 0;
  }
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-image:hover .hover-effect-secondary {
    opacity: 1;
  }
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content {
  padding: 20px 30px 60px 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content {
    width: 90%;
    bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content {
    width: 100%;
    bottom: 24px;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content html.legacy-ipad.portrait {
  width: 100%;
  bottom: 24px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3 {
  font-family: 'freight-big-pro', serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3 {
    font-family: 'freight-big-pro', serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3 {
    font-family: 'freight-big-pro', serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    margin-bottom: 30px;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > h3 html.legacy-ipad.portrait {
  font-family: 'freight-big-pro', serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 30px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  margin-bottom: 10px;
  height: 90px;
  color: #000000;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p {
    font-family: 'freight-display-pro', serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    height: auto;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    height: 90px;
    margin-bottom: 10px;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p html.legacy-ipad.portrait {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  height: 90px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-transform: initial;
    color: black;
    height: 100px;
    margin-bottom: 16px;
  }
}
html.ipad.landscape .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content > p html.legacy-ipad.landscape {
  font-family: 'freight-display-pro', serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-transform: initial;
  color: black;
  height: 100px;
  margin-bottom: 16px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links {
    margin-top: 20px;
  }
}
html.ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links,
html.ipad.portrait .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links,
html.legacy-ipad .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links,
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links html.legacy-ipad.portrait {
  margin-top: 20px;
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
  font-size: 11px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links a {
    display: block;
    margin-bottom: 12px;
  }
}
.ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links a:first-child:not(:only-child):after {
  display: inline-block;
  content: "|";
  margin: auto 6px auto 10px;
}
@media (max-width: 767px) {
  .ww-collection .ww-collection-wrapper .ww-collection-item .ww-collection-item-data.ww-content .ww-collection-secondary-links a:first-child:not(:only-child):after {
    display: none;
  }
}
.ww-collection .ww-bottom-cta-block-content {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .ww-collection .ww-bottom-cta-block-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
html.ipad.landscape .ww-collection .ww-bottom-cta-block-content,
.ww-collection .ww-bottom-cta-block-content html.legacy-ipad.landscape {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .ww-collection .ww-bottom-cta-block-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
html.ipad.portrait .ww-collection .ww-bottom-cta-block-content,
.ww-collection .ww-bottom-cta-block-content html.legacy-ipad.portrait {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .ww-collection .ww-bottom-cta-block-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.ww-collection .ww-bottom-cta-block-content .ww-button {
  display: inline-block;
}
@media (max-width: 767px) {
  .ww-collection .ww-bottom-cta-block-content .ww-button {
    display: block;
  }
}
.ww-collection .ww-bottom-cta-block-content .ww-button a {
  width: 250px;
}
@media (max-width: 767px) {
  .ww-collection .ww-bottom-cta-block-content .ww-button a {
    width: 75%;
  }
}
.ww-collection .ww-bottom-cta-block-content .ww-button a:first-child {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .ww-collection .ww-bottom-cta-block-content .ww-button a:first-child {
    margin: 0 0 16px 0;
  }
}

/*# sourceMappingURL=e2e.css.map */
