@font-face {
    font-family: 'UniversalFont';
    /* Add src for web fonts if needed */
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #333;
    padding-top: 0px;
    line-height: 1.2em;
}

h1 { font-size: 48px; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.1em; line-height: 1.5em; margin-bottom: 36px; }
h4 { font-size: 1.1em; }
/* Add similar definitions for h5 and h6 if needed */

p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
}

p b {
    font-weight: bold;
}

/* BASE ---------------------------- */

body {
    background: #FFFFFF;
    color: #6F6F78;
}



/* ANIMATIONS ---------------------------- */

@keyframes fadeIn { from { opacity: 0; bottom: -36px; } to { opacity: 1; bottom: 0; } }

.fade-in {
    opacity: 0;  /* make things invisible upon start */
    position: relative;
    bottom: -36px;
    animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animation ease-in and repeat it only 1 time */
    animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation-duration: 0.5s;
    animation-delay: 0.5s
}

/* FONTS ---------------------------- */

h1 {
	font-size: 2em;
	font-weight: 700;
	color: #3A3A3E;
}

h2 {
	color: #3A3A3E;
	font-weight: 700;
	font-size: 1.6em;
}

h3 {
	color: #3A3A3E;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 36px;
}

h4 {
	color: #3A3A3E;
	font-weight: 700;
	font-size: 1.1em;
}



	@media (min-width: 768px) {
		h1 {
			font-size: 2em;
		}

		h2 {
			font-size: 2em;
		}

		h3 {
			font-size: 1.25em;
		}

		h4 {
			font-size: 1.1em;
		}
	}
	
	@media (min-width: 992px) {
		h1 {
			font-size: 2.6em;
		}

		h2 {
			font-size: 2.1em;
		}

		h4 {
			font-size: 1.2em;
		}
	}

	@media (min-width: 1200px) {
		h1 {
			font-size: 3.2em;
		}

		h2 {
			font-size: 2.2em;
		}

		h4 {
			font-size: 1.2em;
		}
	}


	@media (max-width: 576px) {
		ul {
			padding-left: 16px;
		}

		ul li ul {
			padding-left: 24px;
		}
	}


	@media (min-width: 577px) {
		ul {
			padding-left: 16px;
			padding-right: 24px;
		}

		ul li ul {
			padding-left: 32px;
		}
	}


.btn-primary {
	background: #245C99;
	background-image: linear-gradient(to right, #245C99, #13376C);
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1em;
	border: 2px solid #13376C;
	padding: 16px 32px;
	border-radius: 12px;
}

	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus {
		outline: none;
		background: transparent;
		border: 2px solid #13376C;
		color: #245C99;
	}




/* HEADER ---------------------------- */

.header {
	background: #1C497A;
	background-image: linear-gradient(to right, #1C497A, #0F2C56);
	height: auto;
}


	.navbar-toggler {

	}

		.navbar-toggler:focus, .navbar-toggler:active {
			outline: none;
		}



	/* LOGO ---------------------------- */

	.navbar-brand.logo {
		display: inline-block;
	}

	.logo svg {
		height: 40px;
		margin: 8px 0 0 0;
		transition: opacity 0.1s ease;
		
	}

		.logo svg:hover {
			opacity: 0.85;

		}

		.logo-mark {
			display: inline-block;
		}

		.logo-full {
			display: none;
		}

		@media (min-width: 440px) {
			.logo-mark {
				display: none;
			}

			.logo-full {
				display: inline-block;
			}
		}




	/* NAVBAR ---------------------------- */

	.navbar {
		font-size: 95%;
		font-weight: 300;
	}

		.navbar-expand-lg .navbar-nav .nav-link {
			padding-left: 0.97em;
			padding-right: 0.97em;
		}
	
		.navbar a {
			color: #FFFFFF;
			transition: all 0.1s ease;
			
		}

			.navbar a:hover {
				color: #B8BEC8;
			}


			@media (min-width: 990px) {
				.navbar-collapse {
					flex-basis: auto;
				}
			}


			@media (max-width: 990px) {
				.header .navbar-nav {
					border-top: 1px solid #365E8F;
					margin: 8px 0 0 0;
					display: block;
					padding-right: 0;
				}

				.header .nav-item a {
					width: 100%;
					text-align: center;
					border-bottom: 1px solid #365E8F;
					padding-top: 12px;
					padding-bottom: 12px;
				}

				.header .nav-icon-li {
					width: 50%;
					float: left;
					padding: 12px 0;
					transition: opacity 0.1s ease;
				}

				.top-nav-facebook-icon {
					width: 100%;
					display: block;
					text-align: center;
				}

				.top-nav-twitter-icon {
					width: 100%;
					display: block;
					text-align: center;
				}
			}




		/* NAVBAR ICONS ---------------------------- */

		.top-nav-facebook-icon svg {
			position: relative;
			top: 6px;
			width: 24px;
			height: 24px;
			margin-left: 16px;
		}

		.top-nav-twitter-icon svg {
			position: relative;
			top: 6px;
			width: 24px;
			height: 24px;
			margin-left: 24px;
		}

			.top-nav-facebook-icon:hover,
			.top-nav-twitter-icon:hover {
				opacity: 0.85;
			}





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

.home-intro {
	background: #245C99;
	background-image: linear-gradient(to right, #245C99, #13376C);
	overflow: hidden;
}

	.home-intro---content {
		padding: 36px 12px 0 12px;
	}

	.home-intro---image {

	}
		.home-intro---image img {
			width: 100% !important;
			max-width: 100% !important;
			height: auto !important;
			margin: 16px 0 0 0;
		}

	.home-intro h1 {
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 16px;
	}

	.home-intro p {
		font-size: 0.9em;
		color: #BFD1E5;
		text-align: center;
	}

	.download-badge {
		margin: 26px auto 26px auto;
		text-align: center;
		display: block;
		transition: opacity 0.1s ease;
	}

		.download-badge:hover,
		.download-badge:focus,
		.download-badge:active {
			opacity: 0.85;
		}

	@media (min-width: 768px) and (max-width: 991px) {
		.home-intro---image,
		.home-intro---content {
			padding-left: 0;
			padding-right: 0;
		}

		.home-intro---image img {
			margin: 56px 0 0 0;
		}

		.home-intro---content {
			margin: 32px 0 0 0;
			padding-left: 24px;
		}

			.home-intro h1 {
				font-size: 1.8em;
				text-align: left;
				margin-bottom: 16px;
			}

			.home-intro p {
				font-size: 0.9em;
				text-align: left;
			}

		.home-intro .download-badge {
			margin-top: 0px;
			margin-bottom: 0;
			display: inline-block;
		}

	}

	@media (min-width: 992px) {

		.home-intro---image {
			padding-right: 24px;
		}

			.home-intro---image img {
				margin: 64px 0 0 0;
			}

		.home-intro---content {
			margin: 48px 0 0 0;
			padding-left: 24px;
		}

			.home-intro h1 {
				font-size: 2.2em;
				text-align: left;
				margin-bottom: 16px;
			}

			.home-intro p {
				font-size: 1.1em;
				text-align: left;
				line-height: 1.4em;
			}

		.home-intro .download-badge {
			margin-top: 0px;
			margin-bottom: 0;
			display: inline-block;
		}
	}

	@media (min-width: 1200px) {
		.home-intro---image {
			padding-right: 32px;
		}

			.home-intro---image img {
				margin: 64px 0 0 0;
			}

		.home-intro---content {
			margin: 56px 0 0 0;
			padding-left: 32px;
		}

			.home-intro h1 {
				font-size: 2.8em;
				text-align: left;
				margin-bottom: 16px;
			}

			.home-intro p {
				font-size: 1.3em;
			}
		.home-intro .download-badge {
			margin-top: 12px;
		}			
	}




/* HOME TOP FEATURES ---------------------------- */

.home-top-features {
	padding: 47px 0 47px 0;
}

	.home-top-features h2 {
		margin-top: 0;
		margin-bottom: 36px;
	}

	.home-top-features ul li {
		margin-bottom: 24px;
	}

	.home-top-features ul li ul {
		margin-top: 24px;
	}

	.home-top-features img {
		text-align: center;
		margin: 0 auto 0 auto;
		display: block;
		max-width: 90%;
		height: auto;
	}


	@media (min-width: 769px) and (max-width: 990px) {
		.home-top-features .col-12 {
			padding-left: 0px;
			padding-right: 0px;
		}
	}

	@media (min-width: 769px) {
		.home-top-features h2 {
			margin-top: 0;
			margin-bottom: 24px;
		}

		.home-top-features {
			padding: 87px 0 87px 0;
		}
	}

	@media (min-width: 1200px) {
		.home-top-features {
			padding: 87px 0 68px 0;
		}
	}


/* HOME DARK SECTION ---------------------------- */

.home-dark-section {
	background: #3D4F69;
	padding: 47px 0 39px 0;
}

	@media (min-width: 576px) {
		.home-dark-section {
			padding: 87px 0 79px 0;
		}
	}

	.home-dark-section-1 {
		background-image: linear-gradient(to right, #3D4F69, #213147);
	}

	.home-dark-section-1 img {
		text-align: center;
		margin: 0 auto 50px auto;
		display: block;
		max-width: 90%;
		height: auto;
	}

	.home-tf-icon {
		width: 32px;
		height: 32px;
	}

		.media .media-body {
			padding-left: 8px;
		}

	.home-dark-section-2 {
		background-image: linear-gradient(to right, #5C5F66, #3E4452);
	}

	.home-dark-section h2 {
		margin-bottom: 56px;
		color: #FFFFFF;
	}

	.home-dark-section-2 p, .home-dark-section-2 ul li {
		color: #D2D2D2;
	}

	.home-dark-section-2 h2 {
		margin-bottom: 38px;
	}

	.home-dark-section-3 {
		border-top: 1px solid #CCCCCC;
		background-image: linear-gradient(to right, #F3F3F4, #E2E2EA);
	}

	.home-dark-section-3 h2 {
		margin-bottom: 38px;
	}

	.home-dark-section-3 h2 {
		color: #3A3A3E;
	}

		@media (min-width: 576px) {
			.home-dark-section-2 h2 {
				margin-bottom: 76px;
			}

			.home-dark-section-3 h2 {
				margin-bottom: 76px;
			}
		}

	.home-dark-section-3 .btn-primary {
		margin-top: 12px;
		margin-bottom: 32px;
	}

	.home-dark-section-1 p, .home-dark-section-1 ul {
		color: #B2C3D6;
	}

	.home-dark-section ul li {
		margin-bottom: 24px;
	}

	.home-dark-section ul li ul {
		margin-top: 24px;
	}

	.more-features-section {
		margin-bottom: 56px;
	}

	.home-tf-icon-wrapper {
		border: 2px solid #A8C2DE;
		padding: 12px 12px 6px 12px;
		display: inline-block;
		border-radius: 12px;
		margin-bottom: 12px;
	}

	.more-features-section svg {
		margin-bottom: 0;
		display: inline-block;
		padding: 0;
	}




/* HOME WHITE SECTION ---------------------------- */

.home-white-section {
	background: #FFFFFF;
	padding: 47px 0 39px 0;
	position: relative;
}

	.home-white-section-1 {
		background-image: linear-gradient(to right, #F3F3F4, #E1E1EA);
	}

	@media (min-width: 576px) {
		.home-white-section {
			padding: 97px 0 97px 0;
		}
	}

	.home-white-section-1 img {
		text-align: center;
		margin: 0 auto 32px auto;
		display: block;
		max-width: 90%;
		height: auto;
		border: 1px solid rgba(0,0,0,0.16);
		box-shadow: 0 8px 32px rgba(0,0,0,0.08);
	}

	@media (min-width: 769px) {
		.home-white-section-1 img {
			margin: 0 auto 0 auto;
		}
	}

	@media (min-width: 970px) {
		.home-white-section h2 {
			margin-top: 16px;
		}
	}

	@media (min-width: 1200px) {
		.home-white-section h2 {
			margin-top: 48px;
		}
	}

	.home-white-section-2 {
		padding-bottom: 0;
	}

	.home-white-section-2---content {
		padding-bottom: 20px;
	}


	.home-white-section-2---image {
		overflow: hidden;
	}

	.home-white-section-2---image img {
		width: 100% !important;
		max-width: 100%;
		height: auto;
		position: relative;
		margin-top: -250px;
		bottom: -250px;
	}

	@media (min-width: 768px) and (max-width: 989px) {	
		.home-white-section-2---content {
			padding-bottom: 100px;
		}

		.home-white-section-2---image img {
			margin-top: 0;
			bottom: 0;
			padding-bottom: 100px;
		}
	}

	@media (min-width: 990px) and (max-width: 1199px) {	
		.home-white-section-2---content {
			padding-bottom: 70px;
		}

		.home-white-section-2---image img {
			margin-top: -228px;
			bottom: -228px;
			padding-bottom: 100px;
		}
	}


	@media (min-width: 1200px)  {	
		.home-white-section-2---content {
			padding-bottom: 100px;
		}
	}




	.home-white-section h2 {
		margin-bottom: 24px;
	}

		@media (min-width: 576px) {
			.home-white-section h2 {
				margin-bottom: 24px;
			}
		}

	.home-white-section-2 h2 {
		margin-bottom: 36px;
	}	

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

		@media (min-width: 768px) {
			.center-on-mobile {
				text-align: left;
			}
		}

	.home-white-section ul li {
		margin-bottom: 24px;
	}

	.home-white-section ul li ul {
		margin-top: 24px;
	}




/* BOTTOM DOWNLOAD SECTION ---------------------------- */

.bottom-download-section {
	background: #245C99;
	background-image: linear-gradient(to right, #245C99, #13376C);
	text-align: center;
}

	.bottom-download-section-icon {
		padding: 100px 0 96px 0;
	}

	@media (min-width: 576px) {
		.bottom-download-section-icon {
			padding: 100px 0 96px 0;
			background: url(assets/img/sp-type-icon-opacity.svg) no-repeat 10% -10%;
			background-size: 186px;
			background-size: 186px;
		}
	}

	@media (min-width: 768px) {
		.bottom-download-section-icon {
			padding: 100px 0 96px 0;

			background: url(assets/img/sp-type-icon-opacity.svg) no-repeat 10% -200%;
			background-size: 372px;
			background-size: 372px;
		}
	}

	.bottom-download-section p {
		font-size: 0.9em;
		color: #BFD1E5;
		margin-top: 12px;
		margin-bottom: 48px;
	}

	.bottom-download-section .logo-bottom {
		width: 235px;
		height: auto;
	}

	.bottom-download-section .download-badge {
		margin: 0 auto 0 auto;
		text-align: center;
		display: block;
		transition: opacity 0.1s ease;
	}

	@media (min-width: 768px) and (max-width: 991px) {
		.bottom-download-section p {
			font-size: 0.9em;
		}
	}

	@media (min-width: 992px) {
		.bottom-download-section p {
			font-size: 1.1em;
			line-height: 1.4em;
		}
	}

	@media (min-width: 1200px) {
		.bottom-download-section p {
			font-size: 1.3em;
		}	
	}




/* FOOTER ---------------------------- */

.footer {
	background: #FFFFFF;
	font-size: 87%;
	border-top: 1px solid #F1F1F1;
	margin-top: 0;
}

	.footer-copyright, .footer a {
		color: #909099;
	}

		.footer a {
			transition: all 0.1s ease;
		}

		.footer a:hover {
			color: #333333;
		}

	.footer-copyright {
		margin: 46px 0 46px 0;
		text-align: left;
	}

	.footer-nav {
		margin: 38px 0 39px 0;
		justify-content: center;
	}

		.footer-nav .nav-item a {
			padding-left: 0.97em;
			padding-right: 0.97em;
		}

	@media (max-width: 1200px) {
		.footer-copyright {
			margin: 46px 0 0 0;
			text-align: center;
		}
	}

	@media (min-width: 1200px) {
		.footer-nav {
			justify-content: flex-end;
		}
	}

