/*! Landing Custom Styles */

/* Header
   ========================================================================== */

.landing-header {
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.landing-header .inner {
	align-items: center;
	display: grid;
	grid-template-columns: auto auto;
	padding-left: 10px;
	padding-right: 10px;
}

.landing-header .logo {
	justify-self: start;
	margin-left: -20px;
}

.landing-header .logo img {
	height: 75px;
	margin: 0;
	width: auto;
}

.landing-header .social {
	display: flex;
	gap: 10px;
	justify-self: end;
}

.landing-header .social span {
	display: none;
}

.landing-header .social a {
	align-items: center;
	align-self: center;
	background-color: #e9e9e9;
	border-radius: 50%;
	border: 1px solid #b1b1b1;
	color: #666;
	display: flex;
	font-size: 14px;
	height: 32px;
	justify-content: center;
	justify-self: center;
	text-decoration: none;
	transition: all ease 300ms 0s;
	width: 32px;
}

.landing-header .social a:hover {
	color: #fff;
}

.landing-header .social a.social-facebook:hover {
	background-color: #1877F2;
	border-color: #1877F2;
}

.landing-header .social a.social-instagram:hover {
	background: #833ab4;
	background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
	border-color: transparent;
}

.landing-header .social a.social-linkedin:hover {
	background-color: #0077B5;
	border-color: #0077B5;
}

.landing-header .social a.social-youtube:hover {
	background-color: #FF0000;
	border-color: #FF0000;
}

.alert:after {
	font-family: 'Font Awesome 6 Free';
}

/* Content
   ========================================================================== */

.landing-content {
	background: #f8f8f8;
	margin-top: 75px;
	padding: 10px;
}

.landing-content .title {
	margin-bottom: 40px;
	margin-top: 75px;
	text-align: center;
}

.landing-content article {
	background: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px;
}

.landing-content article header h1 {
	color: #e84c3d;
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 0;
}

.landing-content article header p {
	font-size: 18px;
}

.landing-content article h2, .landing-content article p {
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 0;
}

.landing-content article h2 {
	font-size: 18px;
}

.landing-content article p {
	font-size: 16px;
}

.landing-content article img {
	margin-bottom: 20px;
}

.landing-content article blockquote {
	background: linear-gradient(to right, #e84c3d 0%, #eb938b 100%);
	color: #fff;
	margin: 0 0 20px;
	padding: 20px;
}

.landing-content article blockquote > *:last-child {
	margin-bottom: 0;
}

.landing-content article .buttons,
.landing-content article .video,
.landing-content article .logos, 
.landing-content article .contact {
	margin-bottom: 20px;
}

.landing-content article .buttons a {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0;
	padding: 18px;
	text-decoration: none;
}

/* .landing-content article .buttons > *:last-child {
	margin-bottom: 0;
} */

.landing-content article .video iframe {
	aspect-ratio: 16 / 9;
	display: block;
	width: 100%;
}

.landing-content article .logos img {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	max-height: 125px;
	width: auto;
}

.landing-content .contact-wrapper {
	scroll-margin-top: 100px;
}

/* .landing-content article .logos > *:last-child {
	margin-bottom: 0;
} */

/* Form
   ========================================================================== */

.landing-content .form-wrapper .alert {
	display: none;
}

.landing-content .form-wrapper.error .alert-danger {
	display: block;
}

.landing-content .form-wrapper.success .alert-success {
	display: block;
}

/* Footer
   ========================================================================== */

.landing-footer {
	background: #000;
}

.landing-footer .inner {
	padding: 20px 10px;
}

.landing-footer .copyright {
	color: #666;
	margin-bottom: 30px;
}

.landing-footer .copyright p {
	font-size: 14px;
	margin-bottom: 0;
}

.landing-footer .nav ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.landing-footer .nav ul li {
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 14px;
}

.landing-footer .nav ul li:first-child {
	border-top-width: 1px;
}

.landing-footer .nav ul li a {
	color: #666;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.landing-footer .nav ul li a:hover {
	color: #e84c3d;
}

/* Media Queries
   ========================================================================== */

@media screen and (min-width: 768px) {

	.landing-header .inner, .landing-footer .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.landing-content {
		padding: 20px;
	}

	.landing-content article header h1 {
		font-size: 42px;
		margin-bottom: 20px;
	}

	.landing-content article blockquote {
		float: right;
		margin: 0 0 40px 40px;
		max-width: 420px;
		padding: 30px;
	}

	.landing-content article blockquote p {
		font-size: 24px;
	}

}

@media screen and (min-width: 1024px) {

	.landing-header .inner, .landing-footer .inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 1120px;
	}

	.landing-content article {
		max-width: 1120px;
		padding: 60px;
	}

	.landing-content article h2 {
		font-size: 22px;
	}

	.landing-footer .inner {
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.landing-footer .copyright {
		justify-self: start;
		margin-bottom: 0;
	}

	.landing-footer .nav {
		justify-self: end;
	}

	.landing-footer .nav ul li {
		border-width: 0 1px 0 0;
		float: left;
	}

	.landing-footer .nav ul li:first-child {
		border-top-width: 0;
	}

	.landing-footer .nav ul li a {
		padding-bottom: 0;
		padding-top: 0;
	}

}