:root {
  --text-light-highlight: #eee;
  --accent-dark: #18697e;
  --tab--menu-bg: #8ed2da;
  --hotspot--slider-text: #152f4e;
  --hotspot--slider-text-bg: #a3d9dc;
  --text-dark: #152f4e;
  --hotspot--slider-title: #152f4e;
  --pdp-bg: white;
  --tab--content-bg: #f3f3f3;
  --tile--tile-title-color: white;
  --overline-dark: #486c88;
  --tile--tile-bg-color: #fff;
  --hotspot-ring-color: #00dfff;
  --tile--tile-text-color: white;
  --cols-heading: #18697e;
  --cols-heading-bg: #d4f3f4;
  --tab--content-title: #707070;
  --tab--content-text: #707070;
  --icon--icon-size: 48px;
  --icon--icon-border-thickness: 2px;
  --expand-v-toggle-icon: white;
  --expand-v-bg: #14657b;
  --click-change--cc-desc: #18697e;
  --click-change--cc-active: #18697e;
  --ixd-split--ixd-split-bar-bg: #2a2a2a;
  --ixd-split--ixd-split-bar-text: white;
  --ixd-split--ixd-split-text: #2a2a2a;
  --tab--menu-text: white;
  --tab--menu-bg-current: #18697e;
  --mmm-heading: white;
  --mmm-p: white;
  --accent-light: #21e2f6;
  --text-light: #acacac;
  --list-marker-color: #707070;
  --text-dark-highlight: #2a2a2a;
  --text-color-old: #574948;
  --link-color: #3dc2c3;
  --modal-video-link: white;
  --modal-link-color: #ffe400;
  --white: white;
  --black: black;
  --click-change--cc-btn-bg: #e4e4e4;
  --ixd-angles--ixd-angles-slice-active: yellow;
  --click-change--cc-btn-text: #616566;
  --icon--icon-svg-thickness: 2px;
  --tab--menu-bg-fade: #54b6d1;
  --tab--menu-text-current: white;
  --slider-sides--ss-gradient: #fcd545;
  --slider-sides--ss-title: white;
  --slider-sides--ss-desc: white;
  --slider-sides--ss-arrow-bg-hover: #fcd545;
  --slider-sides--ss-arrow-icon-hover: white;
  --slider-sides--ss-arrow-icon: #2a2a2a;
  --slider-sides--ss-nav-bullet: #707070;
  --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;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(177deg, #4f7492 11%, #0c2442 77%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 15px;
  /* margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05; */
}

/* h3 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
} */

/* 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-dark);
  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;
}

.section-hero-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-video {
  z-index: 0;
  aspect-ratio: 1920 / 830;
  width: 100%;
  height: 100%;
}

.tab-menu {
  background-color: var(--tab--menu-bg);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.tab-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.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: var(--hotspot--slider-text-bg);
  width: 33.33%;
}

.hotspot-arrow-left {
  backface-visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  /* transform: rotate(90deg); */
}

.hotspot-arrow-right {
  color: var(--text-dark);
  position: absolute;
  inset: auto 0% 3% 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 {
  background-color: var(--pdp-bg);
  color: var(--text-dark);
  overflow: clip;
}

.tabs {
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-media {
  flex-direction: column;
  width: 50%;
  display: flex;
  background-color: #ffffff;
}

.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: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.tabs-copy.programs {
  background-color: #fff;
}

.section-house-set {
  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%;
}

.usp-intro {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.tile-title {
  color: var(--tile--tile-title-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.usp-tiles-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.usp-overline {
  color: var(--overline-dark);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
}

.tile-text-bot-wrapper {
  width: 77%;
}

.tile-text-bot {
  background-image: linear-gradient(0deg, #14657b 30%, #14657bb3 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 {
  cursor: pointer;
  width: 33.33%;
  height: 370px;
}

.tile.tile-w33 {
  width: 33.33%;
}

.tile.tile-w67 {
  width: 66.67%;
}

.tile-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
}

.pdp-overline {
  color: var(--overline-dark);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.hotspot-content {
  display: flex;
}

.interactive-hotspot {
  aspect-ratio: 1.5;
  text-align: center;
  background-image: radial-gradient(circle, #fff, #65bfd3 50%, #206b7f);
  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: #00dfff;
  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: 45%;
  left: 42%; */
  top: 53%;
  left: 40%;
}

.interactive-hotspot-point.s1p2 {
  /* top: 35%;
  left: 30%; */
  top: 41%;
  left: 29%;
}

.interactive-hotspot-point.s1p1 {
  /* top: 15%;
  left: 28%; */
  top: 18%;
  left: 27%;
}

.interactive-hotspot-point.s1p5 {
  /* top: 80%;
  left: 30%; */
  top: 85%;
  left: 36%;
}

.interactive-hotspot-point.s1p4 {
  /* top: 60%;
  left: 40%; */
  top: 71%;
  left: 51%;
}

/* .interactive-hotspot-point.s1p6 {
  top: 47%;
  left: 45%;
} */

.wellness-tech-tiles {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
}

.cols2-equal-media {
  width: 50%;
  height: 100%;
}

.tile-vid {
  z-index: 0;
  height: 100%;
}

.tile-vid.tile-33x3 {
  aspect-ratio: 310 / 300;
}

.tile-vid.tile-33x1 {
  aspect-ratio: 319 / 300;
}

.tile-vid.tile-67x1 {
  aspect-ratio: 637 / 300;
}

.tile-vid.mmm-vid {
  aspect-ratio: 310 / 370;
}

.tile-img {
  height: 100%;
}

.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;
}

.pdp-intro {
  color: var(--accent-dark);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pdp-cols-heading {
  color: var(--cols-heading);
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.pdp-cols-heading.withbg {
  background-color: var(--cols-heading-bg);
  text-align: center;
  padding: 10px;
}

.pdp-cols-heading.certs-expand {
  color: #fff !important;
}

.section-kv {
  padding-top: 0 !important;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-vid.tabs-vid {
  aspect-ratio: 580 / 380;
}

.pdp-vid.cc-vid-with-text {
  aspect-ratio: 510 / 550;
}

.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;
}

.pdp-flex.m-stack.pain-points {
  grid-column-gap: 60px;
}

.interactive-slide-title-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hotspot-vid {
  aspect-ratio: 387 / 290;
}

.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-content {
  max-width: 1160px;
  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);
}

.col1-vid-sq {
  aspect-ratio: 980 / 490;
}

.modal-src-link-icon {
  margin-right: 15px;
}

.cc-button-text {
  font-size: 16px;
}

.pdp .p-cc2-desc-1 {
  color: var(--click-change--cc-desc);
  margin-bottom: 0;
  position: relative;
}

.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;
}

.pdp-intro-title.on-off {
  z-index: 2;
  margin-bottom: -40px;
  position: relative;
}

.cc2-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  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: 15px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 52%;
  align-items: center;
}

.pdp .p-cc2-desc-2 {
  opacity: 0;
  color: var(--click-change--cc-desc);
  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: 20px;
  padding-right: 20px;
}

.cc2-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc2-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  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;
}

.js-ixd-split-contain {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  /* height: 830px; */
  height: min(87vh, 850px); /* split2605 */
  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: 2;
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  box-shadow: 0 0 11px 0 rgb(0 0 0 / 50%);
}

.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: 1920 / 830;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.split_right-vid {
  aspect-ratio: 1920 / 830;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ixd-split-left-content {
  z-index: 1;
  padding-left: clamp(0px, 35%, 380px);
  padding-right: 12px;
  /* position: absolute; */
  position: relative;
  /* inset: 100px auto auto 0; split2605 */
  inset: 6vh auto auto 0;
}

.ixd-split-right-content {
  z-index: 1;
  text-align: right;
  padding-left: 12px;
  padding-right: clamp(0px, 35%, 380px);
  /* position: absolute; */
  position: relative;
   /* inset: 100px auto auto 0; split2605 */
   inset: 6vh auto auto 0;
}

.ixd-split-text {
  color: var(--ixd-split--ixd-split-text);
  white-space: pre;
  font-size: 17px;
  margin-top: 10px;
}

.ixd-split-icon {
    width: max(6vw, 70px);
    height: auto;
}

.section-sedentary-lifestyle {
  position: relative;
}

.pain-points-content {
  z-index: 1;
  margin-top: 60px;
  position: relative;
}

.pain-points-cols {
  grid-column-gap: 5px;
  display: flex;
}

.pain-points-col {
  text-align: center;
  width: 50%;
  height: 100%;
}

/* .section-on-off {
  padding-bottom: 120px;
} */

.section-ergonomic-support {
  padding-bottom: 150px;
}

.section-massage-tech {
  padding-bottom: 120px;
}

.section-programs {
    padding-bottom: 120px;
}

.section-lounge-pro {
    background: url('../images/uErgoh-Ergonomic-Chair-LoungePro-Footrest-Background-2.webp?ver=1a') no-repeat center;
    background-size: cover;
}

.section-certifications {
    margin-top: 120px;
}

.js-ixd-split-left.ixd-split-image {
    background-image: url('../images/uErgoh-Ergonomic-Chair-ON-Mode.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0%;
}

.ixd-split-right.ixd-split-image {
    background-image: url('../images/uErgoh-Ergonomic-Chair-OFF-Mode.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.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-list-dot {
  color: var(--tab--content-text);
  margin-top: 15px !important;
}

.bg-grad-teal {
  background-image: radial-gradient(circle, #b9feff, #006a88);
}

.pdp-list-num {
  color: var(--tab--content-text);
  list-style-type: decimal;
}

.pdp-fineprint {
  color: #909090;
  font-size: 14px !important;
}

.pdp .h2-massage-tech {
  margin-bottom: 0;
}

.pdp-list-item {
  margin-top: 12px;
}

.pdp-weight400 {
  font-weight: 400;
}

.tile-text-bot-wrapper-2 {
  width: 77%;
}

.tile-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tile-title-2.mmm {
  color: #0f666c;
}

.tile-text-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.tile-text-2.mmm {
  color: #fff;
}

.tile-text-bot-2 {
  background-image: linear-gradient(0deg, #d08a77, #d08a7700);
  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-text-bot-2.mmm {
  background-image: linear-gradient(0deg, #b4aca6 45%, #d08a7700);
  height: 130px;
  padding-top: 40px;
}

.tile-arrow-svg-2 {
  color: #fff;
  width: 36px;
  height: 36px;
}

.tile-arrow-svg-2.mmm {
  color: #0f666c;
}

.measure-expand-ppg {
  z-index: 20;
  background-color: #010814;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.expand-h-arrow {
  display: none;
}

.pdp .p-expand-title {
  color: var(--mmm-heading);
  font-size: 19px;
  font-weight: 400;
}

.svg-double-arrow {
  color: #309cae;
  width: 36px;
  height: 36px;
}

.exp-col {
  flex: none;
  margin-right: 6.25%;
}

.exp-col.exp-col-w50 {
  width: 40.625%;
  min-width: 520px;
  max-width: 780px;
}

.exp-col.exp-col-w33 {
  width: 25%;
  min-width: 360px;
  max-width: 480px;
}

.exp-col.exp-col-w33x2 {
  justify-content: space-between;
  width: 60%;
  min-width: 600px;
  max-width: 820px;
  display: flex;
}

.exp-col.exp-align-bot {
  align-self: flex-end;
}

.pdp .h3-expand-mmm {
  color: var(--mmm-heading);
  margin-top: 0;
  margin-bottom: 25px;
}

.exp-col-w33x2-single {
  flex: 0 auto;
  width: 45%;
}

.pdp .p-expand {
  color: var(--mmm-p);
}

.expand-h-close {
  z-index: 21;
  color: var(--mmm-p);
  cursor: pointer;
  position: absolute;
  inset: 5% 5% auto auto;
}

.pdp .h2-expand-mmm {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #309cae 25%, #00f0ff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0;
}

.expand-h-contain {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.expand-h-content {
  background-color: #1c6d81;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.pdp-bg-glow {
  background-image: radial-gradient(circle closest-side, #fff, #fff0);
}

.pdp-spacing-top25 {
  margin-top: 25px;
}

.pdp-spacing-bot15 {
  margin-bottom: 15px;
}

.monitor-expand-ppg, .manage-expand-ppg {
  background-color: #010814;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-wellness-tech-ppg.bg-grad-teal {
  padding-bottom: 120px;
}

.pdp-patent-text {
  color: var(--accent-light);
  font-size: 16px;
  font-weight: 400;
}

.pdp-hidden {
  display: none;
}

.pdp .p-certs-expand {
  color: #eee;
}

.usp-on-mode, .usp-off-mode {
  position: relative;
}

.pdp-cols-text {
  color: var(--cols-heading);
}

.on-off-contain {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section-red-dot {
  height: 76.85vh;
  min-height: 880px;
}

.section-red-dot {
background-image: url('../images/uErgoh-Ergonomic-Chair-KV-RedDot.webp?ver=1a');
background-position: 50%;
background-size: cover;	
position: relative;
}

.pdp-reddot-overlay {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.pdp-reddot-overlay.top-bottom {
    text-align: center;
    align-items: center;
    width: 980px;
    bottom: 50px;	
}

h3.red-dot {
color: white
}

.section-good-design {
background-image: url('../images/uErgoh-Ergonomic-Chair-Good-Design-Award-Winner.webp');
background-position: 50%;
background-size: cover;
height: 76.85vh;
min-height: 880px;
position: relative;
}

@media screen and (min-width: 1440px) {
  .pdp-cols-heading {
    font-size: 19px;
  }

  .section-kv {
    padding-top: 0 !important;
  }

  .pdp-cols-text {
    font-size: 19px;
  }
}

@media screen and (max-width: 991px) {
  /* h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  } */

  .tabs-copy.programs {
    padding: 4%;
  }

  .js-ixd-split-left.ixd-split-image {
    background-position: 20%;
}

.ixd-split-right.ixd-split-image {
    background-position: 70%;
}

  .interactive-slide-title, .tile-title {
    font-size: 24px;
  }

  .usp-overline {
    font-size: 17px;
    line-height: 1.4;
  }

  .tile-arrow {
    right: 20px;
  }

  .tile-text {
    font-size: 17px;
  }

  .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-arrow {
    right: 20px;
  }

  .section-on-off {
    padding-bottom: 0;
  }

  .tile-title-2 {
    font-size: 24px;
  }

  .tile-text-2 {
    font-size: 17px;
  }
}

/* IPAD PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 821px) and (orientation: portrait) {
    .js-ixd-split-left.ixd-split-image {
        background-position: 40%;
    }
    
    .ixd-split-right.ixd-split-image {
        background-position: 50%;
    }
}

@media screen and (max-width: 767px) {
  /* h2 {
    margin-bottom: 0;
  }

  p {
    text-align: center;
  } */
	

 .pdp-reddot-overlay.top-bottom {
    text-align: center;
    align-items: center;
    max-width: 86%;
    bottom: 105px;	
}
	
  .section-red-dot {
   background-image: url('../images/uErgoh-Ergonomic-Chair-KV-RedDot-Mobile.webp?ver=1e');
}
	
 .section-red-dot {
  height: 76.85vh;
  min-height: 750px;
}
	
h3.red-dot {
font-size: 18px;
color: white
}

.section-good-design {
    background-image: url('../images/uErgoh-Ergonomic-Chair-Good-Design-Award-Winner-Mobile.webp?ver=1e');
    height: 76.85vh;
    min-height: 750px;
}


  .js-ixd-split-left.ixd-split-image {
    background-image: url('../images/uErgoh-Ergonomic-Chair-ON-Mode-Mobile.webp');
    background-size: 430px 745px;
    background-position: 30%;
}

.ixd-split-right.ixd-split-image {
    background-image: url('../images/uErgoh-Ergonomic-Chair-OFF-Mode-Mobile.webp');
    background-size: 430px 745px;
    /* background-position: 30%; */
}

.ixd-split-left-content {
    padding-left: 20px;
    padding-right: 8px;
    top: 50px;
  }

  .ixd-split-right-content {
    padding-left: 8px;
    padding-right: 20px;
    top: 50px;
  }

.section-lounge-pro {
    background: url('../images/uErgoh-Ergonomic-Chair-LoungePro-Footrest-Background-2-Mobile.webp?ver=1a') no-repeat center;
}

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

  .hero-video {
    aspect-ratio: 480 / 738;
  }

  .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;
  }

  .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;
  }

  .usp-tiles-row {
    flex-direction: column;
  }

  .tile-text-bot-wrapper {
    width: 48%;
  }

  .tile-text-bot {
    background-image: linear-gradient(90deg, #14657b 25%, #fff0 60%);
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .tile.tile-mmm {
    width: 100%;
    height: auto;
  }

  .tile.tile-w33, .tile.tile-w67 {
    width: 100%;
    height: auto;
  }

  .tile-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .hotspot-content {
    flex-direction: column;
  }

  .interactive-hotspot {
    width: 100%;
    display: none;
  }

  .wellness-tech-tiles {
    flex-direction: column;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .tile-vid.tile-33x3, .tile-vid.tile-33x1, .tile-vid.tile-67x1, .tile-vid.mmm-vid {
    aspect-ratio: 375 / 130;
  }

  .tile-arrow-svg {
    color: #14657b;
  }

  .pdp-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .pdp-vid.tabs-vid {
    aspect-ratio: 375 / 290;
  }

  .pdp-vid.cc-vid-with-text {
    aspect-ratio: 374 / 350;
  }

  .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: 30px;
    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;
  }

  .hotspot-vid {
    aspect-ratio: 375 / 282;
  }

  .expand-v-content {
    max-width: 375px;
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col1-vid {
    aspect-ratio: 375 / 510;
  }

  .expand-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .col1-vid-sq {
    aspect-ratio: 375 / 375;
  }

  .pdp-intro-title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .pdp-intro-title.on-off {
    width: 90%;
    max-width: 375px;
    margin-bottom: -60px;
  }

  .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;
  }

  .js-ixd-split-contain {
    height: 650px;
    max-width: 430px;
    margin: 0 auto;
  }

  .split_left-vid, .split_right-vid {
    aspect-ratio: 375 / 650;
  }

  .ixd-split-text {
    white-space: normal;
  }

  .pain-points-content {
    margin-top: 45px;
  }

  .pain-points-cols {
    grid-column-gap: 8%;
  }

  .pdp .a-tab-menu-w33 {
    width: 50%;
  }

  .bg-grad-teal {
    background-image: linear-gradient(90deg, #c4f2f2, #4fb4d0);
  }

  .tile-text-bot-wrapper-2 {
    width: 51%;
  }

  .tile-text-bot-2 {
    background-image: none;
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .tile-text-bot-2.mmm {
    background-image: linear-gradient(90deg, #b4aca6 10%, #d08a7700 60%);
    padding-top: 0;
  }

  .expand-h-arrow {
    display: block;
    position: relative;
  }

  .pdp .p-expand-title {
    text-align: left;
  }

  .svg-double-arrow {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .exp-col {
    margin-left: 7%;
    margin-right: 7%;
  }

  .exp-col.exp-col-w50 {
    width: 86%;
    min-width: 0;
  }

  .exp-col.exp-col-w50.ppg, .exp-col.exp-col-w50.monitor-app {
    text-align: center;
  }

  .exp-col.exp-col-w33 {
    width: 86%;
    min-width: 0;
  }

  .exp-col.exp-col-w33x2 {
    width: 286%;
    min-width: 0;
  }

  .pdp .p-expand {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-video {
    box-shadow: none;
  }

  .tabs-media {
    width: 100%;
  }

  .usp-intro {
    margin-bottom: 10px;
  }

  .tile {
    border-radius: 3.5vw 3.5vw 17vw;
  }

  .interactive-hotspot {
    max-height: 240px;
  }

  .expand-v {
    margin-top: 10px;
  }

  .cc-media {
    height: 100%;
  }
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-f5f39636 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-f5f39636 {
  grid-area: Title;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-f5f39636 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-f5f39636 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-f5f39636 {
  grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-f5f39636 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-f5f39636 {
    grid-row: 1 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-f5f39636 {
    grid-area: Title;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-f5f39636 {
    grid-row: 2 / 3;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-f5f39636 {
    grid-row: 4 / 5;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-f5f39636 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-f5f39636 {
    grid-area: Title;
  }
}