.fmx-free-mlo-hub {
	--fmx-mlo-ink: #101828;
	--fmx-mlo-muted: #475467;
	--fmx-mlo-line: #dfe4ec;
	--fmx-mlo-soft: #f5f7fb;
	--fmx-mlo-blue: #1769ff;
	box-sizing: border-box;
	width: min(1180px, 100%);
	margin: 0 auto;
	padding: 20px clamp(16px, 4vw, 34px) clamp(56px, 8vw, 96px);
	color: var(--fmx-mlo-ink);
}

.fmx-free-mlo-hub *,
.fmx-free-mlo-hub *::before,
.fmx-free-mlo-hub *::after {
	box-sizing: border-box;
}

.fmx-free-mlo-hub h1,
.fmx-free-mlo-hub h2,
.fmx-free-mlo-hub p {
	margin-top: 0;
}

.fmx-free-mlo-hub h1,
.fmx-free-mlo-hub h2 {
	color: var(--fmx-mlo-ink);
	letter-spacing: -.035em;
	text-wrap: balance;
}

.fmx-free-mlo-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--fmx-mlo-blue);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.fmx-free-mlo-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
	overflow: hidden;
	padding: clamp(30px, 6vw, 72px);
	border: 1px solid var(--fmx-mlo-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at 90% 8%, rgba(23, 105, 255, .16), transparent 35%),
		linear-gradient(135deg, #fff 0%, var(--fmx-mlo-soft) 100%);
}

.fmx-free-mlo-hub .fmx-free-mlo-hero__title {
	margin-bottom: 24px;
	font-size: clamp(3rem, 7vw, 6.4rem);
	line-height: .95;
}

.fmx-free-mlo-hero__copy > p {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--fmx-mlo-muted);
	font-size: clamp(1.05rem, 1.65vw, 1.25rem);
	line-height: 1.65;
}

.fmx-free-mlo-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.fmx-free-mlo-proof li {
	display: grid;
	gap: 3px;
	border-left: 2px solid var(--fmx-mlo-blue);
	padding-left: 12px;
}

.fmx-free-mlo-proof strong {
	color: var(--fmx-mlo-ink);
	font-size: .92rem;
}

.fmx-free-mlo-proof span {
	color: #667085;
	font-size: .76rem;
	line-height: 1.35;
}

.fmx-free-mlo-hero__guide {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	background: #101828;
	color: #fff;
}

.fmx-free-mlo-hero__guide > strong {
	display: block;
	margin-bottom: 20px;
	font-size: 1.1rem;
}

.fmx-free-mlo-hero__guide ol {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fmx-free-mlo-hero__guide li {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: start;
	color: #d0d5dd;
	font-size: .9rem;
	line-height: 1.5;
}

.fmx-free-mlo-hero__guide li span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #2e6fff;
	color: #fff;
	font-size: .75rem;
	font-weight: 800;
}

.fmx-free-mlo-finder {
	margin-top: clamp(56px, 8vw, 96px);
}

.fmx-free-mlo-finder__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
	gap: 30px;
	align-items: end;
}

.fmx-free-mlo-finder__head h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 4vw, 3.8rem);
	line-height: 1.05;
}

.fmx-free-mlo-search label {
	display: block;
	margin-bottom: 8px;
	color: var(--fmx-mlo-ink);
	font-size: .8rem;
	font-weight: 800;
}

.fmx-free-mlo-search > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.fmx-free-mlo-search input {
	min-width: 0;
	height: 48px;
	border: 1px solid #c9d1de;
	border-right: 0;
	border-radius: 12px 0 0 12px;
	background: #fff;
	color: var(--fmx-mlo-ink);
	padding: 0 16px;
	font-size: 1rem;
}

.fmx-free-mlo-search button {
	min-height: 48px;
	border: 0;
	border-radius: 0 12px 12px 0;
	background: var(--fmx-mlo-blue);
	color: #fff;
	padding: 0 20px;
	font-weight: 800;
	cursor: pointer;
}

.fmx-free-mlo-search input:focus,
.fmx-free-mlo-search button:focus-visible,
.fmx-free-mlo-hub a:focus-visible {
	outline: 3px solid rgba(23, 105, 255, .35);
	outline-offset: 3px;
}

.fmx-free-mlo-quick-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 28px 0;
}

.fmx-free-mlo-quick-search > span {
	color: #667085;
	font-size: .8rem;
	font-weight: 800;
}

.fmx-free-mlo-quick-search a {
	border: 1px solid var(--fmx-mlo-line);
	border-radius: 999px;
	background: #fff;
	color: #344054;
	padding: 7px 12px;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.fmx-free-mlo-quick-search a:hover {
	border-color: var(--fmx-mlo-blue);
	color: var(--fmx-mlo-blue);
}

.fmx-free-mlo-quick-search .fmx-free-mlo-quick-search__clear {
	border-color: transparent;
	background: var(--fmx-mlo-soft);
}

.fmx-free-mlo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.fmx-free-mlo-card {
	min-width: 0;
	margin: 0;
}

.fmx-free-mlo-card > a {
	display: grid;
	height: 100%;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid var(--fmx-mlo-line);
	border-radius: 18px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fmx-free-mlo-card > a:hover {
	border-color: #b7c4db;
	box-shadow: 0 18px 40px rgba(16, 24, 40, .1);
	transform: translateY(-3px);
}

.fmx-free-mlo-card__media {
	display: block;
	overflow: hidden;
	background: #e9edf4;
}

.fmx-free-mlo-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	transition: transform .3s ease;
}

.fmx-free-mlo-card > a:hover .fmx-free-mlo-card__image {
	transform: scale(1.025);
}

.fmx-free-mlo-card__placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	place-items: center;
	background: linear-gradient(135deg, #e8efff, #f5f7fb);
	color: #6f7f9f;
	font-size: 1.4rem;
	font-weight: 850;
	letter-spacing: .08em;
}

.fmx-free-mlo-card__body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding: 20px;
}

.fmx-free-mlo-card__type {
	color: var(--fmx-mlo-blue);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.fmx-free-mlo-card h2 {
	margin: 9px 0 24px;
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.25;
}

.fmx-free-mlo-card__cta {
	color: #344054;
	font-size: .82rem;
	font-weight: 800;
}

.fmx-free-mlo-pagination {
	margin-top: 34px;
}

.fmx-free-mlo-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fmx-free-mlo-pagination a,
.fmx-free-mlo-pagination .current,
.fmx-free-mlo-pagination .dots {
	display: grid;
	min-width: 42px;
	min-height: 42px;
	place-items: center;
	border: 1px solid var(--fmx-mlo-line);
	border-radius: 10px;
	color: #344054;
	padding: 6px 10px;
	text-decoration: none;
}

.fmx-free-mlo-pagination .current {
	border-color: var(--fmx-mlo-blue);
	background: var(--fmx-mlo-blue);
	color: #fff;
}

.fmx-free-mlo-empty {
	padding: clamp(30px, 6vw, 64px);
	border: 1px solid var(--fmx-mlo-line);
	border-radius: 18px;
	background: var(--fmx-mlo-soft);
	text-align: center;
}

.fmx-free-mlo-empty h2 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.fmx-free-mlo-empty p {
	color: var(--fmx-mlo-muted);
}

.fmx-free-mlo-empty a {
	display: inline-block;
	margin-top: 10px;
	border-radius: 10px;
	background: var(--fmx-mlo-blue);
	color: #fff;
	padding: 12px 18px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 900px) {
	.fmx-free-mlo-hero,
	.fmx-free-mlo-finder__head {
		grid-template-columns: 1fr;
	}

	.fmx-free-mlo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.fmx-free-mlo-hub {
		padding-inline: 14px;
	}

	.fmx-free-mlo-hero {
		padding: 28px 20px;
		border-radius: 20px;
	}

	.fmx-free-mlo-hub .fmx-free-mlo-hero__title {
		margin-bottom: 18px;
		font-size: clamp(2.65rem, 13vw, 3.4rem);
	}

	.fmx-free-mlo-hero__copy > p {
		font-size: 1rem;
		line-height: 1.55;
	}

	.fmx-free-mlo-proof,
	.fmx-free-mlo-grid {
		grid-template-columns: 1fr;
	}

	.fmx-free-mlo-proof {
		margin-top: 24px;
	}

	.fmx-free-mlo-proof li:not(:first-child),
	.fmx-free-mlo-hero__guide {
		display: none;
	}

	.fmx-free-mlo-search > div {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.fmx-free-mlo-search input,
	.fmx-free-mlo-search button {
		border: 1px solid #c9d1de;
		border-radius: 12px;
	}

	.fmx-free-mlo-search button {
		border-color: var(--fmx-mlo-blue);
	}

	body.page-id-208104 .trp-floating-switcher {
		right: auto !important;
		bottom: 8px !important;
		left: 8px !important;
		max-width: 148px;
		transform: scale(.82);
		transform-origin: left bottom;
	}

	body.page-id-208104 iframe[title="chat notification"],
	body.page-id-208104 .tawk-attention-grabber {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fmx-free-mlo-card > a,
	.fmx-free-mlo-card__image {
		transition: none;
	}
}
