@import url("https://fonts.cdnfonts.com/css/avenir-lt-std");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed&display=swap");
@font-face {
	font-family: "Avenir LT Std";
	src: url("../fonts/Avenir LT Std 45 Book.otf");
}
@font-face {
	font-family: "Dense";
	src: url("../fonts/Dense-Regular.otf");
}
.page-nomad-lighting {
	padding-top: 2rem;
}
.page-nomad-lighting .page-head {
	text-align: center;
}
.page-nomad-lighting .page-head p {
	max-width: 45.5rem;
	margin: 0 auto;
}
.page-nomad-lighting section.features {
	overflow: hidden;
}
.page-nomad-lighting section.features .container-l {
	display: flex;
	gap: 2rem;
	padding-bottom: 130px;
}
.page-nomad-lighting section.features .container-l .feature-lineup dl {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.page-nomad-lighting section.features .container-l .feature-lineup dl dt {
	font-size: 1.875rem;
	font-weight: 700;
	align-items: center;
	padding-left: calc(1.875rem + 1rem);
	position: relative;
	cursor: pointer;
}

.page-nomad-lighting
	section.features
	.container-l
	.feature-lineup
	dl
	dt:before {
	content: "";
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	position: absolute;
	left: 0;
	background-color: #0da2a6;
	border-radius: 50%;
	top: 0.4375rem;
}
.page-nomad-lighting section.features .container-l .feature-lineup dl dd {
	border-left: 1px solid #97a4a4;
	margin: 0rem 0.5rem 0.5rem 1rem;
	padding-left: calc(0.9375rem + 1rem);
	padding-bottom: 0.125rem;
}
.page-nomad-lighting
	section.features
	.container-l
	.feature-lineup
	dl
	dd:last-child {
	border-left: 1px solid rgba(0, 0, 0, 0);
}
.page-nomad-lighting section.features .container-l .features-right {
	min-height: 50vh;
	position: relative;
	isolation: isolate;
	width: 100%;
	height: 200px;
}

.page-nomad-lighting section.features .container-l .features-right:after {
	content: "";
	background: center/cover no-repeat var(--bg);
	display: block;
	width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	transform: scale(1.06);
	z-index: -1;
	border-radius: 10px 0px 0px 10px;
}
.page-nomad-lighting section.features .container-l .features-right .img {
	background: center/cover no-repeat var(--bg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	display: none;
}
.page-nomad-lighting
	section.features
	.container-l
	.features-right
	.quote-wrapper {
	background-color: #0da2a6;
	padding: 2rem;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
	margin-top: auto;
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 62px);
	color: #fafafa;
}
.page-nomad-lighting
	section.features
	.container-l
	.features-right
	.quote-wrapper
	.quote {
	font-size: 1.875rem;
	font-weight: 100;
}
.page-nomad-lighting
	section.features
	.container-l
	.features-right
	.quote-wrapper
	.by {
	margin-top: 2.3125rem;
	font-weight: bold;
}
.page-nomad-lighting
	section.features
	.container-l
	.features-right
	.quote-wrapper
	.by
	span {
	display: block;
	font-weight: 100;
}
@media only screen and (min-width: 1024px) {
	.page-nomad-lighting section.features .container-l .features-right {
		min-height: 500px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-nomad-lighting section.features .container-l {
		flex-direction: column;
		position: static;
		padding-bottom: 1rem;
	}
	.page-nomad-lighting section.features .container-l .features-right {
		padding-bottom: 0;
		padding-top: 50px;
	}
	.page-nomad-lighting
		section.features
		.container-l
		.features-right
		.quote-wrapper {
		top: 0;
		bottom: auto;
		width: 90%;
		padding: 2rem;
		transform: translate(-50%, 0);
	}
	.page-nomad-lighting
		section.features
		.container-l
		.features-right
		.quote-wrapper
		.quote {
		font-size: 1rem;
	}
	.page-nomad-lighting section.features .container-l .features-right:after {
		position: relative !important;
		width: 100vw;
		left: -1rem;
		transform: scale(1);
		border-radius: 0px;
		min-height: 50vh;
	}
	.bluetooth-smart-mesh {
		padding-bottom: 2rem;
		padding-top: 0;
	}
}
.page-nomad-lighting section.bluetooth-smart-mesh {
	display: flex;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.page-nomad-lighting section.bluetooth-smart-mesh .container-l {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.page-nomad-lighting section.bluetooth-smart-mesh .container-l .img {
	width: 100%;
	flex: 1;
}
.page-nomad-lighting section.bluetooth-smart-mesh .container-l .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateX(-16%) scale(1.15);
}
.page-nomad-lighting section.bluetooth-smart-mesh .container-l .text-area {
	flex: 1;
}
.page-nomad-lighting section.bluetooth-smart-mesh .container-l .text-area h2 {
	text-align: left;
}
.page-nomad-lighting
	section.bluetooth-smart-mesh
	.container-l
	.text-area
	.arrow-link {
	color: #0da2a6;
}
@media only screen and (max-width: 1024px) {
	.page-nomad-lighting section.bluetooth-smart-mesh .container-l {
		flex-direction: column-reverse;
	}
	.page-nomad-lighting section.bluetooth-smart-mesh .container-l .img img {
		transform: translateX(0) scale(1);
	}
	.page-nomad-lighting section.bluetooth-smart-mesh .container-l .text-area h2 {
		text-align: left;
	}
}
@media only screen and (max-width: 512px) {
	.page-nomad-lighting section.bluetooth-smart-mesh .container-l .text-area h2 {
		font-size: 3.125rem;
		text-align: center;
	}
	.page-nomad-lighting section.connected-terrace .container-l .text-area h2 {
		text-align: center;
		margin-bottom: 0;
	}
	.page-nomad-lighting section.features .container-l .feature-lineup dl dt {
		font-size: 1rem;
		padding-left: calc(1rem + 1rem);
	}
	.page-nomad-lighting
		section.features
		.container-l
		.feature-lineup
		dl
		dt:before {
		width: 1rem;
		height: 1rem;
		top: 4px;
		left: 8px;
	}
	.page-nomad-lighting section.features .container-l .feature-lineup dl dd {
		font-size: 0.625rem;
	}
}
.page-nomad-lighting section.connected-terrace {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 2rem;
}
.page-nomad-lighting section.connected-terrace::after {
	background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.7) 100%
		),
		center/cover no-repeat url("../images/nomad_lighting_bg.png");
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(10px);
	transform: scale(1.2);
	z-index: -1;
}
.page-nomad-lighting section.connected-terrace .container-l {
	z-index: 1;
	align-items: center;
	flex-direction: column;
}
.page-nomad-lighting section.connected-terrace .container-l .text-area {
	flex: 1;
	width: 100%;
	color: #fff;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.page-nomad-lighting section.connected-terrace .container-l .text-area p {
	text-align: left;
	margin-bottom: 0;
}
.page-nomad-lighting
	section.connected-terrace
	.container-l
	.text-area
	.action-row {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.page-nomad-lighting section.connected-terrace .container-l .filler {
	flex: 1;
	width: 100%;
}
.page-nomad-lighting section.connected-terrace .connected-terrace-slider {
	display: flex;
	gap: 2rem;
	padding-left: 25%;
	isolation: isolate;
}
.page-nomad-lighting section.connected-terrace .connected-terrace-slider:after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
	bottom: -8rem;
	width: 100%;
	left: 0;
	z-index: -1;
}
.page-nomad-lighting
	section.connected-terrace
	.connected-terrace-slider
	.slide {
	background-image: var(--bg);
	background-position: center;
	background-size: cover;
	margin-right: 2rem;
	z-index: 2;
}
.page-nomad-lighting
	section.connected-terrace
	.connected-terrace-slider
	.slide:after {
	content: "";
	position: relative;
	width: 100%;
	padding-top: 150%;
}
@media only screen and (max-width: 728px) {
	.page-nomad-lighting section.connected-terrace {
		padding: 3rem 0;
		flex-direction: column;
	}
	.page-nomad-lighting section.connected-terrace .connected-terrace-slider {
		max-width: 100%;
		padding-left: 0;
		padding-top: 2rem;
	}
	.page-nomad-lighting
		section.connected-terrace
		.connected-terrace-slider:after {
		top: -1rem;
	}
}

/*# sourceMappingURL=nomad-lighting.css.map */

.page-nomad-lighting section.features .container-l .feature-lineup dl dd {
	max-height: 0;
	opacity: 0;
	transition: 0.3s;
	font-size: 1rem;
}
/* Accordian Animation - disabled - @mzmarkib */
.page-nomad-lighting
	section.features
	.container-l
	.feature-lineup
	dl
	dt:hover
	+ dd,
.page-nomad-lighting section.features .container-l .feature-lineup dl dd:hover {
/* 	max-height: 10rem; */
/* 	opacity: 1; */
}
