@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-editorial {
	--margin-bottom-title: 1.5rem;
	--margin-top-link: 1.5rem;
}

.p-editorial.small .container {
	padding: 0 6.25rem;
}

.p-editorial.small img {
	width: 100% !important;
}

.p-editorial .image--left .p-editorial__text-wrap {
	padding-right: 0;
	padding-left: 8.13rem;
	text-align: left;
	direction: ltr;
}

.p-editorial__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 10rem;
	-ms-flex-align: center;
	align-items: center;
}

.small .p-editorial__content {
	column-gap: 0;
}

.p-editorial__content.image--left {
	direction: rtl;
}

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

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

.small .p-editorial__text-wrap {
	padding-right: 8.13rem;
}

.p-editorial__text {
	line-height: var(--line-height-text);
	letter-spacing: var(--letter-spacing-text);
}

.p-editorial__link {
	margin-top: var(--margin-top-link);
}

.p-editorial__images-mobile {
	display: none;
}

.p-editorial__images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 1.25rem;
	-ms-flex-align: end;
	align-items: flex-end;
	row-gap: 1.25rem;
}

.p-editorial img {
	width: 50%;
	height: auto;
	object-fit: contain;
}

.p-editorial img:first-child {
	width: calc(60% - 10px);
}

.p-editorial img:nth-child(2) {
	width: calc(40% - 10px);
}

.p-editorial img:last-child {
	width: 45%;
}

@media (max-width: 1023px) {

.p-editorial {
	--margin-bottom-title: 1rem;
	--margin-top-link: 1rem;
}

.p-editorial.small .container {
	padding: 0 1.25rem;
}

.p-editorial .image--left .p-editorial__text-wrap {
	padding-left: 0;
}

.p-editorial__content {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	row-gap: 2.5rem;
}

.small .p-editorial__title {
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
}

.small .p-editorial__text-wrap {
	padding-right: 0;
}

.p-editorial__images-mobile {
	display: -ms-flexbox;
	display: flex;
	column-gap: 0.5rem;
	-ms-flex-align: end;
	align-items: flex-end;
}

.p-editorial__images {
	display: none;
}

.p-editorial img:first-child {
	width: calc(50% - 4px);
}

.p-editorial img:nth-child(2) {
	display: none;
}

.p-editorial img:last-child {
	width: calc(50% - 4px);
}

}

