@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");
}

.p-locations .swiper-wrapper {
	column-gap: 1.88rem;
}

.p-locations .swiper-slide {
	width: calc(33% - 16px);
}

.p-locations .swiper-pagination {
	display: none;
	column-gap: 0.63rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-locations .swiper-pagination.pagination-desktop {
	display: -ms-flexbox;
	display: flex;
}

.p-locations .swiper-pagination-bullet {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100px;
	background-color: #D9D5D2;
}

.p-locations .swiper-pagination-bullet-active {
	background-color: var(--primary);
	width: 0.75rem;
	height: 0.75rem;
	opacity: 0.5;
}

.p-locations__title {
	font-size: var(--font-size-h2);
	color: var(--blue-800);
	line-height: var(--line-height-h2);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
	margin-bottom: 1rem;
}

.p-locations__text {
	margin-bottom: 2.5rem;
	letter-spacing: var(--letter-spacing-text);
}

.p-locations .p-editorial__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	row-gap: 1.5rem;
	padding: 0 !important;
}

.p-locations .p-editorial__content .p-editorial__title {
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
}

.p-locations .p-editorial__content .p-editorial__images,
.p-locations .p-editorial__content .p-editorial__images-mobile {
	width: 100%;
	position: relative;
	padding-bottom: 148%;
}

.p-locations .p-editorial__content .p-editorial__images img,
.p-locations .p-editorial__content .p-editorial__images-mobile img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {

.p-locations .swiper-wrapper {
	column-gap: 0;
}

.p-locations .swiper-slide {
	width: 100%;
}

.p-locations .swiper-pagination {
	display: -ms-flexbox;
	display: flex;
}

.p-locations .p-editorial__content .p-editorial__images,
.p-locations .p-editorial__content .p-editorial__images-mobile {
	display: block;
}

}

