:root {
	--menu-height: 70px;
	--menu-font-color: #616161e3;
	--default-font-color: #424242;
	--hr-color: #dfdfdf37;
	--table-border: rgba(198, 198, 198, 0.61);
	--default-font-size: 18px;
	--default-font-family: Helvetica Neue;
	--default-caption-font-size: 15px;
	--link-hover-color: rgb(150, 186, 236);
}

body {
	font-family: var(--default-font-family);
	font-size: var(--default-font-size);
	color:grey;
	margin: 0;
	padding-left: 150px;
	padding-right: 150px;
}

p {
	line-height: 30px;
	text-align: center;
}

.landing-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	text-align: center;
	z-index: 900;
}

.logo {
	width: 100%;
	max-width: 600px;
	display: inline-block;
}

.unselectable {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.menu {
	font-size: 20px;
	font-weight: 270;
	letter-spacing: 2px;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.49);
	box-shadow: 0px 1px 10px 1px rgb(127 127 127 / 10%);
	backdrop-filter: blur(15.5px);
	-webkit-backdrop-filter: blur(15.5px);
	min-height: var(--menu-height);
	color: var(--menu-font-color);
}

.menu a {
	color: inherit;
	text-decoration: none;
	margin: 0 10px;
	text-transform: capitalize;
}

.menu a:hover {
	color: var(--link-hover-color);
}

.menu ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	column-gap: 30px;
}

.menu li svg {
	width: 35px;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 100px;
}

.menu li {
	align-content: center;
}

.section {
	padding-top: calc(var(--menu-height) + 20px);
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}

.subsection li {
	list-style-type: 'ø ';
}

.legend {
	display: flex;
	column-gap: 35px;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.legend-item {
	display: flex;
	align-items: center;
	font-weight: 300;
	column-gap: 5px;
}

table {
	border-collapse: separate;
	border-spacing: 0 17px;
	width: fit-content;
	max-width: 70%;
	overflow-x: hidden;
	font-variant-numeric: lining-nums tabular-nums;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

tbody {
	margin-top: 0.5em;
}

th {
	border-top: 2px solid var(--table-border);
	border-bottom: 2px solid var(--table-border);
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

td {
	border-bottom: 1px solid var(--table-border);
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.style-anchor {
	color: var(--menu-font-color);
	text-decoration: underline;
}

check {
	font-size: 25px;
	color: var(--default-font-color);
}

.roadmap-diagram {
	display: flex;
    flex-direction: column;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.roadmap-diagram img {
	max-width: -webkit-fill-available;
}

hr {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: calc(var(--menu-height) + 20px);
	color: var(--hr-color);
}

.quotation {
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Didot;
	font-size: 22px;
	border-left: #3196cd;
	border-left-style: solid;
	padding-left: 10px;
	text-align: center;
}

.statement {
	background: -webkit-linear-gradient(rgb(83, 172, 235), rgb(150, 186, 236));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	font-style: oblique;
	margin-top: 50px;
	margin-bottom: 20px;
	font-stretch: extra-expanded;
	text-align: center;
}

footer {
	font-size: 18px;
	bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Times Times New Roman;
	font-style: italic;
}

.subsection-header {
	font-size: 28px;
	font-weight: 450;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.card {
	display: flex;
	row-gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	flex-direction: column;;
}

.card-desc h2 {
	color: rgb(146, 146, 146);
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.card img {
	border-radius: 500px;
	width: 250px;
}

.card-collection {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.card-collection > :nth-last-child(1):nth-child(3n + 1) {
  grid-column: 2 / span 1;
}

.email {
	font-style: italic;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 16px;
}

.email a {
	color: inherit;
	text-decoration: none;
	margin-left: 10px;
}

.email a:hover {
	color: var(--link-hover-color);
}

.email img {
	width: 14px;
	border-radius: 0px;
}

.link {
	display: flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
}

.picture-caption {
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
	font-size: var(--default-caption-font-size);
}

.external-links {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	margin-bottom: 30px;
	margin-top: 50px;
	font-family: var(--default-font-family);
	font-size: 17px;
	position: sticky;
	z-index: 999;
	bottom: 25;
}

.external-links a {
	text-decoration: none;
	background: rgba(225, 225, 225, 0.362);
	backdrop-filter: blur(15.5px);
	-webkit-backdrop-filter: blur(15.5px);
	padding: 5px 10px;
	border-radius: 12px 7px;
	color: rgb(71, 71, 71);
}

.external-links a:hover {
	box-shadow: 0 1px 25px 1px rgba(127, 127, 127, 0.1);
}

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

.chart img {
	max-width: 900px;
	width: 60%;
	border-style: solid;
	border-radius: 20px;
	border-color: #f57d924d;
	border-width: 1px;
}

.subsection {
	margin-top: 50px;
}

.subsection li {
	margin: 15px 0;
}

ol li {
	margin: 15px 0;
}

.product-subsection {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 200;
	font-size: 25px;
}

.subsection-title {
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	border-bottom: #3196cd;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.subsection-title span {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.5px;
}

.product-badge {
	width: 25px;
}

.schema-container {
	display: flex;
	align-items: end;
}

.schema-container hr {
	display: none;
}

.schema {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: calc(var(--menu-height) + 10px);
	width: 50%;
}

.schema img {
	max-width: 300px;
	margin-bottom: 30px;
}

.badge-section {
	display: flex;
	column-gap: 100px;
	justify-content: space-evenly;
	align-items: start;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	background: rgba(227, 227, 227, 0.876);
	border-radius: 20px;
}

.badge-section img {
	width: 200px;
}

.badge-bullet {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
}

.badge-bullet-label {
	text-align: center;
    font-size: 25px;
    max-width: 300px;
    font-stretch: expanded;
    font-weight: 200;
}

.badge-bullet-body {
	font-size: calc(var(--default-font-size) + 2px);
    font-weight: 200;
    letter-spacing: 1px;
	text-align: center;
}

.infographic {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.infographic img {
	width: 70%;
}

.find-us {
	display: flex;
	align-content: center;
	justify-content: center;
	column-gap: 35px;
	margin-top: 15px;
}

.find-us-item {
	width: fit-content;
}

.to-service {
	display: flex;
	align-content: center;
	column-gap: 5px;
}

.find-us a {
	text-decoration: none;
	color: var(--link-hover-color);
	font-weight: 320;
	letter-spacing: 1px;
}

.to-service svg {
	width: 20px;
	height: 20px;
}

.section-wallpaper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.wallpaper {
	width: 70%;
}

.wallpaper-small {
	width: 40%;
}

.gallery {
	display: flex;
	column-gap: 10px;
	padding: 1rem;
	overflow-x: auto;
}

.gallery img {
	max-width: 40%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

.gallery img.loaded {
	opacity: 1;
}

.custom-scroll::-webkit-scrollbar {
  height: 7px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(rgb(83, 172, 235), rgb(150, 186, 236));
  border-radius: 5px;
}

.address {
	display: flex;
	column-gap: 2pt;
}

@media only screen and (max-width: 1200px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.badge-section {
		flex-direction: column;
		align-items: center;
	}

	.schema-container {
		flex-direction: column;
		align-items: center;
		column-gap: unset;
		row-gap: 50px;
	}

	.schema {
		width: 80%;
	}

	.schema img {
		max-width: 500px;
	}

	.card-collection {
		display: flex;
		column-gap: 20px;
		width: 100%;
		height: fit-content;
		overflow-x: auto;
		padding-top: 50px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 780px) {
	:root {
		--default-font-size: 16px;
	}

	body {
		padding: 0;
	}

	p {
		text-align: center;
		line-height: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.menu {
		font-size: 22px;
		font-weight: 250;
		letter-spacing: 2px;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		justify-content: center;
		align-items: center;
		position: unset;
		background: unset;
		box-shadow: unset;
		margin-top: 10px;
		text-align: center;
		flex-direction: column;
		min-height: 100vh;
		min-height: 100dvh;
	}

	.landing-section {
		min-height: unset;
		min-height: unset;
		margin-bottom: 50px;
	}

	.logo {
		max-width: 200px;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		display: block;
	}

	.section {
		margin-top: 60px;
		padding-bottom: unset;
		text-align: center;
	}

	.statement {
		margin-top: 20px;
	}

	.chart img {
		width: 95%;
	}

	.card {
		flex-direction: column;
		column-gap: unset;
		row-gap: 50px;
		margin-top: unset;
	}

	.card-desc h2 {
		color: rgb(146, 146, 146);
		margin-top: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.card img {
		border-radius: 500px;
		width: 200px;
	}

	.quotation {
		margin-left: 15px;
		margin-right: unset;
	}

	.subsection-title {
		margin-left: unset;
		margin-bottom: 40px;
		padding-bottom: 10px;
		justify-content: unset;
		width: fit-content;
		margin-right: unset;
	}

	.address {
		flex-direction: column;
		row-gap: 5px;
		align-items: center;
	}

	.email {
		font-style: italic;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		font-size: 18px;
	}

	.email img {
		width: 15px;
		border-radius: 0px;
	}

	.email a {
		color: inherit;
		text-decoration: none;
		margin-left: 10px;
	}

	table {
		width: 100%;
		max-width: unset;
		overflow-x: hidden;
		margin-left: auto;
		margin-right: auto;
		/* font-size: small; */
	}

	.schema-container {
		display: flex;
		justify-content: unset;
		flex-direction: column;
		align-items: center;
		column-gap: unset;
		row-gap: 50px;
		margin-top: 50px;
	}

	.picture-caption {
		margin-left: 10%;
		margin-right: 10%;
		text-align: justify;
		font-size: var(--default-caption-font-size);
	}

	.schema-container hr {
		display: block;
		margin: 0px;
		padding: 0px;
	}

	.schema img {
		max-width: 300px;
	}

	.roadmap-diagram {
		max-width: 100%;
	}

	.badge-section {
		display: flex;
		flex-direction: column;
		column-gap: unset;
		row-gap: 50px;
		margin-top: 50px;
		margin-bottom: 50px;
		align-items: center;
		background: rgba(227, 227, 227, 0.876);
		border-radius: unset;
	}

	.badge-section img {
		width: 150px;
	}

	.badge-bullet-label {
		font-size: 30px;
		max-width: 250px
	}

	.infographic img {
		width: 100%;
	}

	.find-us {
		column-gap: unset;
		flex-direction: column;
		row-gap: 15px;
		align-items: center;
	}

	.wallpaper {
		width: 100%;
		margin: 15px 0px;
	}

	.section-wallpaper {
		width: 100%;
		margin: 15px 0px;
	}

	.wallpaper-small {
		width: 80%;
		margin: 15px 0px;
	}

	.gallery {
		background-color: var(--hr-color);
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 3em;
	}

	.gallery img {
		max-width: 90%;
	}

	.card {
		row-gap: 20px;
	}

	.card-collection {
		background-color: var(--hr-color);
		padding-left: 10px;
		padding-top: 50px;
		padding-bottom: 30px;
		margin-top: 1em;;
	}
}
