:root {

	--color-hero: #6933FF;
	--color-hero-superlight: #E8E3F6;
	--color-hero-light: #8C6AED;
	--color-hero-dark: #1E0F5F;

	--color-beige: #F8D4AB;
	--color-green: #6CEDC7;


	--color-white: #FCFCFC;
	--color-bg: #111111;

	--color-grey-1: #f2f2f2;
	--color-grey-2: #CECECE;
	--color-grey-3: #B2B2B2;
	--color-grey-4: #7D7D7D;
	--color-grey-5: #494855;
	--color-black: #353535;
	--color-text: #333333;
	--color-text: #1d1d1f;


	--color-snapcheck: #f8b636;
	--color-snapcheck-dark: #FFA800;
	--color-miles: #10AF42;
	--color-linkedin: #0a66c2;
	--color-dribbble: #ea4c89;


	--header-height: 6rem;
	--footer-height: 2rem;

}


/*CSS RESET*/


* {
	box-sizing: border-box;
}


li {
	margin: 0.7em 0;
}

a {
	color: inherit;
	text-decoration: none;
	/*font-weight: normal;*/
	/*text-decoration: underline #7D7D7D ;*/
}

/*

@media (max-width:) {
	a{
		font-size: 0.8em;
	}
	
}*/

a:hover {
	color: var(--color-black);
	/*font-weight: bold;*/
	/*color: var(--color-black);*/
	/*cursor: url("https://isjingli.com/img/cursor-oval-blk.svg"), auto;*/
}

body {
	color: var(--color-text);
	/*font-family: 'Manrope', sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: var(--color-white);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	/*cursor: url("https://isjingli.com/img/cursor-arrow.svg"), auto;*/
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-4-l {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pt-5-l {
	padding-top: 3rem !important;
}

.pt-6 {
	padding-top: 6rem !important;
}

.pt-6-l {
	padding-top: 6rem !important;
}

.pt-5-s {
	padding-top: 0rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pb-6 {
	padding-bottom: 6rem !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.ml-4-l {
	margin-left: 1.5rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.ml-5-l {
	margin-left: 3rem !important;
}

.ml-6 {
	margin-left: 6rem !important;
}

.ml-5-l {
	margin-left: 3rem !important;
}

.ml-4-l {
	margin-left: 1.5rem !important;
}

.ml-3-l {
	margin-left: 0.5rem !important;
}

.mr-3-l {
	margin-right: 0.5rem !important;
}

.mr-5-l {
	margin-right: 3rem !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pr-4-l {
	padding-right: 1.5rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pr-5-l {
	padding-right: 3rem !important;
}

.pr-6 {
	padding-right: 6rem !important;
}

.pr-6-l {
	padding-right: 6rem !important;
}


@media (max-width: 600px) {
	.mt-0 {
		margin-top: 0 !important;
	}

	.mt-1 {
		margin-top: 0.125rem !important;
	}

	.mt-2 {
		margin-top: 0.25rem !important;
	}

	.mt-3 {
		margin-top: 0.5rem !important;
	}

	.mt-4 {
		margin-top: 1rem !important;
	}

	.mt-5 {
		margin-top: 1.5rem !important;
	}

	.mt-6 {
		margin-top: 3rem !important;
	}

	.pt-0 {
		padding-top: 0 !important;
	}

	.pt-1 {
		padding-top: 0.125rem !important;
	}

	.pt-2 {
		padding-top: 0.25rem !important;
	}

	.pt-3 {
		padding-top: 0.5rem !important;
	}

	.pt-4 {
		padding-top: 1rem !important;
	}

	.pt-4-s {
		padding-top: 1rem !important;
	}

	.pt-4-l {
		padding-top: 0.5rem !important;
	}

	.pt-5 {
		padding-top: 1.5rem !important;
	}

	.pt-5-l {
		padding-top: 0rem !important;
	}

	.pt-6 {
		padding-top: 3rem !important;
	}

	.pt-6-l {
		padding-top: 0rem !important;
	}

	.pt-3-s {
		padding-top: 0.5rem !important;
	}

	.pt-5-s {
		padding-top: 1.5rem !important;
	}

	.mb-0 {
		margin-bottom: 0 !important;
	}

	.mb-1 {
		margin-bottom: 0.125rem !important;
	}

	.mb-2 {
		margin-bottom: 0.25rem !important;
	}

	.mb-3 {
		margin-bottom: 0.5rem !important;
	}

	.mb-4 {
		margin-bottom: 1rem !important;
	}

	.mb-5 {
		margin-bottom: 1.5rem !important;
	}

	.mb-6 {
		margin-bottom: 3rem !important;
	}

	.pb-0 {
		padding-bottom: 0 !important;
	}

	.pb-1 {
		padding-bottom: 0.125rem !important;
	}

	.pb-2 {
		padding-bottom: 0.25rem !important;
	}

	.pb-3 {
		padding-bottom: 0.5rem !important;
	}

	.pb-4 {
		padding-bottom: 1rem !important;
	}

	.pb-5 {
		padding-bottom: 1.5rem !important;
	}

	.pb-6 {
		padding-bottom: 3rem !important;
	}

	.ml-0 {
		margin-left: 0 !important;
	}

	.ml-1 {
		margin-left: 0.125rem !important;
	}

	.ml-2 {
		margin-left: 0.25rem !important;
	}

	.ml-3 {
		margin-left: 0.5rem !important;
	}

	.ml-4 {
		margin-left: 1rem !important;
	}

	.ml-4-l {
		margin-left: 0rem !important;
	}

	.ml-5 {
		margin-left: 1.5rem !important;
	}

	.ml-6 {
		margin-left: 3rem !important;
	}

	.ml-5-l {
		margin-left: 1rem !important;
	}

	.pl-0 {
		margin-left: 0 !important;
	}

	.pl-1 {
		margin-left: 0.125rem !important;
	}

	.pl-2 {
		margin-left: 0.25rem !important;
	}

	.pl-3 {
		margin-left: 0.5rem !important;
	}

	.pl-4 {
		margin-left: 1rem !important;
	}

	.pl-5 {
		margin-left: 1.5rem !important;
	}

	.pl-6 {
		margin-left: 3rem !important;
	}

	.ml-5-l {
		margin-left: 0 !important;
	}

	.ml-4-l {
		margin-left: 0 !important;
	}

	.ml-3-l {
		margin-left: 0 !important;
	}

	.mr-3-l {
		margin-right: 0 !important;
	}

	.pt-5-s {
		padding-top: 2rem !important;
	}

	.mr-5-l {
		margin-right: 1rem !important;
	}


	.pr-0 {
		padding-right: 0 !important;
	}

	.pr-1 {
		padding-right: 0.125rem !important;
	}

	.pr-2 {
		padding-right: 0.25rem !important;
	}

	.pr-3 {
		padding-right: 0.5rem !important;
	}

	.pr-4 {
		padding-right: 1rem !important;
	}

	.pr-4-l {
		padding-right: 0rem !important;
	}

	.pr-5 {
		padding-right: 1.5rem !important;
	}

	.pr-5-l {
		padding-right: 0rem !important;
	}

	.pr-6 {
		padding-right: 3rem !important;
	}

	.pr-6-l {
		padding-right: 0rem !important;
	}

}






h1 {
	/*font-weight: 1000;*/
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -0.01em;
}

h2 {
	/*font-weight: 1000;*/
	font-size: 45px;
	/*line-height: 57px;*/
	letter-spacing: -0.01em;
	padding: 0;
	margin: 0;


}

h3 {
	/*font-weight: 1000;*/
	font-size: 35px;
	line-height: 50px;
	/*letter-spacing: -0.03em;*/
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;

	/*-webkit-text-stroke: 1px var(--color-snapcheck);
    -webkit-text-fill-color:transparent;*/
}

h4 {
	/*font-weight: 1000;*/
	font-size: 30px;
	line-height: 45px;
	/*letter-spacing: -0.01em;*/
	padding: 0;
	margin: 0;
	padding-bottom: 0.3em;

}

h5 {
	/*font-weight: 1000;*/
	font-size: 25px;
	/*line-height: 33px;*/
	letter-spacing: -0.005em;
	padding: 0;
	margin: 0;
	padding-bottom: 0.3em;

}

h6 {
	/*font-weight: 600;*/
	font-weight: semi-bold;
	font-size: 20px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	padding-bottom: 0.3em;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Manrope', sans-serif;
	/*font-family: 'EB Garamond', serif;*/
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-appearance: none;
	color: var(--color-text);


}

p {
	/*font-family: Manrope, sans-serif;
    font-family: 'Merriweather', serif;*/
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-style: normal;
	font-weight: 450;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.1px;
	padding: 0;
	margin: 0;
	/*color: #292929;*/
	/*color: var(--color-text);*/

}

.p-m {
	font-family: Manrope, sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 32px;
	/*    letter-spacing: -0.03px;*/
}

.p-s {
	font-family: Manrope, sans-serif;
	font-style: normal;
	font-weight: 450;
	font-size: 15px;
	line-height: 25px;
	/* identical to box height, or 185% */
	/*		letter-spacing: 0.03em;*/
}

.p-l {
	font-family: Manrope, sans-serif;
	/*font-family: Manrope;*/
	font-style: normal;
	font-weight: 450;
	font-size: 21px;
	line-height: 32px;
	/*letter-spacing: 0.02em;*/
}

.p-b {
	font-family: Manrope, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	/*	letter-spacing: 0.005em;*/
}

.p-b-l {
	font-family: Manrope, sans-serif;
	font-style: bold;
	font-weight: 800;
	font-size: 21px;
	line-height: 33px;
	/* identical to box height, or 171% */
	letter-spacing: -0.01em;
}

.p-b-s {
	font-family: Manrope, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	/* identical to box height, or 171% */
	letter-spacing: 0.03em;
}

.italic {
	/* Italic/desktop tablet */
	/*font-family: 'Crimson Pro', serif;*/
	font-family: 'EB Garamond', serif;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	/* or 167% */
	letter-spacing: 0.02em;
}

/*.italic-b{
	 Italic/desktop tablet 
	font-family: 'Crimson Pro', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 33px;
	 or 167% 
	letter-spacing: -0.005em;
}*/

.footer {
	font-family: Manrope;
	font-style: normal;
	font-weight: 450;
	font-size: 12px;
	line-height: 25px;
	color: var(--color-grey-4);
	letter-spacing: 0.04em;
}

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

.text-underline {
	text-decoration: underline;
}

.color-white {
	color: var(--color-white);
}

.color-superwhite {
	color: #fff;
}

.color-hero {
	color: var(--color-hero);
}

.color-hero-light {
	color: var(--color-hero-light);
}

.color-black {
	color: var(--color-black)
}

.color-grey-1 {
	color: var(--color-grey-1)
}

.color-grey-2 {
	color: var(--color-grey-2)
}

.color-grey-3 {
	color: var(--color-grey-3)
}

.color-grey-4 {
	color: var(--color-grey-4)
}

.color-grey-5 {
	color: var(--color-grey-5)
}

.color-snapcheck {
	color: var(--color-snapcheck);
}

.color-snapcheck-dark {
	color: var(--color-snapcheck-dark);
}

.color-ad {
	color: #3113F2;
}

.color-miles {
	color: var(--color-miles);
}


.bg-snapcheck {
	background-color: #f8eed7
}

.bg-grey-1 {
	background-color: var(--color-grey-1);
}

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

.bg-hero {
	background-color: var(--color-hero);
}

.bg-black {
	background-color: var(--color-black);
}

.bg-hero-light {
	background-color: var(--color-hero-superlight);
}

/*@media screen and (max-width: 768px) {
  body{margin: 10px 50px;}
}*/
@media (max-width: 768px) {
	h1 {
		/*font-weight: 900;*/
		font-size: 40px;
		/*line-height: 45px;*/
		letter-spacing: 0.01em;
	}

	h2 {
		/*font-weight: 800;*/
		font-size: 35px;
		line-height: 45px;
		letter-spacing: 0.01em;
	}

	h3 {
		/* H3/H3 */
		/*font-weight: bold;*/
		/*font-weight: 900;*/
		font-size: 28px;
		line-height: 37px;
		letter-spacing: 0.007em;
	}

	h4 {
		/*font-weight: 800;*/
		font-size: 25px;
		/*line-height: 34px;*/
		letter-spacing: -0.01em;
		padding: 0;
		margin: 0;
		padding-bottom: 0.7em;
	}

	h5 {
		/*font-weight: 1000;*/
		font-size: 22px;
		/*line-height: 33px;*/
		letter-spacing: -0.005em;
		padding: 0;
		margin: 0;
	}

	h6 {
		font-weight: semi-bold;
		/*font-weight: 900;*/
		font-size: 19px;
		/*line-height: 32px;*/
		padding: 0;
		margin: 0;
		padding-bottom: 0.5em;
	}

	.italic {
		/* Italic/mobile */

		font-family: Playfair Display;
		font-style: italic;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		/* or 143% */

		letter-spacing: 0.04em;
	}

	.p-l {
		font-style: normal;
		font-weight: 450;
		font-size: 16px;
		line-height: 28px;
		/*letter-spacing: 0.02em;*/
	}

	.p-m {
		/*font-weight: 700;*/
		font-size: 17px;
		line-height: 29px;
		/*letter-spacing: 0;*/
	}

	.p-b {
		/* Body bold & Button/mobile */
		font-family: Manrope;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		line-height: 25px;
		/*letter-spacing: 0.02em;*/
	}

	.p-b-s {
		font-family: Manrope;
		font-style: normal;
		font-weight: 900;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.01em;
	}

	.p-s {
		/* p-s / mobile */

		font-family: Manrope;
		font-style: normal;
		font-weight: 450;
		font-size: 14px;
		line-height: 22px;
		/* identical to box height, or 154% */
		letter-spacing: 0.04em;
	}

	p {
		/* P/mobile */
		font-family: Manrope;
		font-style: normal;
		/*font-weight: 400;*/
		font-size: 16px;
		/*line-height: 26px;*/
		letter-spacing: 0.02em;
		/* identical to box height, or 160% */
		letter-spacing: 0.03em;
	}

	.footer {
		/* Footer/mobile */

		font-family: Manrope;
		font-style: normal;
		font-weight: 300;
		font-size: 11px;
		line-height: 15px;
		/* identical to box height, or 136% */

		letter-spacing: 0.04em;
	}

}

#intro a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline #7D7D7D;
}

/*#intro a:hover{
	text-decoration: none;
	color: var(--color-snapcheck);
}
*/
#intro-snapcheck a:hover {
	text-decoration: none;
	color: #ffa800;
}

.socialicon-linkedin :hover {
	color: var(--color-linkedin);
}

.socialicon-dribbble :hover {
	color: var(--color-dribbble);
}






/*Small Classes*/

.container {
	/*max-width: 1280px;*/
	margin-right: auto;
	margin-left: auto;
}

.container-nav {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

.container-950 {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.container-text {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.container-text-s {
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}



.container-max {
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width:1400px) {
	.container {
		margin-right: 0;
		margin-left: 0;
	}

	.container-nav {
		margin-right: 1em;
		margin-left: 1em;
	}
}


@media (max-width:1024px) {
	.container {
		/*
		margin-left:2em;
		margin-right:2e*/

	}

	.container-nav {
		margin-left: 2em;
		margin-right: 2em;
	}

}

@media (max-width:600px) {
	.container {
		margin-left: 0em;
		margin-right: 0em;
	}

	.container-nav {
		margin-right: 1em;
		margin-left: 1em;
	}

}

.container-text {
	padding-left: 1em;
	padding-right: 1em;
}

@media (max-width:600px) {
	.container-text {
		padding-left: 1em;
		padding-right: 1em;
	}

	.container-950 {
		padding-left: 1em;
		padding-right: 1em;
	}
}


.container-max {
	margin-right: auto;
	margin-left: auto;
	/*margin-right: 5px;
	margin-left: 5px;*/
}

.container-video {
	position: relative;
	height: 78vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.hidden {
	display: none;
}



.flex-parent {
	display: flex;
}

.flex-child {
	flex: 1 1 auto;
}

.flex-none {
	flex: none;
}

.flex-wrap {
	flex-wrap: wrap;
}

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

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

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



.fit-child {
	max-width: calc(100% - 2em);
	max-height: calc(100% - 2em);
}

.fit-width {
	width: 100%;
	object-fit: contain;
}

.centered-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.view-window {
	position: relative;
	height: 65vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.view-window-full {
	position: relative;
	height: 90vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}




@media screen and (max-width: 900px) {
	.view-window-full {
		height: 40vh;
	}

	.view-window {
		height: 30vh;
	}
}


.hero-image {
	max-width: 100%;
	min-height: 50%;
	min-width: 50%;

}

.media-image {
	max-width: 100%;
	min-height: 50%;
	min-width: 50%;
	/*	vertical-align: text-bottom;*/
	max-height: 300px;

}

@media (max-width: 600px) {
	.media-image {
		/*	padding: 0 30px 0 30px;*/
		max-height: 150px;
		height: 50%;
	}

}

.logo {
	margin-top: 1em;
	height: 47px;
	/*width: 100%;*/
	padding-left: 1.2em;
}

.logo:hover {
	color: var(--color-hero);
}


/* Style the header: fixed position (always stay at the top) */
.header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
	width: 100%;
	height: 7px;
	/*background: #ccc;*/
	background: transparent;
}

/* The progress bar (scroll indicator) */
.progress-bar {
	height: 7px;
	background: var(--color-hero);
	width: 0%;
}




/*NAV*/

.navbar {
	background-color: transparent;
	color: var(--color-black);
	line-height: var(--header-height);
}


#nav-menu+label {
	display: none;
}


@media (max-width:600px) {

	#nav-menu+label {
		display: block;
		/*padding-right: 0.5em;*/
		font-size: 2em;
		color: black;
		/*margin-top: 0.2em;*/
	}

	.navbar>.flex-parent {
		flex-wrap: wrap;
	}

	.navbar .nav {
		width: 100%;
	}

	.navbar ul {
		display: none;
		padding: 0;
	}

	#nav-menu:checked~.nav ul {
		display: block;
		margin: 0;
		/*padding: 0 2em 0 0;*/
		/*		padding-bottom:1em;
*/
		text-align: center;
		/*		padding-right: 1em;
*/
	}

	.navbar-icon a {
		padding: 0;
	}

	.nav a {
		line-height: 2.7em;
		/*		padding: 0;
		padding-top: 0.5em;
*/
	}
}


.nav ul {
	padding-top: 1.5em;
	padding-bottom: em;
}

.nav-check ul {
	padding: 0;
}

@media (max-width: 600px) {
	.nav a {
		line-height: 2.1;
		font-size: 0.8em;
	}

	.nav ul {
		padding-top: 0.4em;
	}

	/*.nav-check ul{
		display: inline-block;
	}*/
}

/*@media (max-width: 600px){
	.nav h1{
		margin-top: 0.5em;
		font-size: 	0.75em;
}
}*/

.navbar h1 {
	margin: 0;
	font-size: 1.25em;
}




.navbar-icon img {
	height: 1.3em;
	width: 1.3em;


}

.navbar-tabs img {
	padding-right: 0.6em;
	padding-left: 0.6em;

}

.nav a {
	display: block;
	padding: 0 1.2em;
	/*color:black;*/
	text-decoration: none;
	font-weight: normal;
}


@media screen and (max-width: 600px) {
	.nav a {
		display: block;
		padding: 0;
		color: var(--color-grey-dark);
		text-decoration: none;
	}

	.logo {
		margin-top: 0.5em;
		width: 130px;
		padding: 0;
	}


}


.nav-right {
	margin-right: 5px;
}





.navbar-footer {

	background-color: var(--color-black-nav);
	color: var(--color-grey-light);
	line-height: var(--footer-height);
}

.navbar-footer a {
	font-weight: normal;
}


.nav-tabs ul,
.nav-crumbs ul,
.nav-pills ul,
.nav-stretch ul,
.nav-flex ul {
	display: flex;
}

.nav-tabs li.active a {
	/*text-decoration:underline ;*/
	background-color: var(--color-hero);
	color: white;

}

.nav-tabs ul {
	display: flex;
	border-bottom: 3px solid var(--color-gray-light);
}

.nav-tabs li {
	flex: 1 1 auto;
	text-align: center;
	color: var(--color-gray-mid);
	position: relative;
}

.nav-tabs a:hover {
	background-color: var(--color-gray-light);
	/*border-bottom:3px solid #1B25F2;*/
	text-decoration: none;
	background-color: #ac7eff;
	/*border: 1px solid #ac7eff;*/
	color: white;
}

.nav-tabs li.active a {
	/*	background-color:transparent;
	text-decoration: none;
	color:var(--color-green);
	z-index: -1;*/
}

.nav-tabs a::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: var(--color-hero);
	transition: all 0.3s;
}


.nav-tabs li.active a::after {
	height: 3px;
}





.nav-stretch li {
	flex: 1 1 auto;
	text-align: center;
}

.nav-pills a {
	border-radius: 1em;
	padding: 0.2em 1em;
}

.nav-crumbs li:not(:first-child)::before {
	content: ' > ';
	display: inline-block;
	transform: scale(0.75, 0.75);
	color: var(--color-grey-dark);
}

.nav-crumbs a {
	color: var(--color-grey-dark);
	display: inline-block;
	padding: 0 1em 0 1em;
	font-size: 0.85em;
}

.nav-crumbs li :hover a {
	/*	text-decoration:underline var(--color-hero);
*/
	background-color: transparent;
	color: var(--color-grey-dark);
}

.nav-crumbs li.active a {
	/*text-decoration:underline ;*/
	background-color: transparent;
	color: var(--color-hero);
	/*	font-size: 1.1em;
*/
}


.nav-tabs ul {
	/*border-bottom:1px solid var(--color-grey-light);*/
}


.nav a:hover {
	/*border-bottom:3px solid var(--color-hero);*/
	/*background-color:var(--color-grey-light);*/
	color: var(--color-black);
	font-weight: 500;
	background-color: transparent;
}


.nav li.active a {
	border-bottom: 3px solid var(--color-hero);
	/*background-color:var(--color-grey-light);*/
	background-color: transparent;

}

.table {
	width: 100%;
	border-collapse: collapse;
}

.table th,
.table td {
	padding: 0.2em 0.5em;
	text-align: left;
}

@media (max-width: 600px) {
	.table td {
		font-size: 0.8em;
	}
}

.table.striped tbody tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.1);
}

.table.lined tbody tr,
.table.lined-horizontal tbody tr {
	border-top: 1px solid var(--color-grey-light);
}

.table.lined th:not(:first-child),
.table.lined td:not(:first-child),
.table.lined-vertical th:not(:first-child),
.table.lined-vertical td:not(:first-child) {
	border-left: 1px solid var(--color-grey-light);
}

.table.lined,
.table.lined-outer {
	border: 1px solid var(--color-grey-light);
}




.img-hover:hover {
	width: 300px;
	height: 300px;
}

.card {
	background-color: var(--color-white);
	/*box-shadow: 1px 2px 5px  rgba(0,0,0,0.1);
	border-radius:20px;*/
	/*margin:0.7em;*/
}


.card-trans {
	background-color: transparent;
	/*box-shadow: 0 2px 3px rgba(0,0,0,0.1);*/
	border-radius: 1em;
	padding: 1em;
}

.card-outline {
	border: var(--color-hero);

	border-width: 1px;
	border-style: solid;
	border-radius: 1em;
}

.card-item {
	height: 300px;
	width: 245px;
	text-align: left;
}

.media-img {
	max-width: 100%;
	vertical-align: text-bottom;
	/*border-radius: 7px;*/
}


.container>.card-trans,
.container>.card-small,
.container>.card {
	margin-top: 1em;
	margin-bottom: 1em;
}

.card-trans>:first-child,
.card-small>:first-child,
.card>:first-child {
	margin-top: 0;
}

.card-trans>:last-child,
.card-small>:last-child,
.card>:last-child {
	margin-bottom: 0;
}



@media only screen and (max-width: 900px) {

	.container>.card-trans,
	.container>.card-small,
	.container>.card {
		margin-top: 0em;
		margin-bottom: 0em;
		padding: 0em 0.2em;
	}
}








.slogan {
	font-size: 2.6em;
	text-align: center;
	font-family: 'Playfair Display', serif;

}

@media only screen and (max-width: 900px) {
	.slogan {
		font-size: 2em;
	}
}

.toggle {
	display: inline-block;
}

.toggle label {
	display: inline-block;
	width: 2em;
	height: 1em;
	background-color: #ddd;
	border-radius: 1em;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

.toggle label::after {
	position: absolute;
	content: '';
	top: 0.1em;
	left: 0.1em;
	width: 0.8em;
	height: 0.8em;
	background-color: #fff;
	border-radius: 1em;
	transition: all 300ms;
	border: 0.05em solid #eee;
	box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.2);
	transform: translateX(0);
}

.toggle>input:checked+label {
	background-color: #090;
}

.toggle>input:checked+label::after {
	transform: translateX(1em);
	box-shadow: -0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
}



.form-pass {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	transform: translate(-50%, -50%);
	text-align: center;

	/*	position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    
    padding-top: 60px;
*/
}

.form-input {
	padding: 0.4em 0.7em;
	border-width: 0;
	border-bottom: 1px solid var(--color-grey-light);
	display: inline-block;
	width: 100%;
	resize: vertical;
	/*color: var(--color-grey);*/
	line-height: 1.7;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	-webkit-appearance: none;
	outline: 0;
	/*background-color:transparent;*/
	transition: all 0.5s;
	font-size: 0.8em;
}

.form-input-shipping {
	padding: 0.4em 0.7em;
	border-width: 0;
	border: 1px solid var(--color-grey-light);
	display: inline-block;
	width: 100%;
	resize: vertical;
	color: var(--color-grey);
	line-height: 1.7;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-appearance: none;
	outline: 0;
	/*background-color:transparent;*/
	transition: all 0.5s;
	font-size: 0.8em;
	border-radius: 7px;
	margin-left: 0.5em;
}

.form-input-shipping:focus {
	border-color: var(--color-hero);

}

.form-input:focus {
	border-bottom-color: var(--color-hero);

}

.form-control {
	margin-top: 0.4em;
	margin-bottom: 1em;
}

.form-label {
	font-weight: bold;
	display: block;
	font-size: 1em;
	padding-left: 0.6em;
}

.form-label-login {
	display: block;
	font-size: 0.8em;
	padding-left: 0.6em;
	font-size: 0.9em;
}

.form-label-hero {
	display: block;
	font-size: 0.8em;
	padding-left: 0.6em;
	color: var(--color-hero);
}


.form-button {
	width: 100%;
	display: inline-block;
	font: inherit;
	padding: 0.5em 1em;
	border-radius: 0.4em;
	background-color: var(--color-hero);
	border-width: 0;
	color: white;
	outline: 0;
	font-family: Manrope;
}


.form-select {
	/*	margin-left: 1.5em;
*/
	position: relative;
	border: 1px solid #fff;
	font-size: 0.7em;


}

.form-select::after {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 1em;
	color: var(--color-hero);
	font: arial;
	font-size: 0.6em;
	transform: translateY(-50%);
	opacity: 0.8;
	/*	padding-top: 1.5em;*/

}

.form-select select {
	background-color: var(--color-gray-light);
	font: inherit;
	width: 100%;
	border-width: 0;
	-webkit-appearance: none;
	/*padding: 0.5em 1em;*/
	outline: 0;
	font-size: 0.8em;

}

hr {
	height: 0px;
	left: 0px;
	top: 0px;
	border: 0.5px solid rgb(208 208 208 / 17%);
}


.userlist_type {
	font-size: 0.8em;
	padding-top: 1.9em;
	text-align: center;

}

.userlist_edit {
	text-align: right;
	color: var(--color-hero);
	padding-top: 1.2em;
	padding-right: 1em;
}

.userlist_name {
	margin-left: 1em;
}

.list-title {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.itemlist_edit {
	text-align: right;
	color: var(--color-hero);
	padding-top: 1.2em;

	font-weight: initial;
}

.itemlist_edit a {

	color: var(--color-hero);

	padding-right: 1.5em;
	padding-left: 0.5em;
	font-weight: initial;
}



#nav-menu+label {
	display: none;
}

@media (max-width:600px) {

	#nav-menu+label {
		display: block;
		padding-right: 0.3em;
		font-size: 2em;
		color: black;
		/*margin-top: 0.2em;*/
	}

	.navbar>.flex-parent {
		flex-wrap: wrap;
	}

	.navbar .nav {
		width: 100%;
	}

	.navbar ul {
		display: none;
		padding: 0;
	}

	#nav-menu:checked~.nav ul {
		display: block;
		margin: 0;
		/*padding: 0 2em 0 0;*/
		/*		padding-bottom:1em;
*/
		text-align: center;
		/*		padding-right: 1em;
*/
	}

	.navbar-icon a {
		padding: 0;
	}


}



.nav ul {
	list-style-type: none;
	/*margin: 0;*/
	/*margin-top: 22px;
		margin-bottom: 0;
		margin-left: 0.75em;*/
	/*padding-top: 2.5em;*/
	/*padding-left: 5px;*/
}

.nav-check ul {
	padding: 0;
}

@media (max-width: 600px) {
	.nav a {
		line-height: 2.1;
		font-size: 0.8em;
	}

	.nav ul {
		padding-top: 0.4em;
	}

	/*.nav-check ul{
		display: inline-block;
	}*/
}

.fav label {
	color: #aaa;
	transition: all 0.3s;
	transform: none;
	display: inline-block;
}

@media (max-width: 600px) {
	.fav {
		display: none;
	}

}

.fav input:checked+label {
	color: #da3085;
	transform: scale(1.5, 1.5);
}


/*BUTTON*/
.button-underline {
	font-family: 'Manrope';
	color: var(--color-hero);
	background-color: none;
	border: 0;
	background: none;
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 29px;
	padding: 0;
}

.button-underline:hover,
.button-underline:focus {
	color: var(--color-hero);
	text-decoration: underline 0.5px var(--color-hero);
	/*cursor: url("https://isjingli.com/img/cursor-oval-blk.svg"), auto;*/


}

.button-underline:focus {
	outline: 0;
	outline-offset: -4px;
}

.button-underline:active {
	transform: scale(0.99);
}





/*BACK TO TOP BUTTON*/

@media screen and (prefers-reduced-motion: no-preference) {

	html,
	body {
		scroll-behavior: smooth;
	}
}

main {
	position: relative;
}

main *:last-child {
	margin-bottom: 0;
}


.back-to-top-wrapper {
	position: absolute;
	top: 100vh;
	right: 1rem;
	bottom: -9em;
	width: 3em;
	pointer-events: none;
}

.back-to-top-link {
	position: sticky;
	pointer-events: all;
	top: calc(100vh - 5rem);
	display: inline-block;
	text-decoration: none;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 1px solid transparent;
	/*border: 1px solid var(--color-hero);*/

	-webkit-transition: -webkit-transform 100ms ease-in;
	transition: -webkit-transform 100ms ease-in;
	transition: transform 100ms ease-in;
	transition: transform 100ms ease-in, -webkit-transform 100ms ease-in;
}

.back-to-top-link:hover,
.back-to-top-link:focus {
	border: 1px solid var(--color-grey-3);

	/*background-color: var(--color-hero-superlight);*/
	/*-webkit-transform: scale(1.1);
          transform: scale(1.1);*/
}

.back-to-top-link:focus {
	outline: none;
	box-shadow: 0 0 0 3px #4e85c0;
}


.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center-100 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.center-95 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 95%;
}

.center-90 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.center-60 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.video {
	display: block;
	width: 950px;
}

@media (max-width: 600px) {
	.center-60 {
		width: 90%;
	}

	.video {
		width: 100%;
	}

	.gif {
		width: 100%;
	}
}

.center-40 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.center-30 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

.center-20 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;

}


/*SLIDER*/

.slider {
	width: 750px;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 400px) {
	.slider {
		width: 100%;
	}
}

.slides {
	display: flex;
	overflow-x: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	/*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}

.slides::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.slides::-webkit-scrollbar-thumb {
	background: var(--color-hero);
	border-radius: 10px;
}

.slides::-webkit-scrollbar-track {
	background: var(--color-grey-1);
}

.slides>div {
	scroll-snap-align: start;
	flex-shrink: 0;
	width: 750px;
	height: 750px;
	margin-right: 50px;
	border-radius: 10px;
	background: white;
	transform-origin: center center;
	transform: scale(1);
	transition: transform 0.5s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100px;
}

@media (max-width: 400px) {
	.slider>div {
		width: 100%;
		height: 100%;
		margin-right: 1px;
	}

}

.slides>div:target {
	/*   transform: scale(0.8); */
}

/*.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}*/
/*img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
.slider>a {
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	background: white;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 0 0.5rem 0;
	position: relative;
}

.slider>a:active {
	top: 1px;
}

.slider>a:focus {
	background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
	.slider>a {
		display: none;
	}
}


ul {
	padding-inline-start: 20px;
	list-style-type: circle;

}

ul li {
	margin: 0.5em 0;
	line-height: 150%;
}


.img-desktop {
	display: block;
}


.img-mobile {
	display: none;
}

@media (max-width: 600px) {
	.img-mobile {
		display: block;
	}

	.img-desktop {
		display: none;
	}

}


.scroll-container {
	overflow-x: scroll;
	display: block;
	height: 30vh;
	margin-bottom: var(--s-spacing);
}

.scroll-container-high {
	overflow-x: scroll;
	display: block;
	height: 70vh;
	margin-bottom: var(--s-spacing);
}

.scroll-image {
	width: 100%;
	width: auto;
	overflow-x: hidden;
}


img {
	vertical-align: middle;
	border-style: none;
}

.prototype-frame {
	display: block;
	/*    max-width: 360px;
    height: 740px;*/
	border: black 8px solid;
	border-color: var(--dark-grey);
	border-radius: 2rem;
	margin-left: auto;
	margin-right: auto;

}

.prototype {}

@media (max-width: 600px) {
	.prototype {
		width: 60%;
	}
}



.case-info {
	/*min-height: 100px;*/
	max-height: 350px;

}

.case-card {
	box-sizing: border-box;
	/*background-color: #FFFFFF;*/
	border-radius: 6px;
	display: block;
	/*box-shadow: 0px 0px 12px 7px rgb(212 210 210 / 20%);*/
	/*max-height: 600px;*/
	/*max-width: 300px;*/

}

.case-img {
	max-height: 100%;
}

.hidden-md {
	display: ;
}

@media (min-width: 900px) {
	.hidden-md {
		display: none !important;
	}
}

.hidden-lg {
	display: ;
}

@media (max-width: 899px) {
	.hidden-lg {
		display: none !important;
	}
}


.case-card:hover {
	/*transition:all 0.2s;
		transform:translateY(0);
    transform:scale(1.01,1.01);
    box-shadow: 3px 3px 10px 1px #312f2f1c; */
}

.project-hover {
	position: relative;
	overflow: hidden;
	transition: all 0.15s;
}

.project-hover:hover {
	transform: translateY(0);
	transform: scale(1.005, 1.005);

}

.case-coming {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6) !important;
	z-index: 10;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-cta {
	color: white;
	text-align: center;
	line-height: 18px;
	padding: 0.8em 1.2em;
	margin: 0.7em 0em;
	border-radius: 2em;
	font-size: 1.0em;
	/*    font-weight: bold;*/
	font-size: 18px;
	/*    position: center;*/
	background-color: var(--color-hero);
	border: var(--color-hero-light) 0px solid;

}

.button-cta:hover {
	background-color: var(--color-hero-dark);
	border: var(--color-hero-light) 0px solid;
}


.button-outline {
	outline: 0;
	color: var(--color-black);
	text-align: center;
	background-color: transparent;
	line-height: 18px;
	padding: 0.8em 1.2em;
	margin: 0.7em 0em;
	border-radius: 2em;
	font-size: 1.0em;
	border: var(--color-black);
	border-width: 1px;
	border-style: solid;
	/*font-weight: bold;*/
	position: center;
}

@media (max-width: 600px) {
	.button-outline {
		width: 100%;
	}

	.button-cta {
		width: 100%;
	}
}

.button-outline:hover {
	outline: 0;
	border: var(--color-hero) 1px solid;
	color: var(--color-hero)
}

.button-outline-s {
	outline: 0;
	color: var(--color-black);
	text-align: center;
	background-color: transparent;
	line-height: 16px;
	padding: 0.6em 1em;
	margin: 0.5em 0em;
	border-radius: 2em;
	font-size: 0.9em;
	border: var(--color-black);
	border-width: 1px;
	border-style: solid;
	position: center;
}

.button-outline-s:hover {
	outline: 0;
	border: var(--color-hero) 1px solid;
	color: var(--color-hero)
}

.button-fake-s {
	outline: 0;
	color: var(--color-grey-2);
	text-align: center;
	background-color: transparent;
	line-height: 16px;
	padding: 0.6em 1em;
	margin: 0.5em 0em;
	border-radius: 2em;
	font-size: 0.9em;
	border: var(--color-black);
	border-width: 0px;
	border-style: solid;
	position: center;
}



.display-desktop {
	display: block;
}

.display-mobile {
	display: none;
}

@media (max-width: 1000px) {
	.display-desktop {
		display: none;
	}

	.display-mobile {
		display: block;
	}
}

.fixed-sidenav {

	width: max-content;
	position: fixed;
	position: -webkit-fixed;
	z-index: 1;
	top: 35vh;
	left: 30px;
	overflow-x: hidden;
	display: none;
	float: left;
	width: 200px;
}

.fixed-sidenav a {
	text-decoration: none;
	transition: none;
	height: 20px;
	/*width: 180px;*/
	border-radius: 50px;
	/*text-align: right;*/
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 20px 0;
	border: solid 1px transparent;
	/*top: 100vh;*/
	/* color: var(--color-grey-5); */
}

a.active {
	font-style: bold;
	font-weight: 600px;
	height: 70px;
	width: 80px;
	border-radius: 7px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 0;
	-webkit-transition: all 200ms ease;
	transition: all 300ms ease;
	border: solid 1px var(--color-black);
	color: var(--color-black);
}

.nav-item {
	margin: 10px 0;
	width: 2px;
	height: 40px;
	margin-bottom: 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: none;
	border-width: 1px;
	border-color: #ffc800;
	border-radius: 1px;
	background-color: #ddd;
	/*
    -webkit-transition: all 200ms ease;
    transition: all 300ms ease;*/
	color: #d4d4d4;
	font-weight: 400;
	text-decoration: none;
	/*padding-left: */
	/*padding: 10px 0;*/
}

.nav-item.active {
	width: 4px;
	height: 60px;
	/* border-color: #fdc917; */
	border-radius: 2px;
	background-color: #000;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
}

.nav-item.active p {
	color: #222 !important;
	/* font-weight: bold; */
}

@media (min-width: 1200px) {
	.fixed-sidenav {
		display: block;
	}
}



.slide {
	max-width: 800px;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	/*padding: 0.05em;*/
	/*box-shadow: 4px 4px 7px 0 rgb(57 57 57 / 13%), 4px 8px 11px 0 rgb(192 192 192 / 0%);
	box-shadow:
	  0 1.4px 1.1px rgb(116 116 116 / 3%), 
	  0 3.3px 2.7px rgb(123 123 123 / 5%), 
	  0 6.3px 5px rgb(152 148 148 / 6%), 
	  0 11.2px 9px rgb(161 161 161 / 7%), 
	  0 15px 13px rgb(128 128 128 / 6%), 
	  0 10px 15px rgb(232 232 232 / 7%);*/
	box-shadow: 0px 0px 4px rgba(55, 55, 55, 0.13);
}

.shadow {
	box-shadow:
		0 1.4px 1.1px rgb(116 116 116 / 3%),
		0 3.3px 2.7px rgb(123 123 123 / 5%),
		0 6.3px 5px rgb(152 148 148 / 6%),
		0 11.2px 9px rgb(161 161 161 / 7%),
		0 15px 13px rgb(128 128 128 / 9%),
		0 10px 15px rgb(232 232 232 / 7%);
}



.mobile-app,
.mobile-app-cover {
	width: 320px;
	height: 691px;

	width: 277px;
	height: 600px;

	border-width: 0;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	border-radius: 20px;
	border-width: 10px;
	border: solid black;
}



/*Progress bar*/

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #C7C5CD;
	border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--color-grey-4);
	/*border: 3px solid var(--color-hero);*/

	/*cursor: url("https://isjingli.com/img/cursor-arrow.svg"), auto;*/
}


svg:hover {
	fill: var(--color);
}



.kicker:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 25px;
	height: 10px;
	border-radius: 6px;
	content: "";
	background-color: #6933FF;
	/*background-color: #000000;*/
}

/*.snapcheck .kicker:before {
  background-color: #F7AD2F;
}*/
.kicker {
	font-style: bold;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-family: Manrope, sans-serif;
	line-height: 18px;
	text-transform: uppercase;
	/*color: var(--color-hero);*/
	padding-bottom: 1.4em;
}

.second-kicker {
	width: 80%;
	/*font-weight: 900;*/
	/*font-size: 30px;*/
	/*line-height: 42px;*/
	/*letter-spacing: -0.01em;*/
	padding: 0;
	margin: 0;
	padding-bottom: 0.7em;
}

@media (max-width: 768px) {
	.kicker {
		font-style: bold;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 0.02em;
		position: relative;
		display: inline-block;
		padding-left: 40px;
		font-family: Manrope, sans-serif;
		line-height: 18px;
		/*text-transform: uppercase;*/
		color: #4c4c4c;
		padding-bottom: 1.4em;
	}

	.second-kicker {
		font-weight: 900;
		font-size: 20px;
		/*line-height: 30px;*/
		letter-spacing: -0.01em;
		padding: 0;
		margin: 0;
		width: 100%;
	}
}


ol {
	padding-left: 1em;
}

ol li {
	/*background: #F3F0FF;*/
	margin: 0.3em 0;
}

.side-img {
	position: absolute;
	width: 20%;
	left: 0%;
	top: 150px;
	right: auto;
	bottom: auto;
	/*height: 40%;*/
	max-width: 300px;
}

@media (max-width: 1170px) {
	.side-img {
		display: none;
		position: absolute;
		left: 0%;
		width: 60%;
		top: 400px;
		right: auto;
		bottom: auto;
		height: 100%;
	}
}

/*
#hero{
	width: 100%;
}

*/

.vl {
	margin-top: 4em;
	margin-left: 2em;
	border-left: 1px solid lightgrey;
	height: 260px;
}


.icon {
	height: 36px;
}


.site-footer {
	text-align: center;
	padding: 24px 16px;
	font-size: 8px;
	color: #666;
	background-color: ;
	border-top: 0px solid #ddd;
}



.all-projects-list {
	list-style: none;
	/* Remove bullet points */
	padding: 0;
	margin: 0;
	text-align: center;
	/* Center the list items */
}

.all-projects-list li {
	display: inline-block;
	/* Make list items horizontal */
	margin: 0 10px;
	/* Add spacing between items */
}

.all-projects-list a {
	text-decoration: none;
	/* Remove underlines */
	color: #333;
	/* Default link color */
	font-weight: normal;
	/* Default font weight */
}

.all-projects-list a:hover {
	text-decoration: underline;
	/* Underline on hover */
}

.all-projects-list a.current-project {
	font-weight: bold;
	/* Make the current project bold */
	color: #007bff;
	/* Highlight color for the current project */
}