@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.n-locate-full .p-text {
	margin-bottom: 5rem;
}

.n-locate-full--hero {
	background-color: var(--blue-800);
	height: var(--height-hero);
	position: relative;
	margin-bottom: 5rem;
}

.n-locate-full__container {
	margin-bottom: 9.38rem;
}

.n-locate-full #wrapperResults {
	display: -ms-flexbox;
	display: flex;
	column-gap: 1.25rem;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.n-locate-full .eluxOmega2000Locator img {
	width: auto;
}

.n-locate-full #locator_modal {
	display: none;
}

@media (max-width: 1023px) {

.n-locate-full .p-text {
	margin-bottom: 3rem;
}

.n-locate-full #wrapperResults {
	-ms-flex-direction: column;
	flex-direction: column;
}

}

