.scout-image-stack,
.scout-image-stack * {
	box-sizing: border-box;
}

.scout-image-stack {
	color: #17202a;
}

.scout-image-stack__image {
	position: relative;
	min-height: 560px;
	display: flex;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.scout-image-stack__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6,23,42,.72), rgba(6,23,42,.18));
	opacity: .55;
}

.scout-image-stack__top-inner,
.scout-image-stack__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.scout-image-stack__top-inner {
	display: flex;
	width: 100%;
	max-width: 1180px;
	padding: 70px 0;
}

.scout-image-stack__image--left-top .scout-image-stack__top-inner {
	align-items: flex-start;
	justify-content: flex-start;
}

.scout-image-stack__image--left-center .scout-image-stack__top-inner {
	align-items: center;
	justify-content: flex-start;
}

.scout-image-stack__image--left-bottom .scout-image-stack__top-inner {
	align-items: flex-end;
	justify-content: flex-start;
}

.scout-image-stack__image--center .scout-image-stack__top-inner {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.scout-image-stack__image--right-center .scout-image-stack__top-inner {
	align-items: center;
	justify-content: flex-end;
}

.scout-image-stack__top-content {
	max-width: 620px;
}

.scout-image-stack__accent {
	width: 54px;
	height: 5px;
	margin-bottom: 22px;
	background: #f2c500;
}

.scout-image-stack__eyebrow {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.scout-image-stack__top-content h2 {
	margin: 0 0 20px;
	font-size: clamp(44px, 5vw, 70px);
	font-weight: 300;
	line-height: 1.02;
	letter-spacing: -.03em;
}

.scout-image-stack__top-content p {
	margin: 0;
	max-width: 600px;
	font-size: 18px;
	line-height: 1.5;
}

.scout-image-stack__large-stat {
	display: block;
	font-size: clamp(62px, 8vw, 108px);
	font-weight: 300;
	line-height: .95;
}

.scout-image-stack__large-stat-label {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: .08em;
}

.scout-image-stack__bottom {
	padding: 72px 0;
	background: #fff;
}

.scout-image-stack__feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scout-image-stack__feature-grid .scout-image-stack__feature {
	min-height: 120px;
	padding: 12px 34px 28px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.scout-image-stack__feature-grid .scout-image-stack__feature:nth-child(3n) {
	border-right: 0;
}

.scout-image-stack__feature strong {
	display: block;
	font-size: 14px;
	line-height: 1.25;
}

.scout-image-stack__feature p {
	margin: 7px 0 0;
	color: #626b74;
	font-size: 12px;
	line-height: 1.45;
}

.scout-image-stack__split {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
}

.scout-image-stack__split h3 {
	margin: 0;
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 300;
	line-height: 1.05;
}

.scout-image-stack__eyebrow--dark {
	color: #17202a;
}

.scout-image-stack__body {
	color: #56606a;
	font-size: 15px;
	line-height: 1.6;
}

.scout-image-stack__button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	padding: 13px 18px;
	background: #f2c500;
	color: #06172a;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.scout-image-stack__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scout-image-stack__stat {
	padding: 0 28px;
	text-align: center;
	border-right: 1px solid #d8d8d8;
}

.scout-image-stack__stat:last-child {
	border-right: 0;
}

.scout-image-stack__stat span,
.scout-image-stack__stat strong,
.scout-image-stack__stat small {
	display: block;
}

.scout-image-stack__stat span {
	color: #d18e00;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.scout-image-stack__stat strong {
	margin: 12px 0 8px;
	font-size: 48px;
	font-weight: 300;
}

.scout-image-stack__stat small {
	font-size: 12px;
}

/* Gray boxed strip shown in the screenshot */
.scout-image-stack__boxed-strip {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 36px;
	align-items: stretch;
	padding: 28px 34px;
	background: #f1efed;
}

.scout-image-stack__boxed-intro {
	padding-right: 28px;
	border-right: 1px solid #d6d3d0;
}

.scout-image-stack__boxed-intro h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.08;
}

.scout-image-stack__boxed-intro p {
	margin: 12px 0 0;
	color: #626b74;
	font-size: 12px;
	line-height: 1.5;
}

.scout-image-stack__boxed-intro a {
	display: inline-block;
	margin-top: 4px;
	color: #17202a;
	font-size: 12px;
	text-decoration: underline;
}

.scout-image-stack__boxed-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scout-image-stack__boxed-grid .scout-image-stack__feature {
	padding: 0 20px;
	border-right: 1px solid #d6d3d0;
}

.scout-image-stack__boxed-grid .scout-image-stack__feature:last-child {
	border-right: 0;
}

.scout-image-stack__boxed-grid .scout-image-stack__feature i {
	display: block;
	width: 18px;
	height: 2px;
	margin-bottom: 10px;
	background: #f2c500;
}

.scout-image-stack__boxed-grid .scout-image-stack__feature strong {
	font-size: 12px;
}

.scout-image-stack__boxed-grid .scout-image-stack__feature p {
	font-size: 10px;
}

.scout-image-stack__bottom-note {
	margin: 24px 0 0;
	text-align: center;
	color: #4f5862;
	font-size: 12px;
	letter-spacing: .02em;
}

@media (max-width: 900px) {
	.scout-image-stack__feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.scout-image-stack__feature-grid .scout-image-stack__feature:nth-child(3n) {
		border-right: 1px solid #d8d8d8;
	}

	.scout-image-stack__feature-grid .scout-image-stack__feature:nth-child(2n) {
		border-right: 0;
	}

	.scout-image-stack__boxed-strip {
		grid-template-columns: 1fr;
	}

	.scout-image-stack__boxed-intro {
		padding-right: 0;
		padding-bottom: 20px;
		border-right: 0;
		border-bottom: 1px solid #d6d3d0;
	}

	.scout-image-stack__boxed-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 0;
	}
}

@media (max-width: 767px) {
	.scout-image-stack__top-inner,
	.scout-image-stack__inner {
		width: calc(100% - 32px);
	}

	.scout-image-stack__image {
		min-height: 460px;
	}

	.scout-image-stack__feature-grid,
	.scout-image-stack__split,
	.scout-image-stack__stats,
	.scout-image-stack__boxed-grid {
		grid-template-columns: 1fr;
	}

	.scout-image-stack__feature-grid .scout-image-stack__feature,
	.scout-image-stack__boxed-grid .scout-image-stack__feature,
	.scout-image-stack__stat {
		padding: 18px 0;
		border-right: 0 !important;
		border-bottom: 1px solid #d8d8d8;
	}

	.scout-image-stack__stat:last-child,
	.scout-image-stack__boxed-grid .scout-image-stack__feature:last-child {
		border-bottom: 0;
	}
}


/* v2.1: allow the main bottom layout and gray boxed strip to display together */
.scout-image-stack__feature-grid + .scout-image-stack__boxed-strip,
.scout-image-stack__split + .scout-image-stack__boxed-strip,
.scout-image-stack__stats + .scout-image-stack__boxed-strip {
	margin-top: 42px;
}

.scout-image-stack__boxed-strip {
	margin-top: 42px;
}

.scout-image-stack__bottom-note {
	margin-top: 22px;
}


/* v2.3 spacing, parallax, and table alignment */
.scout-image-stack__image--parallax {
	background-attachment: fixed;
}

.scout-image-stack__feature-grid .scout-image-stack__feature {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	.scout-image-stack__image--parallax {
		background-attachment: scroll;
	}
}


/* v2.4 dedicated spacing for the yellow divider in Large Stat + Text */
.scout-image-stack__stat-divider {
	width: 60px;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 28px;
}


/* v2.5 — headings and expandable feature grid */
.scout-image-stack__feature-heading{
	margin-bottom:34px;
}

.scout-image-stack__feature-heading-line{
	display:block;
	width:54px;
	height:4px;
	margin-bottom:22px;
	background:#f2c500;
}

.scout-image-stack__feature-heading-text,
.scout-image-stack__expandable-title{
	color:#17202a;
	font-size:12px;
	font-weight:700;
	line-height:1.4;
	letter-spacing:.16em;
	text-transform:uppercase;
}

.scout-image-stack__expandable{
	margin-top:34px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

.scout-image-stack__expandable-toggle{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
	padding:24px 0;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	color:#17202a!important;
	text-align:left;
	box-shadow:none!important;
}

.scout-image-stack__expandable-toggle:hover,
.scout-image-stack__expandable-toggle:focus,
.scout-image-stack__expandable-toggle:active{
	background:transparent!important;
	color:#17202a!important;
}

.scout-image-stack__expandable-icon{
	position:relative;
	width:24px;
	height:24px;
	flex:0 0 24px;
}

.scout-image-stack__expandable-icon::before,
.scout-image-stack__expandable-icon::after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	background:currentColor;
	transform:translate(-50%,-50%);
	transition:transform .2s ease;
}

.scout-image-stack__expandable-icon::before{
	width:22px;
	height:1px;
}

.scout-image-stack__expandable-icon::after{
	width:1px;
	height:22px;
}

.scout-image-stack__expandable-toggle[aria-expanded="true"] .scout-image-stack__expandable-icon::after{
	transform:translate(-50%,-50%) rotate(90deg);
}

.scout-image-stack__expandable-panel{
	padding-bottom:34px;
}

.scout-image-stack__feature-grid--extra{
	border-top:1px solid #d8d8d8;
	padding-top:0;
}

@media(max-width:767px){
	.scout-image-stack__feature-heading{
		margin-bottom:24px;
	}

	.scout-image-stack__feature-heading-line{
		width:44px;
		margin-bottom:18px;
	}

	.scout-image-stack__expandable-toggle{
		padding:21px 0;
	}

	.scout-image-stack__expandable-panel{
		padding-bottom:22px;
	}
}


/* v2.5.1 — four-column feature grids */
.scout-image-stack__feature-grid,
.scout-image-stack__feature-grid--extra{
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

@media(max-width:1024px){
	.scout-image-stack__feature-grid,
	.scout-image-stack__feature-grid--extra{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
	}
}

@media(max-width:767px){
	.scout-image-stack__feature-grid,
	.scout-image-stack__feature-grid--extra{
		grid-template-columns:1fr !important;
	}
}


/* v2.7.0 — Marketplace Method layout */
.scout-image-stack__marketplace-layout{width:100%;background:#fff}
.scout-image-stack__marketplace-inner{width:100%;max-width:1500px;margin:0 auto}
.scout-image-stack__marketplace-hero{
	position:relative;padding:72px 34px 0;
	background-position:center;background-size:cover;background-repeat:no-repeat;
	color:#fff;overflow:hidden
}
.scout-image-stack__marketplace-overlay{
	position:absolute;inset:0;z-index:0;background:rgba(7,17,31,.67)
}
.scout-image-stack__marketplace-inner--hero{
	position:relative;z-index:1;
	display:flex;flex-direction:column;justify-content:space-between
}
.scout-image-stack__marketplace-top-header{max-width:920px;padding-bottom:60px}
.scout-image-stack__marketplace-top-eyebrow,
.scout-image-stack__marketplace-bottom-eyebrow{
	display:flex;align-items:center;gap:14px;
	font-size:11px;font-weight:700;line-height:1.4;letter-spacing:.18em;text-transform:uppercase
}
.scout-image-stack__marketplace-top-eyebrow{color:rgba(255,255,255,.68)}
.scout-image-stack__marketplace-top-eyebrow span,
.scout-image-stack__marketplace-bottom-eyebrow span{
	display:block;width:24px;height:2px;background:#e2b500
}
.scout-image-stack__marketplace-top-heading{
	max-width:930px;margin:20px 0 0;color:#fff;
	font-family:Georgia,"Times New Roman",serif;
	font-size:clamp(48px,4.7vw,76px);font-weight:400;line-height:1.05;letter-spacing:-.025em
}
.scout-image-stack__marketplace-steps{
	display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
	margin-top:auto;background:rgba(17,30,51,.88);
	backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)
}
.scout-image-stack__marketplace-step{
	min-height:158px;padding:28px 24px 30px;border-left:1px solid rgba(255,255,255,.14)
}
.scout-image-stack__marketplace-step:first-child{border-left:0}
.scout-image-stack__marketplace-step-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase
}
.scout-image-stack__marketplace-step-title{
	margin-top:10px;font-size:16px;font-weight:700;line-height:1.35
}
.scout-image-stack__marketplace-step-body{
	margin-top:12px;font-size:13px;line-height:1.55
}
.scout-image-stack__marketplace-bottom{
	padding:72px 34px 78px;background:#fff;color:#172131
}
.scout-image-stack__marketplace-bottom-header{max-width:1180px;margin-bottom:30px}
.scout-image-stack__marketplace-bottom-eyebrow{color:#7f8388}
.scout-image-stack__marketplace-bottom-heading{
	margin:18px 0 0;font-family:Georgia,"Times New Roman",serif;
	font-size:clamp(42px,4vw,66px);font-weight:400;line-height:1.08;letter-spacing:-.025em
}
.scout-image-stack__marketplace-bottom-body{
	max-width:1100px;margin-top:18px;color:#424a54;font-size:16px;line-height:1.65
}
.scout-image-stack__marketplace-benefits{
	display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
	border-top:1px solid #dededb;border-left:1px solid #dededb
}
.scout-image-stack__marketplace-benefit,
.scout-image-stack__marketplace-note{
	min-height:118px;padding:22px 22px 24px;
	border-right:1px solid #dededb;border-bottom:1px solid #dededb
}
.scout-image-stack__marketplace-benefit-title{
	display:flex;align-items:flex-start;gap:8px;color:#172131;font-weight:700;line-height:1.35
}
.scout-image-stack__marketplace-benefit-title span{color:#d5a000}
.scout-image-stack__marketplace-benefit-body{
	margin-top:9px;color:#59616a;font-size:13px;line-height:1.55
}
.scout-image-stack__marketplace-note{
	display:flex;align-items:center;color:#999b98;font-size:12px;font-style:italic;background:#faf9f7
}
@media(max-width:1024px){
	.scout-image-stack__marketplace-steps,
	.scout-image-stack__marketplace-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
	.scout-image-stack__marketplace-inner--hero{min-height:auto}
	.scout-image-stack__marketplace-steps{margin-top:72px}
}
@media(max-width:767px){
	.scout-image-stack__marketplace-hero{min-height:auto;padding:54px 22px 0}
	.scout-image-stack__marketplace-top-header{padding-bottom:0}
	.scout-image-stack__marketplace-top-heading{font-size:42px}
	.scout-image-stack__marketplace-steps{grid-template-columns:1fr;margin-top:48px}
	.scout-image-stack__marketplace-step{
		min-height:auto;padding:22px 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)
	}
	.scout-image-stack__marketplace-step:first-child{border-top:0}
	.scout-image-stack__marketplace-bottom{padding:58px 22px 64px}
	.scout-image-stack__marketplace-bottom-heading{font-size:40px}
	.scout-image-stack__marketplace-benefits{grid-template-columns:1fr;border-left:0}
	.scout-image-stack__marketplace-benefit,
	.scout-image-stack__marketplace-note{border-left:1px solid #dededb}
}


/* v2.7.2 — align Marketplace Method with the Scout image-stack design */
.scout-image-stack__marketplace-steps{
	background:transparent !important;
	backdrop-filter:none !important;
	-webkit-backdrop-filter:none !important;
}

.scout-image-stack__marketplace-step{
	position:relative;
	border-left:0 !important;
	background:transparent !important;
}

.scout-image-stack__marketplace-step + .scout-image-stack__marketplace-step::before{
	content:"";
	position:absolute;
	left:0;
	top:24px;
	bottom:24px;
	width:1px;
	background:rgba(255,255,255,.22);
}

.scout-image-stack__marketplace-bottom{
	padding-top:86px;
}

.scout-image-stack__marketplace-bottom-header{
	max-width:1180px;
	margin-bottom:42px;
}

.scout-image-stack__marketplace-bottom-eyebrow{
	margin-bottom:18px;
}

.scout-image-stack__marketplace-bottom-heading{
	max-width:980px;
}

.scout-image-stack__marketplace-bottom-body{
	max-width:1080px;
}

.scout-image-stack__marketplace-benefits{
	border-top:0;
	border-left:0;
}

.scout-image-stack__marketplace-benefit,
.scout-image-stack__marketplace-note{
	border-right:0;
	border-bottom:1px solid #dededb;
}

.scout-image-stack__marketplace-benefit{
	position:relative;
}

.scout-image-stack__marketplace-benefit:not(:nth-child(4n+1))::before,
.scout-image-stack__marketplace-note::before{
	content:"";
	position:absolute;
	left:0;
	top:20px;
	bottom:20px;
	width:1px;
	background:#dededb;
}

@media(max-width:1024px){
	.scout-image-stack__marketplace-benefit:not(:nth-child(4n+1))::before{
		display:none;
	}

	.scout-image-stack__marketplace-benefit:nth-child(even)::before,
	.scout-image-stack__marketplace-note::before{
		display:block;
		content:"";
		position:absolute;
		left:0;
		top:20px;
		bottom:20px;
		width:1px;
		background:#dededb;
	}
}

@media(max-width:767px){
	.scout-image-stack__marketplace-step + .scout-image-stack__marketplace-step::before{
		left:0;
		right:0;
		top:0;
		bottom:auto;
		width:auto;
		height:1px;
		background:rgba(255,255,255,.22);
	}

	.scout-image-stack__marketplace-benefit::before,
	.scout-image-stack__marketplace-note::before{
		display:none !important;
	}

	.scout-image-stack__marketplace-benefit,
	.scout-image-stack__marketplace-note{
		border-left:0;
	}
}


/* v2.7.3 — tighten hero spacing and remove benefit arrows */
.scout-image-stack__marketplace-inner--hero{
	justify-content:flex-start;
}

.scout-image-stack__marketplace-top-header{
	padding-bottom:20px;
}

.scout-image-stack__marketplace-steps{
	margin-top:54px;
}

.scout-image-stack__marketplace-benefit-title{
	display:block;
}

.scout-image-stack__marketplace-benefit-title > span{
	display:none !important;
}

@media(max-width:1024px){
	.scout-image-stack__marketplace-steps{
		margin-top:46px;
	}
}

@media(max-width:767px){
	.scout-image-stack__marketplace-steps{
		margin-top:34px;
	}
}


/* v2.7.4 — make Elementor height and step-color controls authoritative */
.scout-image-stack__marketplace-hero{
	min-height:650px;
}

.scout-image-stack__marketplace-inner--hero{
	min-height:578px;
}

.scout-image-stack__marketplace-step-label{
	color:rgba(255,255,255,.42);
}

.scout-image-stack__marketplace-step-title{
	color:#e2b500;
}

.scout-image-stack__marketplace-step-body{
	color:rgba(255,255,255,.68);
}

/* Elementor-generated inline selectors override these defaults. */
