/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

/* PRELOADER */
.preloader-outer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background-color: var(--color-white);
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	margin: 20px;
	display: none;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeinright 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeinleft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
}

/* hero */
.hero {
	margin-bottom: 60px;
	padding-top: 160px;
	min-height: 470px;
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-direction: column-reverse;
}

.hero-inner {
	width: 100%;
	z-index: 2;
	position: relative;
}

.hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: var(--color-white);
	padding-bottom: 60px;
}

.hero h1 {
	color: unset;
	margin-bottom: 0;
	line-height: .9;
	text-transform: uppercase;
}

.hero h1 span {
	display: inline-block;
}

.hero h1 .hero-subtitle span:nth-child(2) {
	animation-delay: .8s;
}

.hero h1 .hero-subtitle span {
	animation-delay: .6s;
}

.hero h1 .hero-subtitle {
	font-size: 2.813rem;
	font-weight: 400;
	display: block;
	overflow: hidden;
	position: relative;
}

.hero h1 strong {
	font-size: 4rem;
	font-weight: 400;
	display: block;
	overflow: hidden;
	position: relative;
	color: var(--color-primary);
}

.hero h1 strong span:nth-child(2) {
	animation-delay: 1.2s;
}

.hero h1 strong span {
	animation-delay: 1s;
}

.hero-title span:nth-child(3) {
	animation-delay: .4s;
}

.hero-title span:nth-child(2) {
	animation-delay: .2s;
}

.hero-title span {
	display: inline-block;
}

.hero-title {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.hero-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background: linear-gradient(to bottom, rgba(32, 31, 43, 0.6) 0%, rgba(32, 31, 43, 0) 100%);
}

.hero-bg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	opacity: .75;
	background: linear-gradient(to bottom, rgba(32, 31, 43, 0) 0%, rgba(9, 33, 60, 1) 44%);
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-line.animated {
	height: 80px;
}

.hero-line {
	position: absolute;
	top: calc(100% - 40px);
	left: 50%;
	width: 3px;
	height: 0px;
	transition: height 1.5s ease-out;
	transition-delay: 1.8s;
	background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
	.hero h1 {
		line-height: 1;
	}

	.hero:before {
		background: linear-gradient(180deg, rgba(32, 31, 43, 0.6) 7.22%, rgba(32, 31, 43, 0) 30.59%), linear-gradient(54.43deg, #201f2b 19.67%, rgba(32, 31, 43, 0) 61.68%), linear-gradient(360deg, #201f2b 0%, rgba(32, 31, 43, 0) 44.51%);
	}

	.hero {
		min-height: 700px;
	}

	.hero:after {
		top: unset;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.15);
		bottom: 141px;
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.hero-line {
		top: 0;
		left: 0;
	}

	.hero-line.animated {
		height: 460px;
	}

	.hero-content {
		text-align: left;
	}

	.hero {
		min-height: 940px;
		margin-bottom: 0;
	}

	.hero-content {
		padding-left: 70px;
		padding-bottom: 100px;
	}

	.hero h1 {
		line-height: 1;
		letter-spacing: -5.5px;
	}

	.hero h1 .hero-subtitle {
		font-size: 6.5rem;
		letter-spacing: -.05em;
	}

	.hero h1 strong {
		font-size: 8.75rem;
		line-height: .8;
		font-weight: 400;
		letter-spacing: -.04em;
		padding-left: 120px;
	}

	.hero-title {
		font-size: 2.5rem;
		letter-spacing: 12px;
		padding-left: 110px;
	}
}

@media screen and (min-width: 1441px) {
	.hero-content {
		padding-bottom: 140px;
	}

	.hero-line {
		top: -110px;
	}

	.hero-line.animated {
		height: 600px;
	}

	.hero {
		min-height: 990px;
	}
}

/* intro */
.intro {
	width: 100%;
	padding-bottom: 30px;
}

.intro-right img {
	width: 100%;
	display: block;
}

.intro-right {
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.intro-subtitle {
	font-size: 1.5rem;
	line-height: 1.2;
	color: var(--color-near-black);
}

.intro h2 strong {
	font-weight: 600;
	display: block;
	color: var(--color-primary);
}

.intro h2 {
	letter-spacing: -.03em;
	line-height: 1;
	font-weight: 600;
	font-size: 2.5rem;
}

.intro-right {
	width: 100%;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.intro-holder {
		display: flex;
		justify-content: space-between;
	}

	.intro-left {
		width: 45%;
		align-self: center;
		padding-top: 25px;
	}

	.intro-right {
		width: 47%;
	}
}

@media screen and (min-width: 1025px) {
	.intro h2 {
		line-height: 1;
		font-size: 3.125rem;
	}

	.intro {
		padding-top: 95px;
		padding-bottom: 90px;
		background-image: url('../images/lines.svg');
		background-repeat: no-repeat;
		background-position: right top;
	}

	.intro-subtitle {
		font-size: 1.75rem;
	}
}

/* committed */
.committed {
	width: 100%;
	padding-bottom: 30px;
}

.committed-top h2 {
	letter-spacing: -.03em;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.committed-top h2 span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: normal;
	color: var(--color-near-black);
}

.committed-top h2 strong {
	font-weight: 600;
	color: var(--color-primary);
}

.committed-item:nth-child(2) .committed-icon {
	animation-delay: .2s;
}

.committed-item:nth-child(3) .committed-icon {
	animation-delay: .4s;
}

.committed-item:nth-child(4) .committed-icon {
	animation-delay: .6s;
}

.committed-item {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	min-height: 50px;
	padding-top: 5px;
	margin-bottom: 25px;
	display: flex;
	color: var(--color-near-black);
}

.committed-item span {
	flex: 1;
}

.committed-icon {
	width: 45px;
	margin-right: 15px;
}

.committed-icon img {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.committed-top h2 {
		line-height: 1;
		font-size: 3.125rem;
	}

	.committed-list {
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 30px);
		margin: 0 -15px -20px;
	}

	.committed-item:has(+ :last-child) {
		border-bottom: 0;
	}

	.committed-item:last-child {
		border-bottom: 0;
	}

	.committed-item {
		width: calc(50% - 30px);
		margin: 0 15px 45px 15px;
		font-size: 1.375rem;
		padding-bottom: 45px;
		border-bottom: 1px solid rgba(66, 89, 123, .25);
	}

	.committed-icon {
		width: 52px;
		margin-right: 20px;
	}
	.committed-top h2 span {
		font-size: 1.75rem;
	}
}

/* experienced */
.experienced {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: var(--color-light-gray);
}

.experienced-top h2 {
	letter-spacing: -.03em;
	line-height: 1;
	font-weight: 600;
	font-size: 2.5rem;
}

.experienced ul {
	margin-bottom: 0;
}

.experienced-top h2 strong {
	font-weight: 600;
	color: var(--color-primary);
}

.experienced ul li {
	padding-left: 25px;
	font-weight: 900;
	color: var(--color-secondary);
	margin: 0 10px 15px 3px;
	line-height: 1.3;
	background-image: url('../images/small-check.svg');
	background-repeat: no-repeat;
	background-position: left 2px;
}

@media screen and (min-width: 768px) {
	.experienced ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (min-width: 1025px) {
	.experienced-top {
		margin: 0 auto;
		max-width: 700px;
	}

	.experienced-top h2 {
		line-height: 1;
		font-size: 3.125rem;
	}

	.experienced {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* info */
.info {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	background-color: #314a6f;
	position: relative;
	color: var(--color-white);
}

.info h2 strong {
	font-weight: 600;
	display: block;
	color: var(--color-near-black);
}

.info h2 {
	letter-spacing: -.03em;
	line-height: 1;
	font-weight: 600;
	color: var(--color-white);
	font-size: 2.5rem;
}

.info-right:after {
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-primary);
}

.info-right img {
	display: block;
	width: 100%;
}

.info-right {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.info-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.info-left:after {
		width: 50px;
		height: 3px;
		content: '';
		position: absolute;
		top: 20px;
		left: 0;
		background-color: var(--color-primary);
	}

	.info-left {
		width: 63%;
        align-self: center;
		position: relative;
		order: -1;
        padding-top: 50px;
        padding-bottom: 50px;
	}

	.info-right:after {
		display: none;
	}

	.info-right {
		width: calc(37% + 30px);
		margin-right: -30px;
		margin-top: auto;
		margin-bottom: 0;
	}

	.info {
		z-index: 1;
        padding-top: 0;
		padding-bottom: 0;
	}

	.info:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-image: url('../images/_banner-lines.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		mix-blend-mode: multiply;
	}
}

@media screen and (min-width: 1025px) {
	.info h2 {
		line-height: 1;
		font-size: 3.125rem;
	}

	.info-right {
        padding-top: 70px;
		width: calc(37% + 50px);
		margin-right: -60px;
	}

	.info {
		margin-bottom: 100px;
	}
}

/* services */
.services {
	margin-bottom: 100px;
	width: 100%;
}

.services-top h2 {
	letter-spacing: -.03em;
	line-height: 1;
	font-weight: 600;
	font-size: 2.5rem;
}

.services-top h2 strong {
	font-weight: 600;
	color: var(--color-primary);
}

.services-list ul {
	margin-bottom: 0;
}

.services-list ul li {
	width: 100%;
	margin-bottom: 20px;
}

.services-list ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: width .3s ease-out;
	height: 2px;
	background-color: var(--color-primary);
}

.services-list ul li a:focus,
.services-list ul li a:hover {
	color: var(--color-primary);
}

.services-list ul li a:focus:after,
.services-list ul li a:hover:after {
	width: 100%;
}

.services-list ul li a {
	font-weight: 700;
	padding-bottom: 4px;
	position: relative;
	color: var(--color-secondary);
	font-size: 1.063rem;
	display: inline-block;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.services {
		margin-bottom: 150px;
	}

	.services-top {
		margin: 0 auto;
		max-width: 700px;
	}

	.services-top h2 {
		line-height: 1;
		font-size: 3.125rem;
	}

	.services-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
	}

	.services-list-col {
		flex: 1;
		padding: 0 20px;
		border-right: 1px solid rgba(66, 89, 123, .25);
	}

	.services-list-col:last-child {
		border-right: 0;
	}

	.services-list ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.services-list {
		margin-left: -50px;
		margin-right: -50px;
	}

	.services-list-col {
		padding: 0 50px;
	}
}
