@font-face {
	font-family: "Fira Sans";
	src: url("../fonts/FiraSans-Regular.eot");
	src: url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FiraSans-Regular.woff2") format("woff2"),
		url("../fonts/FiraSans-Regular.woff") format("woff"),
		url("../fonts/FiraSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Fira Sans";
	src: url("../fonts/FiraSans-SemiBold.eot");
	src: url("../fonts/FiraSans-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FiraSans-SemiBold.woff2") format("woff2"),
		url("../fonts/FiraSans-SemiBold.woff") format("woff"),
		url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Fira Sans";
	src: url("../fonts/FiraSans-Bold.eot");
	src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FiraSans-Bold.woff2") format("woff2"),
		url("../fonts/FiraSans-Bold.woff") format("woff"),
		url("../fonts/FiraSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Fira Sans";
	src: url("../fonts/FiraSans-Black.eot");
	src: url("../fonts/FiraSans-Black.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FiraSans-Black.woff2") format("woff2"),
		url("../fonts/FiraSans-Black.woff") format("woff"),
		url("../fonts/FiraSans-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

/* Text variations
-------------------------------------------------------------------------------------------------------------------------- */
.main-title {
	font-size: 4.4rem;
	line-height: 5.6rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
}

.big-title {
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	text-align: center;
}

.regular-title {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
}

.small-title {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 600;
}

.text-base {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
}

.text-base-bold {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
}

.mobile-text-regular {
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-weight: 400;
}

.text-regular {
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
}

.secondary-text {
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: 400;
}

.small-text {
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 400;
}

/* ==================================================
    MEDIA QUERIES
======================================================*/
@media screen and (max-width: 76.7rem) {
	.big-title {
		font-size: 2.4rem;
		line-height: 3.2rem;
		text-align: left;
	}
}

/* Mixins
-------------------------------------------------------------------------------------------------------------------------- */
/* Media query mixins
-------------------------------------------------------------------------------------------------------------------------- */
/*
|--------------------------------------------------------------------------
| Media query mixins
|--------------------------------------------------------------------------
*/
/* Typo utilities
-------------------------------------------------------------------------------------------------------------------------- */
/* Colors
---------------------------------------------------*/
.u-color-green {
	color: rgba(21, 111, 113, 1);
}

.u-color-light-green {
	color: rgb(92, 216, 157);
}

.u-color-purple {
	color: rgb(191, 140, 255);
}

.u-color-dark-blue {
	color: rgb(16, 37, 68);
}

.u-color-shadow-blue {
	color: rgb(29, 39, 130);
}

.u-color-antracit-blue {
	color: rgb(34, 82, 117);
}

.u-color-blue {
	color: rgb(21, 100, 218);
}

.u-color-light-blue {
	color: rgb(177, 226, 253);
}

.u-color-white {
	color: rgb(255, 255, 255);
}

.u-color-strong-grey {
	color: rgb(92, 113, 124);
}

.u-color-mid-grey {
	color: rgb(133, 160, 174);
}

.u-color-light-grey {
	color: rgb(199, 218, 228);
}

.u-color-very-light-grey {
	color: rgb(237, 244, 248);
}

.u-color-red {
	color: rgb(255, 107, 107);
}

/* Background colors
---------------------------------------------------*/
.u-background-green {
	background-color: rgba(21, 111, 113, 1);
}

.u-background-purple {
	background-color: rgb(191, 140, 255);
}

.u-background-light-blue {
	background-color: rgb(177, 226, 253);
}

.u-background-blue {
	background-color: rgb(21, 100, 218);
}

.u-background-mid-blue {
	background-color: rgb(34, 82, 117);
}

.u-background-dark-blue {
	background-color: rgb(16, 37, 68);
}

.u-background-very-light-grey {
	background-color: rgb(237, 244, 248);
}

.u-background-light-grey {
	background-color: rgb(199, 218, 228);
}

.u-background-mid-grey {
	background-color: rgb(133, 160, 174);
}

.u-background-strong-grey {
	background-color: rgb(92, 113, 124);
}

.u-background-white {
	background-color: rgb(255, 255, 255);
}

.u-background-red {
	background-color: rgb(255, 107, 107);
}

/* Font weight
---------------------------------------------------*/
.u-font-weight-regular {
	font-weight: 400;
}

.u-font-weight-semi-bold {
	font-weight: 600;
}

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

.u-font-weight-extra-bold {
	font-weight: 900;
}

/* Text aligns
---------------------------------------------------*/
.u-text-align-left {
	text-align: left;
}

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

.u-text-align-right {
	text-align: right;
}

.u-text-align-justify {
	text-align: justify;
}

/* Display
---------------------------------------------------*/
.u-display-none {
	display: none;
}

/* Text shadow
---------------------------------------------------*/
/* Space modifiers
--------------------------------------------------- */
.u-padding-0 {
	padding: 0rem;
}

.u-padding-top-0 {
	padding-top: 0rem;
}

.u-padding-right-0 {
	padding-right: 0rem;
}

.u-padding-bottom-0 {
	padding-bottom: 0rem;
}

.u-padding-left-0 {
	padding-left: 0rem;
}

.u-margin-0 {
	margin: 0rem;
}

.u-margin-top-0 {
	margin-top: 0rem;
}

.u-margin-right-0 {
	margin-right: 0rem;
}

.u-margin-bottom-0 {
	margin-bottom: 0rem;
}

.u-margin-left-0 {
	margin-left: 0rem;
}

.u-padding-1 {
	padding: 0.1rem;
}

.u-padding-top-1 {
	padding-top: 0.1rem;
}

.u-padding-right-1 {
	padding-right: 0.1rem;
}

.u-padding-bottom-1 {
	padding-bottom: 0.1rem;
}

.u-padding-left-1 {
	padding-left: 0.1rem;
}

.u-margin-1 {
	margin: 0.1rem;
}

.u-margin-top-1 {
	margin-top: 0.1rem;
}

.u-margin-right-1 {
	margin-right: 0.1rem;
}

.u-margin-bottom-1 {
	margin-bottom: 0.1rem;
}

.u-margin-left-1 {
	margin-left: 0.1rem;
}

.u-padding-2 {
	padding: 0.2rem;
}

.u-padding-top-2 {
	padding-top: 0.2rem;
}

.u-padding-right-2 {
	padding-right: 0.2rem;
}

.u-padding-bottom-2 {
	padding-bottom: 0.2rem;
}

.u-padding-left-2 {
	padding-left: 0.2rem;
}

.u-margin-2 {
	margin: 0.2rem;
}

.u-margin-top-2 {
	margin-top: 0.2rem;
}

.u-margin-right-2 {
	margin-right: 0.2rem;
}

.u-margin-bottom-2 {
	margin-bottom: 0.2rem;
}

.u-margin-left-2 {
	margin-left: 0.2rem;
}

.u-padding-3 {
	padding: 0.3rem;
}

.u-padding-top-3 {
	padding-top: 0.3rem;
}

.u-padding-right-3 {
	padding-right: 0.3rem;
}

.u-padding-bottom-3 {
	padding-bottom: 0.3rem;
}

.u-padding-left-3 {
	padding-left: 0.3rem;
}

.u-margin-3 {
	margin: 0.3rem;
}

.u-margin-top-3 {
	margin-top: 0.3rem;
}

.u-margin-right-3 {
	margin-right: 0.3rem;
}

.u-margin-bottom-3 {
	margin-bottom: 0.3rem;
}

.u-margin-left-3 {
	margin-left: 0.3rem;
}

.u-padding-4 {
	padding: 0.4rem;
}

.u-padding-top-4 {
	padding-top: 0.4rem;
}

.u-padding-right-4 {
	padding-right: 0.4rem;
}

.u-padding-bottom-4 {
	padding-bottom: 0.4rem;
}

.u-padding-left-4 {
	padding-left: 0.4rem;
}

.u-margin-4 {
	margin: 0.4rem;
}

.u-margin-top-4 {
	margin-top: 0.4rem;
}

.u-margin-right-4 {
	margin-right: 0.4rem;
}

.u-margin-bottom-4 {
	margin-bottom: 0.4rem;
}

.u-margin-left-4 {
	margin-left: 0.4rem;
}

.u-padding-5 {
	padding: 0.5rem;
}

.u-padding-top-5 {
	padding-top: 0.5rem;
}

.u-padding-right-5 {
	padding-right: 0.5rem;
}

.u-padding-bottom-5 {
	padding-bottom: 0.5rem;
}

.u-padding-left-5 {
	padding-left: 0.5rem;
}

.u-margin-5 {
	margin: 0.5rem;
}

.u-margin-top-5 {
	margin-top: 0.5rem;
}

.u-margin-right-5 {
	margin-right: 0.5rem;
}

.u-margin-bottom-5 {
	margin-bottom: 0.5rem;
}

.u-margin-left-5 {
	margin-left: 0.5rem;
}

.u-padding-6 {
	padding: 0.6rem;
}

.u-padding-top-6 {
	padding-top: 0.6rem;
}

.u-padding-right-6 {
	padding-right: 0.6rem;
}

.u-padding-bottom-6 {
	padding-bottom: 0.6rem;
}

.u-padding-left-6 {
	padding-left: 0.6rem;
}

.u-margin-6 {
	margin: 0.6rem;
}

.u-margin-top-6 {
	margin-top: 0.6rem;
}

.u-margin-right-6 {
	margin-right: 0.6rem;
}

.u-margin-bottom-6 {
	margin-bottom: 0.6rem;
}

.u-margin-left-6 {
	margin-left: 0.6rem;
}

.u-padding-7 {
	padding: 0.7rem;
}

.u-padding-top-7 {
	padding-top: 0.7rem;
}

.u-padding-right-7 {
	padding-right: 0.7rem;
}

.u-padding-bottom-7 {
	padding-bottom: 0.7rem;
}

.u-padding-left-7 {
	padding-left: 0.7rem;
}

.u-margin-7 {
	margin: 0.7rem;
}

.u-margin-top-7 {
	margin-top: 0.7rem;
}

.u-margin-right-7 {
	margin-right: 0.7rem;
}

.u-margin-bottom-7 {
	margin-bottom: 0.7rem;
}

.u-margin-left-7 {
	margin-left: 0.7rem;
}

.u-padding-8 {
	padding: 0.8rem;
}

.u-padding-top-8 {
	padding-top: 0.8rem;
}

.u-padding-right-8 {
	padding-right: 0.8rem;
}

.u-padding-bottom-8 {
	padding-bottom: 0.8rem;
}

.u-padding-left-8 {
	padding-left: 0.8rem;
}

.u-margin-8 {
	margin: 0.8rem;
}

.u-margin-top-8 {
	margin-top: 0.8rem;
}

.u-margin-right-8 {
	margin-right: 0.8rem;
}

.u-margin-bottom-8 {
	margin-bottom: 0.8rem;
}

.u-margin-left-8 {
	margin-left: 0.8rem;
}

.u-padding-9 {
	padding: 0.9rem;
}

.u-padding-top-9 {
	padding-top: 0.9rem;
}

.u-padding-right-9 {
	padding-right: 0.9rem;
}

.u-padding-bottom-9 {
	padding-bottom: 0.9rem;
}

.u-padding-left-9 {
	padding-left: 0.9rem;
}

.u-margin-9 {
	margin: 0.9rem;
}

.u-margin-top-9 {
	margin-top: 0.9rem;
}

.u-margin-right-9 {
	margin-right: 0.9rem;
}

.u-margin-bottom-9 {
	margin-bottom: 0.9rem;
}

.u-margin-left-9 {
	margin-left: 0.9rem;
}

.u-padding-10 {
	padding: 1rem;
}

.u-padding-top-10 {
	padding-top: 1rem;
}

.u-padding-right-10 {
	padding-right: 1rem;
}

.u-padding-bottom-10 {
	padding-bottom: 1rem;
}

.u-padding-left-10 {
	padding-left: 1rem;
}

.u-margin-10 {
	margin: 1rem;
}

.u-margin-top-10 {
	margin-top: 1rem;
}

.u-margin-right-10 {
	margin-right: 1rem;
}

.u-margin-bottom-10 {
	margin-bottom: 1rem;
}

.u-margin-left-10 {
	margin-left: 1rem;
}

.u-padding-11 {
	padding: 1.1rem;
}

.u-padding-top-11 {
	padding-top: 1.1rem;
}

.u-padding-right-11 {
	padding-right: 1.1rem;
}

.u-padding-bottom-11 {
	padding-bottom: 1.1rem;
}

.u-padding-left-11 {
	padding-left: 1.1rem;
}

.u-margin-11 {
	margin: 1.1rem;
}

.u-margin-top-11 {
	margin-top: 1.1rem;
}

.u-margin-right-11 {
	margin-right: 1.1rem;
}

.u-margin-bottom-11 {
	margin-bottom: 1.1rem;
}

.u-margin-left-11 {
	margin-left: 1.1rem;
}

.u-padding-12 {
	padding: 1.2rem;
}

.u-padding-top-12 {
	padding-top: 1.2rem;
}

.u-padding-right-12 {
	padding-right: 1.2rem;
}

.u-padding-bottom-12 {
	padding-bottom: 1.2rem;
}

.u-padding-left-12 {
	padding-left: 1.2rem;
}

.u-margin-12 {
	margin: 1.2rem;
}

.u-margin-top-12 {
	margin-top: 1.2rem;
}

.u-margin-right-12 {
	margin-right: 1.2rem;
}

.u-margin-bottom-12 {
	margin-bottom: 1.2rem;
}

.u-margin-left-12 {
	margin-left: 1.2rem;
}

.u-padding-13 {
	padding: 1.3rem;
}

.u-padding-top-13 {
	padding-top: 1.3rem;
}

.u-padding-right-13 {
	padding-right: 1.3rem;
}

.u-padding-bottom-13 {
	padding-bottom: 1.3rem;
}

.u-padding-left-13 {
	padding-left: 1.3rem;
}

.u-margin-13 {
	margin: 1.3rem;
}

.u-margin-top-13 {
	margin-top: 1.3rem;
}

.u-margin-right-13 {
	margin-right: 1.3rem;
}

.u-margin-bottom-13 {
	margin-bottom: 1.3rem;
}

.u-margin-left-13 {
	margin-left: 1.3rem;
}

.u-padding-14 {
	padding: 1.4rem;
}

.u-padding-top-14 {
	padding-top: 1.4rem;
}

.u-padding-right-14 {
	padding-right: 1.4rem;
}

.u-padding-bottom-14 {
	padding-bottom: 1.4rem;
}

.u-padding-left-14 {
	padding-left: 1.4rem;
}

.u-margin-14 {
	margin: 1.4rem;
}

.u-margin-top-14 {
	margin-top: 1.4rem;
}

.u-margin-right-14 {
	margin-right: 1.4rem;
}

.u-margin-bottom-14 {
	margin-bottom: 1.4rem;
}

.u-margin-left-14 {
	margin-left: 1.4rem;
}

.u-padding-15 {
	padding: 1.5rem;
}

.u-padding-top-15 {
	padding-top: 1.5rem;
}

.u-padding-right-15 {
	padding-right: 1.5rem;
}

.u-padding-bottom-15 {
	padding-bottom: 1.5rem;
}

.u-padding-left-15 {
	padding-left: 1.5rem;
}

.u-margin-15 {
	margin: 1.5rem;
}

.u-margin-top-15 {
	margin-top: 1.5rem;
}

.u-margin-right-15 {
	margin-right: 1.5rem;
}

.u-margin-bottom-15 {
	margin-bottom: 1.5rem;
}

.u-margin-left-15 {
	margin-left: 1.5rem;
}

.u-padding-16 {
	padding: 1.6rem;
}

.u-padding-top-16 {
	padding-top: 1.6rem;
}

.u-padding-right-16 {
	padding-right: 1.6rem;
}

.u-padding-bottom-16 {
	padding-bottom: 1.6rem;
}

.u-padding-left-16 {
	padding-left: 1.6rem;
}

.u-margin-16 {
	margin: 1.6rem;
}

.u-margin-top-16 {
	margin-top: 1.6rem;
}

.u-margin-right-16 {
	margin-right: 1.6rem;
}

.u-margin-bottom-16 {
	margin-bottom: 1.6rem;
}

.u-margin-left-16 {
	margin-left: 1.6rem;
}

.u-padding-17 {
	padding: 1.7rem;
}

.u-padding-top-17 {
	padding-top: 1.7rem;
}

.u-padding-right-17 {
	padding-right: 1.7rem;
}

.u-padding-bottom-17 {
	padding-bottom: 1.7rem;
}

.u-padding-left-17 {
	padding-left: 1.7rem;
}

.u-margin-17 {
	margin: 1.7rem;
}

.u-margin-top-17 {
	margin-top: 1.7rem;
}

.u-margin-right-17 {
	margin-right: 1.7rem;
}

.u-margin-bottom-17 {
	margin-bottom: 1.7rem;
}

.u-margin-left-17 {
	margin-left: 1.7rem;
}

.u-padding-18 {
	padding: 1.8rem;
}

.u-padding-top-18 {
	padding-top: 1.8rem;
}

.u-padding-right-18 {
	padding-right: 1.8rem;
}

.u-padding-bottom-18 {
	padding-bottom: 1.8rem;
}

.u-padding-left-18 {
	padding-left: 1.8rem;
}

.u-margin-18 {
	margin: 1.8rem;
}

.u-margin-top-18 {
	margin-top: 1.8rem;
}

.u-margin-right-18 {
	margin-right: 1.8rem;
}

.u-margin-bottom-18 {
	margin-bottom: 1.8rem;
}

.u-margin-left-18 {
	margin-left: 1.8rem;
}

.u-padding-19 {
	padding: 1.9rem;
}

.u-padding-top-19 {
	padding-top: 1.9rem;
}

.u-padding-right-19 {
	padding-right: 1.9rem;
}

.u-padding-bottom-19 {
	padding-bottom: 1.9rem;
}

.u-padding-left-19 {
	padding-left: 1.9rem;
}

.u-margin-19 {
	margin: 1.9rem;
}

.u-margin-top-19 {
	margin-top: 1.9rem;
}

.u-margin-right-19 {
	margin-right: 1.9rem;
}

.u-margin-bottom-19 {
	margin-bottom: 1.9rem;
}

.u-margin-left-19 {
	margin-left: 1.9rem;
}

.u-padding-20 {
	padding: 2rem;
}

.u-padding-top-20 {
	padding-top: 2rem;
}

.u-padding-right-20 {
	padding-right: 2rem;
}

.u-padding-bottom-20 {
	padding-bottom: 2rem;
}

.u-padding-left-20 {
	padding-left: 2rem;
}

.u-margin-20 {
	margin: 2rem;
}

.u-margin-top-20 {
	margin-top: 2rem;
}

.u-margin-right-20 {
	margin-right: 2rem;
}

.u-margin-bottom-20 {
	margin-bottom: 2rem;
}

.u-margin-left-20 {
	margin-left: 2rem;
}

.u-padding-8 {
	padding: 0.8rem;
}

.u-padding-top-8 {
	padding-top: 0.8rem;
}

.u-padding-right-8 {
	padding-right: 0.8rem;
}

.u-padding-bottom-8 {
	padding-bottom: 0.8rem;
}

.u-padding-left-8 {
	padding-left: 0.8rem;
}

.u-margin-8 {
	margin: 0.8rem;
}

.u-margin-top-8 {
	margin-top: 0.8rem;
}

.u-margin-right-8 {
	margin-right: 0.8rem;
}

.u-margin-bottom-8 {
	margin-bottom: 0.8rem;
}

.u-margin-left-8 {
	margin-left: 0.8rem;
}

.u-padding-16 {
	padding: 1.6rem;
}

.u-padding-top-16 {
	padding-top: 1.6rem;
}

.u-padding-right-16 {
	padding-right: 1.6rem;
}

.u-padding-bottom-16 {
	padding-bottom: 1.6rem;
}

.u-padding-left-16 {
	padding-left: 1.6rem;
}

.u-margin-16 {
	margin: 1.6rem;
}

.u-margin-top-16 {
	margin-top: 1.6rem;
}

.u-margin-right-16 {
	margin-right: 1.6rem;
}

.u-margin-bottom-16 {
	margin-bottom: 1.6rem;
}

.u-margin-left-16 {
	margin-left: 1.6rem;
}

.u-padding-24 {
	padding: 2.4rem;
}

.u-padding-top-24 {
	padding-top: 2.4rem;
}

.u-padding-right-24 {
	padding-right: 2.4rem;
}

.u-padding-bottom-24 {
	padding-bottom: 2.4rem;
}

.u-padding-left-24 {
	padding-left: 2.4rem;
}

.u-margin-24 {
	margin: 2.4rem;
}

.u-margin-top-24 {
	margin-top: 2.4rem;
}

.u-margin-right-24 {
	margin-right: 2.4rem;
}

.u-margin-bottom-24 {
	margin-bottom: 2.4rem;
}

.u-margin-left-24 {
	margin-left: 2.4rem;
}

.u-padding-32 {
	padding: 3.2rem;
}

.u-padding-top-32 {
	padding-top: 3.2rem;
}

.u-padding-right-32 {
	padding-right: 3.2rem;
}

.u-padding-bottom-32 {
	padding-bottom: 3.2rem;
}

.u-padding-left-32 {
	padding-left: 3.2rem;
}

.u-margin-32 {
	margin: 3.2rem;
}

.u-margin-top-32 {
	margin-top: 3.2rem;
}

.u-margin-right-32 {
	margin-right: 3.2rem;
}

.u-margin-bottom-32 {
	margin-bottom: 3.2rem;
}

.u-margin-left-32 {
	margin-left: 3.2rem;
}

.u-padding-40 {
	padding: 4rem;
}

.u-padding-top-40 {
	padding-top: 4rem;
}

.u-padding-right-40 {
	padding-right: 4rem;
}

.u-padding-bottom-40 {
	padding-bottom: 4rem;
}

.u-padding-left-40 {
	padding-left: 4rem;
}

.u-margin-40 {
	margin: 4rem;
}

.u-margin-top-40 {
	margin-top: 4rem;
}

.u-margin-right-40 {
	margin-right: 4rem;
}

.u-margin-bottom-40 {
	margin-bottom: 4rem;
}

.u-margin-left-40 {
	margin-left: 4rem;
}

.u-padding-48 {
	padding: 4.8rem;
}

.u-padding-top-48 {
	padding-top: 4.8rem;
}

.u-padding-right-48 {
	padding-right: 4.8rem;
}

.u-padding-bottom-48 {
	padding-bottom: 4.8rem;
}

.u-padding-left-48 {
	padding-left: 4.8rem;
}

.u-margin-48 {
	margin: 4.8rem;
}

.u-margin-top-48 {
	margin-top: 4.8rem;
}

.u-margin-right-48 {
	margin-right: 4.8rem;
}

.u-margin-bottom-48 {
	margin-bottom: 4.8rem;
}

.u-margin-left-48 {
	margin-left: 4.8rem;
}

.u-padding-56 {
	padding: 5.6rem;
}

.u-padding-top-56 {
	padding-top: 5.6rem;
}

.u-padding-right-56 {
	padding-right: 5.6rem;
}

.u-padding-bottom-56 {
	padding-bottom: 5.6rem;
}

.u-padding-left-56 {
	padding-left: 5.6rem;
}

.u-margin-56 {
	margin: 5.6rem;
}

.u-margin-top-56 {
	margin-top: 5.6rem;
}

.u-margin-right-56 {
	margin-right: 5.6rem;
}

.u-margin-bottom-56 {
	margin-bottom: 5.6rem;
}

.u-margin-left-56 {
	margin-left: 5.6rem;
}

.u-padding-64 {
	padding: 6.4rem;
}

.u-padding-top-64 {
	padding-top: 6.4rem;
}

.u-padding-right-64 {
	padding-right: 6.4rem;
}

.u-padding-bottom-64 {
	padding-bottom: 6.4rem;
}

.u-padding-left-64 {
	padding-left: 6.4rem;
}

.u-margin-64 {
	margin: 6.4rem;
}

.u-margin-top-64 {
	margin-top: 6.4rem;
}

.u-margin-right-64 {
	margin-right: 6.4rem;
}

.u-margin-bottom-64 {
	margin-bottom: 6.4rem;
}

.u-margin-left-64 {
	margin-left: 6.4rem;
}

.u-padding-72 {
	padding: 7.2rem;
}

.u-padding-top-72 {
	padding-top: 7.2rem;
}

.u-padding-right-72 {
	padding-right: 7.2rem;
}

.u-padding-bottom-72 {
	padding-bottom: 7.2rem;
}

.u-padding-left-72 {
	padding-left: 7.2rem;
}

.u-margin-72 {
	margin: 7.2rem;
}

.u-margin-top-72 {
	margin-top: 7.2rem;
}

.u-margin-right-72 {
	margin-right: 7.2rem;
}

.u-margin-bottom-72 {
	margin-bottom: 7.2rem;
}

.u-margin-left-72 {
	margin-left: 7.2rem;
}

.u-padding-80 {
	padding: 8rem;
}

.u-padding-top-80 {
	padding-top: 8rem;
}

.u-padding-right-80 {
	padding-right: 8rem;
}

.u-padding-bottom-80 {
	padding-bottom: 8rem;
}

.u-padding-left-80 {
	padding-left: 8rem;
}

.u-margin-80 {
	margin: 8rem;
}

.u-margin-top-80 {
	margin-top: 8rem;
}

.u-margin-right-80 {
	margin-right: 8rem;
}

.u-margin-bottom-80 {
	margin-bottom: 8rem;
}

.u-margin-left-80 {
	margin-left: 8rem;
}

.u-padding-88 {
	padding: 8.8rem;
}

.u-padding-top-88 {
	padding-top: 8.8rem;
}

.u-padding-right-88 {
	padding-right: 8.8rem;
}

.u-padding-bottom-88 {
	padding-bottom: 8.8rem;
}

.u-padding-left-88 {
	padding-left: 8.8rem;
}

.u-margin-88 {
	margin: 8.8rem;
}

.u-margin-top-88 {
	margin-top: 8.8rem;
}

.u-margin-right-88 {
	margin-right: 8.8rem;
}

.u-margin-bottom-88 {
	margin-bottom: 8.8rem;
}

.u-margin-left-88 {
	margin-left: 8.8rem;
}

.u-padding-96 {
	padding: 9.6rem;
}

.u-padding-top-96 {
	padding-top: 9.6rem;
}

.u-padding-right-96 {
	padding-right: 9.6rem;
}

.u-padding-bottom-96 {
	padding-bottom: 9.6rem;
}

.u-padding-left-96 {
	padding-left: 9.6rem;
}

.u-margin-96 {
	margin: 9.6rem;
}

.u-margin-top-96 {
	margin-top: 9.6rem;
}

.u-margin-right-96 {
	margin-right: 9.6rem;
}

.u-margin-bottom-96 {
	margin-bottom: 9.6rem;
}

.u-margin-left-96 {
	margin-left: 9.6rem;
}

.u-padding-104 {
	padding: 10.4rem;
}

.u-padding-top-104 {
	padding-top: 10.4rem;
}

.u-padding-right-104 {
	padding-right: 10.4rem;
}

.u-padding-bottom-104 {
	padding-bottom: 10.4rem;
}

.u-padding-left-104 {
	padding-left: 10.4rem;
}

.u-margin-104 {
	margin: 10.4rem;
}

.u-margin-top-104 {
	margin-top: 10.4rem;
}

.u-margin-right-104 {
	margin-right: 10.4rem;
}

.u-margin-bottom-104 {
	margin-bottom: 10.4rem;
}

.u-margin-left-104 {
	margin-left: 10.4rem;
}

.u-padding-112 {
	padding: 11.2rem;
}

.u-padding-top-112 {
	padding-top: 11.2rem;
}

.u-padding-right-112 {
	padding-right: 11.2rem;
}

.u-padding-bottom-112 {
	padding-bottom: 11.2rem;
}

.u-padding-left-112 {
	padding-left: 11.2rem;
}

.u-margin-112 {
	margin: 11.2rem;
}

.u-margin-top-112 {
	margin-top: 11.2rem;
}

.u-margin-right-112 {
	margin-right: 11.2rem;
}

.u-margin-bottom-112 {
	margin-bottom: 11.2rem;
}

.u-margin-left-112 {
	margin-left: 11.2rem;
}

.u-padding-120 {
	padding: 12rem;
}

.u-padding-top-120 {
	padding-top: 12rem;
}

.u-padding-right-120 {
	padding-right: 12rem;
}

.u-padding-bottom-120 {
	padding-bottom: 12rem;
}

.u-padding-left-120 {
	padding-left: 12rem;
}

.u-margin-120 {
	margin: 12rem;
}

.u-margin-top-120 {
	margin-top: 12rem;
}

.u-margin-right-120 {
	margin-right: 12rem;
}

.u-margin-bottom-120 {
	margin-bottom: 12rem;
}

.u-margin-left-120 {
	margin-left: 12rem;
}

.u-padding-128 {
	padding: 12.8rem;
}

.u-padding-top-128 {
	padding-top: 12.8rem;
}

.u-padding-right-128 {
	padding-right: 12.8rem;
}

.u-padding-bottom-128 {
	padding-bottom: 12.8rem;
}

.u-padding-left-128 {
	padding-left: 12.8rem;
}

.u-margin-128 {
	margin: 12.8rem;
}

.u-margin-top-128 {
	margin-top: 12.8rem;
}

.u-margin-right-128 {
	margin-right: 12.8rem;
}

.u-margin-bottom-128 {
	margin-bottom: 12.8rem;
}

.u-margin-left-128 {
	margin-left: 12.8rem;
}

.u-padding-136 {
	padding: 13.6rem;
}

.u-padding-top-136 {
	padding-top: 13.6rem;
}

.u-padding-right-136 {
	padding-right: 13.6rem;
}

.u-padding-bottom-136 {
	padding-bottom: 13.6rem;
}

.u-padding-left-136 {
	padding-left: 13.6rem;
}

.u-margin-136 {
	margin: 13.6rem;
}

.u-margin-top-136 {
	margin-top: 13.6rem;
}

.u-margin-right-136 {
	margin-right: 13.6rem;
}

.u-margin-bottom-136 {
	margin-bottom: 13.6rem;
}

.u-margin-left-136 {
	margin-left: 13.6rem;
}

.u-padding-144 {
	padding: 14.4rem;
}

.u-padding-top-144 {
	padding-top: 14.4rem;
}

.u-padding-right-144 {
	padding-right: 14.4rem;
}

.u-padding-bottom-144 {
	padding-bottom: 14.4rem;
}

.u-padding-left-144 {
	padding-left: 14.4rem;
}

.u-margin-144 {
	margin: 14.4rem;
}

.u-margin-top-144 {
	margin-top: 14.4rem;
}

.u-margin-right-144 {
	margin-right: 14.4rem;
}

.u-margin-bottom-144 {
	margin-bottom: 14.4rem;
}

.u-margin-left-144 {
	margin-left: 14.4rem;
}

.u-padding-152 {
	padding: 15.2rem;
}

.u-padding-top-152 {
	padding-top: 15.2rem;
}

.u-padding-right-152 {
	padding-right: 15.2rem;
}

.u-padding-bottom-152 {
	padding-bottom: 15.2rem;
}

.u-padding-left-152 {
	padding-left: 15.2rem;
}

.u-margin-152 {
	margin: 15.2rem;
}

.u-margin-top-152 {
	margin-top: 15.2rem;
}

.u-margin-right-152 {
	margin-right: 15.2rem;
}

.u-margin-bottom-152 {
	margin-bottom: 15.2rem;
}

.u-margin-left-152 {
	margin-left: 15.2rem;
}

.u-padding-160 {
	padding: 16rem;
}

.u-padding-top-160 {
	padding-top: 16rem;
}

.u-padding-right-160 {
	padding-right: 16rem;
}

.u-padding-bottom-160 {
	padding-bottom: 16rem;
}

.u-padding-left-160 {
	padding-left: 16rem;
}

.u-margin-160 {
	margin: 16rem;
}

.u-margin-top-160 {
	margin-top: 16rem;
}

.u-margin-right-160 {
	margin-right: 16rem;
}

.u-margin-bottom-160 {
	margin-bottom: 16rem;
}

.u-margin-left-160 {
	margin-left: 16rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 62.5%;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	background-color: transparent;
	color: inherit;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
	color: rgb(16, 37, 68);
	background: rgb(177, 226, 253);
}

::selection {
	color: rgb(16, 37, 68);
	background: rgb(177, 226, 253);
}

/* Icons sizes
-------------------------------------------------------------------------------------------------------------------------- */
.icn-12 {
	width: 1.2rem;
	height: 1.2rem;
}

.icn-16 {
	width: 1.6rem;
	height: 1.6rem;
}

.icn-20 {
	width: 2rem;
	height: 2rem;
}

.icn-24 {
	width: 2.4rem;
	height: 2.4rem;
}

.icn-32 {
	width: 3.2rem;
	height: 3.2rem;
}

.icn-36 {
	width: 3.6rem;
	height: 3.6rem;
}

.icn-40 {
	width: 4rem;
	height: 4rem;
}

.icn-48 {
	width: 4.8rem;
	height: 4.8rem;
}

/* Icons colors
-------------------------------------------------------------------------------------------------------------------------- */
.icn {
	fill: rgb(16, 37, 68);
}

.icn-green {
	fill: rgba(21, 111, 113, 1);
}

.icn-light-green {
	fill: rgb(92, 216, 157);
}

.icn-dark-blue {
	fill: rgb(16, 37, 68);
}

.icn-shadow-blue {
	fill: rgb(29, 39, 130);
}

.icn-antracit-blue {
	fill: rgb(34, 82, 117);
}

.icn-blue {
	fill: rgb(21, 100, 218);
}

.icn-light-blue {
	fill: rgb(177, 226, 253);
}

.icn-strong-grey {
	fill: rgb(92, 113, 124);
}

.icn-mid-grey {
	fill: rgb(133, 160, 174);
}

.icn-light-grey {
	fill: rgb(199, 218, 228);
}

.icn-very-light-grey {
	fill: rgb(237, 244, 248);
}

.icn-button-grey {
	fill: rgb(248, 250, 252);
}

.icn-white {
	fill: rgb(255, 255, 255);
}

.icn-purple {
	fill: rgb(191, 140, 255);
}

.icn-red {
	fill: rgb(255, 107, 107);
}

.icn-orange {
	fill: rgb(255, 143, 40);
}

.logo--12 {
	width: 1.2rem;
	height: 1.2rem;
}

.logo--16 {
	width: 1.6rem;
	height: 1.6rem;
}

.logo--20 {
	width: 2rem;
	height: 2rem;
}

.logo--24 {
	width: 2.4rem;
	height: 2.4rem;
}

.logo--32 {
	width: 3.2rem;
	height: 3.2rem;
}

.logo--36 {
	width: 3.6rem;
	height: 3.6rem;
}

.logo--40 {
	width: 4rem;
	height: 4rem;
}

.logo--48 {
	width: 4.8rem;
	height: 4.8rem;
}

.logo--64 {
	width: 6.4rem;
	height: 6.4rem;
}

.logo--12-60 {
	width: 6rem;
	height: 1.2rem;
}

.logo--24-120 {
	width: 12rem;
	height: 2.4rem;
}

.logo--32-160 {
	width: 16rem;
	height: 3.2rem;
}

.logo--36-180 {
	width: 18rem;
	height: 3.6rem;
}

.logo--48-240 {
	width: 24rem;
	height: 4.8rem;
}

.logo--64-320 {
	width: 32rem;
	height: 6.4rem;
}

.logo__letter--dark {
	fill: rgb(16, 37, 68);
}

.logo__dot--dark {
	fill: rgb(16, 37, 68);
}

.logo__text--dark {
	fill: rgb(16, 37, 68);
}

.logo__letter--light {
	fill: rgb(255, 255, 255);
}

.logo__dot--light {
	fill: rgb(255, 255, 255);
}

.logo__text--light {
	fill: rgb(255, 255, 255);
}

.logo__letter--light50 {
	fill: rgba(255, 255, 255, 0.5);
}

.logo__dot--light50 {
	fill: rgba(255, 255, 255, 0.5);
}

.logo__text--light50 {
	fill: rgba(255, 255, 255, 0.5);
}

.logo__letter--coloured {
	fill: rgba(21, 111, 113, 1);
}

.logo__dot--coloured {
	fill: rgb(16, 37, 68);
}

.logo__text--coloured {
	fill: rgb(16, 37, 68);
}

.alert-container {
	position: fixed;
	z-index: 2000;
	left: 0;
	bottom: 5vh;
	width: 100%;
	padding: 0 3.2rem;
}

.alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	width: 100%;
	padding: 1.6rem 2.4rem;
	padding-right: 1.2rem;
	-webkit-box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.24);
	box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.24);
	background-color: rgb(255, 255, 255);
}

.alert__message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}

.alert__label {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(34, 82, 117);
	text-align: left;
	width: auto;
}

.alert--error {
	border: 0.1rem solid rgb(255, 107, 107);
}

.alert--success {
	border: 0.1rem solid rgba(21, 111, 113, 1);
}

.alert--info {
	border: 0.1rem solid rgb(21, 100, 218);
}

@media screen and (max-width: 576px) {
	.alert-container {
		bottom: 2.5vh;
		padding: 0 1.6rem;
	}

	.alert {
		border-radius: 1.2rem;
		-moz-border-radius: 1.2rem;
		-webkit-border-radius: 1.2rem;
		padding: 0.8rem 1.2rem;
		padding-right: 0rem;
	}

	.alert__message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.4rem;
	}

	.alert__label {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.2rem;
		line-height: 1.6rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(34, 82, 117);
		text-align: left;
		width: auto;
	}
}

.arrow-button {
	height: 2.4rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.arrow-button__content--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}

.arrow-button__content--left .icn-24 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.arrow-button__content--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}

.arrow-button__content--right .icn-24 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.arrow-button__label {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: inherit;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.arrow-button:hover .arrow-button__label {
	color: rgba(21, 111, 113, 1);
}

.arrow-button:hover .arrow-button__content--left .icn-24 {
	-webkit-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
}

.arrow-button:hover .arrow-button__content--right .icn-24 {
	-webkit-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

.btn {
	border: none;
	display: inline-block;
	cursor: pointer;
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 2.4rem;
	padding: 0.8rem 2.4rem;
	text-align: center;
	transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	max-width: 72.8rem;
}

.btn:focus {
	outline: none;
}

.btn:focus-visible {
	outline: 1rem solid rgb(21, 100, 218);
}

.btn--no-text {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.btn-primary {
	background-color: rgba(21, 111, 113, 1);
	color: rgb(255, 255, 255);
	font-weight: 600;
	-webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 78, 80, 0.16),
		0 0 1.6rem rgba(23, 200, 115, 0);
	box-shadow: 0 0.4rem 1.6rem rgba(0, 78, 80, 0.16),
		0 0 1.6rem rgba(23, 200, 115, 0);
	border-radius: 3.2rem;
	-moz-border-radius: 3.2rem;
	-webkit-border-radius: 3.2rem;
	color: white;
}

.btn-primary:hover {
	background-color: rgba(21, 111, 113, 1);
	background-position: 100%;
	-webkit-box-shadow: 0 0 0.8rem rgba(23, 200, 115, 0.25),
		0 0 2.4rem rgba(0, 78, 80, 0.16);
	box-shadow: 0 0 0.8rem rgba(23, 200, 115, 0.25),
		0 0 2.4rem rgba(0, 78, 80, 0.16);
	background-position: right center;
}

.btn-secondary {
	background-color: rgb(255, 255, 255);
	border: 0.1rem solid rgb(199, 218, 228);
	color: rgb(34, 82, 117);
	-webkit-box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	border-radius: 3.2rem;
	-moz-border-radius: 3.2rem;
	-webkit-border-radius: 3.2rem;
}

.btn-secondary .icn-mid-grey {
	fill: rgb(133, 160, 174);
	transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
}

.btn-secondary:hover {
	border: 0.1rem solid rgba(21, 111, 113, 1);
	-webkit-box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.24);
	box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.24);
	color: rgba(21, 111, 113, 1);
}

.btn-secondary:hover .icn-mid-grey {
	fill: rgba(21, 111, 113, 1);
}

.btn-tertiary {
	font-size: 1.4rem;
	color: rgb(34, 82, 117);
	padding: 0.4rem 0;
}

.btn-tertiary .icn-mid-grey {
	fill: rgb(133, 160, 174);
	transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
}

.btn-tertiary:hover {
	color: rgba(21, 111, 113, 1);
}

.btn-tertiary:hover .icn-mid-grey {
	fill: rgba(21, 111, 113, 1);
}

.btn-delete {
	border-radius: 3.2rem;
	-moz-border-radius: 3.2rem;
	-webkit-border-radius: 3.2rem;
	transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	background: rgb(255, 107, 107);
	color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 0.4rem rgba(255, 107, 107, 0),
		0 0 1.6rem rgba(255, 107, 107, 0);
	box-shadow: 0 0 0.4rem rgba(255, 107, 107, 0),
		0 0 1.6rem rgba(255, 107, 107, 0);
}

.btn-delete:hover {
	-webkit-box-shadow: 0 0 0.8rem rgba(255, 107, 107, 0.25),
		0 0 2.4rem rgba(255, 107, 107, 0.7);
	box-shadow: 0 0 0.8rem rgba(255, 107, 107, 0.25),
		0 0 2.4rem rgba(255, 107, 107, 0.7);
}

.btn-input {
	padding: 0;
}

.btn-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}

.btn-content--no-text {
	gap: 0;
}

.btn-primary--disabled {
	background-color: rgb(199, 218, 228);
	background: rgb(199, 218, 228);
	color: rgb(255, 255, 255);
	pointer-events: none;
}

.btn-primary--disabled:hover {
	background-color: rgb(199, 218, 228);
	background: rgb(199, 218, 228);
	-webkit-box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.12),
		0 0 1.6rem rgba(23, 200, 115, 0);
	box-shadow: 0 0.4rem 1.6rem rgba(29, 39, 130, 0.12),
		0 0 1.6rem rgba(23, 200, 115, 0);
	cursor: not-allowed;
}

.btn-secondary--disabled {
	border-color: rgb(199, 218, 228);
	color: rgb(199, 218, 228);
	pointer-events: none;
}

.btn-secondary--disabled .icn-mid-grey {
	fill: rgb(199, 218, 228);
}

.btn-secondary--disabled:hover {
	border-color: rgb(199, 218, 228);
	-webkit-box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	cursor: not-allowed;
}

.btn-tertiary--disabled {
	color: rgb(199, 218, 228);
	pointer-events: none;
}

.btn-tertiary--disabled .icn-mid-grey {
	fill: rgb(199, 218, 228);
}

.btn-tertiary--disabled:hover {
	color: rgb(199, 218, 228);
	-webkit-box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	box-shadow: 0px 4px 16px rgba(29, 39, 130, 0.06);
	cursor: not-allowed;
}

.googlebutton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	padding: 1.2rem;
	max-width: 72.8rem;
	-webkit-box-shadow: 0rem -0.2rem 1.2rem rgba(29, 39, 130, 0.04),
		0rem 0.4rem 1.2rem rgba(29, 39, 130, 0.08);
	box-shadow: 0rem -0.2rem 1.2rem rgba(29, 39, 130, 0.04),
		0rem 0.4rem 1.2rem rgba(29, 39, 130, 0.08);
	-webkit-transition: all 600ms ease-in;
	transition: all 600ms ease-in;
}

.googlebutton:hover {
	-webkit-box-shadow: 0rem -0.4rem 2.6rem rgba(29, 39, 130, 0.09),
		0rem 0.8rem 26em rgba(29, 39, 130, 0.18);
	box-shadow: 0rem -0.4rem 2.6rem rgba(29, 39, 130, 0.09),
		0rem 0.8rem 26em rgba(29, 39, 130, 0.18);
}

.googlebutton__label {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 600;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.textinput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.8rem;
}

.textinput__label {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(34, 82, 117);
	text-align: left;
	width: auto;
}

.textinput__error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.4rem;
}

.textinput__errortext {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(255, 107, 107);
	text-align: left;
	width: auto;
}

.textinput__input-container {
	position: relative;
	width: 100%;
	max-width: 72.8rem;
}

.textinput__input--default {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
	border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border: 0.1rem solid rgb(199, 218, 228);
	padding: 0 1.6rem;
	height: 4rem;
	width: 100%;
}

.textinput__input--default:focus {
	outline: none;
	border-color: rgba(21, 111, 113, 1);
}

.textinput__input--default::-webkit-input-placeholder {
	color: rgb(133, 160, 174);
}

.textinput__input--default::-moz-placeholder {
	color: rgb(133, 160, 174);
}

.textinput__input--default:-ms-input-placeholder {
	color: rgb(133, 160, 174);
}

.textinput__input--default::-ms-input-placeholder {
	color: rgb(133, 160, 174);
}

.textinput__input--default::placeholder {
	color: rgb(133, 160, 174);
}

.textinput__input--default:-webkit-autofill::first-line {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
}

.textinput__input--error {
	border: 0.1rem solid rgb(255, 107, 107);
}

.textinput__input--error:focus {
	border-color: rgb(255, 107, 107);
}

.textinput__input--has-button {
	padding-right: 5.2rem;
}

.textinput__aux {
	position: absolute;
	right: 1.6rem;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
}

.textinput__aux-divider {
	background-color: rgb(199, 218, 228);
	height: 2rem;
	width: 0.2rem;
	border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}

.textinput__unit {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(133, 160, 174);
	text-align: left;
	width: auto;
	line-height: 4rem;
}

.textinput__button--visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.textinput__button--hidden {
	display: none;
}

.textinput .textinput__button--visible .icn-mid-grey {
	fill: rgb(133, 160, 174);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.textinput .textinput__button--visible:hover .icn-mid-grey {
	fill: rgb(34, 82, 117);
}

@media only screen and (max-width: 768px) {
	.textinput__input--default {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: auto;
		width: inherit;
	}
}

.legalcheckbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	position: relative;
}

.legalcheckbox__input {
	visibility: hidden;
	position: absolute;
	z-index: -1000;
	pointer-events: none;
}

.legalcheckbox__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0rem;
	border-radius: 0.4rem;
	height: 2.4rem;
	width: 2.4rem;
	cursor: pointer;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.legalcheckbox__box .icn-16 {
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.legalcheckbox__box:focus-visible {
	outline: 1rem solid rgb(21, 100, 218);
}

.legalcheckbox__box--checked {
	border: 0.1rem solid rgba(21, 111, 113, 1);
	background-color: rgba(21, 111, 113, 1);
}

.legalcheckbox__box--checked .icn-16 {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.legalcheckbox__box--unchecked {
	border: 0.1rem solid rgb(199, 218, 228);
	background-color: rgb(237, 244, 248);
}

.legalcheckbox__box--unchecked .icn-16 {
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
}

.legalcheckbox__label {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(34, 82, 117);
	text-align: left;
	width: inherit;
}

.legalcheckbox__link {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 600;
	letter-spacing: 0;
	color: rgba(21, 111, 113, 1);
	text-align: left;
	width: inherit;
}

.legalcheckbox__link:focus-visible {
	outline: 1rem solid rgba(21, 111, 113, 1);
}

.idheader {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 78, 80, 1);
	-webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 78, 80, 0.08);
	box-shadow: 0 0.4rem 1.6rem rgba(0, 78, 80, 0.08);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.idheader__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	position: relative;
	height: 6.4rem;
	padding: 0 3.2rem;
}

.idheader__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	position: absolute;
	left: 3.2rem;
	height: 100%;
}

.idheader__logo--large {
	display: block;
}

@media screen and (max-width: 768px) {
	.idheader__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
	}
}

@media screen and (max-width: 576px) {
	.idheader__content {
		height: 4.8rem;
	}
}

.illustration-no-drawing__illu--desktop {
	display: contents;
}

.illustration-no-drawing__illu--tablet {
	display: none;
}

.illustration-no-drawing__illu--mobile {
	display: none;
}

.illustration-no-drawing__background-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.illustration-no-drawing__ovals-svg {
	z-index: 1;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 66%;
}

@media screen and (max-width: 1024px) {
	.illustration-no-drawing__illu--desktop {
		display: none;
	}

	.illustration-no-drawing__illu--tablet {
		display: contents;
	}

	.illustration-no-drawing__ovals-svg {
		height: 85%;
		width: auto;
		bottom: 0;
		left: 0;
	}
}

@media screen and (max-width: 576px) {
	.illustration-no-drawing__illu--tablet {
		display: none;
	}

	.illustration-no-drawing__illu--mobile {
		display: contents;
	}
}

.illustration-with-drawing__illu--desktop {
	display: contents;
}

.illustration-with-drawing__illu--tablet {
	display: none;
}

.illustration-with-drawing__illu--mobile {
	display: none;
}

.illustration-with-drawing__background-svg {
	display: block;
	height: 100%;
	width: 100%;
}

.illustration-with-drawing__ovals-svg {
	z-index: 1;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 54%;
}

.illustration-with-drawing__drawing-svg {
	z-index: 2;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 84%;
}

.illustration-with-drawing__waving-svg {
	z-index: 2;
	position: absolute;
	display: block;
	bottom: -18%;
	right: -19%;
	width: 85%;
}

@media screen and (max-width: 1024px) {
	.illustration-with-drawing__illu--desktop {
		display: none;
	}

	.illustration-with-drawing__illu--tablet {
		display: contents;
	}

	.illustration-with-drawing__ovals-svg {
		height: 85%;
		width: auto;
		bottom: 0;
		left: 0;
	}

	.illustration-with-drawing__drawing-svg {
		height: 80%;
		width: auto;
	}

	.illustration-with-drawing__waving-svg {
		bottom: -5%;
		right: -1%;
		height: 85%;
		width: auto;
	}
}

@media screen and (max-width: 576px) {
	.illustration-with-drawing__illu--tablet {
		display: none;
	}

	.illustration-with-drawing__illu--mobile {
		display: contents;
	}
}

.illustration-oval-top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.illustration-oval-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.illustration-background-bottom__svg {
	width: 100vw;
	height: 95vh;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.illustration-background-top__svg {
	width: 100vw;
	height: 95vh;
	position: absolute;
	top: 0;
	z-index: 1;
}

.overlay {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0.8;
	background-color: rgb(133, 160, 174);
	-webkit-backdrop-filter: blur(0.8rem);
	backdrop-filter: blur(0.8rem);
}

.popup-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.popup {
	border-radius: 2.4rem;
	-moz-border-radius: 2.4rem;
	-webkit-border-radius: 2.4rem;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 1.2rem 2.8rem rgba(29, 39, 130, 0.24);
	box-shadow: 0 1.2rem 2.8rem rgba(29, 39, 130, 0.24);
}

.popup__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 100%;
	padding-top: 2rem;
	padding-right: 1.2rem;
}

.popup__content {
	width: 54.4rem;
	padding: 0 6.4rem;
}

@media screen and (max-width: 576px) {
	.popup__close {
		width: calc(100vw - 1.6rem);
		padding-top: 1.2rem;
		padding-right: 0.4rem;
	}

	.popup__content {
		width: calc(100vw - 1.6rem);
		padding: 0 1.6rem;
	}
}

.forgot-password-email-sent-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
}

.forgot-password-email-sent-popup__header {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
	margin-bottom: 3.2rem;
}

.forgot-password-email-sent-popup__text {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
	margin-bottom: 4rem;
}

.forgot-password-email-sent-popup__close-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	margin-bottom: 3.2rem;
	padding: 0 6.4rem;
	width: 100%;
}

@media screen and (max-width: 576px) {
	.forgot-password-email-sent-popup__header {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2rem;
		line-height: 3.2rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.forgot-password-email-sent-popup__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: 100%;
		margin-bottom: 3.2rem;
	}

	.forgot-password-email-sent-popup__close-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 0;
		margin-bottom: 1.6rem;
		padding: 0 1.6rem;
		width: 100%;
	}
}

.reset-password-done-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
}

.reset-password-done-popup__header {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
	margin-bottom: 3.2rem;
}

.reset-password-done-popup__text {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
	margin-bottom: 4rem;
}

.reset-password-done-popup__close-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	margin-bottom: 3.2rem;
	padding: 0 6.4rem;
	width: 100%;
}

@media screen and (max-width: 576px) {
	.reset-password-done-popup__header {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2rem;
		line-height: 3.2rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.reset-password-done-popup__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: 100%;
		margin-bottom: 3.2rem;
	}

	.reset-password-done-popup__close-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 0;
		margin-bottom: 1.6rem;
		padding: 0 1.6rem;
		width: 100%;
	}
}

.reset-password-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0rem;
}

.reset-password-popup__header {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
	margin-bottom: 3.2rem;
}

.reset-password-popup__password-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.4rem;
	width: 100%;
}

.reset-password-popup__password-inputs .textinput {
	width: 100%;
}

.reset-password-popup__button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.8rem;
	width: 100%;
	margin: 4rem 0 3.2rem 0;
}

.reset-password-popup__button-container .btn {
	width: 18.4rem;
}

@media screen and (max-width: 576px) {
	.reset-password-popup__header {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2rem;
		line-height: 3.2rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.reset-password-popup__button-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
		margin: 3.2rem 0 1.6rem 0;
		width: 100%;
	}

	.reset-password-popup__button-container .btn {
		width: 100%;
	}
}

.smiling-email-illu {
	width: 36rem;
	height: 36rem;
	text-align: center;
}

.smiling-email-illu__svg {
	width: 100%;
}

@media screen and (max-width: 576px) {
	.smiling-email-illu {
		width: 100%;
		height: auto;
	}

	.smiling-email-illu__svg {
		width: 65%;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.smiling-email-illu {
		width: 100%;
		height: auto;
	}

	.smiling-email-illu__svg {
		width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.smiling-email-illu {
		width: 100%;
		height: auto;
	}
}

.shield-illu {
	width: 36rem;
	height: 36rem;
	text-align: center;
}

.shield-illu__svg {
	width: 100%;
}

@media screen and (max-width: 576px) {
	.shield-illu {
		width: 100%;
		height: auto;
	}

	.shield-illu__svg {
		width: 65%;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.shield-illu {
		width: 100%;
		height: auto;
	}

	.shield-illu__svg {
		width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.shield-illu {
		width: 100%;
		height: auto;
	}
}

.login {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.login__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 50vw;
	height: 100%;
}

.login__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.2rem;
	width: 25vw;
	min-width: 44rem;
	max-width: 60rem;
}

.login__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: 100%;
}

.login__title-mobile {
	display: none;
}

.login__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.login__welcome-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.2rem;
	width: 100%;
}

.login__register-button {
	margin-top: 0.8rem;
}

.login__inputs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 2.4rem;
}

.login__forgot-password {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 0.8rem;
	margin-bottom: 3.2rem;
}

.login__illustration {
	width: 50vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.login__illustration .login-illustration {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-size: cover;
}

.illustration-no-drawing__illu--desktop .illustration {
	width: 100%;
	height: 100%;
	background-image: url("../images/ellipse.svg");
	background-size: cover;
	display: flex;
	justify-content: left;
	align-items: end;
}

.illustration-no-drawing__illu--desktop .illustration .boxes {
	width: 70%;
	max-width: 800px;
}

@media screen and (max-width: 1024px) {
	.login {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
	}

	.login__content {
		width: 100%;
		height: 65vh;
	}

	.login__form-container {
		width: 40rem;
	}

	.login__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: 100%;
	}

	.login__register-button {
		margin-top: 0rem;
	}

	.login__illustration {
		width: 100%;
		height: 35vh;
	}
}

@media screen and (max-width: 768px) {
	.login__content {
		height: 58vh;
	}

	.login__illustration {
		height: 42vh;
	}
}

@media screen and (max-width: 576px) {
	.login {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.login__title {
		display: none;
	}

	.login__title-mobile {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		position: absolute;
		top: 2.4rem;
		left: 2.4rem;
	}

	.login__content {
		padding: 24px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: calc(100vh - 13.6rem);
	}

	.login__form-container {
		width: 100%;
		min-width: 100%;
	}

	.login__illustration {
		margin-top: 4.8rem;
		height: 8.8rem;
		width: 100vw;
	}
}

.forgot-password-withpopup {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.forgot-password {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.forgot-password__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 50vw;
	height: 100%;
}

.forgot-password__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.2rem;
	width: 25vw;
	min-width: 44rem;
	max-width: 60rem;
}

.forgot-password__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: 100%;
}

.forgot-password__title-mobile {
	display: none;
}

.forgot-password__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.2rem;
	width: 100%;
}

.forgot-password__illustration {
	width: 50vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.forgot-password {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
	}

	.forgot-password__content {
		width: 100%;
		height: 65vh;
	}

	.forgot-password__form-container {
		width: 40rem;
	}

	.forgot-password__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: 100%;
	}

	.forgot-password__register-button {
		margin-top: 0rem;
	}

	.forgot-password__illustration {
		width: 100%;
		height: 35vh;
	}
}

@media screen and (max-width: 768px) {
	.forgot-password__content {
		height: 58vh;
	}

	.forgot-password__illustration {
		height: 42vh;
	}
}

@media screen and (max-width: 576px) {
	.forgot-password {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.forgot-password__title {
		display: none;
	}

	.forgot-password__title-mobile {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		position: absolute;
		top: 2.4rem;
		left: 2.4rem;
	}

	.forgot-password__content {
		padding: 3.2rem 2.4rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: calc(100vh - 13.6rem);
	}

	.forgot-password__form-container {
		width: 100%;
		min-width: 100%;
	}

	.forgot-password__illustration {
		margin-top: 4.8rem;
		height: 8.8rem;
		width: 100vw;
	}
}

.reset-password-withpopup {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.reset-password {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.reset-password__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 50vw;
	height: 100%;
}

.reset-password__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.2rem;
	width: 25vw;
	min-width: 44rem;
	max-width: 60rem;
}

.reset-password__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: 100%;
}

.reset-password__title-mobile {
	display: none;
}

.reset-password__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.2rem;
	width: 100%;
}

.reset-password__illustration {
	width: 50vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.reset-password {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
	}

	.reset-password__content {
		width: 100%;
		height: 65vh;
	}

	.reset-password__form-container {
		width: 40rem;
	}

	.reset-password__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: 100%;
	}

	.reset-password__register-button {
		margin-top: 0rem;
	}

	.reset-password__illustration {
		width: 100%;
		height: 35vh;
	}
}

@media screen and (max-width: 768px) {
	.reset-password__content {
		height: 58vh;
	}

	.reset-password__illustration {
		height: 42vh;
	}
}

@media screen and (max-width: 576px) {
	.reset-password {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.reset-password__title {
		display: none;
	}

	.reset-password__title-mobile {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		position: absolute;
		top: 2.4rem;
		left: 2.4rem;
	}

	.reset-password__content {
		padding: 3.2rem 2.4rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: calc(100vh - 13.6rem);
	}

	.reset-password__form-container {
		width: 100%;
		min-width: 100%;
	}

	.reset-password__illustration {
		margin-top: 4.8rem;
		height: 8.8rem;
		width: 100vw;
	}
}

.confirm-email {
	height: 100vh;
}

.confirm-email__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.4rem;
	height: 100vh;
	z-index: 99;
	position: relative;
}

.confirm-email__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 4.4rem;
	line-height: 5.6rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
}

.confirm-email__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
}

.confirm-email__text {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: center;
	width: 100%;
}

.confirm-email__email {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(34, 82, 117);
	text-align: center;
	width: 100%;
}

.register {
	min-height: 850px;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.register__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 50vw;
	height: 100%;
	padding-top: 6.4rem;
}

.register__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.2rem;
	width: 25vw;
	min-width: 44rem;
	max-width: 60rem;
}

.register__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: 100%;
}

.register__title-mobile {
	display: none;
}

.register__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.2rem;
	width: 100%;
}

.register__inputs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 2.4rem;
}

.register__illustration {
	width: 50vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.illustration-no-drawing__illu--desktop .illustration {
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.register {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
	}

	.register__content {
		width: 100%;
		height: 100vh;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 6.4rem;
	}

	.register__form-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 2.4rem;
		min-width: 0;
		width: 100%;
		max-width: 40rem;
	}

	.register__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
		width: 100%;
	}

	.register__inputs {
		width: 100%;
	}

	.register__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: 100%;
	}

	.register__illustration {
		width: 100%;
		height: 0vh;
	}
}

@media screen and (max-width: 768px) {
	.register__form-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 2.4rem;
	}

	.register__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
	}

	.register__inputs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
	}

	.register__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0rem;
		padding-top: 6.4rem;
	}

	.register__illustration {
		height: 0vh;
	}
}

@media screen and (max-width: 576px) {
	.register {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.register__title {
		display: none;
	}

	.register__title-mobile {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		position: absolute;
		top: 2.4rem;
		left: 2.4rem;
	}

	.register__content {
		padding: 3.2rem 2.4rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}

	.register__form-container {
		width: 100%;
		min-width: 100%;
	}

	.register__illustration {
		margin-top: 4.8rem;
		height: 8.8rem;
		width: 100vw;
	}
}

.email-confirm-success {
	height: 100vh;
}

.email-confirm-success__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17.5rem;
	height: 100%;
	position: relative;
	z-index: 99;
	padding: 0 12.8rem;
}

.email-confirm-success__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	gap: 3.2rem;
}

.email-confirm-success__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 4.4rem;
	line-height: 5.6rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
}

.email-confirm-success__text {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
}

@media screen and (max-width: 576px) {
	.email-confirm-success__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5.2rem;
		padding: 0 2.4rem;
	}

	.email-confirm-success__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2rem;
		line-height: 3.2rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.email-confirm-success__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.email-confirm-success__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 7.4rem;
	}

	.email-confirm-success__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 3.2rem;
		line-height: 4.8rem;
		font-weight: 900;
		letter-spacing: 0.2rem;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.email-confirm-success__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.6rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.email-confirm-success__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 7.4rem;
	}

	.email-confirm-success__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 4.4rem;
		line-height: 5.6rem;
		font-weight: 900;
		letter-spacing: 0.2rem;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.email-confirm-success__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.8rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}
}

.password-confirmed__download-buttons {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.password-confirmed__download-buttons div {
	padding: 10px;
}

.password-confirmed {
	height: 100vh;
}

.password-confirmed__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17.5rem;
	height: 100%;
	position: relative;
	z-index: 99;
	padding: 0 12.8rem;
}

.password-confirmed__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	gap: 3.2rem;
}

.password-confirmed__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 4.4rem;
	line-height: 5.6rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
}

.password-confirmed__text {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
	color: rgb(16, 37, 68);
	text-align: left;
	width: auto;
}

@media screen and (max-width: 576px) {
	.password-confirmed__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5.2rem;
		padding: 0 2.4rem;
	}

	.password-confirmed__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2rem;
		line-height: 3.2rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.password-confirmed__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.password-confirmed .illustration-oval-bottom {
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.password-confirmed__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 7.4rem;
	}

	.password-confirmed__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 3.2rem;
		line-height: 4.8rem;
		font-weight: 900;
		letter-spacing: 0.2rem;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.password-confirmed__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.6rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.password-confirmed__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 7.4rem;
	}

	.password-confirmed__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 4.4rem;
		line-height: 5.6rem;
		font-weight: 900;
		letter-spacing: 0.2rem;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}

	.password-confirmed__text {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.8rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: center;
		width: auto;
	}
}

.launchpad {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.launchpad__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 80%;
	height: 100%;
	padding-top: 6.4rem;
	margin: auto;
}

.launchpad__container {
	width: 100%;
}

.launchpad__table {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.launchpad__table table {
	width: 100%;
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	border-spacing: 0px;
}

.launchpad__table table tr {
	padding: 0px;
	margin: 0px;
}

.launchpad__table table tr td {
	padding: 1.5rem;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #d7dce0;
}

.launchpad__table table tr td.role {
	color: #596770;
	text-transform: capitalize;
}

.launchpad__table table tr td.action {
	display: flex;
	justify-content: right;
}

.profile {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0;
}

.profile__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	width: 50vw;
	height: 100%;
	padding-top: 6.4rem;
}

.profile__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3.2rem;
	width: 25vw;
	min-width: 44rem;
	max-width: 60rem;
}

.profile__title,
.launchpad__title {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Roboto", Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	color: rgb(16, 37, 68);
	text-align: left;
	width: 100%;
}

.profile__title-mobile {
	display: none;
}

.profile__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.2rem;
	width: 100%;
}

.profile__inputs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 2.4rem;
}

.profile__illustration {
	width: 50vw;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.profile__button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.6rem;
}

.profile__button-container .btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.profile__tertiary-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 2.4rem;
}

@media screen and (max-width: 1024px) {
	.profile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0;
	}

	.profile__content {
		width: 100%;
		height: 100vh;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 6.4rem;
	}

	.profile__form-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 2.4rem;
		min-width: 0;
		width: 100%;
		max-width: 44rem;
	}

	.profile__form {
		width: 100%;
	}

	.profile__inputs {
		width: 100%;
	}

	.profile__title {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: 100%;
	}

	.profile__illustration {
		width: 100%;
		height: 0vh;
	}
}

@media screen and (max-width: 768px) {
	.profile__form-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 2.4rem;
	}

	.profile__inputs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
	}

	.profile__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0rem;
		padding-top: 6.4rem;
	}

	.profile__illustration {
		height: 0vh;
	}
}

@media screen and (max-width: 576px) {
	.profile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.profile__title {
		display: none;
	}

	.profile__title-mobile {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		line-height: 3.2rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: block;
		position: absolute;
		top: 2.4rem;
		left: 2.4rem;
	}

	.profile__content {
		padding: 3.2rem 2.4rem 5.6rem 2.4rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}

	.profile__form-container {
		width: 100%;
		min-width: 100%;
		padding-bottom: 4rem;
	}

	.profile__illustration {
		margin-top: 4.8rem;
		height: 8.8rem;
		width: 100vw;
	}

	.profile__button-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.2rem;
		height: 7.2rem;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 1.6rem;
		-webkit-box-shadow: 0rem -0.4rem 0.8rem rgba(29, 39, 130, 0.12);
		box-shadow: 0rem -0.4rem 0.8rem rgba(29, 39, 130, 0.12);
		background-color: rgb(255, 255, 255);
	}

	.profile__button-container .btn-primary {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-weight: 600;
		letter-spacing: 0;
		color: rgb(255, 255, 255);
		text-align: left;
		width: auto;
	}

	.profile__button-container .btn-secondary {
		font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
			"Roboto", Helvetica, Arial, sans-serif;
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-weight: 400;
		letter-spacing: 0;
		color: rgb(16, 37, 68);
		text-align: left;
		width: auto;
	}
}

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