@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

div.page.header.headerPages,main,div.page {
	background: var(--color7_light);
}
div.page.footer.summary .logo svg path {
	fill: var(--color7_light);
}
div.page.footer.company > .page2 .text {
  color: var(--color7_dark);
}
.firstpage.pps_flex.pps_flex_row {
	max-width: 1280px;
	margin: 0 auto calc(var(--step) * 20) auto;
}
.firstpage-text {
	max-width: 35%;
	position: absolute;
	right: 0;
	bottom: 0;
  	transform: translateX(-50%);
}
.firstpage-text .title {
	font-family: 'Lora',serif;
	font-weight: 500;
	font-size: 67px;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: -1px;
	color: var(--color6);
	margin-bottom: var(--step4);
	opacity: 0.8;
}
.firstpage-text .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 220%;
	color: var(--color6);
}
.firstpage-footer.pps_flex {
	margin-bottom:calc(var(--step) * 6);
}
.firstpage-footer>div>.title {
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color6);
	padding-left: var(--step4);
	margin-bottom: var(--step4);
	min-height: calc(var(--step) * 9);
}
.firstpage-footer .text {
	background: var(--color8);
	padding: var(--step4);
	min-height: calc(var(--step) * 30);
}
.firstpage-footer>div:nth-child(even) .text {
	background: var(--color8_light);
}
.firstpage-footer-medium>div {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: var(--color6);
	background: var(--color8_light);
	padding: var(--step4) 0;
}
@media screen and (max-width: 1280px) {
	.firstpage-text {
		max-width: 50%;
		position: absolute;
		right: 0;
		bottom: 0;
	  	transform: translateX(0%);
	}
}
@media screen and (max-width: 1100px) {
	.firstpage-text .title {
		font-size: 40px;
	}
	.firstpage-text .text {
		font-size: 14px;
		line-height: 200%;
	}
	.firstpage-footer .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 860px) {
	.firstpage-text {
		max-width: 70%;
		position: absolute;
		right: 0;
		bottom: 15%;
	}
	.firstpage-text .text {
		display: none;
	}
}
@media screen and (max-width: 810px) {
	.firstpage-footer>div:nth-child(even) .text {
		background: var(--color8);
	}
}
@media screen and (max-width: 480px) {
	.firstpage-text {
		width: 100%;
		max-width: 100%;
		position: absolute;
		left: 0;
		bottom: 25%;
		
	}
	.firstpage-text .title {
		font-size: 30px;
		text-align: center;
	}
}