/* SITE CSS */
/* WEBSITE 2025 Â© URBAN PROPERTIES - BRAVE BOYS - STELLAR */



/* BODY */

body {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	/*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


/* NAVIGATION */

.navbar.sticky--top {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s, box-shadow 0.3s;
	padding: .5rem 0;
}

.navbar.sticky--top.scrolled {
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navigation--section {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar--container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

a.navbar-brand {
	padding-left: 3rem;
}

.navbar-brand img {
	height: 60px;
	opacity: 0;
	transition: all 0.3s ease;
}

.navbar.sticky--top.scrolled .navbar-brand img {
	height: 60px;
	opacity: 1;
}

.navbar-nav {
	background-color: #f2f4f5;
	border-top-right-radius: 1.25rem;
	display: flex;
	gap: 0rem;
}

.nav--item {
	list-style: none;
}

.nav--link--language {
	color: #000;
	padding: 0.5rem !important;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: inline-block;
	border-radius: 50px;
	margin: 0;
}

.nav--item img.language--icon {
	height: 30px;
}

.nav--link {
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 0;
	color: #010101;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	padding: 1rem 1.15rem 0.85rem 1.15rem !important;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.nav--link:hover {
	background-color: #F2F2F2;
	color: #141414;
}

.nav--link.phone-link {
	color: #0A0A87;
}

.navbar.sticky--top .nav--link:hover {
	background-color: #9EA8B4;
	color: #FFF;
}

.navbar.sticky--top .nav--link.contact--link {
	border-top-right-radius: 1.25rem;
}

.navbar.sticky--top .nav--link.contact--link:hover {
	border-top-right-radius: 1.25rem;
}

.navbar.sticky--top.scrolled .nav--link:hover {
	background-color: #9EA8B4;
	color: #FFF;
}

.navbar.sticky--top.scrolled .nav--link.active:hover {
	background-color: #9EA8B4;
	color: #000;
}

.navbar.sticky--top .nav--link.active {
	background-color: #0A0A87;
	color: #FFF;
}

.navbar.sticky--top .nav--link.active:hover {
	background-color: #9EA8B4;
	color: #000;
}


/* navbar icon */
.navbar--container li a.nav--link--icon {
	border: 2px solid transparent;
	display: flex;
	padding: 0.75rem 1rem 0.75rem 1rem !important;
	transition: border-color 0.3s ease;
}

.navbar--container li a.nav--link--icon:hover {
	border-color: #96BAEC;
}

.navbar--container li a.nav--link--icon img.nav--icon {
	height: 1.25rem;
}



/* navbar with toggler */
.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler .nav__button {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease-in-out;
	width: 2.5rem;
}

.navbar-toggler .nav__button:hover .nav__button--stroke--middle {
	width: 100%;
}

.nav__button--stroke {
	background-color: #000;
	height: 2px;
	margin: .35rem 0;
	width: 100%;
}

.nav__button--stroke--middle {
	background-color: #000;
	height: 2px;
	margin: .25rem 0;
	transition: width .2s ease-in-out;
	width: 80%;
}

.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar a.navbar-brand img.brand-logo {
	height: 20px;
}

.navbar .offcanvas button.btn__close {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #CCC;
	display: flex;
	font-size: 2rem;
	height: 42px;
	justify-content: center;
	opacity: .5;
	transition: opacity .2s ease-in-out;
	padding: 0;
}

.navbar .offcanvas button.btn__close:hover {
	opacity: 1;
}

.offcanvas-brand--logo {
	background-color: #032b2d;
	padding: 1rem 2rem 1.175rem 2rem;
}

.navbar .offcanvas {
	background-color: #FFF;
}

.navbar .offcanvas .offcanvas-title {
	color: #999;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar .offcanvas-header {
	padding: 2rem 2.25rem 1rem 2.25rem;
	align-items: end;
}

.navbar .offcanvas-body {
	padding: 0rem 1rem;
	display: flex;
	flex-direction: column;
}

.navbar .offcanvas-body a.nav-link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	transition: .2s ease-in-out all;
	text-decoration: none;
}


/* NAV SUBMENU */

.nav--item--has-submenu {
	position: relative;
}

.nav--submenu {
	background-color: #F2F4F5;
	display: flex;
	flex-direction: column;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 100%;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	transition: opacity 0.2s ease;
	visibility: hidden;
	z-index: 998;
}

.nav--item--has-submenu:hover .nav--submenu {
	opacity: 1;
	visibility: visible;
}

.nav--submenu--item {
	border-bottom: 1px solid #DDD;
	width: 100%;
}

.nav--submenu--item:last-child {
	border-bottom: none;
}

.nav--submenu--link {
	background-color: transparent;
	border: 2px solid transparent;
	color: #010101;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
	padding: 1rem 1.15rem 0.85rem 1.15rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 100%;
}

.nav--submenu--link:hover {
	background-color: #9EA8B4;
	color: #FFF;
}

/* MOBILE submenu */
.nav--submenu--mobile {
	list-style: none;
	padding-left: 1rem;
	margin: 0.25rem 0 1rem;
}

.nav--submenu--mobile .nav--submenu--link {
	display: block;
	color: #0A0A87;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	padding: 0.4rem 0.4rem 0.4rem .75rem;
	transition: all ease 0.3s;
}

.nav--submenu--mobile .nav--submenu--link:hover {
	color: #FFF;
}




/* HEADER */

section header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	background-color: #FFF;
}

section header h2 {
	font-size: 3.25rem;
	letter-spacing: -.0125rem;
	font-weight: 800;
	color: #141414;
}

section header h3 {
	/* background-color: #EEE; */
	color: #FFF;
	display: inline-flex;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: .25rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

section header .hero--container {
	padding: 0;
	position: relative;
}

section header .hero--container div.hero--logo--box {
	padding-left: 3rem;
	position: absolute;
	top: -3rem;
}

section header .hero--container div.hero--logo--box img {
	height: 300px;
	transition: all 0.3s ease;
}


section header .hero--content--box {
	position: absolute;
	padding: 1rem;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image--content--box {
	position: absolute;
	right: -35px;
	top: -150px;
	z-index: 999;
}

.image--content--box img {
	height: auto;
	width: 350px;
}

.hero--content--box .text--content--box {
	text-align: start;
	margin-top: 3rem;
	width: 90%;
}

.hero--content--box h2 {
	color: #FFF;
	font-size: 6rem;
	line-height: 1;
	margin-bottom: .5rem;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

section header .hero--img--box {
	border-radius: 0;
	/* box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15); */
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

section header .hero--container img {
	width: 100%;
	height: 75vh;
	object-fit: cover;
}

/*
section header .hero--container.nextpage--hero img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}
*/

section header .hero--container.nextpage--hero img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

section header .hero--container.contactpage--hero img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

section header .hero--container.newspage--hero img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}



/* ---------------------------------------------------
	INTRO
----------------------------------------------------- */

.intro__block {
	background-color: #FFF;
	padding: 5rem 0;
	width: 100%;
}

.intro__block.home--block {
	background-color: #FAF9FD;
	padding: 5rem 0;
	width: 100%;
}

.intro__block.nextpage--block {
	background-color: #FFF;
	padding: 7rem 0 7rem 0;
	width: 100%;
}

.intro__block .container {
	background-color: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.intro__block h1 {
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: 1rem;
}

span.marker-lightblue {
	color: #96BAEC;
}

span.marker-grey {
	color: #646477;
}

.intro__block h2 {
	color: #0A0A87;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.intro__block p {
	color: #141414;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: -.0125rem;
}

.intro__block .text--block--wrapper {
	background-color: #49CDCC;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

.intro__block .text--block--body {
	background-color: #F6F6F6;
	padding: 2.5rem;
}



/* TOP MENU */

.topmenu__block {
	background-color: #FFF;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 1.2rem 0;
}

.topmenu__block .topmenu--wrapper {
	background-color: #F2F4F5;
	padding: .5rem 1rem;
}

.topmenu__list {
	list-style: none;
	margin: 0;
	padding: .5rem 0;
	display: flex;
	justify-content: flex-start;
	gap: 1rem;
	width: 100%;
}

.topmenu__list li {
	display: flex;
}

.topmenu__list li a {
	background-color: #FFF;
	border-radius: 0;
	border-top-right-radius: 1.25rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.75rem 1rem 0.55rem 1rem !important;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.topmenu__list li a.active {
	background-color: #0A0A87;
	color: #FFF;
}

.topmenu__list li a.project--website--button {
	background-color: #050550;
	border-radius: 0;
	border-top-right-radius: 1.25rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	color: #FFF;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.75rem 1rem 0.55rem 1rem !important;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.topmenu__list li a.project--website--button:hover {
	background-color: #0A0A87;
	color: #FFF;
}

.topmenu__list li a.project--website--button i {
	transition: transform 0.3s ease;
}

.topmenu__list li a.project--website--button:hover i {
	transform: translateX(5px);
}

.topmenu__list li a.next--button {
	background-color: #FFF;
	border-radius: 0;
	border-top-right-radius: 1.25rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.75rem 1rem 0.55rem 1rem !important;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.topmenu__list li a.next--button:hover {
	background-color: #0A0A87;
	color: #FFF;
}

.topmenu__list li a.next--button i {
	transition: transform 0.3s ease;
}

.topmenu__list li a.next--button:hover i {
	transform: translateX(5px);
}

.topmenu__list li a.back--button {
	background-color: #FFF;
	border-radius: 0;
	border-top-right-radius: 1.25rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0.75rem 1rem 0.55rem 1rem !important;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.topmenu__list li a.back--button:hover {
	background-color: #0A0A87;
	color: #FFF;
}

.topmenu__list li a.back--button i {
	transition: transform 0.3s ease;
}

.topmenu__list li a.back--button:hover i {
	transform: translateX(-5px);
}



/*
.topmenu__list li a:hover {
	background-color: #96BAEC;
	color: #FFF;
}
*/

.topmenu__list li a:hover {
	background-color: #9EA8B4;
	color: #FFF;
}



/* PROJECTS */

/* full project summary */
.fullproject__block {
	background: linear-gradient(to top right, #D4D9E1 25%, #E1E6EE 75%);
	min-height: 50vh;
	padding: 5rem 0;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}

.grid-item {
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.item-version-1 {
	height: 400px;
}

.item-version-2 {
	height: 450px;
}

.item-version-3 {
	height: 500px;
}

.project--image {
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.project--overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
	position: absolute;
	width: 100%;
}

.project--overlay h2 {
	color: #FFF;
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0;
}

.project--overlay p {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}

.project--tile {
	cursor: pointer;
	margin: 1rem;
	position: relative;
	width: calc(33.333% - 2rem);
}

/*
.projectitem--wrapper {
	background-color: #fefefe;
	border-radius: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: start;
	transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
}*/
.projectitem--wrapper {
	background-color: #fefefe;
	border-top-right-radius: 4rem;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: start;
	transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
}

.projectitem--wrapper:hover {
	box-shadow: 0 0 25px #96BAEC;
	filter: saturate(125%);
}

.projectitem--wrapper:hover .project--image {
	transform: scale(1.05);
}

.start-1 {
	margin-top: 4rem;
}

.start-2 {
	margin-top: 1rem;
}

.start-3 {
	margin-top: 4rem;
}



/* project block and tile - home and detail */

.project__block {
	background-color: #F2F4F5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 7rem 0 5rem 0;
}

.project__block h2 {
	color: #050550;
	font-size: 2.25rem;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: .5rem;
}

.project__block p {
	font-size: 1.35rem;
	font-weight: 400;
}

.project--wrapper {
	background-color: #fefefe;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: start;
	border-radius: 0;
	transition: transform 0.5s ease;
	position: relative;
	overflow: hidden;
}

.project--wrapper:hover img {
	transform: scale(1.1);
}

.project--wrapper .item--content {
	background-color: rgba(21, 21, 96, 0.9);
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	left: 0;
	padding: 1.4rem 1.5rem 1.5rem 1.5rem;
	position: absolute;
	width: 100%;
}

.project--wrapper h2 {
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: .25rem;
	color: #FFF;
	/* Ensure title text is white */
}

.project--subtitle p {
	color: #FFF;
	/* Ensure subtitle text is white */
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	/* Remove default margin */
}

.project--wrapper .item--image {
	overflow: hidden;
	position: relative;
}

.project--wrapper .item--image img {
	height: 550px;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}


.project__block .next--button {
	background-color: #CDD0D1;
	border-top-right-radius: 1.25rem;
	color: #010101;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
	padding: 1rem 1.75rem .75rem 1.75rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.project__block .next--button:hover {
	background-color: #010101;
	color: #FFF;
}



/* project page */

.paragraph__block.project--block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 8rem 0;
}

.paragraph__block.project--block h3 {
	color: #0A0A87;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	line-height: 1;
}


/* ============================
   COLUMN BLOCK
============================ */

.column__block {
	padding: 10rem 0;
}

.column--segment--wrapper {
	background-color: #F2F4F5;
	border-radius: 3.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	transition: all 0.5s ease;
}

.column--segment--wrapper:hover {
	background: #9EA8B4;
	transition: all 0.5s ease;
}

.column--segment--inner {
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 3rem 3.25rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

.column--segment--inner .icon--box i {
	color: #646477;
	font-size: 7rem;
	margin: 1.5rem;
}

.column__block h3 {
	color: #0A0A87;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: .5rem;
}

.column__block .column--list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column__block .column--list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.75rem;
}

.column__block .column--icon {
	flex: 0 0 1.5rem;
	font-size: 1.5rem;
	color: #96BAEC;
	margin-right: 1rem;
	margin-top: .125rem;
}

.column__block .column--text {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.button--box .segment--button {
	background-color: #0A0A87;
	border-top-right-radius: 1.25rem;
	font-size: 1.35rem;
	letter-spacing: -.025rem;
	padding: .95rem 1.1rem .7rem 1.1rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.button--box {
	margin-top: auto;
}

.button--box .segment--button:hover {
	background-color: #010160;
}

.button--box .segment--button:focus {
	outline: none;
}



/* NEWS */

.news__block {
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8rem 0;
}

.news__block.home--block {
	padding: 0 0 10rem 0;
}

.news__block h2 {
	color: #050550;
	font-size: 2.25rem;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: .5rem;
}

.news__block p {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	margin-bottom: 2rem;
}

.newsitem--wrapper {
	background-color: #fefefe;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	overflow: hidden;
	padding: 0;
	text-align: start;
	transition: transform 0.5s ease;
}

.newsitem--wrapper:hover .item--image img {
	transform: scale(1.1);
}

.newsitem--wrapper .item--image {
	overflow: hidden;
	position: relative;
}

.newsitem--wrapper .item--image img {
	height: 500px;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}

.newsitem--wrapper .image--text {
	background-color: rgba(21, 21, 96, 0.9);
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	left: 0;
	padding: 1.35rem 1.25rem 1.25rem 1.25rem;
	position: absolute;
	width: 100%;
}

.newsitem--wrapper .image--title {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.newsitem--wrapper .news--date {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 1px;
}




/* USP ICON BLOCK */

section.usp__block {
	background-color: #FFF;
	padding: 10rem 0;
}

section.usp__block h2 {
	color: #0A0A87;
	font-size: 2.5rem;
	margin-bottom: .5rem;
	line-height: 1.1;
}

section.usp__block p {
	font-size: 1.25rem;
	line-height: 1.5;
}

section.usp__block ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

section.usp__block ul li {
	align-items: center;
	/*border-bottom: 2px solid #EDF0F1;
	border-right: 2px solid #EDF0F1;*/
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
	padding: 2rem;
	text-align: center;
}

section.usp__block ul li:nth-child(2n) {
	border-right: none;
}

section.usp__block ul li:nth-child(3),
section.usp__block ul li:nth-child(4) {
	border-bottom: none;
}

section.usp__block ul li .usp__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.usp__block ul li .usp__wrapper h3 {
	background-color: #96BAEC;
	border-top-right-radius: .65rem;
	color: #151560;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	margin-bottom: 0;
	margin-top: 1.25rem;
	padding: .45rem .6rem .25rem .6rem;
	text-transform: uppercase;
}

section.usp__block ul li .usp__wrapper i {
	color: #646477;
	font-size: 7rem;
}



/* FEATURES */

.features__block {
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6rem 0 3rem 0;
}

.features__block .row:first-of-type {
	margin-bottom: 2rem;
}

.features__block .intro--container h2 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
	color: #002599;
	letter-spacing: -.0125rem;
}

.features__block p {
	font-size: 1.45rem;
	font-weight: 400;
}

.feature--wrapper {
	background-color: #fefefe;
	padding: 2.5rem 1.5rem;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.085);
	text-align: center;
	border-radius: 1rem;
}

.features__block .col-12 {
	text-align: center;
	padding: 0 0.75rem;
}

.feature--wrapper .icon i.item1 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FC658C;
}

.feature--wrapper .icon i.item2 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FFB600;
}

.feature--wrapper .icon i.item3 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #FF682C;
}

.feature--wrapper .icon i.item4 {
	font-size: 5rem;
	margin-top: .5rem;
	color: #39C97D;
}

.feature--wrapper h2 {
	margin-top: 1.25rem;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
}

.feature--wrapper p {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.45;
}



/* BANNER */

.banner__block {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background-image: url('path-to-your-banner-image.jpg');
	background-size: cover;
	background-position: center;
}

.banner__block .banner--content {
	text-align: center;
}

.banner__block .banner--content h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.banner__block .banner--content p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.banner__block .tryfree--button {}



/* PARAGRAPH */

.paragraph__block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding-bottom: 8rem;
}

.paragraph__block:last-child {
	padding-bottom: 0;
}

.paragraph__block.last--block {
	padding: 8rem 0 8rem 0;
}

.paragraph__block.news--block {
	padding-bottom: 8rem;
}

.paragraph__block.news--block--detail {
	padding-bottom: 12rem;
}

.paragraph__block.vacancy--block {
	padding: 8rem 0 2rem 0;
}

.paragraph__block.vacancy--detail--block {
	padding: 8rem 0 5rem 0;
}

.paragraph__block.information--page {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 6rem 0 8rem 0;
}

.paragraph__block .image--container {
	padding: 3rem 0;
}

.paragraph__block .image--container img {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	height: 600px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.paragraph__block h2 {
	color: #0A0A87;
	font-size: 2.25rem;
	margin-bottom: .5rem;
	line-height: 1.1;
}

.paragraph__block h3 {
	color: #141414;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.paragraph__block p {
	font-size: 1.25rem;
	line-height: 1.5;
}

.watermark--icon {
	background-image: url('../../images/logos/up-watermark-iconlogo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.paragraph__block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.paragraph__block li i {
	font-size: 1.15rem;
	color: #141414;
}

.paragraph__block li span {
	font-size: 1.25rem;
}

.paragraph__block img {
	border-top-right-radius: 4rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	filter: saturate(125%);
	min-height: 500px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.paragraph__block.news--block img.news--img {
	border-top-right-radius: 4rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	filter: saturate(125%);
	min-height: 500px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.paragraph__block.news--block h2 {
	color: #0A0A87;
	font-size: 2rem;
	margin-bottom: .5rem;
	line-height: 1.1;
}

.paragraph__block.news--block h3 {
	color: #141414;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	line-height: 1;
}

.paragraph__block.news--block p {
	font-size: 1.15rem;
	line-height: 1.5;
}

.paragraph__block button.button__link--readmore {
	background-color: #0A0A87;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 700;
	padding: 1rem 1.5rem .75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.paragraph__block button.button__link--readmore i {
	transition: transform 0.3s ease;
}

.paragraph__block button.button__link--readmore:hover {
	background-color: #0A0A87;
	color: #141414;
}

.paragraph__block button.button__link--readmore:hover i {
	transform: translateX(8px);
}


.paragraph__block button.button__link--vacancy {
	animation: pulse-animation 2.5s infinite;
	background-color: #0A0A87;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 700;
	padding: 1rem 1.5rem .75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.paragraph__block button.button__link--vacancy i {
	transition: transform 0.3s ease;
}

.paragraph__block button.button__link--vacancy:hover {
	background-color: #06CFCD;
	color: #141414;
}

.paragraph__block button.button__link--vacancy:hover i {
	transform: translateX(4px);
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(37, 194, 174, 0.8);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* HIGHLIGHTS */

.highlight__block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	padding: 10rem 0 5rem 0;
}

.highlight__block .text--block--wrapper {
	background-color: #06CFCD;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

.highlight__block .text--block--body {
	background-color: #FFF;
	padding: 2.5rem;
}

.highlight__block h2 {
	color: #141414;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.highlight__block p {
	font-size: 1.3rem;
	line-height: 1.6;
}



/* REGISTER */

.register__block {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
}

.register__block h2 {
	font-size: 2.25rem;
	line-height: 1.3;
	font-weight: 700;
}

.register__block .content--wrapper {
	background-color: #EFEFEF;
	border-radius: 2rem;
	padding: 2rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.register__block .form--container {
	background-color: white;
	border-radius: 1.5rem;
	padding: 2rem;
}

.register__block .form-group label {
	display: block;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: 600;
	font-size: 1.1rem;
}

.register__block .form-group input {
	width: 100%;
	padding: 0.5rem;
	border-radius: 0.3rem;
	border: 1.5px solid #DDD;
	color: #141414;
	transition: border-color 0.3s ease;
	/* transition effect for border color */
}

.register__block .form-group input::placeholder {
	color: #DDD;
}

.register__block .form-group input:focus {
	border-color: #007bff;
	/* different border color when focused */
	outline: none;
	/* remove focus outline */
}

.register__block .submit--button {
	width: 100%;
}

.register__block .header--container,
.register__block .terms--text,
.register__block .login--prompt {
	text-align: center;
}

.register__block .terms--text p,
.register__block .login--prompt p {
	font-size: 1rem;
}



/* PACKAGES */

.package__block {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package__block h2 {
	font-size: 2.75rem;
	line-height: 1.3;
	font-weight: 700;
}

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

.package__block .header--container {
	padding: 4rem 0;
}

.cards--wrapper {
	padding: 0 0.75rem;
	/* total padding will be 1.5rem */
}

.card--wrapper {
	background-color: white;
	border-radius: 1.5rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.package--card {
	padding: 1rem;
}

.package--card h2 {
	color: #B3B3B9;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--card h3 {
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 700;
}

.package--price small {
	font-weight: normal;
	font-size: smaller;
}

.employee--control {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}

.control--btn {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.employee--count {
	width: 50px;
	text-align: center;
	border: none;
}

.try--btn {
	width: 100%;
}

.try--btn:focus {
	outline: none;
}

.package--divider {
	border-top: 1.5px solid #EEE;
	margin: 2.5rem 0;
}

.features--list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features--list li {
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
}

.features--list li span {
	display: inline-block;
	margin-bottom: 0.125rem;
}

.features--list li i {
	color: #00DFB2;
	margin-right: 0.75rem;
}



/* FAQ */

.faq__block {
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10rem;
	padding-top: 2rem;
}

.faq__block .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.0)40%);
}

.faq__block .faq--image img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 1rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}


.faq__block .faq--heading {
	font-size: 2rem;
	margin-bottom: .5rem;
	color: #002599;
	letter-spacing: -.025rem;
}

.faq__block .faq--text {
	font-size: 1.25rem;
}

.accordion-button {
	background-color: transparent;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

h2.accordion-header button {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
	background-color: #39C97D;
	color: white;
}

.accordion-button:not(.collapsed)::after {
	color: white;
}

.accordion-body {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Eina 01', Arial, sans-serif;
	color: #000;
}

.accordion-button::after {
	transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
	box-shadow: none;
}



/* CALL TO ACTION */

.cta__block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta__block {
	background-color: #FAF9FD;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 5rem 0 4.5rem 0;
}

.cta__block.thankyou--page {
	background-color: #FAF9FD;
	display: flex;
	justify-content: center;
	min-height: 1vh;
	overflow: hidden;
	padding: 2rem 0;
	position: relative;
}

/*.cta__block.logo--bg {
	background-image: url('../../images/background/image.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}*/

.cta__block h2 {
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 1rem;
	letter-spacing: -.025rem;
}

.cta__block p {
	margin-bottom: 2.5rem;
	font-size: 1.35rem;
}

.cta__block .cta--button {
	background-color: #0A0A87;
	border-top-right-radius: 1.25rem;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
	padding: 1rem 1.75rem .75rem 1.75rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.cta__block .cta--button:hover {
	background-color: #010160;
}

.cta__block .cta--button:focus {
	outline: none;
}

.cta__block .trial-period {
	display: block;
	margin-top: 1.25rem;
}



/* GRADIENT / LINE SECTION */

.gradient--section {
	height: 10px;
	background-color: #96BAEC;
}

.line--section {
	height: 10px;
	background-color: #96BAEC;
}



/* CONTACT BLOCK */

/*
.contact__block {
	align-items: center;
	background-color: #96BAEC;
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}
*/

.contact__block {
	align-items: center;
	background-color: #AEB8c4;
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

.contact__link {
	align-items: center;
	background-color: #FAF9FD;
	border-radius: 0;
	color: #010101;
	display: flex;
	height: 60px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 60px;
}

.contact__link:hover {
	background-color: #010160;
	color: #fff;
}

.contact__link i {
	font-size: 2rem;
}

.contact__list {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact__list li {
	margin: 0 .35rem;
}



/* LOGO BLOCK */

.logo__block {
	background-color: #FFF;
}

.logo__block ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 3rem 0;
	width: 100%;
}

.logo__block ul li {
	align-items: center;
	display: flex;
	flex: 1 1 25%;
	justify-content: center;
}

.logo__block ul li img {
	height: 50px;
}



/* QUICKMENU BLOCK */

.quickmenu__block {
	background-color: #FFF;
	padding: 5rem 0 3rem 0;
	text-align: center;
}

.quickmenu__list {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.quickmenu__list a {
	align-items: center;
	background-color: #EDF0F1;
	color: #141414;
	display: flex;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -.025rem;
	line-height: 1;
	padding: 1rem 1rem 0.75rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.quickmenu__list a:hover {
	background-color: #0A0A87;
	color: #FFF;
}

.quickmenu__list li {
	margin-right: 0.75rem;
}

.quickmenu__title {
	align-items: center;
	background-color: #646477;
	color: #FFF;
	display: flex;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-right: 1.5rem;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
}

.quickmenu__title--inner {
	margin-top: 3px;
}

.quickmenu__title i {
	color: #FFF;
	font-size: 1rem;

}



/* ---------------------------------------------------
	PROJECT PAGE
----------------------------------------------------- */

section.project-showcase-wrapper .project-img img {
	height: 500px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.project--detail--content h3 {
	color: #FFF;
	font-size: 2.25rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.project--detail--content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: start;
}

.project--detail--content li {
	padding: .2rem 0;
}

.project--detail--content li i {
	color: #96BAEC;
	font-size: 1.35rem;
}

.project--detail--content li i.suboption {
	color: #FFF;
	font-size: 1.15rem;
}

.project--detail--content li span {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1;
}

.showcase--body .carousel-item img {
	height: 500px;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}



/* ---------------------------------------------------
	BREADCRUMBS
----------------------------------------------------- */

.breadcrumbs {
	width: 100%;
}

.breadcrumbs ol.breadcrumbs-list {
	display: flex;
	list-style: none;
	padding: 1rem 1rem;
	width: 100%;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item {
	padding-left: .75rem;
	padding-right: .75rem;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a {
	color: #8f8f8f;
	font-size: 1rem;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a .fa-house-blank {
	color: #0A0A87;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a:hover {
	color: #0A0A87;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

.breadcrumbs ol.breadcrumbs-list li.breadcrumbs-list-item a.active {
	color: #0A0A87;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

li.breadcrumbs-list-cev {
	padding-left: .25rem;
	padding-right: .25rem;
}

li.breadcrumbs-list-cev i {
	color: #a8a8a8;
	font-size: .9rem;
}


/* META */

ul.project-page-meta {
	display: flex;
	list-style: none;
	padding: 0;
	width: 100%;
}

ul.project-page-meta li {
	margin-right: 1.5rem;
}

ul.project-page-meta li i {
	color: #0A0A87;
	font-size: 1.125rem;
	margin-right: .25rem;
}

ul.project-page-meta li span.info {
	color: #6c7478;
	font-size: 1.125rem;
	margin-left: .25rem;
}


/* PROJECT AND COMPANY STATS */

/* company */

.company-stats {
	background-color: #AEB8c4;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); */
	padding: 2.5rem 0;
}

.company-stats .project-stats-wrapper {
	align-content: center;
	background-color: #FFF;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 2rem;
	width: 100%;
}

.company-stats .project-stats-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	width: 100%;
}

.company-stats .project-stats-wrapper ul li.stats-item {
	text-align: start;
	position: relative;
}

.company-stats .project-stats-wrapper ul li.stats-item:nth-child(3n) {
	border-right: none;
}

.company-stats .project-stats-wrapper ul li.stats-item:not(:nth-child(3n)) {
	border-right: 1px solid #EEE;
}

.company-stats .project-stats-wrapper ul li.stats-item:nth-child(-n+3) {
	border-bottom: 1px solid #EEE;
}

.company-stats .stats-item .stats-item-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.company-stats .stats-item .counter-box {
	text-align: center;
}

.company-stats .stats-item .title-box {
	text-align: center;
}

.company-stats .stats-item .stats-item-content .counter-box span {
	color: #0A0A87;
	display: block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: .9rem;
}

.company-stats .stats-item .stats-item-content .title-box span {
	color: #1e231e;
	display: block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}


/* detail page */

.project-stats {
	background-color: #AEB8c4;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); */
	padding: 2.5rem;
}

.project-stats-wrapper {
	align-content: center;
	background-color: #FFF;
	padding: 2.5rem;
	width: 100%;
	display: flex;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.project-stats-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	width: 100%;
}

.project-stats-wrapper ul li.stats-item {
	text-align: start;
	position: relative;
}

.project-stats-wrapper ul li.stats-item:nth-child(3n) {
	border-right: none;
}

.project-stats-wrapper ul li.stats-item:not(:nth-child(3n)) {
	border-right: 1px solid #EEE;
}

.project-stats-wrapper ul li.stats-item:nth-child(-n+3) {
	border-bottom: 1px solid #EEE;
}

.stats-item .stats-item-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.stats-item .counter-box {
	text-align: center;
}

.stats-item .title-box {
	text-align: center;
}

.stats-item .stats-item-content .counter-box span {
	color: #0A0A87;
	display: block;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: .9rem;
}

.stats-item .stats-item-content .title-box span {
	color: #1e231e;
	display: block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1;
}



/* ============================
	LOCATION
============================ */

.location--block {
	padding: 10rem 0 9rem 0;
}

.location--block .container {
	max-width: 1600px;
}

.location--title {
	color: #050550;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: .75rem;
}

.location--description {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	margin-bottom: 2.25rem;
}

.location--block .cta--button {
	background-color: #9EA8B4;
	border-top-right-radius: 1.25rem;
	color: #010101;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
	padding: 1rem 1.5rem .75rem 1.5rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.location--block .cta--button:hover {
	background-color: #010101;
	color: #FFF;
}

.location--block .cta--button i {
	transition: transform 0.3s ease;
}

.location--block .cta--button:hover i {
	transform: translateX(6px);
}


/* LOCATION MAP WRAPPERS */
.location--map--outer {
	background-color: #F2F4F5;
	padding: 1rem;
}

.location--map--inner {
	background-color: #FFFFFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	padding: 0.5rem;
}

/* GOOGLE MAP */
#map {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.location--address p {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0;
}



/* ============================
	CONTACT SIDEBAR
============================ */

.contact--wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.contact--wrapper--item {
	display: flex;
	justify-content: flex-end;
}

.contact--button {
	align-items: center;
	background-color: transparent;
	border-radius: 1rem 0 0 1rem;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.05);
	/* subtiele drop shadow links/onder/boven */
	color: #000;
	display: flex;
	height: 66px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.3s;
	width: 66px;
}

.contact--button:hover {
	background-color: #000;
	text-decoration: none;
}

.contact--button--light {
	background-color: #E2E5E7;
	/* iets donkerder dan #F2F4F5 */
}

.contact--button--light:hover {
	color: #FFF;
}

.contact--button--blue {
	background-color: #28A1FF;
}

.contact--button--blue:hover {
	color: #FFF;
}

.contact--button--dark {
	background-color: #0A0A87;
	color: #FFF;
}

.contact--icon {
	font-size: 2.15rem;
	pointer-events: none;
}



/* ---------------------------------------------------
	  LIGHTGALLERY
----------------------------------------------------- */


.lg-outer .lg-thumb-item {
	border: 2px solid #fff !important;
	transition: .2s ease-in-out all;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #96BAEC !important;
}

.lg-outer .lg-thumb-outer {
	display: flex;
	justify-content: center;
}



/* ---------------------------------------------------
	  CAROUSEL
----------------------------------------------------- */

.showcase__block {
	align-items: center;
	background: linear-gradient(to bottom, #0A0A87 25%, #010160 75%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem 0;
}

.showcase__block .showcase--body {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25)
}



/* FOOTER */

.footer__top--container {
	background: linear-gradient(to bottom, #0A0A87 50%, #010160 100%);
}

/*
.icon--image {
	background-image: url('../../images/icons/up-dutch-skyline-footer-icon.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 15%;
}
*/

.icon--image {
	background-image: url('../../images/icons/up-dutch-skyline-footer-icon.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30%;
}

/*
.footer__top {
	font-family: 'Eina 01', Arial, sans-serif;
	justify-content: center;
	padding: 6rem 0 5rem 0;
}
*/

.footer__top {
	font-family: 'Eina 01', Arial, sans-serif;
	justify-content: center;
	padding: 6rem 0 7rem 0;
}

.footer__top h3 {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: .5rem;
	line-height: 1;
}

.footer--link {
	color: #FFF;
	font-size: 1.15rem;
	transition: color 0.3s ease;
	text-decoration: none;
	margin-right: 0.25rem;
	white-space: nowrap;
}

.footer--list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer--list li {
	margin: .1rem 0;
}

.footer--info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer--info li {
	margin: .1rem 0;
}

.footer--info li p {
	color: #FFF;
	font-size: 1.15rem;
}

.footer--link:hover {
	color: #96BAEC;
}

.footer__top p a {
	color: #FFF;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.footer__top p a:hover {
	color: #96BAEC;
}


.footer--icon {
	color: #FFF;
	font-size: .9rem;
	margin-right: 0.25rem;
}

.footer__bottom--container {
	background-color: #010160;
	border-top: 2px solid #323287;
}

.footer__bottom {
	padding: 1rem 0;
}

.bottom-link {
	color: #FFF;
	font-size: 0.95rem;
	transition: color 0.3s ease;
	text-decoration: none;
}

.bottom-link:hover {
	color: #96BAEC;
}



/* ============================
	TOOLTIP CUSTOM STYLING
============================ */

.tooltip .tooltip-inner {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
}



/* TEXT */

h1,
h2,
h3,
h4 {
	color: #000;
	font-family: 'Gotham Pro', Arial, sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 900;
}

h2 {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.75rem;
	line-height: 1.4;
	font-weight: 800;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}

p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	text-rendering: optimizeLegibility;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

p a {
	color: #0A0A87;
	text-decoration: underline;
	transition: color 0.3s ease;
}

p a:hover {
	color: #010101;
}

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


/* colors */

.text-midgrey {
	color: #AEB8C4;
}

.text-bluegrey {
	color: #96BAEC;
}

.text-blue {
	color: #0A0A87;
}



/* ANIMATION */

.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.2s;
}

.delay-3 {
	animation-delay: 0.3s;
}

.delay-4 {
	animation-delay: 0.4s;
}




/* MARKER ANIMATION */

.marker--animation {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.marker--animation::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background: #C6BCFF;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	z-index: -1;
}

.paragraph__block.reversed .row {
	flex-direction: row-reverse;
}

.marker--animation.scrolled::after {
	transform: translateX(0);
}



/* BUTTON */

button {
	background-color: #EEE;
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .75rem 1.5rem;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	display: inline-block;
	line-height: normal;
	font-family: 'Gotham Pro', Arial, sans-serif;
	letter-spacing: -.025rem;
}

button:hover {
	background-color: #DDD;
}

button:focus {
	outline: none;
}


/* ---------------------------------------------------
	FORM
----------------------------------------------------- */

.form__block.intro--block {
	display: flex;
	align-items: center;
	padding: 8rem 0;
	background-color: #FFF;
}

.form__block.intro--block h1 {
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 800;
	letter-spacing: -.0125rem;
	line-height: 1;
	margin-bottom: .5rem;
}

.form__block.intro--block h2 {
	color: #0A0A87;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.form__block.intro--block h3 {
	color: #141414;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: .65rem;
}

.form__block.intro--block p {
	font-size: 1.25rem;
}

.form__block.intro--block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form__block.intro--block li i {
	font-size: 1.15rem;
	color: #010101;
}

.form__block.intro--block li span {
	font-size: 1.25rem;
}


.form__block form {
	width: 100%;
}

.form--body {
	background: linear-gradient(to top right, #010160 0%, #0A0A87 50%, #0B0B98 100%);
	border-radius: 0;
	border-top-right-radius: 7rem;
	padding: 2rem;
}

.form--body--inner {
	background-color: #FFF;
	border-radius: 0;
	border-top-right-radius: 5.5rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	padding: 3rem;
}

.form--body--inner h2 {
	color: #002599;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: .25rem;
}

.form--body--inner p {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

.form--body .form--body--inner p {
	font-size: 1.15rem;
}

.form--body label {
	color: #111;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -.0125em;
	text-transform: uppercase;
}

.form--body .form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: 50px;
}

.form--body .form-control:focus {
	background-color: #fff !important;
	border-color: #96BAEC !important;
	box-shadow: 0 0 0 .15rem rgba(100, 137, 255, .25) !important;
	color: #000743 !important;
}

.form--body textarea.form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: auto !important;
}

.form--body .form-control::placeholder {
	color: #aaa;
	opacity: 1;
}

span.indication {
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
}

.form--body form .radio {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body form .checkbox {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body .checkbox span.indication,
.form--body .radio span.indication {
	font-size: 1.05rem;
}

.form--body .radio .cr .cr-icon {
	color: #FFB600;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body .checkbox .cr .cr-icon {
	color: #000743;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body main.form-clientinput .checkbox .cr.master {
	border: 2px solid #00dfb2;
}

.form--body p.footer__details {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
}


/* button */

.form--body button.btn--form {
	background-color: #28A1FF;
	border: none;
	border-top-right-radius: 1.25rem;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 700;
	padding: 1rem 1.5rem .85rem 1.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.form--body button.btn--form:hover {
	background-color: #010160;
}

.form--body button.btn--form i {
	transition: transform 0.3s ease;
}

.form--body button.btn--form:hover i {
	transform: translateX(8px);
}

.cta__block .cta--button {
	background-color: #0A0A87;
	border-top-right-radius: 1.25rem;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
	padding: 1rem 1.75rem .75rem 1.75rem;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.cta__block .cta--button:hover {
	background-color: #010160;
}

.cta__block .cta--button:focus {
	outline: none;
}









/* END CSS FILE */