/*
Theme Name: KADR-PROF Exodus
Author: KADR-PROF
Description: Адаптивная WordPress-тема кадрового агентства для предприятий и компаний. Основана на визуальном шаблоне EXODUS и не зависит от его исходной папки.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: exodus-kadr-prof
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--exodus-focus: #0b5fff;
	--exodus-surface: #f5f6f7;
	--exodus-border: #e3e5e8;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: "Exo 2", sans-serif;
}

body.admin-bar .sticky-wrapper.sticky {
	top: 32px;
}

.site-main {
	display: block;
	min-height: 45vh;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	background: #fff;
	color: #111;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--exodus-focus) !important;
	outline-offset: 3px;
}

.header-logo img,
.header-logo .custom-logo {
	width: auto;
	max-width: 230px;
	max-height: 76px;
	object-fit: contain;
}

.custom-logo-link {
	display: inline-flex;
}

.header-layout1 .header-top .header-links li,
.header-layout1 .header-top .header-links a {
	font-size: 14px;
}

.header-layout1 .main-menu > ul > li > a {
	white-space: nowrap;
}

.header-layout1 .th-btn.style8 {
	min-width: 205px;
	justify-content: center;
}

.th-mobile-menu .menu,
.main-menu .menu,
.footer-widget .menu {
	margin: 0;
}

.hero-title {
	max-width: 980px;
	text-wrap: balance;
}

.hero-title .text-theme {
	display: block;
	margin-top: 8px;
}

.hero-text {
	max-width: 810px;
}

.service-card,
.service-card-content {
	height: 100%;
}

.service-card-content {
	min-height: 315px;
}

.service-card-text {
	min-height: 80px;
}

.service-card-img img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.project-card-img img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.project-card-details {
	max-width: calc(100% - 30px);
}

.project-card-text {
	min-height: 72px;
}

.counter-card_number .counter-unit {
	font-size: .4em;
	font-weight: 600;
	text-transform: lowercase;
}

.team-card .team-img img {
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.team-card .team-desig {
	display: block;
	min-height: 48px;
}

.exodus-process-modal {
	position: relative;
	width: min(760px, calc(100vw - 32px));
	margin: 40px auto;
	padding: clamp(28px, 5vw, 60px);
	background: #fff;
	box-shadow: 0 20px 80px rgba(0, 0, 0, .25);
}

.exodus-process-modal h2 {
	margin: 15px 0 24px;
}

.exodus-modal-steps {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	counter-reset: process;
}

.exodus-modal-steps li {
	position: relative;
	min-height: 52px;
	margin-bottom: 16px;
	padding: 4px 0 4px 62px;
	counter-increment: process;
}

.exodus-modal-steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	content: counter(process, decimal-leading-zero);
	background: var(--theme-color);
	color: #fff;
	font-weight: 800;
}

.exodus-vacancy-card {
	position: relative;
	height: 100%;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--exodus-border);
	background: #fff;
	box-shadow: 0 12px 40px rgba(19, 27, 34, .06);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.exodus-vacancy-card:hover {
	transform: translateY(-5px);
	border-color: var(--theme-color);
	box-shadow: 0 18px 50px rgba(19, 27, 34, .12);
}

.exodus-vacancy-card h3 {
	margin: 12px 0 15px;
	font-size: clamp(23px, 2.5vw, 30px);
}

.exodus-vacancy-card h3 a {
	color: var(--title-color);
}

.vacancy-location {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--theme-color);
	font-weight: 700;
}

.vacancy-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 20px 0;
	padding-top: 18px;
	border-top: 1px solid var(--exodus-border);
}

.vacancy-meta span {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-weight: 600;
}

.vacancy-meta i {
	color: var(--theme-color);
}

.exodus-ajax-form .form-messages {
	display: none;
	width: 100%;
	padding: 12px 16px;
	border-radius: 2px;
	font-weight: 600;
}

.exodus-ajax-form .form-messages.is-visible {
	display: block;
}

.exodus-ajax-form .form-messages.is-success {
	background: #eaf8ef;
	color: #166534;
}

.exodus-ajax-form .form-messages.is-error {
	background: #fff0f0;
	color: #a31616;
}

.exodus-ajax-form.is-loading {
	opacity: .72;
	pointer-events: none;
}

.exodus-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.exodus-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0 0 20px;
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.45;
	cursor: pointer;
}

.exodus-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--theme-color);
}

.newsletter-form .form-messages {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	z-index: 2;
	font-size: 12px;
}

.footer-consent {
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.5;
	opacity: .75;
}

.exodus-footer-logo img {
	max-width: 230px;
	filter: grayscale(1) brightness(0) invert(1);
}

.testi-card_text {
	min-height: 128px;
}

.accordion-card .accordion-button {
	text-align: left;
}

.exodus-breadcrumb {
	position: relative;
	padding: 125px 0;
	background-position: center;
	background-size: cover;
}

.exodus-breadcrumb::before {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(10, 21, 29, .74);
}

.exodus-breadcrumb .container {
	position: relative;
	z-index: 1;
}

.exodus-breadcrumb h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(38px, 6vw, 66px);
}

.exodus-breadcrumb-nav,
.exodus-breadcrumb-nav a {
	color: #fff;
}

.exodus-breadcrumb-nav span {
	margin: 0 8px;
	color: var(--theme-color);
}

.exodus-content-area {
	padding: 100px 0;
}

.exodus-entry-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--exodus-border);
	background: #fff;
	box-shadow: 0 12px 40px rgba(19, 27, 34, .06);
}

.exodus-entry-card__image img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.exodus-entry-card__body {
	padding: 28px;
}

.exodus-entry-card__meta {
	margin-bottom: 10px;
	color: var(--theme-color);
	font-size: 14px;
	font-weight: 700;
}

.exodus-entry-card__title {
	margin-bottom: 14px;
	font-size: 27px;
}

.exodus-entry-card__title a {
	color: var(--title-color);
}

.exodus-single-wrap {
	max-width: 920px;
	margin: 0 auto;
}

.exodus-single-wrap .entry-content {
	font-size: 18px;
	line-height: 1.8;
}

.exodus-single-wrap .entry-content > * + * {
	margin-top: 1.35em;
}

.exodus-single-wrap .entry-content ul,
.exodus-single-wrap .entry-content ol {
	padding-left: 1.3em;
}

.exodus-single-image {
	margin-bottom: 38px;
}

.exodus-single-image img {
	width: 100%;
	height: auto;
}

.exodus-details-panel {
	margin: 0 0 35px;
	padding: 28px;
	border-left: 5px solid var(--theme-color);
	background: var(--exodus-surface);
}

.exodus-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 30px;
}

.exodus-detail-label {
	display: block;
	margin-bottom: 4px;
	color: var(--body-color);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.exodus-detail-value {
	color: var(--title-color);
	font-size: 18px;
	font-weight: 700;
}

.exodus-application {
	margin-top: 55px;
	padding: clamp(25px, 5vw, 50px);
	background: var(--exodus-surface);
}

.exodus-pagination {
	margin-top: 50px;
	text-align: center;
}

.exodus-pagination .page-numbers {
	display: inline-grid;
	width: 48px;
	height: 48px;
	margin: 3px;
	place-items: center;
	background: var(--exodus-surface);
	color: var(--title-color);
	font-weight: 700;
}

.exodus-pagination .page-numbers.current,
.exodus-pagination a.page-numbers:hover {
	background: var(--theme-color);
	color: #fff;
}

.exodus-empty {
	padding: 50px;
	background: var(--exodus-surface);
	text-align: center;
}

.exodus-error-code {
	margin-bottom: 20px;
	color: var(--theme-color);
	font-size: clamp(84px, 16vw, 180px);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .85;
}

.exodus-contact-card {
	height: 100%;
	padding: 34px;
	border: 1px solid var(--exodus-border);
	background: #fff;
	text-align: center;
}

.exodus-contact-card i {
	margin-bottom: 20px;
	color: var(--theme-color);
	font-size: 42px;
}

.exodus-contact-card a {
	color: var(--title-color);
	font-weight: 700;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	margin-bottom: 25px;
	padding: 25px;
	background: var(--exodus-surface);
}

@media (max-width: 1199px) {
	.hero-title {
		font-size: 56px;
	}

	.header-layout1 .main-menu-area .th-btn.style8 {
		display: none;
	}
}

@media (max-width: 991px) {
	body.admin-bar .sticky-wrapper.sticky {
		top: 32px;
	}

	.service-tab-menu {
		margin-bottom: 30px;
	}

	.cta-area-1 .contact-form-wrap {
		padding-top: 50px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .sticky-wrapper.sticky {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.hero-title {
		font-size: clamp(38px, 10vw, 52px);
	}

	.hero-style1 {
		padding: 110px 0 125px;
	}

	.hero-style1 .btn-group {
		align-items: stretch;
	}

	.hero-style1 .th-btn {
		width: 100%;
		justify-content: center;
	}

	.counter-card_number .counter-unit {
		display: block;
		margin-top: 4px;
		font-size: 16px;
	}

	.project-card-img img {
		height: 430px;
	}

	.exodus-details-grid {
		grid-template-columns: 1fr;
	}

	.exodus-breadcrumb {
		padding: 80px 0;
	}

	.exodus-content-area {
		padding: 70px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* KADR-PROF visual system and layout corrections. */
body {
	overflow-x: hidden;
}

.header-layout1 .header-top {
	background: linear-gradient(90deg, #071624 0%, #122b42 100%);
}

.footer-layout1 {
	background: linear-gradient(135deg, #071624 0%, #102a42 62%, #071624 100%);
}

.sub-title,
.hero-style1 .hero-subtitle {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.sub-title i,
.hero-style1 .hero-subtitle i {
	color: var(--theme-color);
	font-size: .95em;
}

.hero-1 {
	padding-right: 0;
	overflow: hidden;
	background: #071624;
}

.hero-1 .hero-shape {
	display: none;
}

.hero-slider-1,
.hero-slider-1 .slick-list,
.hero-slider-1 .slick-track,
.hero-slider-1 .th-hero-slide {
	height: 760px;
}

.hero-slider-1 .th-hero-slide > .container,
.hero-slider-1 .th-hero-slide > .container > .row {
	height: 100%;
}

.hero-slider-1 .th-hero-bg {
	background-position: center center;
	background-size: cover;
}

.hero-slider-1 .th-hero-bg::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(4, 17, 29, .96) 0%, rgba(4, 17, 29, .82) 36%, rgba(4, 17, 29, .2) 70%, rgba(4, 17, 29, .08) 100%);
}

.hero-style1 {
	display: flex;
	min-height: 760px;
	margin-left: 0;
	padding: 80px 0;
	flex-direction: column;
	justify-content: center;
}

.hero-style1 .hero-subtitle {
	margin-bottom: 20px;
	font-size: 17px;
	letter-spacing: .03em;
}

.hero-style1 .hero-title {
	max-width: 870px;
	margin-bottom: 22px;
	font-size: clamp(45px, 4.2vw, 66px);
	line-height: 1.06;
}

.hero-style1 .hero-text {
	max-width: 740px;
	margin-top: 10px;
	font-size: 17px;
	line-height: 1.65;
}

.hero-video-wrap .play-btn {
	box-shadow: 0 0 0 14px rgba(255, 255, 255, .1);
}

.exodus-surface-section,
.exodus-benefits-section {
	position: relative;
	background: linear-gradient(135deg, #f8fafc 0%, #eef3f7 100%);
}

.exodus-surface-section::before,
.exodus-benefits-section::before {
	position: absolute;
	top: 0;
	right: 0;
	width: min(44vw, 680px);
	height: 100%;
	content: "";
	background-image: linear-gradient(rgba(8, 76, 120, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 76, 120, .05) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(90deg, transparent, #000);
}

.service-card {
	display: flex;
	min-height: 590px;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 14px 42px rgba(8, 31, 50, .08);
}

.service-card .service-card-content {
	min-height: 330px;
	margin-bottom: 0;
	border: 0;
	border-top: 4px solid var(--theme-color);
	background: #fff;
}

.service-card-icon {
	display: grid;
	width: 66px;
	height: 66px;
	margin-bottom: 24px;
	place-items: center;
	background: rgba(255, 76, 19, .1);
	color: var(--theme-color);
	font-size: 29px;
}

.service-card-img {
	margin-top: auto;
	clip-path: none;
}

.service-card-img img {
	height: 235px;
}

.exodus-about-visual,
.exodus-process-visual {
	position: relative;
	overflow: hidden;
	background: #0b2237;
	box-shadow: 0 22px 60px rgba(6, 25, 42, .18);
}

.exodus-about-visual {
	margin-right: 35px;
}

.exodus-about-visual > img,
.exodus-process-visual > img {
	display: block;
	width: 100%;
	height: 590px;
	object-fit: cover;
}

.exodus-about-visual > img {
	object-position: 62% center;
}

.exodus-about-badge,
.exodus-process-caption {
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
}

.exodus-about-badge {
	max-width: 250px;
	padding: 18px 22px;
	gap: 16px;
}

.exodus-about-badge strong {
	font-size: 54px;
	line-height: 1;
}

.exodus-about-badge > span {
	font-weight: 700;
	line-height: 1.35;
}

.about-grid-icon {
	display: grid;
	width: 70px;
	height: 70px;
	min-width: 70px;
	place-items: center;
	background: rgba(255, 76, 19, .1);
	color: var(--theme-color);
	font-size: 29px;
}

.exodus-counter-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(105deg, #061521 0%, #0c2c47 65%, #144362 100%);
}

.exodus-counter-section::after {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle at 75% 0%, rgba(255, 76, 19, .18), transparent 38%);
	pointer-events: none;
}

.exodus-counter-section .container {
	position: relative;
	z-index: 1;
}

.counter-card_icon {
	display: grid;
	width: 76px;
	height: 76px;
	min-width: 76px;
	box-sizing: border-box;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .08);
	color: var(--theme-color);
	font-size: 28px;
}

.counter-card_text {
	max-width: 175px;
	line-height: 1.45;
}

.exodus-industries-section,
.exodus-team-section {
	position: relative;
	background: linear-gradient(135deg, #071624 0%, #102e48 58%, #081925 100%);
}

.exodus-industries-section::before,
.exodus-team-section::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background: radial-gradient(circle at 16% 15%, rgba(255, 76, 19, .13), transparent 30%);
}

.exodus-industries-section > *,
.exodus-team-section > * {
	position: relative;
	z-index: 1;
}

.project-card-img img {
	height: 440px;
}

.project-card-details {
	min-height: 195px;
	max-width: calc(100% - 24px);
}

.wcu-wrap1 {
	margin: 0;
	padding: 0 25px 0 0;
}

.wcu-box {
	min-height: 135px;
	margin-top: 0;
	padding: 26px 24px;
	border: 1px solid #e4e9ee;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 12px 35px rgba(11, 37, 59, .06);
}

.wcu-box_icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	padding: 0;
	place-items: center;
	transform: none;
	background: rgba(255, 76, 19, .1);
	color: var(--theme-color);
	font-size: 23px;
}

.wcu-box .box-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.35;
}

.exodus-process-visual > img {
	height: 640px;
	object-position: 64% center;
}

.exodus-process-caption {
	right: 24px;
	padding: 18px 22px;
	gap: 12px;
	font-weight: 700;
}

.exodus-process-caption i {
	font-size: 24px;
}

.team-area.exodus-team-section {
	padding-bottom: var(--section-space);
}

.team-area.exodus-team-section::before {
	opacity: 1;
}

.exodus-role-card {
	height: 100%;
}

.exodus-role-card .team-img-wrap {
	padding: 12px;
	border-color: rgba(255, 255, 255, .22);
}

.exodus-role-visual {
	display: flex;
	height: 315px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
	color: var(--theme-color);
}

.exodus-role-visual::after {
	display: none;
}

.exodus-role-visual > span {
	position: absolute;
	top: 18px;
	left: 20px;
	color: rgba(255, 255, 255, .14);
	font-size: 56px;
	font-weight: 800;
}

.exodus-role-visual > i {
	font-size: 76px;
	transition: transform .3s ease;
}

.exodus-role-card:hover .exodus-role-visual > i {
	transform: translateY(-6px);
}

.exodus-role-card .team-title {
	color: #fff;
}

.exodus-role-card .team-desig {
	min-height: 70px;
	color: #c0cad2;
	line-height: 1.5;
}

#request-form {
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
}

.cta-area-1 {
	margin-top: 0;
	overflow: hidden;
	box-shadow: 0 18px 60px rgba(8, 31, 50, .13);
}

.cta-area-1 .cta-wrap,
.cta-area-1 .contact-form-wrap {
	height: 100%;
}

.testi-area-1.exodus-benefits-section {
	padding-top: var(--section-space);
}

.testi-card {
	display: block;
	height: 100%;
}

.testi-card_content {
	height: 100%;
	min-height: 340px;
	margin-left: 0;
	padding: 42px;
	box-shadow: 0 14px 44px rgba(9, 32, 51, .08);
}

.testi-card_quote {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 25px;
	color: var(--theme-color);
	font-size: 40px;
}

.testi-card_text {
	min-height: 105px;
	font-size: 17px;
	line-height: 1.7;
}

.testi-card_profile {
	display: flex;
	margin-top: 28px;
	align-items: center;
	gap: 16px;
}

.exodus-benefit-icon {
	display: grid;
	width: 58px;
	height: 58px;
	min-width: 58px;
	place-items: center;
	border-radius: 50%;
	background: #0d2940;
	color: var(--theme-color);
	font-size: 23px;
}

.blog-card .blog-img img,
.exodus-entry-card__image img {
	height: 265px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.hero-slider-1,
	.hero-slider-1 .slick-list,
	.hero-slider-1 .slick-track,
	.hero-slider-1 .th-hero-slide {
		height: 700px;
	}

	.hero-style1 {
		min-height: 700px;
		padding: 75px 0;
	}

	.hero-style1 .hero-title {
		font-size: clamp(42px, 5.4vw, 56px);
	}

	.hero-video-wrap {
		display: none;
	}

	.exodus-about-visual {
		margin-right: 0;
	}

	.wcu-wrap1 {
		padding-right: 0;
	}

	.exodus-process-visual > img {
		height: 520px;
	}

	#request-form {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.hero-slider-1,
	.hero-slider-1 .slick-list,
	.hero-slider-1 .slick-track,
	.hero-slider-1 .th-hero-slide {
		height: 690px;
	}

	.hero-style1 {
		min-height: 690px;
		padding: 70px 0;
		text-align: left;
	}

	.hero-slider-1 .th-hero-bg {
		background-position: 62% center;
	}

	.hero-slider-1 .th-hero-bg::after {
		background: rgba(4, 17, 29, .82);
	}

	.hero-style1 .hero-title {
		font-size: clamp(35px, 10vw, 46px);
	}

	.hero-style1 .hero-subtitle {
		font-size: 14px;
	}

	.hero-style1 .btn-group {
		align-items: stretch;
	}

	.hero-slider-1 .slick-dots {
		display: none !important;
	}

	.service-card {
		min-height: 0;
	}

	.exodus-about-visual > img {
		height: 450px;
	}

	.exodus-about-badge {
		left: 16px;
		bottom: 16px;
	}

	.project-card-img img {
		height: 390px;
	}

	.exodus-process-visual > img {
		height: 430px;
	}

	.exodus-process-caption {
		right: 16px;
		bottom: 16px;
		left: 16px;
	}

	.exodus-role-visual {
		height: 280px;
	}

	.testi-card {
		padding: 0;
	}

	.testi-card_content {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.header-logo img,
	.header-logo .custom-logo {
		max-width: 185px;
		max-height: 62px;
	}

	.hero-slider-1,
	.hero-slider-1 .slick-list,
	.hero-slider-1 .slick-track,
	.hero-slider-1 .th-hero-slide,
	.hero-style1 {
		height: 700px;
		min-height: 700px;
	}

	.hero-style1 .hero-text {
		font-size: 15px;
	}

	.counter-card_icon {
		width: 64px;
		height: 64px;
		min-width: 64px;
		font-size: 23px;
	}

	.counter-card_text {
		font-size: 14px;
	}

	#request-form {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/* Modern dark refresh — quieter contrast, cleaner spacing and consistent icons. */
:root {
	--theme-color: #3c91ca !important;
	--theme-color2: #61addd !important;
	--title-color: #101d2a !important;
	--body-color: #63717d !important;
	--smoke-color: #eef3f6 !important;
	--exodus-focus: #56a9df;
	--exodus-surface: #f3f6f8;
	--exodus-border: #dce4e9;
	--kp-navy-950: #06111b;
	--kp-navy-900: #091725;
	--kp-navy-850: #0d1e2d;
	--kp-navy-800: #112536;
	--kp-navy-700: #183247;
	--kp-blue: #3c91ca;
	--kp-blue-light: #61addd;
	--kp-paper: #f3f6f8;
	--kp-muted: #aebdca;
	--kp-radius: 10px;
}

body {
	background: var(--kp-paper);
	color: var(--body-color);
	font-size: 16px;
	line-height: 1.68;
}

#services,
#about,
#process,
#request-form,
#vacancies,
#faq {
	scroll-margin-top: 118px;
}

.space {
	padding-top: 96px;
	padding-bottom: 96px;
}

.space-top {
	padding-top: 96px;
}

.space-bottom {
	padding-bottom: 96px;
}

.sec-title {
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.16;
	letter-spacing: -.025em;
	text-wrap: balance;
}

.sec-text {
	font-size: 17px;
	line-height: 1.75;
}

.sub-title,
.hero-style1 .hero-subtitle {
	gap: 12px;
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.45;
	text-transform: uppercase;
}

.sub-title i,
.hero-style1 .hero-subtitle i {
	display: inline-grid;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	place-items: center;
	color: var(--kp-blue-light);
	font-size: 14px;
	line-height: 1;
}

.title-area .sub-title + .sec-title {
	margin-top: 0;
}

.th-btn {
	min-height: 54px;
	border-radius: 6px;
	background: var(--kp-blue);
	box-shadow: 0 10px 24px rgba(28, 103, 153, .18);
	font-size: 14px;
	letter-spacing: .015em;
}

.th-btn::before,
.th-btn::after {
	border-radius: inherit;
}

.th-btn:hover {
	box-shadow: 0 14px 30px rgba(12, 44, 67, .24);
}

.icon-btn {
	border-radius: 7px;
}

/* Header */
.header-layout1 .header-top {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: var(--kp-navy-950) !important;
}

.header-layout1 .menu-area,
.header-layout1 .sticky-wrapper.sticky .menu-area {
	background: rgba(9, 23, 37, .98) !important;
	box-shadow: 0 12px 35px rgba(3, 12, 20, .18);
}

.header-layout1 .menu-area .logo-bg {
	display: none;
}

.header-layout1 .header-logo {
	margin: 10px 0;
	padding: 9px 16px !important;
	border: 1px solid rgba(12, 36, 56, .1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(2, 12, 20, .15);
}

.header-logo img,
.header-logo .custom-logo {
	max-width: 214px;
	max-height: 58px;
}

.header-layout1 .header-middle .header-link {
	gap: 13px;
	margin-left: 24px;
	padding-left: 24px;
	border-left-color: rgba(255, 255, 255, .14);
}

.header-layout1 .header-middle .header-link i {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(97, 173, 221, .28);
	border-radius: 9px;
	background: rgba(60, 145, 202, .12);
	color: var(--kp-blue-light);
	font-size: 17px;
	line-height: 42px;
}

.header-layout1 .header-middle .header-link p {
	margin-bottom: 2px;
	color: #9eb0bf;
	font-size: 12px;
	letter-spacing: .025em;
}

.header-layout1 .header-middle .header-link .header-single-link {
	color: #f5f8fa;
	font-size: 17px;
}

.header-layout1 .main-menu-area {
	margin-top: -24px;
	padding-left: 25px;
	transform: translateY(24px);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px 8px 0 0;
	background: var(--kp-navy-950);
	box-shadow: 0 12px 32px rgba(2, 10, 17, .2);
}

.header-layout1 .main-menu > ul > li > a,
.header-layout1 .sticky-wrapper.sticky .main-menu > ul > li > a {
	color: #e6edf2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
}

.header-layout1 .main-menu > ul > li > a:hover,
.header-layout1 .sticky-wrapper.sticky .main-menu > ul > li > a:hover {
	color: var(--kp-blue-light);
}

.header-layout1 .th-menu-toggle {
	border-radius: 7px;
	background: var(--kp-blue);
	box-shadow: none;
}

.header-layout1 .header-button .icon-btn {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .05);
	color: #fff;
}

/* Hero */
.hero-slider-1,
.hero-slider-1 .slick-list,
.hero-slider-1 .slick-track,
.hero-slider-1 .th-hero-slide {
	height: 710px;
}

.hero-style1 {
	min-height: 710px;
	padding: 78px 0;
}

.hero-slider-1 .th-hero-bg::after {
	background: linear-gradient(90deg, rgba(4, 14, 23, .96) 0%, rgba(5, 18, 29, .88) 40%, rgba(5, 18, 29, .34) 72%, rgba(5, 18, 29, .16) 100%);
}

.hero-style1 .hero-subtitle {
	width: fit-content;
	margin-bottom: 21px;
	padding: 8px 12px;
	border: 1px solid rgba(97, 173, 221, .25);
	border-radius: 6px;
	background: rgba(8, 30, 47, .56);
	color: #b8c9d6;
	font-size: 14px;
}

.hero-style1 .hero-title {
	max-width: 780px;
	margin-bottom: 20px;
	font-size: clamp(44px, 4vw, 54px);
	line-height: 1.08;
	letter-spacing: -.032em;
}

.hero-title .text-theme {
	margin-top: 12px;
	color: var(--kp-blue-light) !important;
	font-size: .7em;
	font-weight: 600 !important;
	letter-spacing: -.01em;
	line-height: 1.13;
}

.hero-style1 .hero-text {
	max-width: 670px;
	margin: 0 0 31px;
	color: #c4d0d8;
	font-size: 16px;
	line-height: 1.7;
}

.hero-video-wrap .play-btn {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(7, 25, 39, .72);
	color: #fff;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, .07);
}

.hero-slider-1 .slick-dots button {
	border-color: rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .2);
}

/* Services */
.exodus-surface-section {
	background: linear-gradient(145deg, var(--kp-navy-900) 0%, var(--kp-navy-800) 100%) !important;
	color: var(--kp-muted);
}

.exodus-surface-section::before {
	background-image: linear-gradient(rgba(97, 173, 221, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(97, 173, 221, .045) 1px, transparent 1px);
}

.exodus-surface-section .sec-title {
	color: #f5f8fa;
}

.service-tab-menu .tab-btn {
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 7px;
	background: rgba(255, 255, 255, .045);
	color: #c5d0d8;
	font-size: 15px;
	font-weight: 600;
}

.service-tab-menu .tab-btn:hover,
.service-tab-menu .tab-btn.active {
	border-color: rgba(97, 173, 221, .45);
	background: var(--kp-blue);
	color: #fff;
}

.service-tab-menu .tab-btn ~ .tab-btn {
	margin-top: 0;
}

.service-tab-menu .tab-btn::after {
	display: none;
}

.service-card {
	min-height: 550px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: var(--kp-radius);
	background: var(--kp-navy-800);
	box-shadow: 0 18px 44px rgba(1, 8, 14, .22);
}

.service-card .service-card-content {
	min-height: 300px;
	padding: 30px;
	border-top: 0;
	background: var(--kp-navy-800);
}

.service-card-icon,
.about-grid-icon,
.wcu-box_icon,
.exodus-benefit-icon {
	border: 1px solid rgba(97, 173, 221, .25);
	border-radius: 10px;
	background: rgba(60, 145, 202, .12);
	color: var(--kp-blue-light);
}

.service-card-icon {
	width: 58px;
	height: 58px;
	margin-bottom: 25px;
	font-size: 25px;
}

.service-card .box-title {
	margin-bottom: 14px;
	font-size: 23px;
	line-height: 1.3;
}

.service-card .box-title a {
	color: #f4f7f9;
}

.service-card .box-title a:hover {
	color: var(--kp-blue-light);
}

.service-card-text {
	min-height: 68px;
	color: #aebdca;
	line-height: 1.65;
}

.service-card-img img {
	height: 225px;
}

/* About */
#about {
	background: var(--kp-paper);
}

.exodus-about-visual,
.exodus-process-visual {
	border-radius: var(--kp-radius);
	box-shadow: 0 22px 55px rgba(5, 22, 35, .16);
}

.exodus-about-badge,
.exodus-process-caption {
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: rgba(7, 23, 36, .94);
	backdrop-filter: blur(8px);
}

.exodus-about-badge {
	border-left: 4px solid var(--kp-blue);
}

.exodus-about-badge strong {
	color: var(--kp-blue-light);
	font-size: 48px;
}

.about-grid-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	margin-top: 28px;
}

.about-grid-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 22px;
	border: 1px solid var(--exodus-border);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 31, 48, .045);
}

.about-grid-icon {
	width: 58px;
	height: 58px;
	min-width: 58px;
	font-size: 24px;
}

.about-grid-item .box-title {
	margin: 1px 0 7px;
	font-size: 21px;
	line-height: 1.35;
}

.about-grid-item p {
	margin: 0;
	line-height: 1.6;
}

/* Metrics and dark showcase sections */
.exodus-counter-section {
	background: linear-gradient(110deg, var(--kp-navy-950) 0%, var(--kp-navy-800) 68%, #17364c 100%);
}

.exodus-counter-section::after {
	background: radial-gradient(circle at 78% 0%, rgba(60, 145, 202, .18), transparent 36%);
}

.counter-card_icon {
	border-radius: 10px;
	color: var(--kp-blue-light);
}

.exodus-industries-section,
.exodus-team-section {
	background: linear-gradient(145deg, var(--kp-navy-950) 0%, var(--kp-navy-800) 58%, #0a1926 100%);
}

.team-area.exodus-team-section,
.testi-area-1.exodus-benefits-section {
	padding-top: 96px;
	padding-bottom: 96px;
}

.exodus-industries-section::before,
.exodus-team-section::before {
	background: radial-gradient(circle at 16% 15%, rgba(60, 145, 202, .13), transparent 30%);
}

.project-card-img,
.project-card-img img,
.project-card-details {
	border-radius: 9px;
}

.project-card-details {
	border: 1px solid rgba(12, 36, 55, .08);
	box-shadow: 0 16px 42px rgba(2, 12, 20, .22);
}

/* Process */
#process {
	background: #fff;
}

.wcu-wrap1 {
	padding-right: 34px;
}

.wcu-box {
	display: grid;
	min-height: 112px;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	padding: 20px;
	border-color: var(--exodus-border);
	border-radius: 9px;
	background: var(--kp-paper);
	box-shadow: none;
}

.wcu-box_icon {
	width: 52px;
	height: 52px;
	margin: 0;
	font-size: 21px;
}

.wcu-box .box-title {
	margin: 0;
	font-size: 17px;
	line-height: 1.42;
}

.exodus-process-caption {
	color: #f3f7fa;
}

.exodus-process-caption i {
	color: var(--kp-blue-light);
}

/* Team */
.exodus-role-card .team-img-wrap {
	padding: 9px;
	border-color: rgba(255, 255, 255, .14);
	border-radius: 9px;
}

.exodus-role-visual {
	height: 280px;
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(97, 173, 221, .12), rgba(255, 255, 255, .025));
	color: var(--kp-blue-light);
}

.exodus-role-visual > i {
	font-size: 64px;
}

.exodus-role-card .team-content {
	padding-top: 22px;
}

.exodus-role-card .team-title {
	margin-bottom: 8px;
	font-size: 22px;
}

.exodus-role-card .team-desig {
	min-height: 58px;
	color: #aebdca;
}

/* Request form */
#request-form {
	padding-top: 88px;
	padding-bottom: 88px;
}

.cta-area-1 {
	border-radius: var(--kp-radius);
	box-shadow: 0 22px 60px rgba(5, 22, 34, .16);
}

.cta-area-1 .cta-wrap {
	padding: 46px;
	background: linear-gradient(145deg, var(--kp-navy-900), var(--kp-navy-700)) !important;
}

.cta-wrap .sec-title {
	font-size: clamp(30px, 2.5vw, 38px);
	line-height: 1.24;
}

.cta-wrap .sec-text {
	margin: 22px 0 28px;
	color: #c0ccd5 !important;
}

.cta-wrap .cta-link-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	margin-right: 0;
	border-color: rgba(255, 255, 255, .14);
}

.cta-wrap .cta-link-wrap .cta-link {
	min-width: 0;
	padding: 18px 0;
	gap: 14px;
}

.cta-wrap .cta-link-wrap .cta-link ~ .cta-link {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-left: 0;
}

.cta-link-icon {
	border: 1px solid rgba(97, 173, 221, .28);
	border-radius: 8px;
	background: rgba(60, 145, 202, .14);
	color: var(--kp-blue-light);
}

.cta-single-link {
	word-break: normal;
	overflow-wrap: anywhere;
}

.contact-form-wrap {
	padding: 46px;
	background: #fff;
}

.contact-form-wrap .title {
	margin-bottom: 28px;
	color: var(--title-color);
	line-height: 1.35;
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form .nice-select {
	border: 1px solid #dce4e9;
	border-radius: 7px;
	background: #f5f7f9;
}

/* Vacancies */
#vacancies {
	background: #eaf0f4;
}

.exodus-vacancy-card {
	overflow: hidden;
	border-color: rgba(255, 255, 255, .08);
	border-radius: var(--kp-radius);
	background: var(--kp-navy-800);
	box-shadow: 0 14px 36px rgba(7, 25, 39, .12);
}

.exodus-vacancy-card:hover {
	border-color: rgba(97, 173, 221, .38);
	box-shadow: 0 20px 46px rgba(7, 25, 39, .2);
}

.exodus-vacancy-card h3 a {
	color: #f5f8fa;
}

.exodus-vacancy-card p,
.exodus-vacancy-card .vacancy-meta,
.exodus-vacancy-card .vacancy-meta span {
	color: #aebdca;
}

.exodus-vacancy-card .vacancy-location,
.exodus-vacancy-card .link-btn {
	color: var(--kp-blue-light);
}

/* Client benefits */
.exodus-benefits-section {
	background: linear-gradient(145deg, var(--kp-navy-900), var(--kp-navy-800)) !important;
}

.exodus-benefits-section::before {
	background-image: linear-gradient(rgba(97, 173, 221, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(97, 173, 221, .04) 1px, transparent 1px);
}

.exodus-benefits-section .sec-title {
	color: #f5f8fa;
}

.testi-card_content {
	min-height: 325px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: var(--kp-radius);
	background: rgba(255, 255, 255, .045);
	box-shadow: 0 16px 38px rgba(2, 10, 17, .2);
}

.testi-card_quote {
	color: rgba(97, 173, 221, .34);
}

.testi-card_text {
	color: #c1cdd6;
}

.testi-card_name {
	color: #f5f8fa;
}

.testi-card_desig {
	color: #91a5b5;
}

.exodus-benefit-icon {
	border-radius: 10px;
}

/* FAQ and articles */
#faq {
	background: var(--kp-paper);
}

.accordion-card {
	overflow: hidden;
	margin-bottom: 14px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(7, 25, 39, .08);
}

.accordion-card .accordion-button,
.accordion-card .accordion-button:not(.collapsed),
.accordion-card .accordion-body {
	border-radius: 0;
	background: var(--kp-navy-800);
}

.accordion-card .accordion-button {
	min-height: 64px;
	padding: 17px 62px 17px 22px;
	color: #eef4f7;
	font-weight: 600;
	line-height: 1.45;
}

.accordion-card .accordion-button::after {
	color: var(--kp-blue-light);
}

.accordion-card .accordion-body {
	padding: 0 22px 24px;
}

.accordion-card .accordion-body p,
.accordion-card .faq-text {
	margin: 0;
	color: #b3c1cc;
	line-height: 1.7;
}

.blog-area {
	padding-top: 96px;
	background: #fff;
}

.blog-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--exodus-border);
	border-radius: var(--kp-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(7, 25, 39, .07);
}

.blog-card .blog-img,
.blog-card .blog-img img {
	border-radius: 0;
}

.blog-card .blog-content {
	padding: 28px;
}

@media (max-width: 1199px) {
	.space {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.space-top {
		padding-top: 80px;
	}

	.space-bottom {
		padding-bottom: 80px;
	}

	.team-area.exodus-team-section,
	.testi-area-1.exodus-benefits-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.hero-slider-1,
	.hero-slider-1 .slick-list,
	.hero-slider-1 .slick-track,
	.hero-slider-1 .th-hero-slide,
	.hero-style1 {
		height: 680px;
		min-height: 680px;
	}

	.hero-style1 .hero-title {
		font-size: clamp(40px, 5vw, 50px);
	}

	.wcu-wrap1 {
		padding-right: 0;
	}

	.cta-area-1 .cta-wrap,
	.contact-form-wrap {
		padding: 40px;
	}
}

@media (max-width: 991px) {
	body.admin-bar .sticky-wrapper.sticky {
		top: 32px;
	}

	.header-layout1 .header-logo {
		margin: 8px 0;
		padding: 7px 13px !important;
	}

	.header-logo img,
	.header-logo .custom-logo {
		max-width: 190px;
		max-height: 52px;
	}

	#services,
	#about,
	#process,
	#request-form,
	#vacancies,
	#faq {
		scroll-margin-top: 104px;
	}

	.service-tab-menu {
		margin-bottom: 30px;
	}

	.service-tab-menu .tab-btn {
		margin-bottom: 8px;
	}

	.exodus-about-visual > img,
	.exodus-process-visual > img {
		height: 520px;
	}

	.cta-area-1 {
		border-radius: 9px;
	}
}

@media (max-width: 767px) {
	.space {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.space-top {
		padding-top: 64px;
	}

	.space-bottom {
		padding-bottom: 64px;
	}

	.team-area.exodus-team-section,
	.testi-area-1.exodus-benefits-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.sec-title {
		font-size: clamp(28px, 8vw, 36px);
		line-height: 1.2;
	}

	.sub-title,
	.hero-style1 .hero-subtitle {
		margin-bottom: 14px;
		font-size: 13px;
		letter-spacing: .04em;
	}

	.hero-slider-1,
	.hero-slider-1 .slick-list,
	.hero-slider-1 .slick-track,
	.hero-slider-1 .th-hero-slide,
	.hero-style1 {
		height: 665px;
		min-height: 665px;
	}

	.hero-style1 {
		padding: 58px 0;
	}

	.hero-style1 .hero-title {
		font-size: clamp(31px, 9vw, 38px);
		line-height: 1.1;
	}

	.hero-title .text-theme {
		margin-top: 10px;
		font-size: .72em;
		line-height: 1.16;
	}

	.hero-style1 .hero-text {
		font-size: 15px;
		line-height: 1.6;
	}

	.hero-style1 .btn-group {
		gap: 12px;
	}

	.service-card {
		min-height: 0;
	}

	.service-card .service-card-content {
		min-height: 280px;
		padding: 28px;
	}

	.exodus-about-visual > img,
	.exodus-process-visual > img {
		height: 440px;
	}

	.about-grid-item {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 16px;
		padding: 19px;
	}

	.about-grid-icon {
		width: 52px;
		height: 52px;
		min-width: 52px;
		font-size: 21px;
	}

	.wcu-box {
		min-height: 104px;
	}

	.exodus-role-visual {
		height: 250px;
	}

	#request-form {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.cta-area-1 .cta-wrap,
	.contact-form-wrap {
		padding: 32px 26px;
	}

	.testi-card_content {
		min-height: 0;
		padding: 30px;
	}

	.blog-area {
		padding-top: 64px;
	}
}

@media (max-width: 575px) {
	body.admin-bar .sticky-wrapper.sticky {
		top: 46px;
	}

	.header-layout1 .header-top {
		padding: 9px 0;
	}

	.header-layout1 .header-logo {
		max-width: 198px;
		padding: 6px 10px !important;
	}

	.header-logo img,
	.header-logo .custom-logo {
		max-width: 172px;
		max-height: 48px;
	}

	.hero-slider-1 .th-hero-bg {
		background-position: 60% center;
	}

	.hero-slider-1 .th-hero-bg::after {
		background: rgba(4, 15, 24, .82);
	}

	.hero-style1 .hero-subtitle {
		padding: 7px 9px;
	}

	.hero-style1 .hero-title {
		font-size: clamp(30px, 8.8vw, 35px);
	}

	.hero-style1 .btn-group .th-btn {
		width: 100%;
		justify-content: center;
	}

	.about-grid-item {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 17px;
	}

	.about-grid-icon {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.about-grid-item .box-title {
		font-size: 18px;
	}

	.wcu-box {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 18px;
	}

	.wcu-box_icon {
		width: 48px;
		height: 48px;
	}

	.exodus-about-badge,
	.exodus-process-caption {
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.exodus-about-badge {
		max-width: none;
	}

	.accordion-card .accordion-button {
		padding: 16px 52px 16px 18px;
		font-size: 15px;
	}

	.accordion-card .accordion-body {
		padding: 0 18px 21px;
	}
}

/* Compact industry cards and rebuilt footer. */
.exodus-industries-carousel {
	position: relative;
	z-index: 1;
}

.exodus-industries-section .project-slider1 {
	margin-right: -12px;
	margin-left: -12px;
	padding: 12px 0 22px;
}

.exodus-industries-section .project-card {
	position: relative;
	height: 100%;
	transform-origin: center;
	transition: transform .28s ease, filter .28s ease;
}

.exodus-industries-section .project-card-img {
	border-radius: 10px;
	background: var(--kp-navy-700);
}

.exodus-industries-section .project-card-img img {
	height: 340px;
	border-radius: 10px;
	object-fit: cover;
	transition: none;
}

.exodus-industries-section .project-card-details {
	position: relative;
	min-height: 210px;
	max-width: none;
	margin: -72px 14px 0;
	padding: 27px 26px 24px;
	clip-path: none;
	border: 1px solid rgba(13, 34, 51, .08);
	border-radius: 9px;
	background: #f8fafb;
	filter: none;
	box-shadow: 0 18px 42px rgba(2, 12, 20, .24);
	transition: background-color .25s ease, box-shadow .25s ease;
}

.exodus-industries-section .project-card .box-title {
	margin-bottom: 10px;
	color: var(--title-color);
	font-size: 22px;
	line-height: 1.3;
}

.exodus-industries-section .project-card-text {
	min-height: 72px;
	margin-bottom: 15px;
	color: var(--body-color);
	line-height: 1.58;
}

.exodus-industries-section .project-card-details .icon-btn {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dbe4ea;
	border-radius: 7px;
	background: #fff;
	color: var(--title-color);
	box-shadow: none;
}

.exodus-industries-section .project-card:hover {
	transform: scale(1.018);
	filter: drop-shadow(0 16px 28px rgba(2, 12, 20, .2));
}

.exodus-industries-section .project-card:hover .project-card-img img {
	transform: none;
}

.exodus-industries-section .project-card:hover .project-card-details {
	background: #f8fafb;
	box-shadow: 0 20px 48px rgba(2, 12, 20, .28);
}

.exodus-industries-section .project-card:hover .box-title,
.exodus-industries-section .project-card:hover .box-title a {
	color: var(--title-color);
}

.exodus-industries-section .project-card:hover .project-card-content,
.exodus-industries-section .project-card:hover .project-card-text {
	color: var(--body-color);
}

.exodus-industries-section .project-card:hover .project-card-details .icon-btn {
	border-color: #dbe4ea;
	background: #fff;
	color: var(--title-color);
}

.footer-layout1 {
	--body-color: #aab9c6;
	border-top: 1px solid rgba(97, 173, 221, .14);
	background: linear-gradient(145deg, #06111b 0%, #0a1d2d 58%, #0d273a 100%);
}

.footer-layout1 .widget-area {
	padding: 76px 0 58px;
}

.exodus-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, .62fr) minmax(0, 1.16fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
	margin: 0;
}

.exodus-footer-grid > [class*="col-"] {
	width: auto;
	max-width: none;
	padding: 0;
}

.footer-layout1 .footer-widget,
.footer-layout1 .footer-widget.widget_nav_menu {
	margin: 0;
}

.footer-layout1 .footer-widget .widget_title {
	max-width: none;
	margin: 0 0 23px;
	padding: 0 0 14px;
	color: #f2f6f8;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
}

.footer-layout1 .footer-widget .widget_title::before {
	width: 34px;
	height: 2px;
	border-radius: 2px;
	background: var(--kp-blue-light);
}

.footer-layout1 .footer-widget .widget_title::after {
	display: none;
}

.exodus-footer-logo {
	display: inline-flex;
	margin-bottom: 22px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.exodus-footer-logo img {
	width: auto;
	max-width: 176px;
	max-height: 50px;
	filter: none;
}

.footer-layout1 .th-widget-about .about-text {
	max-width: 340px;
	margin: 0 0 24px;
	color: #aab9c6;
	font-size: 15px;
	line-height: 1.72;
}

.footer-layout1 .th-widget-about .info-box-wrap {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 13px;
}

.footer-layout1 .th-widget-about .info-box_icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(97, 173, 221, .22);
	border-radius: 7px;
	background: rgba(60, 145, 202, .12);
	color: var(--kp-blue-light);
	font-size: 14px;
}

.footer-layout1 .th-widget-about .info-box_text {
	margin-bottom: 1px;
	color: #8399a9;
	font-size: 12px;
	line-height: 1.3;
}

.footer-layout1 .th-widget-about .info-box_link {
	color: #d9e3e9;
	font-size: 14px;
	line-height: 1.4;
}

.footer-layout1 .th-widget-about .info-box_link:hover {
	color: var(--kp-blue-light);
}

.footer-layout1 .footer-widget.widget_nav_menu a {
	width: auto;
	margin-bottom: 13px;
	padding-left: 19px;
	color: #aab9c6;
	font-size: 14px;
	line-height: 1.45;
}

.footer-layout1 .footer-widget.widget_nav_menu a::before {
	content: "\f105";
	color: #708797;
}

.footer-layout1 .footer-widget.widget_nav_menu a:hover,
.footer-layout1 .footer-widget.widget_nav_menu a:hover::before {
	left: 0;
	color: var(--kp-blue-light);
}

.footer-layout1 .footer-widget .recent-post {
	max-width: none;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-layout1 .footer-widget .recent-post:last-child {
	border-bottom: 0;
}

.footer-layout1 .footer-widget .recent-post .media-img {
	width: 78px;
	min-width: 78px;
}

.footer-layout1 .footer-widget .recent-post .media-img img {
	width: 78px;
	height: 62px;
	border-radius: 6px;
	object-fit: cover;
}

.footer-layout1 .footer-widget .recent-post-meta a {
	color: #7f95a5;
	font-size: 11px;
}

.footer-layout1 .footer-widget .recent-post .post-title {
	margin-top: 4px;
	font-size: 15px;
	line-height: 1.42;
}

.footer-layout1 .footer-widget .recent-post .post-title a {
	color: #e9f0f4;
}

.footer-layout1 .footer-widget .recent-post .post-title a:hover {
	color: var(--kp-blue-light);
}

.footer-layout1 .newsletter-widget .footer-text {
	margin-bottom: 20px;
	color: #aab9c6;
	font-size: 14px;
	line-height: 1.68;
}

.footer-layout1 .newsletter-form {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1fr) 54px;
	gap: 8px;
	align-items: start;
}

.footer-layout1 .newsletter-form .form-control {
	width: 100%;
	min-width: 0;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, .13) !important;
	border-radius: 7px;
	background: rgba(255, 255, 255, .07);
	color: #f1f5f7;
	font-size: 14px;
}

.footer-layout1 .newsletter-form .form-control::placeholder {
	color: #8297a7;
}

.footer-layout1 .newsletter-form .form-control:focus {
	border-color: rgba(97, 173, 221, .55) !important;
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.footer-layout1 .newsletter-form .th-btn {
	width: 54px;
	height: 54px;
	min-height: 54px;
	margin: 0;
	padding: 0;
	border-radius: 7px;
	background: var(--kp-blue);
	line-height: 54px;
}

.footer-layout1 .newsletter-form .form-messages {
	position: static;
	grid-column: 1 / -1;
	margin-top: 4px;
}

.footer-layout1 .footer-consent {
	margin-top: 12px;
	color: #748a9a;
	font-size: 11px;
	line-height: 1.55;
}

.footer-layout1 .copyright-wrap {
	padding: 21px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .045);
}

.footer-layout1 .copyright-text,
.footer-layout1 .footer-links a {
	color: #91a4b2;
	font-size: 13px;
}

.footer-layout1 .copyright-text a {
	color: var(--kp-blue-light);
}

@media (max-width: 1199px) {
	.exodus-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 44px 54px;
	}

	.exodus-industries-section .project-card-img img {
		height: 330px;
	}
}

@media (max-width: 767px) {
	.exodus-industries-section .project-slider1 {
		padding-top: 8px;
	}

	.exodus-industries-section .project-card-img img {
		height: 320px;
	}

	.exodus-industries-section .project-card-details {
		min-height: 202px;
		margin-top: -62px;
		padding: 24px 22px 21px;
	}

	.exodus-industries-section .project-card:hover {
		transform: scale(1.01);
	}

	.footer-layout1 .widget-area {
		padding: 58px 0 42px;
	}

	.exodus-footer-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.exodus-footer-grid > [class*="col-"]:not(:last-child) {
		padding-bottom: 34px;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
	}

	.footer-layout1 .footer-widget .widget_title {
		margin-bottom: 20px;
	}

	.footer-layout1 .footer-widget .recent-post .media-img,
	.footer-layout1 .footer-widget .recent-post .media-img img {
		width: 74px;
		min-width: 74px;
	}

	.footer-layout1 .copyright-wrap {
		padding: 18px 0;
	}

	.footer-layout1 .copyright-text {
		padding-right: 58px;
		font-size: 12px;
		line-height: 1.5;
	}

	.scroll-top {
		bottom: 76px;
	}
}

/* Refined internal pages. */
.exodus-breadcrumb {
	padding: 88px 0 82px;
	background-position: center 42%;
}

.exodus-breadcrumb::before {
	background: linear-gradient(90deg, rgba(4, 15, 24, .94) 0%, rgba(5, 19, 30, .82) 48%, rgba(5, 19, 30, .45) 100%);
}

.exodus-breadcrumb h1 {
	max-width: 1040px;
	margin-bottom: 14px;
	font-size: clamp(40px, 4.5vw, 58px);
	line-height: 1.08;
	letter-spacing: -.032em;
	text-wrap: balance;
}

.exodus-breadcrumb-nav {
	font-size: 14px;
}

.exodus-breadcrumb .container > p,
.exodus-breadcrumb .container > .breadcumb-text {
	max-width: 720px;
	margin-top: 24px;
	color: #c6d1d9;
	font-size: 16px;
	line-height: 1.65;
}

.exodus-content-area {
	padding: 88px 0;
	background: #edf2f5;
}

.exodus-inner-intro,
.exodus-page-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: 56px;
	align-items: end;
}

.exodus-inner-intro {
	margin-bottom: 42px;
}

.exodus-inner-intro .sec-title,
.exodus-page-section-head .sec-title {
	margin-bottom: 0;
}

.exodus-inner-intro > p,
.exodus-page-section-head > p {
	margin: 0;
	color: #61717e;
	font-size: 16px;
	line-height: 1.75;
}

.exodus-page-section-head {
	margin: 88px 0 36px;
}

.exodus-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.exodus-check-list li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 28px;
	line-height: 1.55;
}

.exodus-check-list li::before {
	position: absolute;
	top: .14em;
	left: 0;
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	content: "✓";
	background: rgba(60, 145, 202, .14);
	color: var(--kp-blue-light);
	font-size: 11px;
	font-weight: 800;
}

.exodus-page-cta {
	display: flex;
	gap: 36px;
	align-items: center;
	justify-content: space-between;
	margin-top: 76px;
	padding: 42px 46px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 10px;
	background: linear-gradient(135deg, var(--kp-navy-900), var(--kp-navy-700));
	box-shadow: 0 20px 48px rgba(5, 22, 34, .16);
}

.exodus-page-cta > div {
	max-width: 720px;
}

.exodus-page-cta .sub-title {
	margin-bottom: 12px;
}

.exodus-page-cta h2,
.exodus-page-cta h3 {
	margin-bottom: 10px;
	color: #f3f7f9;
	font-size: clamp(27px, 2.5vw, 38px);
	line-height: 1.2;
}

.exodus-page-cta p {
	margin: 0;
	color: #b5c3cd;
	line-height: 1.7;
}

.exodus-page-cta .th-btn {
	flex: 0 0 auto;
}

/* Contacts */
.exodus-contact-cards {
	margin-bottom: 64px;
}

.exodus-contact-card {
	position: relative;
	min-height: 268px;
	overflow: hidden;
	padding: 30px;
	border: 1px solid #dce4e9;
	border-radius: 9px;
	background: #fff;
	text-align: left;
	box-shadow: 0 12px 34px rgba(7, 25, 39, .055);
	transition: transform .25s ease, box-shadow .25s ease;
}

.exodus-contact-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(7, 25, 39, .1);
}

.exodus-contact-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
	place-items: center;
	border: 1px solid rgba(60, 145, 202, .2);
	border-radius: 9px;
	background: rgba(60, 145, 202, .1);
	color: var(--kp-blue);
}

.exodus-contact-card .exodus-contact-card__icon i {
	margin: 0;
	color: inherit;
	font-size: 20px;
}

.exodus-contact-card__label {
	display: block;
	margin-bottom: 7px;
	color: var(--kp-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.exodus-contact-card h2 {
	margin-bottom: 7px;
	font-size: 21px;
}

.exodus-contact-card a,
.exodus-contact-card__value {
	display: inline-block;
	margin: 0 0 13px;
	color: var(--title-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.exodus-contact-card > p:last-child {
	margin: 0;
	color: #70808d;
	font-size: 14px;
	line-height: 1.55;
}

body.page-template-page-contacts #request-form {
	display: flex;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(5, 22, 34, .14);
}

.exodus-contact-copy {
	height: 100%;
	padding: 48px 42px;
	background: linear-gradient(145deg, var(--kp-navy-900), var(--kp-navy-700));
}

.exodus-contact-copy .sec-title {
	color: #f4f8fa;
	font-size: clamp(31px, 3vw, 43px);
}

.exodus-contact-copy .entry-content {
	color: #b8c6d0;
	font-size: 16px;
	line-height: 1.72;
}

.exodus-contact-copy .entry-content p {
	color: inherit;
}

.exodus-contact-points {
	display: grid;
	gap: 18px;
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.exodus-contact-points > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.exodus-contact-points > div > i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(97, 173, 221, .22);
	border-radius: 8px;
	background: rgba(60, 145, 202, .12);
	color: var(--kp-blue-light);
}

.exodus-contact-points span {
	color: #9fb0bd;
	font-size: 13px;
	line-height: 1.5;
}

.exodus-contact-points strong {
	display: block;
	margin-bottom: 2px;
	color: #eef4f7;
	font-size: 15px;
}

.exodus-coverage-note {
	display: flex;
	gap: 11px;
	align-items: center;
	margin-top: 26px;
	padding: 15px 17px;
	border: 1px solid rgba(97, 173, 221, .2);
	border-radius: 8px;
	background: rgba(255, 255, 255, .045);
	color: #d7e1e7;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.exodus-coverage-note i {
	color: var(--kp-blue-light);
}

.exodus-contact-form-panel {
	height: 100%;
	padding: 48px;
	border: 0;
	background: #fff;
	box-shadow: none;
}

.exodus-contact-form-panel .sub-title {
	margin-bottom: 10px;
}

.exodus-contact-form-panel h2 {
	margin-bottom: 10px;
	color: var(--title-color);
}

.exodus-form-intro {
	max-width: 540px;
	margin-bottom: 27px;
	color: #6d7c88;
	line-height: 1.65;
}

.exodus-contact-form-panel .form-group {
	margin-bottom: 18px;
}

.exodus-contact-form-panel .contact-form .form-control,
.exodus-contact-form-panel .contact-form .form-select,
.exodus-contact-form-panel .contact-form .nice-select {
	height: 58px;
	border-radius: 7px;
	background: #f3f6f8;
}

.exodus-contact-form-panel .contact-form textarea.form-control {
	height: 132px;
	min-height: 132px;
}

/* Company page */
.exodus-about-page__visual {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: var(--kp-navy-800);
	box-shadow: 0 22px 54px rgba(5, 22, 34, .16);
}

.exodus-about-page__visual img {
	display: block;
	width: 100%;
	height: 610px;
	object-fit: cover;
	object-position: 57% center;
}

.exodus-about-page__caption {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 17px 19px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: rgba(7, 23, 36, .92);
	color: #edf4f7;
	font-weight: 700;
	line-height: 1.45;
	backdrop-filter: blur(8px);
}

.exodus-about-page__caption i {
	color: var(--kp-blue-light);
	font-size: 20px;
}

.exodus-about-page__copy {
	padding-left: 24px;
}

.exodus-about-page__copy .entry-content {
	font-size: 16px;
	line-height: 1.72;
}

.exodus-about-page__copy .entry-content h2 {
	font-size: clamp(32px, 3vw, 44px);
	line-height: 1.16;
}

.exodus-about-page__copy .entry-content h3 {
	margin-top: 27px;
	font-size: 22px;
}

.exodus-about-page__copy .entry-content ul {
	margin: 20px 0 0;
	padding-left: 20px;
}

.exodus-about-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 30px;
}

.exodus-about-facts > div {
	padding: 17px 13px;
	border: 1px solid #dce4e9;
	border-radius: 8px;
	background: #fff;
}

.exodus-about-facts strong {
	display: block;
	margin-bottom: 5px;
	color: var(--kp-blue);
	font-size: 29px;
	line-height: 1;
}

.exodus-about-facts span {
	color: #697985;
	font-size: 12px;
	line-height: 1.35;
}

.exodus-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.exodus-value-card {
	min-height: 260px;
	padding: 27px;
	border: 1px solid #dce4e9;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 25, 39, .05);
}

.exodus-value-card > i {
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 23px;
	place-items: center;
	border: 1px solid rgba(60, 145, 202, .2);
	border-radius: 9px;
	background: rgba(60, 145, 202, .1);
	color: var(--kp-blue);
	font-size: 20px;
}

.exodus-value-card h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.35;
}

.exodus-value-card p {
	margin: 0;
	color: #6b7a86;
	font-size: 14px;
	line-height: 1.65;
}

.exodus-page-process {
	margin-top: 78px;
	padding: 44px;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--kp-navy-950), var(--kp-navy-700));
	box-shadow: 0 20px 50px rgba(5, 22, 34, .16);
}

.exodus-page-process__head {
	max-width: 760px;
	margin-bottom: 32px;
}

.exodus-page-process__head h2 {
	margin: 0;
	color: #f4f8fa;
	font-size: clamp(30px, 3vw, 43px);
	line-height: 1.18;
}

.exodus-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.exodus-step-grid li {
	min-height: 190px;
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .045);
}

.exodus-step-grid li > span {
	display: block;
	margin-bottom: 26px;
	color: var(--kp-blue-light);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .08em;
}

.exodus-step-grid h3 {
	margin-bottom: 8px;
	color: #f1f6f8;
	font-size: 20px;
}

.exodus-step-grid p {
	margin: 0;
	color: #a9bac6;
	font-size: 14px;
	line-height: 1.58;
}

/* Archives */
.exodus-archive-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	gap: 52px;
	align-items: center;
	margin-bottom: 48px;
	padding: 38px 42px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 10px;
	background: linear-gradient(140deg, var(--kp-navy-900), var(--kp-navy-700));
	box-shadow: 0 18px 44px rgba(5, 22, 34, .13);
}

.exodus-archive-intro .sec-title {
	margin-bottom: 15px;
	color: #f2f7f9;
	font-size: clamp(31px, 3vw, 43px);
}

.exodus-archive-intro p {
	max-width: 720px;
	margin: 0;
	color: #b3c2cc;
	line-height: 1.7;
}

.exodus-archive-intro .exodus-check-list {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .045);
	color: #d4dee4;
	font-size: 14px;
}

.exodus-archive-grid .service-card,
.exodus-archive-grid .exodus-entry-card,
.exodus-archive-grid .exodus-vacancy-card {
	height: 100%;
}

.exodus-archive-grid .service-card {
	min-height: 530px;
}

.exodus-archive-grid .service-card .service-card-content {
	min-height: 295px;
}

.exodus-vacancy-intro + .exodus-archive-grid .exodus-vacancy-card {
	min-height: 380px;
}

.exodus-archive-grid .exodus-vacancy-card h2 {
	margin: 15px 0;
	font-size: clamp(25px, 2.6vw, 34px);
	line-height: 1.24;
}

.exodus-archive-grid .exodus-vacancy-card h2 a {
	color: #f4f8fa;
}

.exodus-archive-grid .exodus-vacancy-card h2 a:hover {
	color: var(--kp-blue-light);
}

.exodus-archive-cta {
	margin-top: 58px;
}

.exodus-entry-card {
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(7, 25, 39, .07);
	transition: transform .25s ease, box-shadow .25s ease;
}

.exodus-entry-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 44px rgba(7, 25, 39, .12);
}

.exodus-entry-card__image {
	display: block;
	overflow: hidden;
}

.exodus-entry-card__image img {
	height: 250px;
	transition: transform .35s ease;
}

.exodus-entry-card:hover .exodus-entry-card__image img {
	transform: scale(1.025);
}

.exodus-entry-card__body {
	padding: 27px;
}

.exodus-entry-card__title {
	font-size: 23px;
	line-height: 1.32;
}

.exodus-entry-card__body > p {
	min-height: 76px;
	color: #6a7985;
	line-height: 1.62;
}

/* Single pages and readable content. */
.exodus-single-wrap {
	max-width: 980px;
}

.exodus-prose-shell,
.exodus-article-wrap {
	max-width: 920px;
}

.exodus-single-image {
	overflow: hidden;
	border-radius: 10px;
	background: var(--kp-navy-800);
	box-shadow: 0 18px 44px rgba(5, 22, 34, .13);
}

.exodus-single-image img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.exodus-prose-panel {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid #dce4e9;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(7, 25, 39, .06);
}

.exodus-service-single .exodus-prose-panel {
	max-width: 920px;
	margin: 48px auto 0;
}

.exodus-prose-panel > :first-child {
	margin-top: 0 !important;
}

.exodus-prose-panel h2 {
	margin-top: 1.6em;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.22;
}

.exodus-prose-panel h3 {
	margin-top: 1.5em;
	font-size: 23px;
	line-height: 1.3;
}

.exodus-prose-panel p,
.exodus-prose-panel li {
	color: #526471;
}

.exodus-prose-panel li + li {
	margin-top: 8px;
}

.exodus-service-overview .exodus-single-image {
	height: 100%;
	margin: 0;
}

.exodus-service-overview .exodus-single-image img {
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}

.exodus-service-summary {
	height: 100%;
	padding: 40px;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--kp-navy-900), var(--kp-navy-700));
	box-shadow: 0 18px 44px rgba(5, 22, 34, .13);
}

.exodus-service-summary h2 {
	margin-bottom: 27px;
	color: #f3f7f9;
	font-size: clamp(28px, 2.6vw, 37px);
	line-height: 1.2;
}

.exodus-service-summary .exodus-check-list {
	color: #c5d1d9;
}

.exodus-service-steps {
	max-width: 1100px;
	margin: 0 auto;
}

.exodus-step-grid--light li {
	border-color: #dce4e9;
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 25, 39, .05);
}

.exodus-step-grid--light h3 {
	color: var(--title-color);
}

.exodus-step-grid--light p {
	color: #6b7a86;
}

.exodus-service-single .exodus-application {
	margin: 76px 0 0;
	padding: 42px 46px;
	background: linear-gradient(135deg, var(--kp-navy-900), var(--kp-navy-700));
}

.exodus-vacancy-wrap {
	max-width: 1040px;
}

.exodus-vacancy-single .exodus-details-panel {
	margin-bottom: 32px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: var(--kp-navy-800);
	box-shadow: 0 16px 40px rgba(5, 22, 34, .12);
}

.exodus-vacancy-single .exodus-details-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.exodus-vacancy-single .exodus-details-grid > div {
	min-height: 128px;
	padding: 25px;
	border-right: 1px solid rgba(255, 255, 255, .09);
}

.exodus-vacancy-single .exodus-details-grid > div:last-child {
	border-right: 0;
}

.exodus-vacancy-single .exodus-detail-label {
	color: #8299aa;
	font-size: 11px;
}

.exodus-vacancy-single .exodus-detail-value {
	color: #f0f5f7;
	font-size: 16px;
	line-height: 1.45;
}

.exodus-candidate-notes {
	margin-top: 48px;
}

.exodus-candidate-notes > h2 {
	margin-bottom: 25px;
	font-size: clamp(28px, 3vw, 38px);
}

.exodus-mini-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.exodus-mini-grid > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 4px 13px;
	align-items: center;
	padding: 22px;
	border: 1px solid #dce4e9;
	border-radius: 9px;
	background: #fff;
}

.exodus-mini-grid i {
	grid-row: 1 / 3;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	background: rgba(60, 145, 202, .1);
	color: var(--kp-blue);
}

.exodus-mini-grid strong {
	color: var(--title-color);
	font-size: 15px;
}

.exodus-mini-grid span {
	color: #71808c;
	font-size: 12px;
	line-height: 1.45;
}

.exodus-vacancy-application {
	margin-top: 52px;
	padding: clamp(30px, 5vw, 50px);
	border: 1px solid #dce4e9;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(7, 25, 39, .08);
}

.exodus-vacancy-application > p {
	max-width: 720px;
	margin-bottom: 28px;
	color: #687884;
	line-height: 1.65;
}

.exodus-vacancy-application .form-control {
	border: 1px solid #dce4e9;
	border-radius: 7px;
	background: #f3f6f8;
}

.exodus-article-single .exodus-single-image {
	margin-bottom: 34px;
}

.exodus-article-single .exodus-page-cta {
	margin-top: 46px !important;
}

/* Privacy, empty and search states. */
.exodus-policy-summary {
	position: sticky;
	top: 125px;
	padding: 32px;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--kp-navy-900), var(--kp-navy-700));
	box-shadow: 0 16px 40px rgba(5, 22, 34, .13);
}

.exodus-policy-summary h2 {
	margin-bottom: 22px;
	color: #f2f7f9;
	font-size: 25px;
	line-height: 1.3;
}

.exodus-policy-summary ul {
	margin: 0 0 24px;
	padding-left: 20px;
	color: #b4c3cd;
}

.exodus-policy-summary li + li {
	margin-top: 10px;
}

.exodus-policy-summary .link-btn {
	color: var(--kp-blue-light);
	word-break: break-word;
}

.exodus-policy-content {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid #dce4e9;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(7, 25, 39, .06);
}

.exodus-policy-content h2 {
	margin: 1.7em 0 .55em;
	font-size: clamp(25px, 2.5vw, 34px);
	line-height: 1.25;
}

.exodus-policy-content h2:first-child {
	margin-top: 0;
}

.exodus-policy-content p {
	color: #526471;
	font-size: 16px;
	line-height: 1.78;
}

.exodus-empty {
	border: 1px solid #dce4e9;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(7, 25, 39, .06);
}

.search-form {
	overflow: hidden;
	border-radius: 8px;
}

@media (max-width: 1199px) {
	.exodus-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exodus-value-card {
		min-height: 230px;
	}

	.exodus-service-overview .exodus-single-image img {
		min-height: 440px;
	}
}

@media (max-width: 991px) {
	.exodus-breadcrumb {
		padding: 76px 0 72px;
	}

	.exodus-content-area {
		padding: 76px 0;
	}

	.exodus-inner-intro,
	.exodus-page-section-head,
	.exodus-archive-intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	.exodus-about-page__copy {
		padding-left: 0;
	}

	.exodus-about-page__visual img {
		height: 540px;
	}

	.exodus-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-template-page-contacts #request-form {
		display: flex;
		flex-wrap: wrap;
	}

	.exodus-contact-copy,
	.exodus-contact-form-panel {
		padding: 40px;
	}

	.exodus-policy-summary {
		position: static;
	}

	.exodus-vacancy-single .exodus-details-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exodus-vacancy-single .exodus-details-grid > div:nth-child(2) {
		border-right: 0;
	}

	.exodus-vacancy-single .exodus-details-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}

	.exodus-mini-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.exodus-breadcrumb {
		padding: 62px 0 58px;
	}

	.exodus-breadcrumb h1 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.exodus-breadcrumb .container > p,
	.exodus-breadcrumb .container > .breadcumb-text {
		margin-top: 18px;
		font-size: 14px;
	}

	.exodus-content-area {
		padding: 60px 0;
	}

	.exodus-inner-intro {
		margin-bottom: 30px;
	}

	.exodus-page-section-head {
		margin: 64px 0 28px;
	}

	.exodus-contact-cards {
		margin-bottom: 42px;
	}

	.exodus-contact-card {
		min-height: 0;
		padding: 25px;
	}

	.exodus-contact-copy,
	.exodus-contact-form-panel {
		padding: 32px 24px;
	}

	.exodus-contact-copy .sec-title {
		font-size: 31px;
	}

	.exodus-contact-form-panel .contact-form textarea.form-control {
		height: 120px;
		min-height: 120px;
	}

	.exodus-about-page__visual img {
		height: 440px;
	}

	.exodus-about-page__caption {
		right: 14px;
		bottom: 14px;
		left: 14px;
		padding: 14px;
		font-size: 13px;
	}

	.exodus-about-facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.exodus-value-grid,
	.exodus-step-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.exodus-value-card,
	.exodus-step-grid li {
		min-height: 0;
	}

	.exodus-page-process,
	.exodus-archive-intro {
		padding: 30px 24px;
	}

	.exodus-page-process {
		margin-top: 60px;
	}

	.exodus-page-cta {
		align-items: stretch;
		margin-top: 56px;
		padding: 30px 24px;
		flex-direction: column;
	}

	.exodus-page-cta .th-btn {
		width: 100%;
		justify-content: center;
	}

	.exodus-archive-grid .service-card {
		min-height: 0;
	}

	.exodus-entry-card__body > p {
		min-height: 0;
	}

	.exodus-prose-panel,
	.exodus-policy-content {
		padding: 28px 23px;
	}

	.exodus-service-summary {
		padding: 30px 24px;
	}

	.exodus-service-overview .exodus-single-image img {
		height: 390px;
		min-height: 390px;
	}

	.exodus-service-single .exodus-application {
		margin-top: 56px;
		padding: 30px 24px;
	}

	.exodus-vacancy-single .exodus-details-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.exodus-vacancy-single .exodus-details-grid > div,
	.exodus-vacancy-single .exodus-details-grid > div:nth-child(2) {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .09);
	}

	.exodus-vacancy-single .exodus-details-grid > div:last-child {
		border-bottom: 0;
	}

	.exodus-mini-grid > div {
		padding: 19px;
	}

	.exodus-vacancy-application {
		padding: 28px 23px;
	}
}

/* Search and error states. */
.exodus-search-panel {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 48px;
	padding: 34px 38px;
	border: 1px solid #dce4e9;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(7, 25, 39, .06);
}

.exodus-search-panel h2 {
	margin-bottom: 9px;
	font-size: 30px;
}

.exodus-search-panel p {
	margin: 0;
	color: #687985;
	line-height: 1.65;
}

.exodus-search-panel .search-form,
.exodus-error-search .search-form {
	margin: 0;
	border: 1px solid #d7e0e6;
	border-radius: 8px;
	background: #f5f8fa;
}

.exodus-error-page .exodus-empty {
	max-width: 820px;
	margin: 0 auto;
	padding: 54px 56px;
	border: 1px solid #dce4e9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(7, 25, 39, .08);
}

.exodus-error-page .exodus-error-code {
	margin-bottom: -16px;
	color: rgba(60, 145, 202, .14);
	font-size: clamp(110px, 18vw, 190px);
	font-weight: 800;
	line-height: .85;
	letter-spacing: -.08em;
}

.exodus-error-page .exodus-empty h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.18;
}

.exodus-error-page .exodus-empty > p {
	max-width: 610px;
	margin: 0 auto 28px;
	color: #687985;
	font-size: 16px;
	line-height: 1.7;
}

.exodus-error-search {
	max-width: 620px;
	margin: 0 auto 28px;
}

@media (max-width: 991px) {
	.exodus-search-panel {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.exodus-search-panel,
	.exodus-error-page .exodus-empty {
		padding: 28px 23px;
	}
}
