:root {
 --nav-height: 114px;
/* --modal-link-color: #20aae0; */
--hero-modal-link-color: #ffffff; /* when hero & normal modal links have diff colors */
--modal-vid-ctrls: #f1f1f1;
--slider-dot-color: #D3D3D3;
--text-dark: #656c70;
--icon--icon-size: 48px;
--icon--icon-border-thickness: 2px;
--icon--icon-svg-thickness: 2px;
--modal-link-color: #c383b7;
}

@media screen and (max-width: 767px) {
	:root {
		 --nav-height: 107px;
	}
}

/*------- GENERAL -------*/
h2:has(+ h3) { margin-bottom: 0; }
.pdp-media-wrapper img,
.card-modal-media img{
    height: auto;
}

.pdp button { background: transparent; color: inherit; }
.pdp button:focus { outline: 0; }

.pdp-btn-icon-only .pdp-btn { padding: 0px; }
.pdp-btn-icon-only.icon-sm { padding: 11px; }
.pdp-btn-icon-only.icon-md { padding: 7px; }
.icon-md .pdp-btn-icon {
    width: 36px;
    height: 36px;
}

.pdp > section { padding-top: 120px; }
.pdp > section:first-of-type { padding-top: 0; }
.pdp-center { text-align: center !important; }
.pdp-left { text-align: left !important; }
.pdp-right { text-align: right !important; }
.pdp-flex-center { justify-content: center !important; }
.pdp-flex-left { justify-content: left !important; }
.pdp-flex-right { justify-content: right !important; }
.pdp-show { display: block !important; }
.pdp-visuallyshow { opacity: 1 !important; }
.pdp .pdp-mobile-show { display: none; }
.pdp .pdp-mobile-show-inline { display: none; }
.pdp .pdp-desktop-show { display: block; }
.pdp .pdp-desktop-show-inline { display: inline-block; }
.pdp-sup { font-size: 75%; vertical-align: super; }


/*------- HERO VIDEO -------*/
/* .hero-vid:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    box-shadow: inset -1px 1px 30px 40px #040f1c;
    width: 100%;
    height: 100%;
} */

.hero-video-link-contain {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }


/*------- VIDEO & CTRLS DISPLAY -------*/
.pdp-video-cont{
    position: relative;
    max-width: 1200px;
/*    margin: 5rem auto 2rem;*/
	margin: 0 auto;
    text-align: right;
}

/* .ctrl-nav{ padding: 6px 12px 0 0; } */
/* .pdp-vid-ctrls { padding: 6px 12px 0 0; } */

/* .ctrl-nav button,
.pdp-vid-ctrls button,
button.js-modal-close{
	background: transparent;
	padding: 6px;
} */


/* NEW - to add all icon buttons (modal close) */
.pdp-video-cont button{
	background: transparent;
	margin: 12px 6px;
	width: var(--icon--icon-size);
	height: var(--icon--icon-size);
	border: var(--icon--icon-svg-thickness) solid var(--text-dark);
	border-radius: 50%;
}


/* .ctrl-nav button:focus,
.pdp-vid-ctrls button:focus,
button.js-modal-close:focus{
	outline: 0;	
}

.ctrl-nav svg{
    width: 48px;
    height: 48px;
    fill: none;
    stroke: var(--text-color);
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
} */

/* NEW - */
.pdp-video-cont svg{
	width: 80%;
    height: 100%;
    fill: none;
    stroke: var(--text-dark);
	stroke-width: var(--icon--icon-svg-thickness);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.modal-content .pdp-video-cont button {
	border-color: var(--modal-vid-ctrls);
  }
  .modal-content .pdp-video-cont svg {
	stroke: var(--modal-vid-ctrls);
  }

/*------- POP UP MODAL -------*/
.modal-src-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* margin-top: 12px; */
  padding: 7px 0;
}

.modal-src-link * { pointer-events: none; }

.modal-src-link-icon {
    margin-right: 14px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
	fill: none;
    stroke: var(--modal-link-color);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.hero-video-link-contain .modal-src-link-icon{ stroke: var(--hero-modal-link-color); stroke-width: 1; }
.hero-video-link-contain .modal-src-link-text{ color: var(--hero-modal-link-color) !important; }

/* .modal-src-link-icon {
    margin-right: 6px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
} */

/* .modal-src-link-icon svg{
	width: 80%;
    height: 100%;
    fill: none;
    stroke: var(--modal-link-color);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
} */

.pdp .modal-src-link-text{
	color: var(--modal-link-color);
}

/* .pdp .modal-src-link-text:hover {
	color: var(--accent-color) !important;
    text-decoration: underline !important;
    cursor: pointer;
} */

/* .js-modal-close svg{
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fcfbfa;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
} */

.js-modal-cont {
    display: none;
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100% - var(--nav-height));
    overflow: auto;
    background-color: #040f1c;
    background-color: rgba(4, 15, 28, 0.8);
    backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: 1s all ease;
    z-index: 5;
  }

/* .js-modal-src{

	display: flex;
    text-align: left;
    gap: 15px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;

} */
/* 
.js-modal-video{

color: var(--accent-color) !important;
    align-self: center;
    margin-bottom: 0;
    text-decoration: none;

} */

/*------- MMM EXPAND HORIZONTAL -------*/
.measure-expand,
.monitor-expand,
.manage-expand,
.stress-expand{
	height: calc(100% - var(--nav-height));
  top: var(--nav-height);
  z-index: 20;
}

/* .mmm-expand-open > div:first-child{ margin-left: 6%; } */
.mmm-expand-open>div:last-child {
margin-right: 6%;
}

.tile.tile-mmm,
.mmm-expand-close{ cursor: pointer; }



/*------- HOTSPOT -------*/
.interactive-hotspot-contain{
	--coord-x: 0;
	--coord-y: 0;
	transform: translate(var(--coord-x), var(--coord-y));
    transition: 1s all ease;
}

.interactive-hotspot-point.w-active{
	transform: scale(1.5);
}

.interactive-hotspot-point.w-active .point-centre{
	outline: 4px solid #5ae3fa;
}

/*
.interactive-hotspot::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 15%;
    background: rgb(4,15,28);
    background: linear-gradient(0deg, rgb(4,15,27,0.95) 10%, rgba(4,15,28,0) 100%)
}
*/

/*------- SLIDER -------*/
.w-slider-dot {
    color: var(--slider-dot-color) !important;
    background: none !important;
    border: 3px solid var(--slider-dot-color) !important;
    }
     
    .w-slider-dot.w-active {
    background: var(--slider-dot-color) !important;
    border: 3px solid var(--slider-dot-color) !important;
    }


/* -------------------------------------------------------------------------------------------------------------- */
/*------- MOBILE LANDSCAPE -------*/
/* -------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .pdp .pdp-mobile-show { display: block; }
    .pdp .pdp-mobile-show-inline { display: inline-block; }
    .pdp .pdp-desktop-show { display: none; }
    .pdp .pdp-desktop-show-inline { display: none; }

    /*
    .pdp-vid-ctrls svg{
        width: 36px;
        height: 36px;
    }
    */
	
    /*------- TABS -------*/
    .tabs::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 10%;
		height: 68px;
		background: rgb(4,15,28);
		/* background: linear-gradient(270deg, rgb(4,15,28) 0%, rgba(4,15,28,0) 100%); */
        background: linear-gradient(270deg, rgb(137 115 189) 0%, rgb(138 116 190 / 0%) 100%);
	}
	
    /*------- MODAL -------*/
    /* .modal-src-link {
		justify-content: center;
	} */

    .modal-src-link-icon {
        width: 32px;
        height: 32px;
    }
    .pdp .modal-src-link-text {
        font-size: 16px;
    }
}

/*
@media screen and (min-width: 410px) {
	.section-programs::after {
		width: 20%;
		max-width: 100px;
	}
}
*/

/*------- POP UP MODAL -------*/
/*
.modal-vid-link button {
  position: relative;
  color: var(--accent-color);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-align: left; }

.modal-vid-link button:hover,
.modal-vid-link button:focus {
  font-weight: 600;
  text-decoration: underline; }
*/

/*
.modal-content {
  margin: auto;
  text-align: center; }
*/
