/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* Variables */
:root {
	/* COLORS */
	--brand-color: #5b3593;
	--color-yellow1: #f7cf4d;
	--color-yellow2: #e0bc48;
	--color-bluelight: #e4ecff;
	--black: #000000;
	--white: #ffffff;

	/* SIZE */
	--marginLR: 15rem;
	--marginLR-tablet: 4rem;
}
/* END */
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* general and basic rules */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.4s;
	position: relative;
}

html {
	width: 100%;
	font-size: 10px;
}
img {
	width: 100%;
}

body {
	padding: 0;
}
p {
	color: var(--black);
}
/* EMD */
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* POP UP */
.QP-landind__others {
}
.QP-landing__container-popUp-form {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}
.QP-landing__container-popUp-form.is-show {
	display: flex;
}
.QP-landing__popUp {
	padding: 4rem;
}
.QP-landing__popUp-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.QP-landing__popUp {
	background-color: var(--white);
}
.QP-landing__popUp-close {
	width: 3rem;
	height: 3rem;
	/* transform: rotate(45deg); */
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.QP-landing__popUp-close img {
	width: 100%;
	height: 100%;
}
.QP-landing__popUp-title {
	color: var(--brand-color);
	font-size: 2.8rem;
	font-weight: 800;
	margin: 0 0 1rem 0;
}
.QP-landing__popUp-subTitle {
	color: var(--black);
	font-size: 1.8rem;
	margin: 0 0 2.5rem 0;
	font-weight: 500;
}
.QP-landing__popUp-mediaTxt {
	color: var(--black);
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 3rem 0;
}
.QP-landing__popUp-mediaLink {
	color: var(--brand-color);
	font-size: 1.8rem;
	font-weight: 600;
	margin: 2.5rem 0 0 0;
}
.QP-landing__popUp-mediaLink a {
	color: var(--brand-color);
	
}
.QP-landing__popUp-socialM-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.QP-landing__popUp-socialM {
	width: 4.8rem;
	height: 4.8rem;
	margin: 0 1rem 0 0;
}
.QP-landing__popUp-socialM:last-of-type {
	margin: 0;
}

/* EMD */
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* content rules */

.QP-landing__stripe {
	display: flex;
	width: 100%;
	height: 12rem;
	background-color: var(--brand-color);
	color: var(--white);
	padding: 0 var(--marginLR);
}
.QP-landing__stripe p {
	color: var(--white);
}
.QP-landing__section {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--color-yellow1);
	padding: 0 var(--marginLR);
}
/* EMD */
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* header | mid stripe | footer */
#header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: initial;
	width: 100%;
	height: 7rem;
}
.QP-landing__stripe.contact {
	/* justify-content: center; */
	align-items: center;
	color: var(--white);
}
.QP-landing__stripe.contact .QP-landing__txt {
	font-size: 4.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
#footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12.5rem var(--marginLR);
}
#footer .QP-landing__logo {
	height: 3.3rem;
}
/* END */
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++++++++++++++++ */
/* START */
/* Content */
.QP-landing__logo {
	width: 30rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.QP-landing__section:nth-of-type(1),
.QP-landing__section:nth-of-type(2) {
	padding: 0;
}
.QP-landing__section--1 {
	background-color: var(--color-yellow1);
}

.QP-landing__title {
	margin: 2rem 0 0 0;
}
.QP-landing__photo-title {
	width: 100%;
}

.QP-landing__subTitle {
	position: absolute;
	bottom: 3rem;
	z-index: 11;

	text-align: center;
	font-size: 8rem;
}

.QP-landing__photo-large {
	width: 100%;
}
.QP-landing__photo-large img {
	width: 100%;
}

.QP-landing__articles {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.QP-landing__article {
	width: 30%;
	padding: 4rem 0;
	font-size: 2.2rem;
	flex-direction: row;
}
.QP-landing__art-title {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 2rem 0;
}
.QP-landing__art-txt {
	font-weight: 200;
}

.QP-landing__form {
	/* margin: 9rem 0; */
}

.QP-landing__info {
	font-size: 2.8rem;
}
.QP-landing__brand {
	opacity: 0.7;
	margin: 0 0 2rem 0;
}
.QP-landing__info .QP-landing__txt {
	font-size: 2.8rem;
}

/* END */
/* ----------------------------------------- */
