:root {
  --pdp-bg: white;
  --text-light: #acacac;
  --text-light-highlight: #eee;
  --accent: #855f4d;
  --accent-dark: #a58b7c;
  --accent-light: #e4e4e4;
  --cols-heading: #644f43;
  --text-dark: #616566;
  --overline-dark: #616566;
  --text-dark-highlight: #2a2a2a;
  --text-color-old: #574948;
  --list-marker-color: #707070;
  --link-color: #3dc2c3;

  --tab--menu-bg: #dabcab;
  --tab--menu-text: white;
  --tab--menu-bg-current: #a58b7c;
  --tab--menu-text-current: #fff;
  --tab--menu-bg-fade: #dabcab00;
  --tab--content-bg: #fef6f2;
  --tab--content-title: #848484;
  --tab--content-text: #848484;

  --tab-cc--menu-bg: #cacaca;
  --tab-cc--menu-text: #707070;
  --tab-cc--menu-active: red;
  --tab-cc--content-title: #616566;
  --tab-cc--content-text: #616566;
  --tab-cc--content-bg: white;

  --hotspot--slider-text: #707070;
  --hotspot--slider-text-bg: #cacaca;
  --hotspot--slider-title: #707070;

  --tile--tile-title-color: #20aae0;
  --tile--tile-bg-color: #fff;
  --tile--tile-text-color: #88a2b6;


  --hotspot-ring-color: #00aeef;

  --icon--icon-size: 48px;
  --icon--icon-border-thickness: 2px;
  --icon--icon-svg-thickness: 2px;
  --expand-v-toggle-icon: #999;
  --expand-v-bg: black;
  --slider-sides--ss-arrow-icon: #2a2a2a;
  --slider-sides--ss-arrow-bg-hover: #fcd545;
  --slider-sides--ss-desc: white;
  --slider-sides--ss-title: white;
  --slider-sides--ss-gradient: #fcd545;
  --slider-sides--ss-arrow-icon-hover: white;
  --slider-sides--ss-nav-bullet: #707070;
  
  --click-change--cc-btn-text: #616566;
  --click-change--cc-active: #a58b7c;
  --click-change--cc-btn-bg: #e4e4e4;

  --ixd-split--ixd-split-bar-bg: #2a2a2a;
  --ixd-split--ixd-split-bar-text: white;
  --ixd-split--ixd-split-text: #2a2a2a;

  --modal-video-link: white;
  --modal-link-color: #ffe400;
  --white: white;
  --black: black;

  --ixd-angles--ixd-angles-slice-active: yellow;
  --ixd-split--ixd-split-header: #2a2a2a;
  --ixd-angles--ixd-angles-slice: #999;
  --ixd-angles--ixd-angles-slice-border: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

/* body {
  letter-spacing: 1px;
  font-family: Fs Albert, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
} */

/*h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}*/

.pdp h2 {
  text-transform: none;
  color: var(--accent);
  /* -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb8ac, #c27575);
  -webkit-background-clip: text;
  background-clip: text; */
  /*margin-top: 0;*/
  padding-bottom: 15px;
  /*font-size: 50px;
  font-weight: 400;
  line-height: 1.05;*/
}

.pdp h3 {
  color: var(--accent);
}

.pdp h4 {
  color: var(--text-light-highlight);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

/*p {
  margin-bottom: 15px;
  font-size: 18px;
}*/

.pdp a {
  color: var(--accent);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-content-1 {
  width: 94%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.cols2-icon-media {
    width: 16%;
    height: 100%;
  }
  
.cols2-icon-text {
    flex-flow: column;
    justify-content: center;
    width: 84%;
    margin-bottom: 15px;
    padding-left: 6%;
    display: flex;
}

.tab-menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pdp .a-tab-menu-w25 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w25:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w25.w--current {
  background-color: var(--tab--menu-bg-current);
}

.interactive-slide-text {
  color: var(--hotspot--slider-text);
  font-size: 18px;
  line-height: 1.375;
}

.interactive-s1 {
  background-color: #0000;
  height: 100%;
}

.interactive-slider-arrow {
  display: block;
}

.interactive-slide-copy {
  aspect-ratio: 387 / 220;
  background-color: var(--hotspot--slider-text-bg);
  padding: 30px;
}

.interactive-slider-nav {
  font-size: 10px;
  display: none;
}

.interactive-slider {
  background-color: #fffbf3;
  width: 33.33%;
}

.hotspot-arrow-left {
  backface-visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  transform: rotate(90deg);
}

.hotspot-arrow-right {
  color: var(--text-dark);
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.interactive-slide-title {
  color: var(--hotspot--slider-title);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.interactive-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pdp {
  color: var(--text-dark);
  overflow: clip;
  margin-bottom: 60px;
}

.pdp.programs-h3 {
  color: var(--text-light-highlight);
  margin-top: auto;
  margin-bottom: auto;
}

.pdp.programs-caption {
  color: var(--text-light-highlight);
  font-size: 16px;
  font-style: italic;
}

.pdp.programs-p {
  color: var(--text-light-highlight);
  font-size: 16px;
}

.tabs {
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-media {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tabs-copy {
  background-color: var(--tab--content-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.section-other-features {
  /* background-color: #ece1d4;
  background-image: radial-gradient(circle, #fff, #0000); */
}

/* .picture {
  position: sticky;
} */

.section-house-set {
  background-color: #ece1d4;
  background-image: radial-gradient(circle, #fff, #0000);
  padding-top: 0 !important;
}

.house-set-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
}

.icon-2 {
  display: block;
  overflow: visible;
}

.short-cols4-single {
  width: 21%;
}

.interactive-slide-img {
  width: 100%;
  min-height: 290px;
}

.imgm {
  display: none;
}

.pdp-fullwidth-img {
  width: 100%;
}

.tile-title {
  color: var(--tile--tile-title-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tile-text-bot-wrapper {
  width: 77%;
}

.tile-text-bot {
  background-image: linear-gradient(0deg, #040f1c 30%, #040f1cb3 59%, #040f1c00);
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tile {
  background-color: var(--tile--tile-bg-color);
  border-radius: 15px 15px 65px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px #27709cb3;
}

.tile.tile-mmm {
  width: 33.33%;
  height: 370px;
}

.programs-single {
  position: relative;
}

.programs-single-text {
  text-align: center;
  background-image: linear-gradient(to top, gray, #4d4d4d99 56%, #0000);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.pdp-overline {
  color: var(--overline-dark);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-content-3 {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-hotspot {
  background-color: #f3efe6;
  padding-bottom: 150px;
}

.hotspot-content {
  display: flex;
}

.interactive-hotspot {
  aspect-ratio: 1.5;
  text-align: center;
  width: 66.67%;
  position: relative;
  overflow: hidden;
}

.interactive-hotspot-contain {
  position: relative;
}

.interactive-point-ring {
  background-color: var(--hotspot-ring-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.interactive-point-centre {
  background-color: #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
}

.interactive-hotspot-points {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.interactive-hotspot-point {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.interactive-hotspot-point.s1p3 {
  top: 25%;
  left: 43%;
}

.interactive-hotspot-point.s1p2 {
  top: 10%;
  left: 55%;
}

.interactive-hotspot-point.s1p1 {
  top: 10%;
  left: 30%;
}

.interactive-hotspot-point.s1p5 {
  top: 40%;
  left: 30%;
}

.interactive-hotspot-point.s1p4 {
  top: 40%;
  right: 33%;
}

.interactive-hotspot-point.s1p6 {
  top: 47%;
  left: 45%;
}

.wellness-tech-tiles {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
}

.measure-expand-text {
  color: var(--text-light-highlight);
}

.mmm-expand-close {
  z-index: 21;
  position: absolute;
  inset: 5% 5% auto auto;
}

.mmm-expand-open {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: flex;
  overflow: auto;
}

.mmm-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-single.monitor-expand-1 {
  width: 35%;
}

.mmm-expand-single.manage-expand-1 {
  width: 50%;
}

.mmm-expand-content {
  align-items: center;
  height: 100%;
  position: relative;
}

.measure-expand-3 {
  flex-direction: column;
  flex: none;
  width: 50%;
  max-width: 600px;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-h3 {
  color: #8ea5a9;
  margin-top: 0;
  margin-bottom: 40px;
}

.measure-expand-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: 3%;
  margin-right: 3%;
  display: block;
  overflow: hidden;
}

.mmm-expand-arrow {
  display: none;
}

.mmm-expand-h2 {
  padding-bottom: 0;
}

.mmm-measure-section {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.expand-title {
  color: #46e2c3;
  align-items: flex-end;
  font-size: 22px;
}

.measure-expand {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.expand-paragraph-text {
  margin-top: 10px;
  display: flex;
}

.monitor-expand {
  background-color: #040e1b;
  background-image: linear-gradient(to right, #040e1b, #082f3f 52%, #040e1b);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mmm-expand-double-stretch {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 6%;
  display: flex;
}

.monitor-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 "Area-3 Area-4 Area-5"
                 / 1fr 1fr 1fr;
  width: 900px;
  height: 550px;
}

.mmm-expand-single-stretch {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.mmm-expand-single-stretch.manage-expand-2 {
  width: 70%;
}

.manage-expand {
  background-color: #040e1b;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.measure-expand-h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #85b6e2 31%, #295994 76%, #0c1831);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.measure-expand-h3 {
  color: #8ea5a9;
  margin-bottom: 40px;
}

.measure-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.measure-expand-single.measure-expand-1 {
  text-align: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.measure-expand-2col-single {
  color: #8ea5a9;
  width: 50%;
  margin-right: 3%;
}

.measure-expand-2col {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.measure-expand-h4 {
  color: var(--accent-light);
  font-size: 21px;
}

.measure-expand-4-centralise {
  text-align: center;
  flex-direction: column;
  flex: none;
  width: 40%;
  max-width: 500px;
  height: 394px;
  margin-left: 3%;
  margin-right: 3%;
}

.section-2cols_old {
  display: none;
}

.cols2-contain-right-top {
  align-items: center;
  display: flex;
}

.cols2-equal-media {
  width: 50%;
  height: 100%;
}

.pdp-vid-rounded {
  z-index: 0;
  border-radius: 50px;
  height: 100%;
}

.pdp-vid-rounded.name490-vid {
  aspect-ratio: 490 / 550;
}

.cols2-equal-text-right-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-equal-text-left-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.cols2-contain-left-top {
  align-items: center;
  display: flex;
}

.tile-vid {
  z-index: 0;
  height: 100%;
}

.tile-vid.mmm-vid {
  aspect-ratio: 310 / 370;
}

.tile-text {
  color: var(--tile--tile-text-color);
  font-size: 18px;
  line-height: 1.1;
}

.tile-arrow-svg {
  color: var(--tile--tile-text-color);
  width: 36px;
  height: 36px;
}

.cols2-custom1-media {
  width: 25%;
  height: 100%;
}

.cols2-custom1-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom2-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom2-media {
  width: 25%;
  height: 100%;
}

.cols2-contain-right-bot {
  align-items: center;
  display: flex;
}

.cols2-equal-text-right-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-contain-left-bot {
  align-items: stretch;
  display: flex;
}

.cols2-equal-text-left-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom3-media {
  width: 25%;
  height: 100%;
}

.cols2-custom3-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom4-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom4-media {
  width: 25%;
  height: 100%;
}

.pdp-intro {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pdp-intro-title {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

.short-cols3-single {
  width: 30%;
}

.pdp-cols-icon {
  margin-bottom: 25px;
}

.pdp-cols-heading {
  color: var(--cols-heading);
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.section-kv {
  padding-top: 0;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-vid.tabs-vid {
  aspect-ratio: 580 / 380;
}

.pdp-vid.full-bg-vid {
  aspect-ratio: 1920 / 830;
}

.pdp-vid.tabs_cc-vid {
  aspect-ratio: 580 / 450;
}

.tabs-title {
  color: var(--tab--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-text {
  color: var(--tab--content-text);
  font-size: 18px;
}

.pdp-cols-img {
  margin-bottom: 25px;
}

.short-cols-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.long-cols4-content {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-single {
  width: 30%;
}

.long-cols4-single {
  width: 21%;
}

.pdp-flex {
  align-items: stretch;
  display: flex;
}

.col2-vid {
  aspect-ratio: 490 / 550;
}

.interactive-slide-title-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.name245-vid {
  aspect-ratio: 245 / 245;
}

.hotspot-vid {
  aspect-ratio: 387 / 290;
}

.click-change-image {
  position: relative;
}

.cc-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-buttons {
  justify-content: space-between;
}

.cc-button-border {
  border: 3px solid #0072bc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pdp .p-cc-text-2 {
  z-index: 2;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-1 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc-image-2 {
  border-radius: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-2.video {
  z-index: 0;
  aspect-ratio: 700 / 780;
  background-color: #000;
  height: 100%;
}

.cc-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-text-2 {
  position: relative;
}

.cc-button-text-step {
  margin-bottom: 0;
  font-size: 16px;
}

.pdp .p-cc-text-0 {
  margin-bottom: 0;
}

.cc-button-text-bold {
  font-weight: 700;
}

.pdp .p-cc-text-1 {
  z-index: 3;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.click-change-grid-imc {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 42% 52%;
  align-items: center;
}

.pdp .p-cc-text-3 {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-image {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expand-v {
  z-index: 4;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.js-expand-v-toggle {
  width: var(--icon--icon-size);
  height: var(--icon--icon-size);
  border-top-style: solid;
  border-top-width: var(--icon--icon-border-thickness);
  border-top-color: var(--expand-v-toggle-icon);
  border-right-style: solid;
  border-right-width: var(--icon--icon-border-thickness);
  border-right-color: var(--expand-v-toggle-icon);
  border-bottom-style: solid;
  border-bottom-width: var(--icon--icon-border-thickness);
  border-bottom-color: var(--expand-v-toggle-icon);
  border-left-style: solid;
  border-left-width: var(--icon--icon-border-thickness);
  border-left-color: var(--expand-v-toggle-icon);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  margin: 0 auto 60px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.expand-v-contain {
  background-color: var(--expand-v-bg);
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.expand-v-bg {
  background-color: #000;
}

.expand-v-content, .expand-v-single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.col1-vid {
  aspect-ratio: 980 / 490;
}

.expand-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
  transform: rotate(-90deg);
}

.short-cols5-single {
  width: 16%;
}

.col2-vid-sq {
  aspect-ratio: 376 / 420;
}

.area-next {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.slider-sides .swiper-wrapper {
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

.area-prev {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.slide-bg {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  z-index: 1;
  border: 1px solid var(--slider-sides--ss-arrow-icon);
  color: #262626;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-arrow:hover {
  border-color: var(--slider-sides--ss-arrow-bg-hover);
  background-color: var(--slider-sides--ss-arrow-bg-hover);
  color: #fff;
}

.slider-arrow.cc-next {
  right: 0;
}

.slider-arrow.cc-prev {
  color: #e1ddda;
  left: 0;
}

.slider-sides .swiper-pagination {
  display: none;
}

.slide-content_title-wrapper {
  opacity: 0;
  transition: opacity .2s;
}

.slider-sides .swiper-slide {
  z-index: 1;
  background-color: #141414;
  border-radius: 16px;
  flex: none;
  width: 30%;
  height: 100%;
  position: relative;
}

.slide-content_desc {
  opacity: 0;
  color: var(--slider-sides--ss-desc);
  font-size: 17px;
  line-height: 1.4;
  transition: opacity .2s;
}

.icon {
  display: flex;
}

.slide-content_title {
  color: var(--slider-sides--ss-title);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.slider-sides .swiper-component {
  justify-content: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 0%;
  padding: 32px;
  transition: min-height .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-bg-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.slide-gradient {
  z-index: 55;
  background-image: linear-gradient(180deg, transparent 50%, var(--slider-sides--ss-gradient));
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.slider-sides {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.swiper {
  width: 100%;
  min-width: 1200px;
  height: 62vh;
  min-height: 450px;
  max-height: 510px;
}

.cc-button-text {
  font-size: 16px;
}

.pdp .p-cc2-desc-1 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: relative;
}

.cc2-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.cc-desc {
  position: relative;
}

.cc2-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-grid-2 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 46% 50%;
  align-items: center;
}

.pdp .p-cc2-desc-2 {
  opacity: 0;
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc2-button-image {
  background-color: #cacaca;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc2-button-image.one {
  background-color: var(--click-change--cc-active);
}

.cc-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.cc2-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.cc2-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc2-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.cc2-button-border {
  border: 3px solid var(--click-change--cc-active);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr 2.96fr;
}

.grid-cell-dm {
  background-color: #f6f6f6;
  position: relative;
}

.grid-cell-text-bot {
  background-image: linear-gradient(0deg, var(--accent) 25%, #3dc2c300);
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-cell-text {
  color: #4d4b4a;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.slider-cols-dot-nav {
  padding-top: 0;
  display: none;
  position: relative;
}

.slider-cols-contain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.slider-cols {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-cols-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.slider-cols-single {
  border-radius: 1em;
  margin: 20px 2%;
}

.slider-cols-single.d4m1 {
  width: 21%;
}

.slider-cols-mask {
  overflow: visible;
}

.slider-cols-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.slider-cols-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.section-full_bg_video {
  position: relative;
}

.full-bg-video-content {
  text-align: center;
  width: 94%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pdp .h2-light, .pdp .p-light {
  color: #f1f1f1;
}

.pdp section.pt0 {
  padding-top: 0;
}

.section-silder_cols_d3m1 {
  background-color: var(--accent);
}

.point-slider-dot-nav {
  padding-top: 0;
  position: relative;
}

.point-slider-contain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.point-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.point-slide-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.point-slide-single {
  border-radius: 1em;
  margin: 20px 10px;
}

.point-slider-mask {
  overflow: visible;
}

.point-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.point-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.w31 {
  width: 31%;
}

.js-ixd-split-contain {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 490px;
  display: flex;
  position: relative;
}

.js-ixd-split-left {
  flex: none;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ixd-split-right {
  flex: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.js-ixd-split-bar {
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  flex: none;
  width: 2px;
  height: 100%;
  position: relative;
}

.ixd-split-bar-circle {
  z-index: 1;
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
}

.ixd-split-bar-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ixd-split-bar-text {
  color: var(--ixd-split--ixd-split-bar-text);
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.split_left-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.split_right-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ixd-split-left-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ixd-split-right-content {
  text-align: right;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ixd-split-text {
  color: var(--ixd-split--ixd-split-text);
  white-space: pre;
  font-size: 17px;
}

.ixd-split-header {
  color: var(--ixd-split--ixd-split-text);
}

.ang6-slices {
  stroke: var(--ixd-angles--ixd-angles-slice-border);
  stroke-width: 2px;
}

.ang6-images {
  width: 50%;
  height: 100%;
  position: relative;
}

.ang6-text {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.ang6-image-2, .ang6-image-3, .ang6-image-4, .ang6-image-5, .ang6-image-6 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pdp .a-tab-menu-w33 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w33:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w33.w--current {
  background-color: var(--tab--menu-bg-current);
}

.pdp .a-tab-menu-w20 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w20:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w20.w--current {
  background-color: var(--tab--menu-bg-current);
}

.tabs-cc-icon {
  background-color: var(--tab-cc--menu-bg);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  transition: all .1s;
  position: relative;
}

.pdp .a-tabs-cc-menu {
  color: var(--tab-cc--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px 15px 25px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tabs-cc-menu.w--current {
  background-color: #0000;
}

.tabs-click-change {
  margin-left: auto;
  margin-right: auto;
}

.tabs-cc-copy {
  background-color: var(--tab-cc--content-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 6%;
  display: flex;
  position: relative;
}

.tabs-cc-media {
  border-radius: 50px;
  flex-direction: column;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.tabs-cc-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.tabs-cc-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 94%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-cc-text {
  color: var(--tab-cc--content-text);
  font-size: 18px;
}

.tabs-cc-title {
  color: var(--tab-cc--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.section-usp-lucky-stone {
  /* aspect-ratio: 1920 / 970; */
  background-image: url('../images/uCozy-X4-Versatile-Massager-Lucky-Stone-Background.webp?ver=1f');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  /* min-height: 970px; */
  position: relative;
  padding-bottom: 120px;
}

.section-usp-lucky-stone p { color: var(--accent); }
.section-usp-lucky-stone .cols2-icon-text p { 
    color: #644f43;
    text-align: left;
}

/* .section-usp-lucky-stone .pdp-intro {
    max-width: 90%;
    margin-bottom: 20px;
} */

.section-houseset {
  background-color: #ece1d4;
  background-image: radial-gradient(circle, #fff, #0000);
}

.houseset-intro {
  z-index: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 120px;
}

.heading-2 {
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .expand-img-stretch {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  /*h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  }*/

  .interactive-slide-title, .tile-title {
    font-size: 24px;
  }

  .programs-single-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .manage-expand {
    display: none;
  }

  .measure-expand-single.measure-expand-1 {
    width: 90%;
  }

  .tile-text {
    font-size: 17px;
  }

  .cols2-contain-left-bot {
    align-items: stretch;
  }

  .cols2-equal-text-left-bot {
    align-self: center;
  }

  .tabs-title {
    font-size: 24px;
  }

  .tabs-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }

  .long-cols3-content, .long-cols4-content {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    display: flex;
  }

  .expand-v {
    margin-top: 0;
  }

  .expand-arrow {
    right: 20px;
  }

  .area-next, .area-prev {
    z-index: 0;
  }

  .slider-arrow {
    margin-top: 48px;
    top: 100%;
  }

  .slider-arrow.cc-next {
    display: none;
    right: 50%;
    transform: translate(105%);
  }

  .slider-arrow.cc-prev {
    display: none;
    left: 50%;
    transform: translate(-105%);
  }

  .slider-sides .swiper-pagination {
    display: block;
  }

  .swiper {
    min-height: 400px;
    max-height: 440px;
  }

  .slider-cols-dot-nav {
    display: block;
  }

  .slider-cols-single.d4m1 {
    width: 48%;
  }

  .fwt {
    width: 100% !important;
    max-width: none !important;
  }

  .tabs-cc-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .tabs-cc-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  /*h2 {
    margin-bottom: 0;
  }

  p {
    text-align: center;
  }*/

  .section-usp-lucky-stone {
    background-image: url('../images/uCozy-X4-Versatile-Massager-Lucky-Stone-Background-Mobile.webp?ver=1b');
    padding-bottom: 90px;
  }

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

  .cols2-icon-media {
    text-align: center;
    width: 25%;
  }

  .cols2-icon-text {
    text-align: left;
    width: 75%;
    margin-bottom: 15px;
  }

  .pdp .a-tab-menu-w25 {
    width: 42%;
  }

  .interactive-slide-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .interactive-slider-nav {
    width: 50%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .interactive-slider {
    width: 100%;
  }

  .interactive-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    max-height: 100%;
  }

  .tabs-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .house-set-slider {
    aspect-ratio: auto;
  }

  .auto_programs-content {
    flex-direction: column;
  }

  .short-cols4-single {
    width: 46%;
  }

  .interactive-slide-img {
    max-height: 290px;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-text-bot-wrapper {
    width: 48%;
  }

  .tile-text-bot {
    background-image: linear-gradient(90deg, var(--tile--tile-bg-color) 25%, #fff0 60%);
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .tile.tile-mmm {
    width: 100%;
    height: 130px;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .programs-single {
    flex-flow: column-reverse;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .section-content-3 {
    width: 90%;
    max-width: 375px;
  }

  .hotspot-content {
    flex-direction: column;
  }

  .interactive-hotspot {
    width: 100%;
    display: none;
  }

  .wellness-tech-tiles {
    flex-direction: column;
  }

  .mmm-expand-open {
    padding-left: 10px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 50%;
  }

  .mmm-expand-single.manage-expand-1 {
    width: 85%;
  }

  .measure-expand-3 {
    width: 60%;
  }

  .measure-expand-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .mmm-expand-arrow {
    text-align: right;
    display: block;
  }

  .mmm-measure-section {
    width: 100%;
  }

  .expand-title, .expand-paragraph-text {
    text-align: left;
  }

  .mmm-expand-double-stretch {
    width: 90%;
  }

  .monitor-grid-content {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   / 1fr;
    width: 100%;
  }

  .expand-stretch-img {
    height: 100%;
  }

  .mmm-expand-single-stretch {
    align-self: flex-end;
    height: 80%;
  }

  .mmm-expand-single-stretch.manage-expand-2 {
    width: auto;
  }

  .measure-expand-single.measure-expand-1 {
    width: 100%;
  }

  .measure-expand-2col-single {
    width: 90%;
  }

  .measure-expand-2col {
    flex-direction: column;
  }

  .measure-expand-4-centralise {
    width: 80%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .measure-expand-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cols2-contain-right-top {
    flex-direction: column-reverse;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .pdp-vid-rounded {
    border-radius: 40px;
  }

  .cols2-equal-text-right-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-equal-text-left-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-contain-left-top {
    flex-flow: row-reverse wrap;
  }

  .tile-vid.mmm-vid {
    aspect-ratio: 375 / 130;
  }

  .cols2-custom1-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom1-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-custom2-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-custom2-media {
    text-align: center;
    width: 100%;
  }

  .cols2-contain-right-bot {
    flex-flow: column;
  }

  .cols2-equal-text-right-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
  }

  .cols2-contain-left-bot {
    flex-flow: wrap-reverse;
  }

  .cols2-equal-text-left-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-right: 0%;
  }

  .cols2-custom3-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom3-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-left: 0%;
  }

  .cols2-custom4-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-right: 0%;
  }

  .cols2-custom4-media {
    text-align: center;
    width: 100%;
  }

  .pdp-intro, .pdp-intro-title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .short-cols3-single {
    width: 46%;
  }

  .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-vid.tabs-vid {
    aspect-ratio: 375 / 290;
  }

  .pdp-vid.full-bg-vid {
    aspect-ratio: 760 / 902;
  }

  .pdp-vid.tabs_cc-vid {
    aspect-ratio: 375 / 290;
  }

  .tabs-title, .tabs-text {
    text-align: center;
  }

  .pdp-cols-img {
    margin-left: auto;
    margin-right: auto;
  }

  .short-cols-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .long-cols3-content, .long-cols4-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .long-cols3-single, .long-cols4-single {
    width: 100%;
  }

  .pdp-flex.m-stack-reverse {
    flex-flow: wrap-reverse;
  }

  .pdp-flex.m-stack {
    flex-flow: column;
  }

  .col2-vid {
    aspect-ratio: 376 / 420;
  }

  .hotspot-vid {
    aspect-ratio: 375 / 282;
  }

  .click-change-text {
    text-align: center;
  }

  .cc-image-2.video {
    border-radius: 40px;
  }

  .click-change-text-2 {
    text-align: center;
  }

  .click-change-grid-imc {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expand-v-content, .expand-v-single {
    max-width: 375px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col1-vid {
    aspect-ratio: 376 / 510;
  }

  .expand-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .short-cols5-single {
    width: 46%;
  }

  .col2-vid-sq {
    aspect-ratio: 1;
  }

  .cc-desc {
    text-align: center;
  }

  .click-change-grid-2 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-intro {
    text-align: center;
  }

  .cc-buttons {
    justify-content: center;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr;
    width: 375px;
  }

  .slider-cols-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .slider-cols-single.d4m1 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .full-bg-video-content {
    width: 90%;
    max-width: 375px;
  }

  .point-slide-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .point-slider-mask {
    left: .45em;
  }

  .w31 {
    width: 92%;
    margin-left: .45em;
    margin-right: .45em;
  }

  .js-ixd-split-contain {
    height: 510px;
  }

  .split_left-vid, .split_right-vid {
    aspect-ratio: 375 / 510;
  }

  .ixd-split-left-content {
    padding-right: 8px;
  }

  .ixd-split-right-content {
    padding-top: 20px;
    padding-left: 8px;
  }

  .ixd-split-text {
    white-space: normal;
  }

  .ang6-images {
    text-align: center;
    width: 100%;
  }

  .ang6-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .pdp .a-tab-menu-w33, .pdp .a-tab-menu-w20 {
    width: 67%;
  }

  .pdp .a-tabs-cc-menu {
    width: 40%;
  }

  .tabs-cc-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .tabs-cc-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-cc-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-cc-content {
    width: 90%;
    max-width: 375px;
  }

  .tabs-cc-text, .tabs-cc-title {
    text-align: center;
  }

  .houseset-intro {
    max-width: 95%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .tabs-media {
    width: 100%;
  }

  .section-house-set {
    padding-top: 60px !important;
  }

  .tile {
    border-radius: 3.5vw 3.5vw 17vw;
  }

  .interactive-hotspot {
    max-height: 240px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 90%;
    margin-left: 0%;
  }

  .measure-expand-3 {
    margin-left: 6%;
    margin-right: 6%;
  }

  .mmm-expand-double-stretch {
    width: 90vw;
  }

  .monitor-grid-content {
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "Area-2"
                         "Area"
                         "Area-3"
                         "Area-5"
                         "Area-4";
    padding-left: 3%;
    padding-right: 3%;
  }

  .measure-expand-4-centralise {
    margin-left: 6%;
    margin-right: 6%;
  }

  .click-change-image {
    height: 100%;
  }

  .expand-v {
    margin-top: 10px;
  }

  .expand-v-single {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .cc-media {
    height: 100%;
  }

  .houseset-intro {
    top: 60px;
  }
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-efcd2787 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-efcd2787 {
  grid-area: Title;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-efcd2787 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-efcd2787 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-efcd2787 {
  grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-efcd2787 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-efcd2787 {
    grid-row: 1 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-efcd2787 {
    grid-area: Title;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-efcd2787 {
    grid-row: 2 / 3;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-efcd2787 {
    grid-row: 4 / 5;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-efcd2787 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-efcd2787 {
    grid-area: Title;
  }
}