@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-our-technologies section.connected-lamps {
	padding-bottom: 0;
}
.page-our-technologies section.connected-lamps p {
	margin: 0 auto;
	margin-bottom: 2rem;
	max-width: 48rem;
}
.page-our-technologies section.connected-lamps .illustration {
	position: relative;
}
.page-our-technologies section.connected-lamps .illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page-our-technologies section.bluetooth-technology {
	padding-top: 0;
	padding-bottom: 0;
}
.page-our-technologies section.bluetooth-technology p {
	margin: 0 auto;
	margin-bottom: 2rem;
	max-width: 54.4375rem;
}
.page-our-technologies section.smartmesh-technology {
	display: flex;
	align-items: center;
	padding-top: 4rem;
	padding-bottom: 6rem;
	overflow: hidden;
}
.page-our-technologies section.smartmesh-technology .container-l {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 1rem;
}
.page-our-technologies section.smartmesh-technology .container-l .img {
	width: 100%;
	flex: 1;
}
.page-our-technologies section.smartmesh-technology .container-l .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateX(16%) scale(1.2);
}
.page-our-technologies section.smartmesh-technology .container-l .text-area {
	flex: 1;
}
.page-our-technologies section.smartmesh-technology .container-l .text-area h2 {
	text-align: left;
}
@media only screen and (max-width: 512px) {
	.page-our-technologies
		section.smartmesh-technology
		.container-l
		.text-area
		h2 {
		text-align: center !important;
	}
}
.page-our-technologies
	section.smartmesh-technology
	.container-l
	.text-area
	.arrow-link {
	color: #0da2a6;
}

@media only screen and (max-width: 1024px) {
	.page-our-technologies section.smartmesh-technology .container-l {
		flex-direction: column-reverse;
	}
	.page-our-technologies section.smartmesh-technology .container-l .img img {
		transform: translateX(0) scale(1);
	}
	.page-our-technologies
		section.smartmesh-technology
		.container-l
		.text-area
		h2 {
		text-align: left;
	}
	.smartmesh-technology {
		padding-top: 0;
		padding-bottom: 0;
	}
	.smartmesh-technology h2 {
		text-align: center;
	}
}
.page-our-technologies section.lighting-systems .illustration {
	position: relative;
	padding-bottom: 0;
	display: flex;
}
.page-our-technologies section.lighting-systems .illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 775px;
	margin: 0 auto;
}
.page-our-technologies section.lighting-systems .illustration .pointer {
	border-radius: 10px;
	position: absolute;
	top: var(--y);
	left: var(--x);
	max-width: var(--width);
	padding: 2rem;
	transition: height 0.3s;
	cursor: pointer;
}
.page-our-technologies section.lighting-systems .illustration .pointer img {
	width: 6.25rem;
	position: absolute;
	top: var(--icon-y);
	left: var(--icon-x);
}
.page-our-technologies section.lighting-systems .illustration .pointer h3 {
	font-family: "Avenir LT Std", sans-serif;
	font-size: 1.875rem;
	font-weight: 350;
	margin: 0;
	color: #0da2a6;
	text-transform: uppercase;
	white-space: nowrap;
}
.page-our-technologies section.lighting-systems .illustration .pointer p {
	overflow: hidden;
	margin: 0;
	margin-top: 0.75rem;
	transition: 0.3s;
}
@media only screen and (max-width: 1300px) {
	.page-our-technologies section.lighting-systems .illustration {
		display: flex;
		gap: 1rem;
		justify-content: space-between;
		flex-wrap: wrap;
		min-width: 270px;
	}
	.page-our-technologies section.lighting-systems .illustration > img {
		display: none;
	}
	.page-our-technologies section.lighting-systems .illustration .pointer {
		flex: 1;
		position: static;
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 1rem;
		max-width: unset;
	}
	.page-our-technologies section.lighting-systems .illustration .pointer img {
		position: static;
		height: fit-content;
		margin: 0 auto;
	}
	.page-our-technologies section.lighting-systems .illustration .pointer p {
		margin-top: 0;
	}
}

/*# sourceMappingURL=our-technologies.css.map */
@media only screen and (max-width: 768px) {
	section.connected-lamps {
		padding-bottom: 0;
	}
	.section.bluetooth-technology h2 {
		margin-bottom: 1rem !important;
	}
}

.page-our-technologies section.lighting-systems {
	padding-top: 0;
}
