:root {
	--ifx-canvas: #f6f8fc;
	--ifx-surface: #ffffff;
	--ifx-ink: #191728;
	--ifx-brand: #5468ff;
	--ifx-accent: #ff8970;
	--ifx-muted: #5f6578;
	--ifx-header-height: 79px;
	--ifx-admin-bar-height: 0px;
}

body.ifx-canvas-page {
	margin: 0;
	background: #ffffff;
	color: var(--ifx-ink);
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
}

body.ifx-shell-page {
	margin: 0;
	color: var(--ifx-ink);
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ifx-canvas-page .mkdf-content {
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
}

body.ifx-shell-page .mkdf-content {
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
}

body.ifx-canvas-page.ifx-portfolio-single-page .mkdf-content,
body.ifx-canvas-page .ifx-canvas-main .mkdf-content {
	padding-top: 0;
}

body.ifx-search-open {
	overflow: hidden;
}

.ifx-canvas-page a {
	color: inherit;
	text-decoration: none;
}

.ifx-shell-page a {
	color: inherit;
	text-decoration: none;
}

.ifx-canvas-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ifx-shell-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.single-post.ifx-shell-page .mkdf-content {
	background: #ffffff;
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) - 8px);
}

body.ifx-canvas-page .mkdf-smooth-transition-loader,
body.ifx-canvas-page .mkdf-side-menu,
body.ifx-shell-page .mkdf-smooth-transition-loader,
body.ifx-shell-page .mkdf-side-menu {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.ifx-canvas-page .mkdf-wrapper,
body.ifx-canvas-page .mkdf-wrapper-inner,
body.ifx-canvas-page .mkdf-content,
body.ifx-canvas-page .mkdf-content-inner,
body.ifx-shell-page .mkdf-wrapper,
body.ifx-shell-page .mkdf-wrapper-inner,
body.ifx-shell-page .mkdf-content,
body.ifx-shell-page .mkdf-content-inner {
	visibility: visible !important;
	opacity: 1 !important;
}

body.single-post.ifx-shell-page .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
	padding-top: 24px;
	padding-bottom: 88px;
}

body.single-post.ifx-shell-page .mkdf-grid-row.mkdf-content-has-sidebar {
	display: block;
}

body.single-post.ifx-shell-page .mkdf-page-content-holder {
	float: none;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

body.single-post.ifx-shell-page .mkdf-sidebar-holder {
	display: none;
}

body.single-post.ifx-shell-page .mkdf-blog-holder,
body.single-post.ifx-shell-page .mkdf-blog-holder article,
body.single-post.ifx-shell-page .mkdf-blog-holder article .mkdf-post-content,
body.single-post.ifx-shell-page .mkdf-blog-holder article .mkdf-post-text,
body.single-post.ifx-shell-page .mkdf-blog-holder article .mkdf-post-text-inner,
body.single-post.ifx-shell-page .mkdf-blog-holder article .mkdf-post-text-main {
	display: block;
	visibility: visible;
	opacity: 1;
}

body.single-post.ifx-shell-page .mkdf-post-heading {
	margin-bottom: 24px;
}

body.single-post.ifx-shell-page .mkdf-blog-holder article .mkdf-post-image img {
	width: 100%;
	border-radius: 18px;
	margin-bottom: 0;
}

body.single-post.ifx-shell-page .mkdf-post-info-top {
	margin-bottom: 18px;
}

body.single-post.ifx-shell-page .mkdf-post-info-top a,
body.single-post.ifx-shell-page .mkdf-post-info-top span {
	color: #f47c6c;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body.single-post.ifx-shell-page .mkdf-post-title {
	margin: 0 0 20px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.16;
}

body.single-post.ifx-shell-page .mkdf-post-text-main,
body.single-post.ifx-shell-page .mkdf-post-text-main p,
body.single-post.ifx-shell-page .mkdf-post-text-main li {
	color: #6b7795;
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.78;
}

body.single-post.ifx-shell-page .mkdf-post-text-main h1,
body.single-post.ifx-shell-page .mkdf-post-text-main h2,
body.single-post.ifx-shell-page .mkdf-post-text-main h3,
body.single-post.ifx-shell-page .mkdf-post-text-main h4,
body.single-post.ifx-shell-page .mkdf-post-text-main h5,
body.single-post.ifx-shell-page .mkdf-post-text-main h6 {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

body.single-post.ifx-shell-page .mkdf-post-text-main h4 {
	font-size: 26px;
	line-height: 1.35;
	margin: 36px 0 12px;
}

body.single-post.ifx-shell-page .mkdf-post-text-main ol,
body.single-post.ifx-shell-page .mkdf-post-text-main ul {
	margin: 18px 0 24px;
	padding-left: 22px;
}

body.single-post.ifx-shell-page .mkdf-post-text-main li + li {
	margin-top: 10px;
}

body.single-post.ifx-shell-page .mkdf-author-description,
body.single-post.ifx-shell-page .mkdf-blog-single-navigation,
body.single-post.ifx-shell-page .mkdf-related-posts-holder {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

body.single-post.ifx-shell-page .mkdf-author-description {
	margin-top: 40px;
	padding: 28px 32px;
	background: #f6f8fc;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
}

body.single-post.ifx-shell-page .mkdf-author-description-image img {
	border-radius: 16px;
}

body.single-post.ifx-shell-page .mkdf-author-name {
	margin: 0 0 6px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

body.single-post.ifx-shell-page .mkdf-author-text,
body.single-post.ifx-shell-page .mkdf-author-text p {
	margin: 0;
	color: #6b7795;
	font-size: 16px;
	line-height: 1.65;
}

body.single-post.ifx-shell-page .mkdf-blog-single-navigation {
	margin-top: 28px;
	margin-bottom: 24px;
}

body.single-post.ifx-shell-page .mkdf-blog-single-navigation a {
	padding: 20px 0;
}

body.single-post.ifx-shell-page .mkdf-blog-single-navigation-title {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

body.single-post.ifx-shell-page .mkdf-blog-single-navigation-date {
	color: #9aa3bb;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

body.single-post.ifx-shell-page .mkdf-related-posts-holder {
	margin-top: 32px;
}

body.single-post.ifx-shell-page .mkdf-related-posts-title h4 {
	margin: 0 0 22px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 600;
}

body.single-post.ifx-shell-page .mkdf-related-posts-inner {
	row-gap: 28px;
}

body.single-post.ifx-shell-page .mkdf-related-post-inner {
	height: 100%;
	padding-bottom: 10px;
}

body.single-post.ifx-shell-page .mkdf-related-post .mkdf-post-title {
	font-size: 24px;
	line-height: 1.25;
	margin: 10px 0 12px;
}

body.single-post.ifx-shell-page .mkdf-related-post .mkdf-post-info-top a {
	font-size: 10px;
	letter-spacing: 1.8px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-content {
	margin-top: 0 !important;
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) - 8px);
	background: #ffffff;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder {
	display: block !important;
	height: 420px !important;
	min-height: 420px;
	background-position: center center !important;
	background-size: cover !important;
	margin-top: -8px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-inner,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-wrapper,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder .mkdf-grid {
	height: 100%;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder .mkdf-grid {
	width: min(1320px, calc(100vw - 96px));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-title {
	margin: 0 0 12px;
	color: #2c3858 !important;
	font-family: "Poppins", sans-serif;
	font-size: 64px;
	font-weight: 400;
	line-height: 1.08;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-subtitle {
	margin: 0;
	color: #9aa3bb;
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-full-width,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-full-width-inner,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-content-holder,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder-inner {
	visibility: visible !important;
	opacity: 1 !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-grid-row {
	width: min(1320px, calc(100vw - 96px));
	margin: 0 auto;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-content-holder {
	width: 100%;
	max-width: none;
	float: none;
	padding: 56px 0 96px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder-inner {
	display: block !important;
	column-count: 3;
	column-gap: 32px;
	height: auto !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-masonry-list-wrapper {
	height: auto !important;
	overflow: visible !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-masonry-grid-sizer,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-masonry-grid-gutter {
	display: none !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder article {
	display: inline-block !important;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	vertical-align: top;
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	width: 100% !important;
	margin: 0 0 32px !important;
	padding: 0 !important;
	float: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
	overflow: hidden;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-image img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-text {
	flex: 1 1 auto;
	display: flex;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-text-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px 24px 26px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-info-top {
	margin-bottom: 14px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-info-top a {
	color: #f47c6c;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-title {
	margin: 0 0 14px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.22;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-title a {
	color: inherit;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-excerpt {
	color: #6b7795;
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.72;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-post-info-bottom {
	margin-top: auto;
	padding-top: 18px;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button .mkdf-btn-text {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:hover,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:focus {
	color: #2c3858 !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:hover .mkdf-btn-text,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:focus .mkdf-btn-text,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:hover .mkdf-icon-font-elegant,
body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-list-button:focus .mkdf-icon-font-elegant {
	color: #2c3858 !important;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-pag-load-more {
	margin-top: 40px;
	text-align: center;
	clear: both;
	position: relative;
	z-index: 2;
}

body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-pag-loading {
	clear: both;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	body.single-post.ifx-shell-page .mkdf-page-content-holder,
	body.single-post.ifx-shell-page .mkdf-author-description,
	body.single-post.ifx-shell-page .mkdf-blog-single-navigation,
	body.single-post.ifx-shell-page .mkdf-related-posts-holder {
		max-width: none;
	}

	body.single-post.ifx-shell-page .mkdf-post-title {
		font-size: 34px;
	}

	body.single-post.ifx-shell-page .mkdf-post-text-main,
	body.single-post.ifx-shell-page .mkdf-post-text-main p,
	body.single-post.ifx-shell-page .mkdf-post-text-main li {
		font-size: 16px;
	}

	body.single-post.ifx-shell-page .mkdf-author-description {
		padding: 24px;
	}

	body.single-post.ifx-shell-page .mkdf-related-post .mkdf-post-title {
		font-size: 20px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder-inner {
		column-count: 2;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder {
		height: 340px !important;
		min-height: 340px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-title {
		font-size: 48px;
	}
}

@media only screen and (max-width: 680px) {
	body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder {
		height: 260px !important;
		min-height: 260px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-title-holder .mkdf-grid {
		width: calc(100vw - 40px);
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-title {
		font-size: 34px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-subtitle {
		font-size: 17px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-page-content-holder {
		padding-top: 32px;
		padding-bottom: 72px;
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-grid-row {
		width: calc(100vw - 40px);
	}

	body.page-template-blog-masonry.ifx-canvas-page .mkdf-blog-holder-inner {
		column-count: 1;
	}
}

.ifx-canvas-main {
	min-height: 100vh;
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
}

.ifx-canvas-page.ifx-motion-ready .ifx-reveal {
	animation: none !important;
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--ifx-delay, 0ms),
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--ifx-delay, 0ms);
	will-change: opacity, transform;
}

.ifx-canvas-page.ifx-motion-ready .ifx-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ifx-canvas-page.ifx-motion-ready .ifx-about-values__card.ifx-reveal.is-visible {
	transition:
		border-color 220ms ease,
		box-shadow 220ms ease,
		transform 220ms ease;
}

.ifx-canvas-page.ifx-motion-ready .ifx-about-values__card.ifx-reveal.is-visible:hover,
.ifx-canvas-page.ifx-motion-ready .ifx-about-values__card.ifx-reveal.is-visible:focus-within {
	transition:
		border-color 220ms ease,
		box-shadow 220ms ease,
		transform 220ms ease;
	transition-delay: 0ms;
	transform: translate3d(0, -8px, 0) !important;
}

.ifx-canvas-page.ifx-motion-ready .ifx-about-methodology__card.ifx-reveal.is-visible {
	transition:
		box-shadow 180ms ease,
		transform 180ms ease;
}

.ifx-canvas-page.ifx-motion-ready .ifx-about-methodology__card.ifx-reveal.is-visible:hover,
.ifx-canvas-page.ifx-motion-ready .ifx-about-methodology__card.ifx-reveal.is-visible:focus-within {
	transition:
		box-shadow 180ms ease,
		transform 180ms ease;
	transition-delay: 0ms;
	transform: translate3d(0, -8px, 0) !important;
}

.ifx-canvas-entry,
.ifx-canvas-content {
	margin: 0;
}

.ifx-canvas-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.ifx-canvas-page .ifx-home-hero,
.ifx-canvas-page .ifx-canvas-main {
	background: #ffffff;
}

body.ifx-canvas-page--about-us .ifx-canvas-main {
	background: #f5f7fb;
}

body.ifx-canvas-page--contact-us .ifx-canvas-main {
	background: rgba(245, 247, 251, 0.92);
}

.ifx-shell-header {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--ifx-admin-bar-height);
	width: 100%;
	z-index: 9999;
	background: linear-gradient(0deg, rgba(245, 247, 251, 0.92) 0%, rgba(245, 247, 251, 0.92) 100%), #ffffff;
	border-bottom: 1px solid #e3e8f1;
	transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ifx-shell-header__inner {
	width: min(1200px, calc(100vw - 64px));
	margin: 0 auto;
	padding: 22px 0;
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: center;
	align-items: center;
	gap: 101px;
	transition: padding 220ms ease, gap 220ms ease;
}

.ifx-shell-header.ifx-is-scrolled {
	background: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(227, 232, 241, 0.92);
	box-shadow: 0 18px 40px -28px rgba(40, 55, 110, 0.28);
}

.ifx-shell-header.ifx-is-scrolled .ifx-shell-header__inner {
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 88px;
}

body.admin-bar {
	--ifx-admin-bar-height: 32px;
}

#wpadminbar {
	position: fixed;
	z-index: 2147483000 !important;
	pointer-events: auto !important;
}

#wpadminbar *,
#wpadminbar .ab-top-menu > li,
#wpadminbar .ab-sub-wrapper,
#wpadminbar .ab-item,
#wpadminbar a.ab-item {
	position: relative;
	z-index: 2147483000 !important;
	pointer-events: auto !important;
}

#wpadminbar .quicklinks .ab-sub-wrapper,
#wpadminbar .menupop .ab-sub-wrapper {
	z-index: 2147483001 !important;
}

.trp-language-switcher,
.trp-language-switcher *,
.trp-language-switcher-container,
.trp-language-switcher-container *,
.trp-ls-shortcode-language,
.trp-ls-shortcode-language * {
	position: relative;
	z-index: 2147483002 !important;
	pointer-events: auto !important;
}

.ifx-shell-header,
.ifx-shell-header * {
	pointer-events: auto;
}

.ifx-shell-header__brand img {
	width: 172px;
	height: auto;
}

.ifx-shell-header__brand-fallback,
.ifx-footer__brand-fallback {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ifx-shell-header__nav {
	justify-self: center;
}

.ifx-shell-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #2c3858;
}

.ifx-shell-header__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.ifx-shell-header__toggle span + span {
	margin-top: 4px;
}

.ifx-shell-header__menu,
.ifx-shell-header__menu ul,
.ifx-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ifx-shell-header__menu {
	display: flex;
	align-items: center;
	gap: 32px;
}

.ifx-shell-header__menu > li {
	position: relative;
}

.ifx-shell-header__menu > li.menu-item-has-children {
	padding-bottom: 14px;
	margin-bottom: -14px;
}

.ifx-shell-header__menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 8px 0 9px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.42px;
	text-transform: uppercase;
	transition: color 180ms ease, opacity 180ms ease;
}

.ifx-shell-header__menu > li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-left: 0;
	border-right: 1px solid rgba(154, 163, 187, 0.9);
	border-bottom: 1px solid rgba(154, 163, 187, 0.9);
	transform: rotate(45deg);
	transform-origin: center;
	transition: border-color 180ms ease, transform 180ms ease;
	position: relative;
	top: -2px;
}

.ifx-shell-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 240px;
	padding: 10px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 24px 60px -20px rgba(40, 55, 110, 0.25);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	z-index: 20;
	overflow: visible;
}

.ifx-shell-header__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 2px;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: -8px -8px 20px -18px rgba(40, 55, 110, 0.15);
	z-index: -1;
}

.ifx-shell-header__menu li:hover > .sub-menu,
.ifx-shell-header__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.ifx-shell-header__menu > li.menu-item-has-children:hover > a::after,
.ifx-shell-header__menu > li.menu-item-has-children:focus-within > a::after {
	border-color: rgba(91, 108, 255, 0.6);
	transform: rotate(45deg);
}

.ifx-shell-header__menu .sub-menu li + li {
	margin-top: 2px;
}

.ifx-shell-header__menu .sub-menu li {
	width: 100%;
}

.ifx-shell-header__menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 8px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 1;
	white-space: nowrap;
	transition: background-color 180ms ease, color 180ms ease;
	box-sizing: border-box;
}

.ifx-shell-header__menu .sub-menu a::before {
	content: "";
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
}

.ifx-shell-header__menu .sub-menu a[href*="/discovery"]::before {
	background-image: url("../icons/header-discovery.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="agentic"]::before,
.ifx-shell-header__menu .sub-menu a[href*="ai"]::before {
	background-image: url("../icons/header-agentic-ai.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="/shopify"]::before {
	background-image: url("../icons/header-shopify.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="industries-financial"]::before {
	background-image: url("../icons/header-industry-financial.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="industries-food-beverage"]::before,
.ifx-shell-header__menu .sub-menu a[href*="industries-food"]::before {
	background-image: url("../icons/header-industry-food.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="industries-events-experiences"]::before,
.ifx-shell-header__menu .sub-menu a[href*="industries-events"]::before {
	background-image: url("../icons/header-industry-events.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="industries-retail-commerce"]::before,
.ifx-shell-header__menu .sub-menu a[href*="industries-retail"]::before {
	background-image: url("../icons/header-industry-retail.svg");
}

.ifx-shell-header__menu .sub-menu a:hover,
.ifx-shell-header__menu .sub-menu a:focus {
	background: #f5f7fb;
}

.ifx-shell-header__search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #e3e8f1;
	border-radius: 17px;
	color: #6b7795;
	background: #fff;
	padding: 0;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ifx-shell-header__search svg {
	width: 14px;
	height: 14px;
}

.ifx-shell-search[hidden] {
	display: none !important;
}

.ifx-shell-search {
	position: fixed;
	inset: 0;
	z-index: 10010;
}

.ifx-shell-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 30, 52, 0.34);
	backdrop-filter: blur(8px);
}

.ifx-shell-search__dialog {
	position: relative;
	width: min(860px, calc(100vw - 32px));
	margin: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) + 24px) auto 0;
	padding: 24px;
	border: 1px solid #e3e8f1;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 30px 70px -36px rgba(40, 55, 110, 0.42);
}

.ifx-shell-search__top {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
}

.ifx-shell-search__input {
	width: 100%;
	height: 64px;
	padding: 0 22px;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
	background: #f5f7fb;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.ifx-shell-search__input::placeholder {
	color: #9aa3bb;
}

.ifx-shell-search__input:focus {
	outline: none;
	border-color: #5b6cff;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(91, 108, 255, 0.08);
}

.ifx-shell-search__close {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #e3e8f1;
	border-radius: 23px;
	background: #fff;
	color: #6b7795;
}

.ifx-shell-search__close span {
	position: absolute;
	width: 16px;
	height: 1.5px;
	background: currentColor;
	border-radius: 999px;
}

.ifx-shell-search__close span:first-child {
	transform: rotate(45deg);
}

.ifx-shell-search__close span:last-child {
	transform: rotate(-45deg);
}

.ifx-shell-search__status {
	padding: 16px 4px 0;
	color: #6b7795;
	font-family: "Mulish", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.ifx-shell-search__results {
	display: grid;
	gap: 12px;
	padding-top: 16px;
}

.ifx-shell-search__result {
	display: block;
	padding: 18px 20px;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
	background: #fff;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ifx-shell-search__result:hover,
.ifx-shell-search__result:focus-visible {
	border-color: #d6ddf2;
	box-shadow: 0 18px 32px -24px rgba(40, 55, 110, 0.28);
	transform: translateY(-1px);
}

.ifx-shell-search__result-type {
	display: inline-block;
	margin-bottom: 6px;
	color: #9aa3bb;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.ifx-shell-search__result-title {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.32;
}

.ifx-shell-search__result-excerpt {
	padding-top: 8px;
	color: #6b7795;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.ifx-shell-search__all-results {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	padding: 6px 2px 0;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.2px;
	line-height: 1;
	text-transform: uppercase;
}

.ifx-shell-search__all-results::after {
	content: "→";
	font-size: 13px;
	line-height: 1;
}

.ifx-shell-footer {
	position: relative;
	margin-top: 0;
	background: linear-gradient(180deg, #5b6cff 0%, #3c3489 100%);
	color: rgba(255, 255, 255, 0.85);
}

.ifx-shell-footer__top-wave {
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.ifx-shell-footer__top-wave::before {
	content: "";
	position: absolute;
	inset: 30px 0 0;
	background: #5b6cff;
}

.ifx-shell-footer__top-art {
	position: absolute;
	inset: -80px 0 auto;
	height: 80px;
	overflow: hidden;
}

.ifx-shell-footer__top-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ifx-shell-footer__inner {
	width: min(1197px, calc(100vw - 64px));
	margin: 0 auto;
	padding: 0 47px;
	box-sizing: border-box;
}

.ifx-shell-footer__main {
	display: grid;
	grid-template-columns: 320px 1fr;
	align-items: start;
	gap: 128px;
	padding: 60px 0 30px;
}

.ifx-footer__brand img {
	width: 159px;
	height: auto;
}

.ifx-footer__tagline {
	padding-top: 16px;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Mulish", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24.7px;
}

.ifx-footer__tagline p {
	margin: 0;
}

.ifx-shell-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 208px));
	gap: 16px;
}

.ifx-footer__menu-column {
	padding-top: 18px;
}

.ifx-footer__menu-title {
	margin: 0 0 16px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.52px;
	text-transform: capitalize;
}

.ifx-footer__menu li + li {
	margin-top: 0;
}

.ifx-footer__menu a,
.ifx-footer__contact-text,
.ifx-footer__contact-link {
	color: rgba(255, 255, 255, 0.85);
	font-family: "Mulish", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24.7px;
}

.ifx-footer__menu a,
.ifx-footer__contact-link,
.ifx-footer__social {
	transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.ifx-footer__contact-text,
.ifx-footer__contact-links {
	margin: 0;
}

.ifx-footer__contact-links {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 4px;
}

.ifx-shell-footer__bottom {
	display: grid;
	grid-template-columns: 320px 1fr;
	align-items: center;
	column-gap: 128px;
	row-gap: 24px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ifx-footer__bottom-copyright {
	min-width: 0;
}

.ifx-footer__bottom-secondary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 208px));
	align-items: center;
	gap: 16px;
}

.ifx-footer__bottom-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	min-width: 0;
}

.ifx-footer__bottom-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-self: end;
	grid-column: 3;
}

.ifx-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.ifx-footer__bottom-link {
	color: rgba(255, 255, 255, 0.85);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.ifx-footer__bottom-link:hover,
.ifx-footer__bottom-link:focus-visible {
	opacity: 0.72;
}

.ifx-footer__socials {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ifx-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: #ffffff;
}

.ifx-footer__social svg {
	width: 13px;
	height: 13px;
}

.ifx-footer__social img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
}

.ifx-shell-header__menu > li > a:hover,
.ifx-shell-header__menu > li > a:focus-visible {
	color: #5b6cff;
}

.ifx-shell-header__search:hover,
.ifx-shell-header__search:focus-visible {
	border-color: #cfd8ee;
	background: rgba(245, 247, 251, 0.92);
	color: #2c3858;
	transform: translateY(-1px);
}

.ifx-footer__menu a:hover,
.ifx-footer__menu a:focus-visible,
.ifx-footer__contact-link:hover,
.ifx-footer__contact-link:focus-visible,
.ifx-footer__bottom-link:hover,
.ifx-footer__bottom-link:focus-visible {
	opacity: 1;
	color: #ffffff;
}

.ifx-footer__social:hover,
.ifx-footer__social:focus-visible {
	transform: translateY(-1px);
}

.ifx-shell-header__menu a:focus-visible,
.ifx-shell-header__search:focus-visible,
.ifx-footer__menu a:focus-visible,
.ifx-footer__contact-link:focus-visible,
.ifx-footer__bottom-link:focus-visible,
.ifx-footer__social:focus-visible {
	outline: 2px solid #5b6cff;
	outline-offset: 3px;
}

@media (max-width: 1240px) {
	.ifx-shell-header__inner {
		width: min(1200px, calc(100vw - 48px));
		gap: 72px;
	}

	.ifx-shell-header__menu {
		gap: 24px;
	}
}

@media (max-width: 1024px) {
	:root {
		--ifx-header-height: 79px;
	}

	.ifx-shell-header__inner {
		grid-template-columns: auto 1fr auto;
		justify-items: stretch;
		gap: 24px;
	}

	.ifx-shell-header__menu {
		gap: 18px;
	}

	.ifx-shell-footer__main {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ifx-shell-footer__columns {
		grid-template-columns: 1fr 1fr;
	}

	.ifx-shell-header__search {
		display: none;
	}

	.ifx-shell-search__dialog {
		width: min(680px, calc(100vw - 24px));
		padding: 18px;
	}

	.ifx-shell-search__input {
		height: 58px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	:root {
		--ifx-header-height: 79px;
	}

	body.ifx-menu-open {
		overflow: hidden;
	}

	.ifx-shell-header__inner,
	.ifx-shell-footer__inner {
		width: min(calc(100vw - 32px), 1200px);
		padding-left: 0;
		padding-right: 0;
	}

	.ifx-shell-header__inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 12px;
	}

	.ifx-shell-header__brand {
		order: 1;
		flex: 0 0 auto;
		min-width: 0;
		margin-right: auto;
	}

	.ifx-shell-header__brand img {
		width: 150px;
		max-width: 150px;
		min-width: 150px;
	}

	.ifx-shell-header__nav {
		order: 2;
		flex: 0 1 auto;
		min-width: 0;
		width: auto;
	}

	.ifx-header-search {
		display: inline-flex;
		order: 3;
		flex: 0 0 auto;
		align-items: center;
		margin-left: 0;
		height: auto;
	}

	.ifx-header-search__toggle {
		display: inline-flex;
	}

	.ifx-shell-header__toggle {
		display: inline-flex;
		order: 4;
		flex: 0 0 auto;
		justify-content: center;
		align-items: center;
		margin-left: 0;
		width: 44px;
		height: 44px;
		position: relative;
	}

	.ifx-shell-header__toggle::before,
	.ifx-shell-header__toggle::after {
		content: "";
		position: absolute;
		left: 50%;
		width: 22px;
		height: 2px;
		border-radius: 999px;
		background: #2c3858;
		transform: translateX(-50%);
	}

	.ifx-shell-header__toggle::before {
		top: 15px;
		box-shadow: 0 6px 0 #2c3858;
	}

	.ifx-shell-header__toggle::after {
		top: 27px;
	}

	.ifx-shell-header__toggle span {
		display: none !important;
	}

	.ifx-shell-header.ifx-is-scrolled .ifx-shell-header__inner {
		padding-top: 22px;
		padding-bottom: 22px;
		gap: 12px;
	}

	.ifx-shell-header__nav {
		position: fixed;
		top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
		right: 0;
		bottom: 0;
		left: auto;
		width: min(320px, calc(100vw - 24px));
		padding: 24px 20px 32px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid #e3e8f1;
		border-right: 0;
		border-radius: 18px 0 0 18px;
		box-shadow: -24px 0 60px -28px rgba(40, 55, 110, 0.28);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate3d(16px, 0, 0);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	body.ifx-menu-open .ifx-shell-header__nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}

	body.ifx-menu-open .ifx-shell-header__toggle::before {
		top: 21px;
		box-shadow: none;
		transform: translateX(-50%) rotate(45deg);
	}

	body.ifx-menu-open .ifx-shell-header__toggle::after {
		top: 21px;
		transform: translateX(-50%) rotate(-45deg);
	}

	.ifx-shell-header__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.ifx-shell-header__menu > li.menu-item-has-children {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.ifx-shell-header__menu > li > a {
		padding: 10px 0;
		font-size: 11px;
		letter-spacing: 2.2px;
	}

	.ifx-shell-header__menu > li.menu-item-has-children > a::after {
		margin-left: 6px;
		transition: border-color 180ms ease, transform 180ms ease;
	}

	.ifx-shell-header__menu .sub-menu {
		display: none;
		position: static;
		top: auto;
		left: auto;
		min-width: 0;
		margin-top: 2px;
		transform: none;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		padding: 6px 0 0 12px;
		border-radius: 0;
		background: transparent;
	}

	.ifx-shell-header__menu > li.ifx-mobile-submenu-open > .sub-menu {
		display: block;
	}

	.ifx-shell-header__menu > li.ifx-mobile-submenu-open > a::after {
		transform: rotate(225deg);
		border-color: rgba(91, 108, 255, 0.6);
		top: 1px;
	}

	.ifx-shell-header__menu .sub-menu::before {
		display: none;
	}

	.ifx-shell-header__menu li:hover > .sub-menu,
	.ifx-shell-header__menu li:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.ifx-shell-header__menu .sub-menu a {
		white-space: normal;
	}

	.ifx-shell-footer__columns {
		grid-template-columns: 1fr;
	}

	.ifx-shell-footer__top-wave,
	.ifx-shell-footer__top-art {
		top: -56px;
		height: 56px;
	}

	.ifx-shell-footer__top-wave::before {
		inset: 20px 0 0;
	}

	.ifx-shell-footer__main {
		padding-top: 44px;
		padding-bottom: 24px;
	}

	.ifx-shell-footer__bottom {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	}

	.ifx-footer__bottom-copyright {
		width: 100%;
	}

	.ifx-footer__bottom-secondary {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.ifx-footer__bottom-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		width: 100%;
	}

	.ifx-footer__bottom-actions {
		justify-self: auto;
		grid-column: auto;
	}

	.ifx-shell-search__dialog {
		width: calc(100vw - 16px);
		margin-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) + 12px);
		padding: 16px;
		border-radius: 18px;
	}

	.ifx-shell-search__top {
		grid-template-columns: 1fr 40px;
		gap: 10px;
	}

	.ifx-shell-search__input {
		height: 52px;
		padding: 0 16px;
		font-size: 16px;
		border-radius: 14px;
	}

	.ifx-shell-search__close {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.ifx-shell-search__result {
		padding: 16px;
		border-radius: 14px;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--ifx-admin-bar-height: 46px;
	}
}

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

	.ifx-shell-header__menu > li > a,
	.ifx-shell-header__menu .sub-menu,
	.ifx-shell-header__menu .sub-menu a,
	.ifx-shell-header__search,
	.ifx-footer__menu a,
	.ifx-footer__contact-link,
	.ifx-footer__social {
		transition: none !important;
	}
}
