*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

@font-face {
	font-family: "Poppins";
	font-weight: 700;
	src: url("../assets/fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "Poppins";
	font-weight: 500;
	src: url("../assets/fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "French Notez";
	font-weight: 400;
	src: url("../assets/fonts/French-Notez.woff2") format("woff2");
}
@font-face {
	font-family: "TT Hoves";
	font-weight: 700;
	src: url("../assets/fonts/TT Hoves Bold.woff2") format("woff2");
}
@font-face {
	font-family: "TT Hoves";
	font-weight: 600;
	src: url("../assets/fonts/TT Hoves DemiBold.woff2") format("woff2");
}
@font-face {
	font-family: "TT Hoves";
	font-weight: 500;
	src: url("../assets/fonts/TT Hoves Medium.woff2") format("woff2");
}
.header {
	border-radius: 30px;
	background: radial-gradient(circle at 33% 15%, #79e6e0 0%, #3ed1c8 10%, #2ec1b8 20%, #30c1b8 40%, #2abcb3 50%, #3ed1c8 60%, #3ed1c8 70%, #31c4bb 80%, #14bcb2 90%);
	height: auto;
	position: relative;
	margin: 1%;
	margin-bottom: 0;
	overflow: hidden;
	width: 98%;
	padding: 2rem 2rem 0 2rem;

	@media screen and (max-width: 768px) {
		padding: 2rem 1rem 0 1rem;
	}
}
.header::after {
	content: "";
	display: block;
	background-image: url("../assets/svg/paper_border_home_coupe.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: calc(30.2816145833vw + 2px);
	z-index: 3;
}
.header__mascotte {
	position: absolute;
	bottom: 5%;
	left: -17.5%;
	opacity: 0.23;
	z-index: 0;
}
@media screen and (max-width: 1400px) {
	.header__mascotte {
		left: -15%;
	}
}
@media screen and (max-width: 1200px) {
	.header__mascotte {
		left: -12.5%;
		width: 75%;
		height: auto;
	}
}
@media screen and (max-width: 992px) {
	.header__mascotte {
		left: -10%;
	}
}
@media screen and (max-width: 768px) {
	.header__mascotte {
		left: -5%;
	}
}
.header__content {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.header__content img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.header__content img {
		width: 125px;
		height: auto;
	}
}
@media screen and (max-width: 576px) {
	.header__content img {
		width: 100px;
		height: auto;
	}
}
.header__content h1 {
	text-align: center;
	font-size: 5.75rem;
	line-height: 1.05;
	width: 75%;
	margin: 0 auto;
	margin-top: 5rem;
	text-wrap: balance;
}
.header__content h1 span.underline {
	font-weight: 700;
}
@media screen and (max-width: 1200px) {
	.header__content h1 {
		font-size: 4.75rem;
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.header__content h1 {
		margin-top: 2rem;
		font-size: 2.875rem;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.header__content h1 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 576px) {
	.header__content h1 {
		font-size: 1.5rem;
	}
}
.header__content h1 .underline {
	position: relative;
}
.header__content h1 .underline img {
	position: absolute;
	left: 50%;
	bottom: -0.25em;
	transform: translateX(-50%);
	width: 100%;
}
.header__content p {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 700;
	width: 50%;
	margin: 0 auto;
	margin-top: 2.5rem;
	text-wrap: balance;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
	.header__content p {
		margin-top: 2rem;
		font-size: 1.25rem;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.header__content p {
		margin-top: 1rem;
		font-size: 1rem;
	}
}
.header__images {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.header__images .postit_container {
	position: relative;
	width: fit-content;
}
@media screen and (max-width: 1200px) {
	.header__images .postit_container {
		width: 75%;
	}
}
.header__images .postit_container .postit {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header__images .postit_container .polaroid_container {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(70%);
	z-index: 4;
}
.header__images .postit_container .polaroid_container .polaroid {
	display: block;
}
@media screen and (max-width: 1500px) {
	.header__images .postit_container .polaroid_container .polaroid {
		width: 75%;
	}
}
@media screen and (max-width: 992px) {
	.header__images .postit_container .polaroid_container .polaroid {
		width: 50%;
	}
}
.header__images .postit_container .polaroid_container a.button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.75rem 2rem;
}
.header__images a.button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header__fixed {
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 99999;
}

.nav {
	z-index: 999;
	position: relative;
	margin-bottom: 72px;
	padding: 0 2%;
}
@media screen and (max-width: 992px) {
	.nav {
		margin-bottom: 2rem;
	}
}
.nav__header {
	gap: 2rem;
	z-index: 999;
	position: relative;
	margin-top: 1.62rem;
	margin-bottom: 4.62rem;
}
@media screen and (max-width: 992px) {
	.nav__header {
		margin-bottom: 2rem;
	}
}
.nav__header h2 {
	font-size: 3.75rem;
	line-height: 1.1;
	text-wrap: balance;
}
@media screen and (max-width: 1600px) {
	.nav__header h2 {
		font-size: 2.75rem;
	}
}
@media screen and (max-width: 1400px) {
	.nav__header h2 {
		width: 75%;
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 992px) {
	.nav__header h2 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 768px) {
	.nav__header h2 {
		font-size: 1.25rem;
	}
}
.nav__header a.button {
	border: 1px solid #05ada3;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (max-width: 768px) {
	.nav__header a.button {
		padding: 0.75rem 1.5rem;
	}
}
.nav__header a.button:hover {
	background-color: transparent;
	color: #05ada3;
	transition: ease-in-out 0.3s;
}
.nav__content {
	display: flex;
	gap: 0.9rem;
	flex-wrap: wrap;
	justify-content: center;
}
.nav__content .item {
	display: flex;
	border-radius: 14px;
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.08);
	position: relative;
	max-width: 350px;
	height: fit-content;
}
.nav__content .item:nth-child(1) {
	margin-top: 96px;
}
@media screen and (max-width: 992px) {
	.nav__content .item:nth-child(1) {
		margin-top: 0;
	}
}
.nav__content .item:nth-child(3),
.nav__content .item:nth-child(5) {
	margin-top: 61px;
}
@media screen and (max-width: 992px) {
	.nav__content .item:nth-child(3),
	.nav__content .item:nth-child(5) {
		margin-top: 0;
	}
}
.nav__content .item__content {
	padding: 3.75rem 4.5rem 1rem 4.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav__content .item__content h3 {
	color: #005c73;
	font-size: 1.65rem;
	margin-bottom: 1.75rem;
	text-align: center;
	line-height: 1.2;
	position: relative;
	text-wrap: balance;
}
@media screen and (max-width: 992px) {
	.nav__content .item__content h3 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 768px) {
	.nav__content .item__content h3 {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 576px) {
	.nav__content .item__content h3 {
		font-size: 1rem;
	}
}
.nav__content .item__content h3::after {
	content: url("../assets/svg/highlight.svg");
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -999;
}
.nav__content .item__content p {
	color: #005c73;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	text-wrap: balance;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
}
@media screen and (max-width: 992px) {
	.nav__content .item__content p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.nav__content .item__content p {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 576px) {
	.nav__content .item__content p {
		font-size: 0.8rem;
	}
}
.nav__content .item__content a {
	color: #005c73;
	font-family: "TT Hoves", sans-serif;
	font-weight: 500;
}
.nav__content .item__content a.link {
	font-size: 1.1rem;
	margin-bottom: 2.68rem;
}
@media screen and (max-width: 992px) {
	.nav__content .item__content a.link {
		font-size: 1rem;
	}
}
.nav__content .item__content a.arrow {
	width: 38px;
	height: 38px;
	background-color: #dbfffd;
	border: 1px solid #dbfffd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.nav__content .item__content a.arrow:hover {
	background-color: transparent;
	color: #dbfffd;
	border: 1px solid #005c73;
	transition: ease-in-out 0.3s;
}

a.button {
	border-radius: 24px;
	padding: 1.5rem 2rem;
	text-decoration: none;
	font-weight: 700;
	z-index: 999;
	display: block;
	width: fit-content;
}
@media screen and (max-width: 992px) {
	a.button {
		font-size: 0.9rem;
		padding: 1rem 1.5rem;
	}
}

.block {
	display: flex;
	padding: 0 5%;
	background-color: rgba(219, 255, 253, 0.19);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 105px;
}
@media screen and (max-width: 992px) {
	.block {
		flex-direction: column-reverse;
		text-align: center;
		gap: 52.5px;
	}
}
@media screen and (max-width: 768px) {
	.block {
		gap: 2rem;
		margin: 2rem 0;
	}
}
.block__image {
	flex: 1;
}
.block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block__content {
	flex: 1;
}
.block__content span {
	color: #05ada3;
	display: block;
	margin-bottom: 1.75rem;
	text-transform: uppercase;
	font-size: 1.68rem;
	font-weight: 700;
}
.block__content span.highlight {
	background-color: #05ada3;
	color: #dbfffd;
	display: inline;
}
@media screen and (max-width: 1200px) {
	.block__content span {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 992px) {
	.block__content span {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 768px) {
	.block__content span {
		margin-bottom: 1rem;
	}
}
.block__content h2 {
	color: #005c73;
	margin-bottom: 1.37rem;
	text-wrap: balance;
}
@media screen and (max-width: 1200px) {
	.block__content h2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 992px) {
	.block__content h2 {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.block__content h2 {
		font-size: 1.75rem;
	}
}
.block__content p {
	color: #005c73;
	font-size: 1.56rem;
	margin-bottom: 2.31rem;
	text-wrap: balance;
	width: 75%;
}
@media screen and (max-width: 1200px) {
	.block__content p {
		font-size: 1.25rem;
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.block__content p {
		margin: 0 auto;
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.block__content p {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 576px) {
	.block__content p {
		font-size: 0.8rem;
	}
}
.block__content a.button {
	padding: 1.5rem 1rem;
	border: 1px solid #05ada3;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.block__content a.button:hover {
	background-color: transparent;
	color: #05ada3;
	transition: ease-in-out 0.3s;
}
@media screen and (max-width: 992px) {
	.block__content a.button {
		margin: 0 auto;
		margin-top: 1.25rem;
		padding: 0.75rem 1.5rem;
	}
}

.reassurance {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.18rem 15.9rem;
	margin-top: 1.56rem;
	padding: 0 5%;
}
@media screen and (max-width: 992px) {
	.reassurance {
		margin: 2rem 0;
	}
}
@media screen and (max-width: 992px) {
	.reassurance {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
		justify-items: center;
		margin-top: 1.25rem;
	}
}
.reassurance__item {
	height: fit-content;
	display: flex;
	flex-direction: column;
}
.reassurance__item:nth-child(odd) {
	align-items: flex-end;
}
.reassurance__item:nth-child(2) {
	margin-top: 153px;
}
@media screen and (max-width: 992px) {
	.reassurance__item:nth-child(2) {
		margin-top: 0;
	}
}
.reassurance__item:nth-child(4) {
	margin-top: 26px;
}
@media screen and (max-width: 992px) {
	.reassurance__item:nth-child(4) {
		margin-top: 0;
	}
}
.reassurance__item:nth-child(4) img {
	position: relative;
	top: 2.5rem;
	z-index: 999;
	right: 2rem;
	width: 125%;
	height: auto;
	object-fit: contain;
}
@media screen and (max-width: 992px) {
	.reassurance__item:nth-child(4) img {
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.reassurance__item:nth-child(4) img {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 576px) {
	.reassurance__item:nth-child(4) img {
		margin-bottom: 1.5rem;
	}
}
.reassurance__item__content {
	max-width: 500px;
}
@media screen and (max-width: 768px) {
	.reassurance__item__content {
		width: 75%;
		margin: 0 auto;
	}
}
.reassurance__item__content img {
	margin-bottom: 2.62rem;
	display: block;
}
@media screen and (max-width: 992px) {
	.reassurance__item__content img {
		margin: 0 auto 1.25rem;
		height: 48px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.reassurance__item__content img {
		height: 32px;
	}
}
.reassurance__item__content h3 {
	color: #005c73;
	font-size: 2.18rem;
	font-weight: 700;
	margin-bottom: 1.37rem;
	text-wrap: balance;
	line-height: 1.2;
}
@media screen and (max-width: 1200px) {
	.reassurance__item__content h3 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 992px) {
	.reassurance__item__content h3 {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.reassurance__item__content h3 {
		font-size: 1.25rem;
	}
}
.reassurance__item__content h2 {
	font-size: 3.75rem;
	line-height: 1.05;
}
@media screen and (max-width: 1200px) {
	.reassurance__item__content h2 {
		font-size: 2.75rem;
	}
}
@media screen and (max-width: 992px) {
	.reassurance__item__content h2 {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 768px) {
	.reassurance__item__content h2 {
		font-size: 1.75rem;
	}
}
.reassurance__item__content p {
	color: #005c73;
	font-size: 1.18rem;
	text-wrap: balance;
}
@media screen and (max-width: 1200px) {
	.reassurance__item__content p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 992px) {
	.reassurance__item__content p {
		font-size: 0.9rem;
	}
}

.bento {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 3fr 2fr;
	padding: 6rem 24px 0;
	margin-top: -6rem;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 992px) {
	.bento {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.bento {
		padding: 0 5%;
	}
}
.bento__missions {
	border-radius: 30px;
	background-image: url("../assets/jpg/frigo_benevolium-1800.jpg");
	background-size: cover;
	padding: 9rem 11rem;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.bento__missions {
		background-image: url("../assets/jpg/frigo_benevolium-1200.jpg");
	}
}
@media screen and (max-width: 768px) {
	.bento__missions {
		background-image: url("../assets/jpg/frigo_benevolium-768.jpg");
	}
}
@media screen and (max-width: 992px) {
	.bento__missions {
		padding: 4.5rem 5.5rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__missions {
		padding: 2.25rem 2.75rem;
	}
}
.bento__missions h3 {
	font-size: 1.68rem;
	margin-bottom: 1.75rem;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.bento__missions h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 576px) {
	.bento__missions h3 {
		font-size: 1.25rem;
	}
}
.bento__missions p {
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2.25rem;
	text-wrap: balance;
	position: relative;
}
@media screen and (max-width: 1400px) {
	.bento__missions p {
		font-size: 2.75rem;
	}
}
@media screen and (max-width: 1200px) {
	.bento__missions p {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 992px) {
	.bento__missions p {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__missions p {
		font-size: 1rem;
	}
}
.bento__missions p strong {
	font-weight: 700;
}
.bento__missions p span.circled {
	position: relative;
	display: inline-block;
}
.bento__missions p span.circled::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.37em;
	height: 1.53em;
	background: url("../assets/svg/circled.svg") no-repeat center/100% 100%;
	z-index: 1;
	pointer-events: none;
}
.bento__missions p span.circled {
	z-index: 0; /* optionnel, mais propre */
}
.bento__missions ul {
	display: flex;
	flex-direction: column;
	font-family: "French Notez", sans-serif;
	gap: 0.5rem;
	list-style: none;
}
.bento__missions ul li {
	font-size: 1.56rem;
	text-wrap: balance;
}
@media screen and (max-width: 1200px) {
	.bento__missions ul li {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 992px) {
	.bento__missions ul li {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__missions ul li {
		font-size: 0.9rem;
	}
}
.bento__form {
	background: radial-gradient(circle at bottom left, #79e6e0 0%, #3ed1c8 10%, #2ec1b8 20%, #30c1b8 40%, #2abcb3 50%, #3ed1c8 60%, #3ed1c8 70%, #31c4bb 80%, #14bcb2 90%);
	border-radius: 30px;
	padding: 4.0625rem 5.625rem;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.bento__form {
		padding: 3rem;
	}
}
@media screen and (max-width: 992px) {
	.bento__form {
		padding: 2.0625rem 2.8125rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__form {
		padding: 2rem;
	}
}
.bento__form h3 {
	font-size: 2.18rem;
	margin-bottom: 0.75rem;
	line-height: 1.1;
}
@media screen and (max-width: 1200px) {
	.bento__form h3 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__form h3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 576px) {
	.bento__form h3 {
		font-size: 1.25rem;
	}
}
.bento__form p {
	font-size: 1.25rem;
	font-weight: 700;
	text-wrap: balance;
}
@media screen and (max-width: 1200px) {
	.bento__form p {
		line-height: 1.2;
		font-size: 1rem;
	}
}
@media screen and (max-width: 992px) {
	.bento__form p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.bento__form p {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 576px) {
	.bento__form p {
		font-size: 0.8rem;
	}
}
.bento__form a.button {
	border: 1px solid #dbfffd;
}
.bento__form a.button:hover {
	background-color: transparent;
	color: #ffffff;
	transition: ease-in-out 0.3s;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1rem;
}
.form__group {
	display: flex;
	gap: 1rem;
}
.form__group .input-wrapper {
	position: relative;
	flex: 0 1 calc(50% - 0.5rem);
}
.form__group .input-wrapper:only-child {
	flex: 0 1 calc(50% - 0.5rem);
}
.form__group .input-wrapper > img {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	width: 1.5rem;
	height: 1.5rem;
}
.form__group .input-wrapper input {
	width: 100%;
	color: #ffffff;
	background-color: transparent;
	border-radius: 19px;
	border: 1px solid #ffffff;
	padding: 19px 1rem 19px 60px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.form__group .input-wrapper input {
		padding: 12px 12px 12px 50px;
	}
}
.form__group .input-wrapper input::placeholder {
	color: #dbfffd;
	opacity: 0.57;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.form textarea {
	width: 100%;
	color: #ffffff;
	background-color: transparent;
	border-radius: 19px;
	border: 1px solid #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding: 19px 1rem;
	height: 215px;
}
.form textarea::placeholder {
	color: #dbfffd;
}
.form button {
	padding: 24px 43px;
	margin-top: 44px;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
	border: none;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	width: fit-content;
	border-radius: 20px;
	cursor: pointer;
	border: 1px solid transparent;
}
.form button:hover {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}
@media screen and (max-width: 992px) {
	.form button {
		padding: 16px 35px;
		margin-top: 32px;
	}
}
@media screen and (max-width: 768px) {
	.form button {
		margin-top: 1rem;
		padding: 0.75rem 1.5rem;
	}
}
.form p.form-notice {
	margin-top: 1rem;
	font-size: 0.9rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.values {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 95px;
	width: 100%;
	position: relative;
	overflow: visible;
	padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.values {
		gap: 1rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.values .values__trace {
	position: absolute;
	top: 242px;
	left: 60%;
	transform: translateX(-50%);
	height: auto;
}
@media screen and (min-width: 1920px) {
	.values .values__trace {
		width: 80vw;
	}
}
@media screen and (max-width: 1400px) {
	.values .values__trace {
		top: 200px;
		width: 60vw;
	}
}
@media screen and (max-width: 992px) {
	.values .values__trace {
		display: none;
	}
}
.values #polaroid_1 {
	position: absolute;
	top: -2.5rem;
	left: -8.5rem;
	z-index: 999;
	overflow: visible;
}
@media screen and (max-width: 1400px) {
	.values #polaroid_1 {
		top: -1.5rem;
		left: -6rem;
		width: 40%;
	}
}
@media screen and (max-width: 1200px) {
	.values #polaroid_1 {
		top: -1rem;
		left: -6rem;
	}
}
@media screen and (max-width: 992px) {
	.values #polaroid_1 {
		top: -0.5rem;
		left: -2rem;
	}
}
@media screen and (max-width: 768px) {
	.values #polaroid_1 {
		display: none;
	}
}
@media screen and (max-width: 576px) {
	.values #polaroid_1 {
		display: none;
	}
}
.values #polaroid_2 {
	position: absolute;
	bottom: 24.25rem;
	right: -6rem;
}
@media screen and (max-width: 1920px) {
	.values #polaroid_2 {
		bottom: 40rem;
		right: -12rem;
	}
}
@media screen and (max-width: 1600px) {
	.values #polaroid_2 {
		bottom: 40rem;
		right: -12rem;
	}
}
@media screen and (max-width: 1400px) {
	.values #polaroid_2 {
		bottom: 70rem;
		right: -10rem;
		width: 40%;
		height: auto;
	}
}
@media screen and (max-width: 1200px) {
	.values #polaroid_2 {
		bottom: 75rem;
		right: -7.5rem;
	}
}
@media screen and (max-width: 1100px) {
	.values #polaroid_2 {
		bottom: 75rem;
		right: -5rem;
	}
}
@media screen and (max-width: 992px) {
	.values #polaroid_2 {
		bottom: 40rem;
		right: -6rem;
	}
}
@media screen and (max-width: 768px) {
	.values #polaroid_2 {
		display: none;
	}
}
@media screen and (max-width: 576px) {
	.values #polaroid_2 {
		display: none;
	}
}
.values__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	position: relative;
	margin-top: 45rem;
}
@media screen and (max-width: 1400px) {
	.values__header {
		width: 50%;
		margin-top: 35rem;
	}
}
@media screen and (max-width: 768px) {
	.values__header {
		width: 75%;
		margin-top: 0;
	}
}
.values__header h2 {
	font-size: 27px;
	margin-bottom: 1.75rem;
	text-align: center;
	text-wrap: none;
}
@media screen and (max-width: 768px) {
	.values__header h2 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}
.values__header span:not(.highlight) {
	display: block;
	font-size: 3.75rem;
	margin-bottom: 1.75rem;
	text-align: center;
	text-wrap: balance;
	line-height: 1.1;
}
@media screen and (max-width: 768px) {
	.values__header span:not(.highlight) {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}
.values__header p {
	font-size: 23px;
	text-align: center;
	text-wrap: balance;
}
@media screen and (max-width: 992px) {
	.values__header p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.values__header p {
		font-size: 0.9rem;
	}
}
.values__content {
	margin-top: 95px;
}
@media screen and (max-width: 768px) {
	.values__content {
		padding: 0 2rem;
	}
}
.values__content span {
	display: block;
	font-size: 20px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 78px;
	text-wrap: balance;
}
@media screen and (max-width: 768px) {
	.values__content span {
		font-size: 1rem;
		width: 75%;
		margin-bottom: 2rem;
	}
}
.values__content ul {
	align-items: center;
	display: grid;
	justify-content: center;
	gap: 100px;
	margin-bottom: 63px;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
	.values__content ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}
.values__content ul li {
	gap: 30px;
	position: relative;
}
.values__content ul li::after {
	content: url("../assets/svg/highlight_values.svg");
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	z-index: -999;
}
.values__content ul li h3 {
	text-align: center;
	text-wrap: balance;
}
.values__content a.button {
	margin: 0 auto;
	padding: 24px 42px;
	border: 2px solid #05ada3;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.values__content a.button:hover {
	background-color: transparent;
	color: #05ada3;
	transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
	.values__content a.button {
		padding: 0.75rem 1.5rem;
	}
}

.motivation {
	background: radial-gradient(ellipse at 25% 15%, #79e6e0 0%, #3ed1c8 10%, #2ec1b8 20%, #30c1b8 40%, #2abcb3 50%, #3ed1c8 60%, #3ed1c8 70%, #31c4bb 80%, #14bcb2 90%);
	text-align: center;
	padding-top: 299px;
	padding-bottom: 600px;
	position: relative;
}
@media screen and (max-width: 992px) {
	.motivation {
		padding-top: 149.5px;
		padding-bottom: 300px;
	}
}
@media screen and (max-width: 768px) {
	.motivation {
		padding-top: 74.75px;
		padding-bottom: 150px;
	}
}
.motivation::after {
	content: "";
	display: block;
	background-image: url("../assets/svg/paper_border_alternative.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: calc(30.2816145833vw + 2px);
	z-index: 2;
}
.motivation__header {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.motivation__header {
		width: 75%;
		margin-bottom: 2rem;
	}
}
.motivation__header h2 {
	font-size: 27px;
	margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
	.motivation__header h2 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}
.motivation__header span:not(.highlight) {
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 45px;
	display: block;
	text-wrap: balance;
}
@media screen and (max-width: 992px) {
	.motivation__header span:not(.highlight) {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.motivation__header span:not(.highlight) {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}
.motivation__header p {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	text-wrap: balance;
}
@media screen and (max-width: 992px) {
	.motivation__header p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.motivation__header p {
		font-size: 0.9rem;
	}
}
.motivation__header p strong {
	font-weight: 700;
}
.motivation__content {
	padding: 0 10%;
}
.motivation__content ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.motivation__content ul {
		flex-direction: column;
		gap: 2rem;
	}
}
.motivation__content ul li {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}
.motivation__content ul li:nth-child(1) {
	top: 55px;
}
@media screen and (max-width: 992px) {
	.motivation__content ul li:nth-child(1) {
		top: 0;
	}
}
.motivation__content ul li:nth-child(2) .image::after {
	content: url("../assets/svg/light.svg");
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(45%, -20%);
	z-index: 999;
}
.motivation__content ul li:nth-child(3) {
	top: 34px;
}
@media screen and (max-width: 992px) {
	.motivation__content ul li:nth-child(3) {
		top: 0;
	}
}
.motivation__content ul li:nth-child(3) .image::after {
	content: url("../assets/svg/arrow_top_right.svg");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(10%, -70%);
	z-index: 999;
}
.motivation__content ul li .image {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.motivation__content ul li .image {
		width: 75%;
		min-width: 200px;
	}
}
.motivation__content ul li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.motivation__content ul li p {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.motivation__content ul li p {
		width: 75%;
		font-size: 0.9rem;
	}
}

.testimony {
	padding: 0 5%;
}
.testimony__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media screen and (max-width: 768px) {
	.testimony__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}
}
.testimony__header .title {
	flex: 1;
}
.testimony__header .title h2 {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
	.testimony__header .title h2 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}
.testimony__header .title span {
	font-size: 60px;
	margin-bottom: 22px;
	line-height: 1;
	text-wrap: balance;
	display: block;
}
@media screen and (max-width: 768px) {
	.testimony__header .title span {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}
.testimony__header .title p {
	font-size: 25px;
	text-wrap: balance;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.testimony__header .title p {
		font-size: 1rem;
	}
}
.testimony__header .button {
	flex: 1;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.testimony__header .button {
		margin-left: 0;
	}
}
.testimony__header .button a.button {
	padding: 24px 36px;
	border-radius: 20px;
	border: 1px solid #05ada3;
	text-wrap: nowrap;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media screen and (max-width: 768px) {
	.testimony__header .button a.button {
		padding: 0.75rem 1.5rem;
	}
}
.testimony__header .button a.button:hover {
	background-color: transparent;
	color: #05ada3;
	transition: ease-in-out 0.3s;
}
.testimony__content .cards {
	display: grid;
	gap: 1.5rem;
	margin-top: 53px;
	margin-bottom: 184px;
	list-style: none;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
	.testimony__content .cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.testimony__content .cards {
		gap: 1rem;
		margin-top: 2rem;
		margin-bottom: 4rem;
		grid-template-columns: 1fr;
	}
}
.testimony__content .cards .card {
	flex: 0 1 522px;
	overflow: hidden;
	border-radius: 30px;
}
.testimony__content .cards .card:nth-child(1) .card__image img {
	object-position: 50% 40%;
}
.testimony__content .cards .card:nth-child(2) .card__image img {
	object-position: 50% 55%;
}
.testimony__content .cards .card:nth-child(3) .card__image img {
	object-position: 50% 25%;
}
.testimony__content .cards .card:nth-child(4) .card__image img {
	object-position: 50% 40%;
}
.testimony__content .cards .card:nth-child(5) .card__image img {
	object-position: 50% 40%;
}
.testimony__content .cards .card__image {
	height: 415px;
}
.testimony__content .cards .card__image:hover img {
	transform: scale(1.02);
	transition: transform 0.9s ease-in-out;
}
.testimony__content .cards .card__image img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}
.testimony__content .cards .card__content {
	height: calc(100% - 415px + 45px);
	padding: 55px 58px 64px 43px;
	position: relative;
	border-radius: 30px;
	margin-top: -45px;
}
.testimony__content .cards .card__content::before {
	content: url("../assets/svg/quote.svg");
	position: absolute;
	top: 0;
	left: 28px;
	transform: translateY(-50%);
}
.testimony__content .cards .card__content p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	text-wrap: balance;
}
@media screen and (max-width: 768px) {
	.testimony__content .cards .card__content p {
		font-size: 1.5rem;
	}
}
.testimony__content .cards .card__content span {
	margin-top: 2.25rem;
	display: block;
	font-size: 20px;
	text-wrap: balance;
}
@media screen and (max-width: 768px) {
	.testimony__content .cards .card__content span {
		font-size: 0.9rem;
	}
}
.testimony__content .cards .card__content span::before {
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 1rem;
}

.footer {
	padding: 0 5%;
	padding-top: 61px;
	padding-bottom: 68px;
	position: relative;
}
.footer a.arrow_down {
	position: absolute;
	right: 56px;
	top: 0;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background-color: #dbfffd;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.footer a.arrow_down {
		width: 48px;
		height: 48px;
	}
}
.footer a.arrow_down img {
	transform: rotate(180deg);
	width: 36px;
	height: 32px;
}
@media screen and (max-width: 768px) {
	.footer a.arrow_down img {
		width: auto;
		height: 20px;
	}
}
.footer__contact {
	align-items: center;
	display: flex;
	gap: 51px;
}
@media screen and (max-width: 992px) {
	.footer__contact {
		gap: 2rem;
	}
}
@media screen and (max-width: 576px) {
	.footer__contact {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}
.footer__contact a.button {
	padding: 13px 24px;
	text-wrap: nowrap;
	border: 1px solid #dbfffd;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.footer__contact a.button:hover {
	background-color: transparent;
	color: #ffffff;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.footer__navigation {
	display: flex;
	margin-top: 70px;
	gap: 75px;
	flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
	.footer__navigation {
		gap: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.footer__navigation {
		flex-direction: column;
	}
}
@media screen and (max-width: 992px) {
	.footer__navigation {
		margin-top: 2rem;
	}
}
.footer__navigation ul {
	align-items: center;
	display: flex;
	gap: 63px;
}
@media screen and (max-width: 768px) {
	.footer__navigation ul {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}
}
.footer__navigation ul li {
	list-style: none;
}
.footer__navigation ul li a {
	color: white;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.1;
}
.footer__navigation ul li a:hover {
	text-decoration: underline;
	transition: text-decoration 0.3s ease;
}
@media screen and (max-width: 768px) {
	.footer__navigation ul li a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 576px) {
	.footer__navigation ul li a {
		font-size: 0.9rem;
	}
}
.footer__navigation .buttons {
	display: flex;
	flex: 1;
	gap: 1rem;
	align-items: center;
	text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
	.footer__navigation .buttons {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
.footer__navigation .buttons a:nth-child(1) {
	background-color: transparent;
	color: white;
	border: 1px solid white;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.footer__navigation .buttons a:nth-child(1):hover {
	background-color: white;
	color: #05ada3;
}
.footer__navigation .buttons a:nth-child(2) {
	border: 1px solid #dbfffd;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.footer__navigation .buttons a:nth-child(2):hover {
	background-color: transparent;
	color: #ffffff;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.footer__agency {
	color: white;
	text-align: center;
	margin-top: 132px;
}
@media screen and (max-width: 768px) {
	.footer__agency p {
		font-size: 0.9rem;
	}
}
.footer__agency a {
	color: white;
	text-decoration: none;
}
.footer__agency a:hover {
	text-decoration: underline;
	transition: text-decoration 0.3s ease;
}
.footer__agency a:hover {
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h2 {
	font-size: 3.75rem;
	line-height: 1.05;
}
@media screen and (max-width: 992px) {
	h2 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 576px) {
	h2 {
		font-size: 0.8rem;
	}
}

p,
span {
	font-family: "Poppins", sans-serif;
}
p strong,
span strong {
	font-weight: 700;
}

a.button {
	font-family: "Poppins", sans-serif;
}

.color-primary {
	color: #05ada3;
}

.color-secondary {
	color: #dbfffd;
}

.color-tertiary {
	color: #005c73;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.bg-primary {
	background-color: #05ada3;
}

.bg-secondary {
	background-color: #dbfffd;
}

.bg-tertiary {
	background-color: #005c73;
}

.bg-white {
	background-color: #ffffff;
}

.font-primary {
	font-family: "Poppins", sans-serif;
}

.font-secondary {
	font-family: "French Notez", sans-serif;
}

.font-tertiary {
	font-family: "TT Hoves", sans-serif;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.w-half {
	width: 50%;
}

.mx-auto {
	margin: 0 auto;
}

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.highlight {
	border-radius: 96px;
	padding: 0 0.5rem;
}

/*# sourceMappingURL=style.css.map */
