.why-minga-banner--cols {
	gap: 30px;
}

.why-minga-banner--video {
	position: relative;
	width: 100%;
	max-width: 613px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 5px solid #ffffff;
	box-shadow: 2.4px 2.4px 36.4px rgba(0, 0, 0, 0.25);
	border-radius: 19px;
}

.why-minga-banner--video [class^="vidyard-div-"] {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

.why-minga-banner--video .vidyard-player-container,
.why-minga-banner--video .vidyard-lightbox-centering {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

.why-minga-banner--video img,
.why-minga-banner--video iframe,
.why-minga-banner--video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	display: block;
	border: 0;
}

.why-minga-banner--video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
	top: 0;
	left: 0;
	min-width: 0;
	min-height: 0;
}

/* Legacy 1:1 crop with scaled 16:9 framing (opt-in via block setting). */
.why-minga-banner--video.why-minga-banner--video_legacy-crop [class^="vidyard-div-"] {
	position: relative !important;
	inset: auto !important;
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 100% !important;
}

.why-minga-banner--video.why-minga-banner--video_legacy-crop .vidyard-player-container,
.why-minga-banner--video.why-minga-banner--video_legacy-crop .vidyard-lightbox-centering {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

/* Scale 16:9 Vidyard iframe/thumbnail to fill 1:1 frame: 16 ÷ 9 ≈ 1.7777 */
.why-minga-banner--video.why-minga-banner--video_legacy-crop img,
.why-minga-banner--video.why-minga-banner--video_legacy-crop iframe,
.why-minga-banner--video.why-minga-banner--video_legacy-crop video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: none;
	object-fit: initial;
	transform: scale(1.7777) !important;
	transform-origin: center center !important;
}

.why-minga-banner--content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.why-minga-banner--eyebrow {
	display: inline-block;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	padding: 8px 10px;
	line-height: 1em;
	width: fit-content;
}

.why-minga-banner--title {
	font-weight: 800;
	margin: 0;
	color: #003366;
	padding-top: 0;
}
@media screen and (min-width:1024px) {
	.why-minga-banner--content {
		padding-right: 75px;
	}
}

.why-minga-banner--description {
	color: #33485d;
}

.why-minga-banner--description p:last-child {
	margin-bottom: 0;
}

.why-minga-banner--links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.why-minga-banner--link_item + .why-minga-banner--link_item {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(51, 72, 93, 0.15);
}

.why-minga-banner--link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #003366;
	font-weight: 700;
}

.why-minga-banner--link_has-arrow {
	justify-content: space-between;
}

.why-minga-banner--link_content {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.why-minga-banner--link_arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.why-minga-banner--link_arrow path {
	stroke: var(--why-minga-link-arrow-color, #4ba0cb);
}

.why-minga-banner--link:hover {
	color: #4ba0cb;
}

.why-minga-banner--link:hover .why-minga-banner--link_arrow path {
	stroke: var(--why-minga-link-arrow-color, #4ba0cb);
}

.why-minga-banner--link_icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-minga-banner--link_icon img {
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}

.why-minga-banner--button {
	margin-top: 10px;
}



@media screen and (min-width: 768px) {
	.why-minga-banner--cols {
		gap: 40px;
	}

	.why-minga-banner .vc_column-inner {
		justify-content: center;
	}
}
