.bjhp-hero__slide--builder {
	background: #0d382d;
	color: #ffffff;
}

.bjhp-hero__slide--builder::before {
	width: 42%;
	background: #f3ca19;
	clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%);
}

.bjhp-hero__slide--builder::after {
	width: 50%;
	height: 12px;
	background: #b54135;
}

.bjcb-home-slide,
.bjcb-home-slide * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.bjcb-home-slide {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
	align-items: center;
	height: 100%;
}

.bjcb-home-slide__copy {
	position: relative;
	z-index: 5;
	padding: 40px 0 44px;
}

.bjcb-home-slide__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 17px;
	color: #f3ca19;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.bjcb-home-slide__eyebrow svg,
.bjcb-home-slide__action svg,
.bjcb-home-slide__verified svg,
.bjcb-home-slide__choice i svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
}

.bjcb-home-slide h2 {
	max-width: 610px;
	margin: 0 0 19px;
	color: #ffffff;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.02;
}

.bjcb-home-slide__copy > p {
	max-width: 565px;
	margin: 0 0 23px;
	color: #d5ded9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.48;
}

.bjcb-home-slide__offer {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	width: min(100%, 540px);
	gap: 2px 13px;
	margin-bottom: 25px;
	padding-left: 14px;
	border-left: 5px solid #f3ca19;
}

.bjcb-home-slide__offer strong {
	grid-row: 1 / 3;
	color: #f3ca19;
	font-size: 30px;
	font-weight: 950;
	line-height: 1;
}

.bjcb-home-slide__offer span {
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.bjcb-home-slide__offer small {
	color: #bfcfc7;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

.bjcb-home-slide__action {
	min-width: 206px;
}

.bjcb-home-slide__visual {
	position: relative;
	height: 100%;
	min-height: 0;
	pointer-events: none;
}

.bjcb-home-slide__set {
	position: absolute;
	z-index: 1;
	right: -145px;
	bottom: -68px;
	display: block;
	width: 750px;
	max-width: none;
	height: auto;
	filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.3));
}

.bjcb-home-slide__choices {
	position: absolute;
	z-index: 3;
	top: 38px;
	right: -2px;
	display: flex;
	gap: 8px;
}

.bjcb-home-slide__choice {
	position: relative;
	display: grid;
	grid-template-rows: 70px auto;
	align-items: end;
	justify-items: center;
	width: 76px;
	height: 102px;
	padding: 7px 6px 6px;
	border: 2px solid #222222;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 13px 24px rgba(0, 0, 0, 0.2);
	color: #171717;
}

.bjcb-home-slide__choice.is-selected {
	border-color: #171717;
	background: #f3ca19;
}

.bjcb-home-slide__choice img {
	display: block;
	width: auto;
	max-width: 54px;
	height: 68px;
	object-fit: contain;
	object-position: center bottom;
}

.bjcb-home-slide__choice b {
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

.bjcb-home-slide__choice i {
	position: absolute;
	top: -8px;
	right: -8px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #147a54;
	color: #ffffff;
}

.bjcb-home-slide__choice i svg {
	width: 13px;
	height: 13px;
}

.bjcb-home-slide__verified {
	position: absolute;
	z-index: 4;
	left: 68px;
	bottom: 55px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 6px;
	background: #171717;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
	color: #f3ca19;
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.bjcb-home-slide__verified svg {
	width: 17px;
	height: 17px;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder .bjcb-home-slide__copy,
.bjhp.is-enhanced .bjhp-hero__slide--builder .bjcb-home-slide__set,
.bjhp.is-enhanced .bjhp-hero__slide--builder .bjcb-home-slide__choice,
.bjhp.is-enhanced .bjhp-hero__slide--builder .bjcb-home-slide__verified {
	opacity: 0;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__copy {
	animation: bjcb-home-copy-in 520ms ease 70ms both;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__set {
	animation: bjcb-home-set-in 760ms cubic-bezier(0.22, 1, 0.36, 1) 110ms both;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__choice {
	animation: bjcb-home-choice-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__choice:nth-child(1) {
	animation-delay: 330ms;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__choice:nth-child(2) {
	animation-delay: 410ms;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__choice:nth-child(3) {
	animation-delay: 490ms;
}

.bjhp.is-enhanced .bjhp-hero__slide--builder.is-active .bjcb-home-slide__verified {
	animation: bjcb-home-badge-in 480ms cubic-bezier(0.22, 1, 0.36, 1) 650ms both;
}

@keyframes bjcb-home-copy-in {
	from { opacity: 0; transform: translateX(-16px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes bjcb-home-set-in {
	from { opacity: 0; transform: translate3d(38px, 18px, 0) scale(0.95); }
	to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes bjcb-home-choice-in {
	from { opacity: 0; transform: translateY(-15px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes bjcb-home-badge-in {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
	.bjcb-home-slide {
		grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
	}

	.bjcb-home-slide h2 {
		font-size: 48px;
	}

	.bjcb-home-slide__set {
		right: -170px;
		width: 700px;
	}

	.bjcb-home-slide__choices {
		right: 0;
	}
}

@media (max-width: 820px) {
	.bjhp-hero__slide--builder::before {
		width: 70%;
		height: 43%;
	}

	.bjcb-home-slide {
		display: block;
	}

	.bjcb-home-slide__copy {
		width: 100%;
		padding: 32px 0 260px;
	}

	.bjcb-home-slide h2 {
		max-width: 610px;
		font-size: 42px;
	}

	.bjcb-home-slide__copy > p {
		max-width: 570px;
		font-size: 16px;
	}

	.bjcb-home-slide__visual {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 285px;
	}

	.bjcb-home-slide__set {
		right: -72px;
		bottom: -82px;
		width: 560px;
	}

	.bjcb-home-slide__choices {
		top: 5px;
		right: 2px;
	}

	.bjcb-home-slide__verified {
		left: 5%;
		bottom: 31px;
	}
}

@media (max-width: 560px) {
	.bjcb-home-slide__copy {
		padding: 22px 0 225px;
	}

	.bjcb-home-slide__eyebrow {
		margin-bottom: 10px;
		font-size: 11px;
	}

	.bjcb-home-slide h2 {
		margin-bottom: 12px;
		font-size: 34px;
	}

	.bjcb-home-slide__copy > p {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.4;
	}

	.bjcb-home-slide__offer {
		width: 100%;
		gap: 2px 9px;
		margin-bottom: 15px;
		padding-left: 10px;
		border-left-width: 4px;
	}

	.bjcb-home-slide__offer strong {
		font-size: 23px;
	}

	.bjcb-home-slide__offer span {
		font-size: 10px;
	}

	.bjcb-home-slide__offer small {
		font-size: 9px;
	}

	.bjcb-home-slide__action {
		min-width: 0;
	}

	.bjcb-home-slide__visual {
		height: 220px;
	}

	.bjcb-home-slide__set {
		right: -92px;
		bottom: -35px;
		width: 420px;
	}

	.bjcb-home-slide__choices {
		top: 0;
		right: auto;
		left: 0;
		gap: 5px;
	}

	.bjcb-home-slide__choice {
		grid-template-rows: 49px auto;
		width: 55px;
		height: 72px;
		padding: 4px;
		border-width: 1px;
	}

	.bjcb-home-slide__choice img {
		max-width: 40px;
		height: 48px;
	}

	.bjcb-home-slide__choice b {
		font-size: 7px;
	}

	.bjcb-home-slide__choice i {
		top: -6px;
		right: -6px;
		width: 19px;
		height: 19px;
	}

	.bjcb-home-slide__verified {
		left: 0;
		bottom: 15px;
		min-height: 34px;
		padding: 7px 9px;
		font-size: 8px;
	}
}

@media (max-width: 360px) {
	.bjcb-home-slide h2 {
		font-size: 31px;
	}

	.bjcb-home-slide__offer small {
		display: none;
	}

	.bjcb-home-slide__set {
		right: -110px;
		width: 405px;
	}

	.bjcb-home-slide__verified {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bjcb-home-slide *,
	.bjcb-home-slide *::before,
	.bjcb-home-slide *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
