/* Hero */
.whx-hero {
	position: relative;
	padding: 180px 0 140px;
}
.whx-bckg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.whx-hero-text {
	color: #FFF;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.5px;
}
.whx-hero-pretitle {
	margin-bottom: 20px;
}
.whx-hero-title {
	color: #FFF;
	font-size: 42px;
	line-height: 54px;
	letter-spacing: 0.5px;
	max-width: 676px;
	margin-bottom: 25px;
}
.whx-hero-subtitle {
	max-width: 560px;
}
.whx-hero_btns-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.dd-about-speak-cta.whx-hero-btn {
	width: 241px;
	max-width: 100%;
}

/* Content */
.whx-content-section {
	padding: 110px 0;
}
.whx-title {
	color: #132555;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 25px;
}
.whx-content p {
	color: #192454;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.48px;
	margin-bottom: 33px;
}
.whx-highlighted-content {
	background-color: #f9f9f9;
	padding: 20px 10px 20px 20px;
}
.whx-highlighted-content p {
	color: #0B1B47;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
}
.whx-content-top {
	margin-bottom: 80px;
}
.whx-content-section h3 {
	color: #0B1B47;
	font-size: 30px;
	line-height: 40px;	
}
.whx-logo-wrap-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 40px;
}
.whx-logo-wrap-content img {
	margin-bottom: 20px;
}
.whx-logo-wrap-content a {
	color: #192454;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.48px;
	font-family: 'FuturaMedium';
}
.whx-content-middle {
	margin-bottom: 60px;
}
.whx-content-section h4 {
	color: #0B1B47;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}
.whx-list-item {
	display: flex;
	align-items: flex-start;
	color: #192454;
	font-family: 'FuturaMedium';
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.48px;
	margin-bottom: 8px;
}
.whx-list-item img {
	margin: 3px 8px 0 0;
}

/* Half section */
.half-part {
	width: 50%;
}
.half-text-wrap {
	background-color: #f9f9f9;
	height: 100%;
	padding: 85px 60px 85px 95px;
}
.half-img-wrap {
	position: relative;
}
.half-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
/* Dark section */
.dark-section {
	background-color: #132555;
	padding: 100px 0 80px;
}
.whx-title.dark-section-title,
.whx-content.dark-section-text p,
.whx-list-item.dark-section_list-item {
	color: #fff;
}
/* Services */
.whx-services-section {
	padding: 100px 0 110px;
}
.whx-services-title-wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.whx-services-title {
	max-width: 780px;
}
.whx-subtitle {
	color: #192454;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.48px;
}
.whx-services-subtitle {
	max-width: 800px;
}
/* Portfolio */
.whx-portfolio-section {
	background-color: #f9f9f9;
	padding: 100px 0 70px;
}
.whx-portfolio-subtitle {
	max-width: 570px;
	margin-bottom: 60px;
}
/* Global */
.global-section {
	background-color: #132555;
	padding: 100px 0;
}
.whx-global-title-wrap {
	margin-bottom: 30px;
}
.whx-title.whx-global-title {
	color: #fff;
}
.whx-subtitle.whx-global-subtitle {
	color: #fff;
	max-width: 700px;
}
.global-img-holder {
	text-align: center;
}
.bottom-content-section {
	padding: 100px 0;
}
.dd-about-speak-cta.whx-bottom-btn {
	width: 329px;
	margin-top: 35px;
}
@media screen and (max-width: 1650px) {
	.whx-hero {
		padding: 140px 0 90px;
	}
	.whx-hero-text {
		font-size: 20px;
		line-height: 29px;
	}
	.whx-hero-title {
		font-size: 39px;
		line-height: 49px;
		max-width: 610px;
		margin-bottom: 19px;
	}
	.whx-hero-subtitle {
		max-width: 500px;
		margin-bottom: 25px;
	}
	.whx-content-section {
		padding: 90px 0 80px;
	}
	.whx-title  {
		font-size: 35px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	.whx-content p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.whx-highlighted-content p {
		font-size: 20px;
		line-height: 30px;
	}
	.whx-content-top {
		margin-bottom: 70px;
	}
	.whx-content-section h3 {
		font-size: 28px;
		line-height: 37px;
	}
	.whx-logo-wrap-content img {
		margin-bottom: 15px;
	}
	.whx-content-section h4 {
		font-size: 22px;
		line-height: 34px;
	}
	.half-text-wrap {
		padding: 60px 50px 65px 65px;
	}
	.dark-section {
		padding: 80px 0 60px;
	}
	.whx-services-section {
		padding: 90px 0 100px;
	}
	.whx-services-title {
		max-width: 715px;
	}
	.whx-subtitle {
		font-size: 20px;
		line-height: 29px;
	}
	.whx-services-subtitle {
		max-width: 720px;
	}
	.whx-portfolio-section {
		padding: 80px 0 40px;
	}
	.whx-portfolio-subtitle {
		max-width: 520px;
		margin-bottom: 50px;
	}
	.global-section {
		padding: 90px 0;
	}
	.bottom-content-section {
		padding: 90px 0;
	}
	.whx-subtitle.whx-global-subtitle {
		max-width: 600px;
	}
}
@media screen and (max-width: 1199px) {
	.half-text-wrap {
		padding: 40px 30px 35px 40px;
	}
}
@media screen and (max-width: 991px) {
	.whx-content-section {
		padding: 70px 0;
	}
	.whx-top-wrap {
		flex-direction: column-reverse;
	}
	.whx-content p {
		font-size: 19px;
		line-height: 29px;
		margin-bottom: 25px;
	}
	.whx-highlighted-content {
		margin-bottom: 50px;
	}
	.whx-content-img-wrap img {
		max-height: 600px;
		width: 100%;
		object-fit: cover;
		object-position: center 45%;
	}
	.whx-content-top {
		margin-bottom: 55px;
	}
	.whx-content-section h3 {
		margin-bottom: 20px;
	}
	.whx-content-middle {
		margin-bottom: 40px;
	}
	.half-part {
		width: 100%;
	}
	.half-text-wrap {
		padding: 60px 30px 50px 40px;
	}
	.half-img-wrap img {
		position: unset;
		max-height: 420px;
		object-position: bottom;
	}
	.dark-section {
		padding: 70px 0 60px;
	}
	.global-section {
		padding: 80px 0;
	}
	.bottom-content-section {
		padding: 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.whx-hero {
		padding: 100px 0 75px;
	}
	.whx-bckg-img {
		object-position: top;
	}
	.whx-hero-text {
		font-size: 18px;
		line-height: 27px;
	}
	.whx-hero-title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.whx-hero-pretitle {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 26px;
	}
	.whx-hero_btns-wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.whx-hero-icon {
		height: 51px;
		object-fit: contain;
		width: auto;
	}
	.whx-title {
		font-size: 30px;
		line-height: 40px;
	}
	.whx-subtitle {
    font-size: 18px;
    line-height: 28px;
}
	.whx-content-top .whx-title {
		max-width: 250px;
	}
	.whx-content p {
		font-size: 18px;
	}
	.whx-highlighted-content {
		margin-top: 35px;
	}
	.whx-content-section h3 {
		font-size: 26px;
		line-height: 35px;
	}
	.whx-content-section h4 {
		font-size: 21px;
		line-height: 32px;
	}
	.whx-list-item {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 11px;
	}
	.whx-list-item img {
		margin: 5px 11px 0 0;
	}
	.whx-services-section {
		padding: 80px 0 90px;
	}
	.whx-services-title-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.global-section {
		padding: 70px 0;
	}
	.whx-global-title-wrap {
		margin-bottom: 5px;
	}
	.bottom-content-section {
		padding: 70px 0 80px;
	}
	.dd-about-speak-cta.whx-bottom-btn {
		max-width: 100%;
		font-size: 16px;
	}
}