.bpp-banner,
.bpp-modal,
.bpp-webform {
	box-sizing: border-box;
}

.bpp-banner *,
.bpp-modal *,
.bpp-webform * {
	box-sizing: inherit;
}

.bpp-banner {
	position: fixed;
	left: 18px;
	bottom: 18px;
	z-index: 9998;
	width: min(378px, calc(100vw - 36px));
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.bpp-banner__inner {
	position: relative;
	padding: 26px 44px 20px 20px;
}

.bpp-banner__close,
.bpp-modal__close {
	border: 0;
	background: transparent;
	color: #2a2a2a;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 0;
}

.bpp-banner__close {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 24px;
	font-weight: 400;
}

.bpp-banner__copy,
.bpp-modal__content p,
.bpp-modal__notes,
.bpp-webform p,
.bpp-webform label,
.bpp-webform input,
.bpp-webform textarea,
.bpp-button,
.bpp-choices-trigger {
	font-family: inherit!important;
}

.bpp-banner__copy {
	margin: 0;
	color: #111111;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.bpp-banner__link {
	display: inline;
	border: 0;
	background: transparent;
	padding: 0;
	color: #0859c6;
	cursor: pointer;
	font: inherit;
	text-decoration: underline;
}

.bpp-banner__link:focus-visible,
.bpp-button:focus-visible,
.bpp-choices-trigger:focus-visible,
.bpp-modal__close:focus-visible,
.bpp-banner__close:focus-visible,
.bpp-pill-option input:focus-visible + span,
.bpp-toggle input:focus-visible + .bpp-toggle__slider,
.bpp-webform a:focus-visible,
.bpp-modal a:focus-visible {
	outline: 3px solid #0b57d0;
	outline-offset: 3px;
}

.bpp-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.bpp-modal.is-open {
	display: block;
}

.bpp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
}

.bpp-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(580px, calc(100vw - 32px));
	height: min(86vh, 792px);
	margin: 40px auto 16px;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.bpp-modal__header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

.bpp-modal__brand-strip {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.bpp-modal__brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 56px;
	border-right: 1px solid #e4e4e4;
	background: #2d3443;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.bpp-modal__brand-segment {
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding: 0 14px;
	border-right: 1px solid #e4e4e4;
	color: #111111;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bpp-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 10px 10px 10px 0;
	border: 1px solid #8e8e8e;
	border-radius: 0;
	font-size: 18px;
}

.bpp-modal__content {
	padding: 18px 30px 28px;
	overflow-y: auto;
	flex: 1 1 auto;
}

.bpp-modal__title,
.bpp-webform__title {
	margin: 0 0 18px;
	color: #111111;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.08;
}

.bpp-modal__content p,
.bpp-webform p {
	margin: 0 0 16px;
	color: #111111;
	font-size: 15px;
	line-height: 1.42;
}

.bpp-modal__gpc-note {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 4px 8px;
	border-radius: 2px;
	background: #f0f0f0;
	color: #2c2c2c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.bpp-modal__step {
	margin-top: 28px;
}

.bpp-modal__step-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 16px;
}

.bpp-modal__step-copy {
	margin-bottom: 0;
}

.bpp-toggle-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 24px;
}

.bpp-toggle-row__label {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
}

.bpp-toggle {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 56px;
	height: 32px;
}

.bpp-toggle input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.bpp-toggle__slider {
	position: absolute;
	inset: 0;
	background: #6f6f6f;
	border-radius: 999px;
	transition: background-color 0.2s ease;
}

.bpp-toggle__slider::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 26px;
	height: 26px;
	background: #ffffff;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.bpp-toggle input:checked + .bpp-toggle__slider {
	background: #4d9a57;
}

.bpp-toggle input:checked + .bpp-toggle__slider::before {
	transform: translateX(24px);
}

.bpp-modal__notes {
	margin: 0;
	padding-left: 22px;
}

.bpp-modal__notes li {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.bpp-modal__footer-copy a,
.bpp-webform a {
	color: #0859c6;
}

.bpp-modal__actions,
.bpp-webform__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.bpp-modal__actions {
	position: sticky;
	bottom: -28px;
	margin: 24px -30px -28px;
	padding: 18px 22px;
	border-top: 1px solid #e0e0e0;
	background: #ffffff;
}

.bpp-button,
.bpp-choices-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid #2a2a2a;
	border-radius: 2px;
	background: #2a2a2a;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	padding: 10px 18px;
	text-transform: none;
	text-decoration: none;
}

.bpp-button[disabled],
.bpp-button[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.55;
}

.bpp-choices-trigger {
	border-color: #111111;
	background: transparent;
	color: #111111;
}

.bpp-footer-link-wrap {
	margin: 8px 0 0;
	padding: 0 16px 16px;
	text-align: left;
}

.bpp-footer-link {
	display: inline;
	border: 0;
	background: transparent;
	padding: 0;
	color: #111111;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: underline;
}

.bpp-footer-link:focus-visible {
	outline: 3px solid #0b57d0;
	outline-offset: 3px;
}

.bpp-webform {
	max-width: 1100px;
	margin: 48px auto 0;
	padding: 0 0 48px;
	color: #ffffff;
}

.bpp-webform__inner {
	margin: 0 auto;
	padding: 0 16px;
}

.bpp-webform__layout {
	display: grid;
	gap: 36px;
}

.bpp-webform__content {
	display: grid;
	gap: 0;
	max-width: 720px;
}

.bpp-webform,
.bpp-webform label,
.bpp-webform input,
.bpp-webform select,
.bpp-webform textarea,
.bpp-webform p,
.bpp-webform span,
.bpp-webform div {
	font-family: inherit;
}

.bpp-webform a {
	color: #ffffff;
	text-decoration: underline;
}

.bpp-webform__brand {
	margin-bottom: 8px;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.05;
}

.bpp-webform__title {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.34) !important;
	font-size: clamp(28px, 3vw, 52px);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.bpp-webform p,
.bpp-webform #brand-privacy-webform p,
.bpp-webform__inner > p {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 16px;
	line-height: 1.6;
}

.bpp-webform__content > p {
	max-width: 720px;
	margin-bottom: 20px;
}

.bpp-webform__form {
	display: grid;
	gap: 40px;
}

.bpp-webform__inputs,
.bpp-webform__col {
	display: grid;
	gap: 10px;
}

.bpp-webform__group {
	margin-bottom: 8px;
}

.bpp-webform__label {
	display: block;
	margin-bottom: 2px;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.bpp-webform__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bpp-pill-option {
	position: relative;
	display: inline-flex;
}

.bpp-pill-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.bpp-pill-option span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	min-width: 0;
	width: 100%;
	padding: 12px 22px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 2px;
	background: transparent;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.bpp-pill-option input:checked + span {
	border-color: #ffffff;
	background: #ffffff;
	color: #111111;
}

.bpp-webform__field {
	display: grid;
	gap: 2px;
}

.bpp-webform__field--span {
	grid-column: 1 / -1;
}

.bpp-webform input[type="text"],
.bpp-webform input[type="email"],
.bpp-webform select,
.bpp-webform textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ffffff;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	padding: 10px 4px;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.bpp-webform select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 8px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 28px;
}

.bpp-webform textarea {
	min-height: 140px;
	resize: vertical;
	margin-top: 4px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	padding: 12px 14px;
}

.bpp-webform input::placeholder,
.bpp-webform textarea::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.bpp-webform input:focus,
.bpp-webform select:focus,
.bpp-webform textarea:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.7);
}

.bpp-webform__recaptcha {
	display: grid;
	grid-template-columns: 32px 1fr auto;
	align-items: center;
	gap: 14px;
	max-width: 420px;
	margin: 8px 0 0;
	padding: 16px 18px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background: #ffffff;
}

.bpp-webform__recaptcha-box {
	width: 28px;
	height: 28px;
	border: 2px solid #6d6d6d;
	background: #ffffff;
}

.bpp-webform__recaptcha-text {
	font-size: 18px;
	line-height: 1.3;
}

.bpp-webform__recaptcha-badge {
	color: #666666;
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
}

.bpp-form-message {
	margin-top: 16px;
	font-size: 15px;
	font-weight: 700;
}

.bpp-form-message.is-success {
	color: #1f6f37;
}

.bpp-form-message.is-error {
	color: #b42318;
}

.bpp-webform__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.88) !important;
}

.bpp-webform__checkbox input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: #ffffff;
}

.bpp-webform__checkbox span {
	display: block;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 14px;
	line-height: 1.5;
}

.bpp-webform__actions {
	margin-top: 0;
}

.bpp-webform .bpp-button {
	min-width: 164px;
	height: 40px;
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding-inline: 28px;
	text-transform: uppercase;
}

.bpp-webform .bpp-button[disabled],
.bpp-webform .bpp-button[aria-disabled="true"] {
	border-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.4);
	background: transparent;
	opacity: 1;
}

body.bpp-modal-open {
	overflow: hidden;
}

@media (min-width: 768px) {
	.bpp-webform__col {
		grid-auto-flow: column;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}

@media (min-width: 991px) {
	.bpp-webform__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
		align-items: start;
		gap: 80px;
	}

	.bpp-webform__inputs {
		gap: 20px;
	}

	.bpp-webform__actions,
	.bpp-webform .bpp-button {
		justify-self: end;
	}
}

@media (max-width: 767px) {
	.bpp-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
		width: auto;
	}

	.bpp-banner__inner {
		padding: 20px 36px 18px 18px;
	}

	.bpp-banner__copy {
		font-size: 15px;
	}

	.bpp-modal__content {
		padding: 16px 18px 24px;
	}

	.bpp-modal__dialog {
		width: calc(100vw - 16px);
		height: min(88vh, 760px);
		margin-top: 8px;
	}

	.bpp-modal__brand-logo {
		width: 38px;
		height: 52px;
	}

	.bpp-modal__brand-segment {
		padding: 0 10px;
		font-size: 10px;
	}

	.bpp-modal__step-head,
	.bpp-toggle-row,
	.bpp-webform__options {
		grid-template-columns: 1fr;
	}

	.bpp-modal__actions {
		margin: 24px -18px -24px;
		padding: 14px 18px;
	}

	.bpp-webform__recaptcha {
		grid-template-columns: 32px 1fr;
		max-width: none;
		margin-left: 0;
	}

	.bpp-webform {
		margin-top: 24px;
		padding-bottom: 32px;
	}

	.bpp-webform__brand {
		font-size: 36px;
	}

	.bpp-webform__layout {
		gap: 28px;
	}

	.bpp-webform__actions,
	.bpp-webform .bpp-button {
		justify-self: stretch;
		width: 100%;
	}

	.bpp-webform__recaptcha-badge {
		grid-column: 2;
		text-align: left;
	}
}
