.bzip {
	--bzip-brand-navy: #003368;
	--bzip-brand-cyan: #1a9ed5;
	--bzip-brand-red: #de0524;
	--bzip-brand-lime: #94bd1f;
	--bzip-color-page: #f3f6f8;
	--bzip-color-surface: #fff;
	--bzip-color-ink: #0d2231;
	--bzip-color-muted: #5b6b76;
	--bzip-color-border: #d7e1e8;
	color: var(--bzip-color-ink);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0;
}

.bzip *,
.bzip *::before,
.bzip *::after {
	box-sizing: border-box;
}

.bzip button,
.bzip input,
.bzip select,
.bzip textarea {
	font: inherit;
}

.bzip [hidden] {
	display: none !important;
}

.bzip__shell {
	background: var(--bzip-color-page);
	border-top: 10px solid var(--bzip-brand-red);
	display: grid;
	grid-template-columns: minmax(380px, 470px) minmax(0, 1fr);
	min-height: clamp(760px, 64.3vw, 890px);
	overflow: hidden;
}

.bzip__brand-panel {
	background: var(--bzip-brand-navy);
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 48px 52px 58px;
	position: relative;
}

.bzip__brand-panel::after {
	background: linear-gradient(90deg, var(--bzip-brand-red) 0 32%, var(--bzip-brand-cyan) 32% 68%, var(--bzip-brand-lime) 68% 100%);
	bottom: 0;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	right: 0;
}

.bzip__brand-copy {
	max-width: 376px;
}

.bzip__badge {
	background: var(--bzip-brand-lime);
	color: var(--bzip-brand-navy);
	display: inline-block;
	font-size: clamp(19px, 1.86vw, 26px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1;
	margin-bottom: 34px;
	padding: 15px 13px;
	white-space: nowrap;
}

.bzip__title {
	color: #fff;
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: clamp(44px, 3.8vw, 53px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.095;
	margin: 0 0 28px;
}

.bzip__intro {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.bzip__benefits {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.bzip__benefits li {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.bzip__benefits li span {
	display: inline-block;
	margin-right: 6px;
}

.bzip__calculator-card {
	background: var(--bzip-color-page);
	display: flex;
	flex-direction: column;
	padding: 44px clamp(44px, 5vw, 70px) 48px;
}

.bzip__calculator-heading {
	margin-bottom: 22px;
}

.bzip__eyebrow,
.bzip__modal-kicker {
	color: var(--bzip-brand-cyan);
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
}

.bzip__calculator-heading h2 {
	color: var(--bzip-color-ink);
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: clamp(40px, 3.96vw, 55px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.14;
	margin: 0;
}

.bzip__calculator-heading h2 span {
	display: block;
}

.bzip__calculator-heading p {
	color: var(--bzip-color-muted);
	font-size: 16px;
	line-height: 1.45;
	margin: 16px 0 0;
}

.bzip--compact-heading .bzip__calculator-heading h2,
.bzip--has-result .bzip__calculator-heading h2 {
	font-size: clamp(31px, 2.55vw, 35px);
	line-height: 1.15;
}

.bzip__postcode-form {
	margin: 0;
}

.bzip__postcode-form > label,
.bzip__field-grid label > span,
.bzip__message-field > span,
.bzip__email-field > span {
	color: var(--bzip-color-ink);
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 8px;
}

.bzip__input-row {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 500px) minmax(220px, 266px);
}

.bzip__input-wrap {
	position: relative;
}

.bzip__input-icon {
	color: var(--bzip-brand-cyan);
	font-size: 20px;
	left: 17px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.bzip input[type="text"],
.bzip input[type="tel"],
.bzip input[type="email"],
.bzip select,
.bzip textarea {
	background: #fff;
	border: 1px solid var(--bzip-color-border);
	border-radius: 0;
	color: var(--bzip-color-ink);
	outline: none;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.bzip__input-wrap input {
	font-size: 18px;
	height: 58px;
	padding: 0 18px 0 57px;
}

.bzip input::placeholder,
.bzip textarea::placeholder {
	color: var(--bzip-color-muted);
	opacity: 1;
}

.bzip input:focus,
.bzip select:focus,
.bzip textarea:focus {
	border-color: var(--bzip-brand-cyan);
	box-shadow: 0 0 0 3px rgba(26, 158, 213, 0.13);
}

.bzip input[aria-invalid="true"] {
	border: 2px solid var(--bzip-brand-red);
	box-shadow: none;
	color: var(--bzip-brand-red);
}

.bzip__button {
	align-items: center;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.15;
	min-height: 58px;
	padding: 0 24px;
	text-decoration: none;
	transition: background-color 150ms ease, transform 150ms ease;
}

.bzip__button:hover {
	transform: translateY(-1px);
}

.bzip__button:focus-visible,
.bzip__close:focus-visible {
	box-shadow: 0 0 0 4px rgba(26, 158, 213, 0.25);
	outline: 2px solid var(--bzip-brand-navy);
	outline-offset: 2px;
}

.bzip__button[disabled] {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.bzip__button--primary {
	background: var(--bzip-brand-red);
	color: #fff;
}

.bzip__button--primary:hover {
	background: #c7001e;
	color: #fff;
}

.bzip__button--whatsapp {
	background: var(--bzip-brand-lime);
	color: var(--bzip-brand-navy);
}

.bzip__button--whatsapp:hover {
	background: #84aa17;
	color: var(--bzip-brand-navy);
}

.bzip__button--secondary {
	background: var(--bzip-brand-navy);
	color: #fff;
}

.bzip__button--secondary:hover {
	background: #00284f;
	color: #fff;
}

.bzip__button--wide {
	justify-content: center;
	position: relative;
	width: 100%;
}

.bzip__button--wide > span:last-child {
	position: absolute;
	right: 24px;
}

.bzip__button small,
.bzip__button strong {
	display: block;
}

.bzip__button small {
	font-size: 11px;
	margin-top: 2px;
}

.bzip__field-hint {
	color: var(--bzip-color-muted);
	font-size: 12px;
	line-height: 1.3;
	margin: 8px 0 0;
}

.bzip__field-hint.is-error {
	color: var(--bzip-brand-red);
}

.bzip__loading {
	align-items: center;
	color: var(--bzip-brand-navy);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	margin-top: 12px;
}

.bzip__spinner {
	animation: bzip-spin 0.75s linear infinite;
	border: 3px solid rgba(26, 158, 213, 0.2);
	border-radius: 50%;
	border-top-color: var(--bzip-brand-cyan);
	height: 20px;
	width: 20px;
}

@keyframes bzip-spin {
	to { transform: rotate(360deg); }
}

.bzip__result {
	animation: bzip-reveal 180ms ease both;
	background: #fff;
	border: 1px solid var(--bzip-color-border);
	margin-top: 22px;
	min-height: 245px;
	overflow: hidden;
	padding: 27px 27px 25px 34px;
	position: relative;
}

.bzip__result::before {
	background: var(--bzip-brand-cyan);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 7px;
}

.bzip__result[data-status="free"]::before {
	background: var(--bzip-brand-lime);
}

.bzip__result[data-status="quote"]::before,
.bzip__result--error::before {
	background: var(--bzip-brand-red);
}

@keyframes bzip-reveal {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

.bzip__result-status {
	background: var(--bzip-brand-cyan);
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 14px;
	max-width: 170px;
	padding: 9px 10px;
}

.bzip__result[data-status="free"] .bzip__result-status {
	background: var(--bzip-brand-lime);
	color: var(--bzip-brand-navy);
}

.bzip__result[data-status="quote"] .bzip__result-status,
.bzip__result--error .bzip__result-status {
	background: var(--bzip-brand-red);
	color: #fff;
}

.bzip__result h3 {
	color: var(--bzip-color-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
}

.bzip__result-price,
.bzip__placeholder-price {
	color: var(--bzip-brand-cyan);
	display: block;
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.bzip__result[data-status="free"] .bzip__result-price {
	color: var(--bzip-brand-lime);
}

.bzip__result[data-status="quote"] .bzip__result-price,
.bzip__result--error .bzip__placeholder-price {
	color: var(--bzip-brand-red);
	font-size: 34px;
}

.bzip__result-meta {
	color: var(--bzip-color-muted);
	font-size: 14px;
	line-height: 1.35;
	margin: 12px 0 0;
}

.bzip__result--error .bzip__result-meta {
	color: var(--bzip-brand-red);
}

.bzip__result-actions {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
}

.bzip__result-actions .bzip__button {
	font-size: 14px;
	min-height: 50px;
	width: 100%;
}

.bzip__claim {
	color: var(--bzip-brand-navy);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	margin: 30px 0 0;
}

.bzip__disclaimer {
	color: var(--bzip-color-muted);
	font-size: 11px;
	line-height: 1.55;
	margin: 20px 0 0;
	max-width: 650px;
}

.bzip__notice {
	background: #f3f6f8;
	border-left: 5px solid var(--bzip-color-border);
	color: var(--bzip-brand-navy);
	font-size: 13px;
	font-weight: 700;
	padding: 13px 15px;
}

.bzip__notice--error {
	border-color: var(--bzip-brand-red);
	color: var(--bzip-brand-red);
}

.bzip__sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bzip__honeypot {
	height: 0;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

html.bzip-modal-open {
	overflow: hidden;
}

.bzip__modal,
.bzip__offer-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 28px;
	position: fixed;
	z-index: 999999;
}

.bzip__modal-backdrop {
	background: rgba(0, 51, 104, 0.92);
	border: 0;
	cursor: default;
	inset: 0;
	padding: 0;
	position: absolute;
}

.bzip__modal-dialog,
.bzip__offer,
.bzip__offer-success {
	background: #fff;
	border: 1px solid var(--bzip-color-border);
	box-shadow: none;
	max-height: calc(100vh - 56px);
	overflow-y: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.bzip__modal-dialog::before,
.bzip__offer::before,
.bzip__offer-success::before {
	background: var(--bzip-brand-red);
	content: "";
	height: 10px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.bzip__modal-dialog--email {
	max-width: 880px;
	padding: 55px 55px 24px;
}

.bzip__close {
	align-items: center;
	background: var(--bzip-color-page);
	border: 0;
	border-radius: 0;
	color: var(--bzip-brand-navy);
	cursor: pointer;
	display: flex;
	font-size: 25px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	width: 48px;
}

.bzip__modal-close {
	position: absolute;
	right: 28px;
	top: 27px;
}

.bzip__modal-dialog h3,
.bzip__offer h3,
.bzip__offer-success h3 {
	color: var(--bzip-color-ink);
	font-family: Outfit, Inter, Arial, sans-serif;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0;
}

.bzip__modal-intro,
.bzip__offer-head p {
	color: var(--bzip-color-muted);
	font-size: 16px;
	line-height: 1.5;
	margin: 22px 0 0;
}

.bzip__email-form {
	display: grid;
	gap: 24px;
	margin-top: 64px;
}

.bzip__email-field input {
	font-size: 18px;
	height: 62px;
	padding: 0 19px;
}

.bzip__privacy {
	align-items: flex-start;
	color: var(--bzip-color-muted);
	display: grid;
	font-size: 15px;
	gap: 18px;
	grid-template-columns: 30px minmax(0, 1fr);
	line-height: 1.55;
	margin: 4px 0 0;
}

.bzip__privacy input {
	accent-color: var(--bzip-brand-cyan);
	height: 30px;
	margin: 0;
	width: 30px;
}

.bzip__privacy a {
	color: inherit;
}

.bzip__storage-note {
	background: var(--bzip-color-page);
	border-left: 5px solid var(--bzip-color-border);
	color: var(--bzip-brand-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	padding: 18px 13px;
}

.bzip__modal-footnote {
	color: var(--bzip-color-muted);
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
}

.bzip__offer {
	max-width: 1140px;
	padding: 42px 46px 37px;
}

.bzip__offer-head {
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 38px;
}

.bzip__offer-head h3 {
	color: var(--bzip-brand-navy);
	font-size: 38px;
}

.bzip__offer-head p {
	font-size: 14px;
	margin-top: 4px;
}

.bzip__offer-head .bzip__modal-kicker {
	font-size: 13px;
	margin-bottom: 10px;
}

.bzip__field-grid {
	display: grid;
	gap: 22px 56px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bzip__field-grid label {
	display: block;
}

.bzip__field-grid input,
.bzip__field-grid select {
	font-size: 16px;
	height: 54px;
	padding: 0 15px;
}

.bzip__field-grid small {
	color: var(--bzip-color-muted);
	display: block;
	font-size: 11px;
	margin-top: 6px;
}

.bzip__message-field {
	display: block;
	margin-top: 27px;
}

.bzip textarea {
	font-size: 15px;
	line-height: 1.45;
	min-height: 128px;
	padding: 15px;
	resize: vertical;
}

.bzip__offer .bzip__privacy {
	font-size: 14px;
	grid-template-columns: 28px minmax(0, 1fr);
	margin: 25px 0 20px;
}

.bzip__offer .bzip__privacy input {
	height: 28px;
	width: 28px;
}

.bzip__offer-actions {
	display: grid;
	gap: 20px;
	grid-template-columns: 1.65fr 1fr;
}

.bzip__offer-actions .bzip__button {
	min-height: 64px;
}

.bzip__offer > .bzip__storage-note {
	margin-top: 20px;
	padding: 14px 13px;
}

.bzip__offer-success {
	max-width: 800px;
	padding: 63px 55px 30px;
}

.bzip__offer-success::before {
	background: var(--bzip-brand-lime);
}

.bzip__success-mark {
	align-items: center;
	background: var(--bzip-brand-lime);
	color: var(--bzip-brand-navy);
	display: flex;
	font-size: 42px;
	font-weight: 800;
	height: 72px;
	justify-content: center;
	margin-bottom: 26px;
	width: 72px;
}

.bzip__modal-kicker--success {
	color: var(--bzip-brand-lime);
	margin-bottom: 12px;
}

.bzip__offer-success h3 {
	color: var(--bzip-brand-navy);
	font-size: 39px;
}

.bzip__request-summary {
	background: var(--bzip-color-page);
	border: 1px solid var(--bzip-color-border);
	border-left: 6px solid var(--bzip-color-border);
	display: grid;
	font-size: 14px;
	gap: 7px;
	margin-top: 58px;
	padding: 16px 14px;
}

.bzip__request-summary strong {
	color: var(--bzip-brand-navy);
}

.bzip__request-summary span {
	color: var(--bzip-color-muted);
	font-size: 13px;
}

.bzip__success-actions {
	display: grid;
	gap: 20px;
	grid-template-columns: 1.5fr 1fr;
	margin-top: 35px;
}

.bzip__success-actions .bzip__button {
	min-height: 64px;
}

.bzip__offer-success > .bzip__modal-footnote {
	margin-top: 24px;
}

@media (max-width: 1050px) {
	.bzip {
		margin: 32px auto;
		padding: 0 16px;
	}

	.bzip__shell {
		grid-template-columns: minmax(320px, 38%) minmax(0, 62%);
	}

	.bzip__brand-panel {
		padding-left: 38px;
		padding-right: 38px;
	}

	.bzip__calculator-card {
		padding-left: 38px;
		padding-right: 38px;
	}

	.bzip__input-row {
		gap: 14px;
		grid-template-columns: minmax(0, 1fr) 220px;
	}
}

@media (max-width: 760px) {
	.bzip {
		margin: 0 auto;
		max-width: 430px;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.bzip__shell {
		border-top-width: 8px;
		display: block;
		min-height: 0;
		min-width: 0;
	}

	.bzip__brand-panel {
		justify-content: flex-start;
		min-height: 300px;
		min-width: 0;
		padding: 28px 24px 30px;
	}

	.bzip__brand-panel::after {
		display: none;
	}

	.bzip__badge {
		font-size: 19px;
		margin-bottom: 24px;
		padding: 10px 5px;
	}

	.bzip__title {
		font-size: 38px;
		line-height: 1.1;
		margin-bottom: 0;
	}

	.bzip__intro {
		display: none;
	}

	.bzip__benefits {
		display: flex;
		gap: 12px;
		margin-top: 46px;
	}

	.bzip__benefits li {
		font-size: 13px;
		white-space: nowrap;
	}

	.bzip__benefits li:nth-child(2) {
		display: none;
	}

	.bzip__benefits li:nth-child(3) {
		font-size: 0;
	}

	.bzip__benefits li:nth-child(3)::after {
		content: "sofort klar";
		font-size: 13px;
	}

	.bzip__benefits li span {
		font-size: 13px;
		margin-right: 3px;
	}

	.bzip__calculator-card {
		min-height: 792px;
		min-width: 0;
		padding: 28px 24px 40px;
	}

	.bzip__calculator-heading {
		margin-bottom: 31px;
	}

	.bzip__eyebrow {
		font-size: 11px;
		margin-bottom: 12px;
	}

	.bzip__calculator-heading h2,
	.bzip--compact-heading .bzip__calculator-heading h2,
	.bzip--has-result .bzip__calculator-heading h2 {
		font-size: 30px;
		line-height: 1.13;
	}

	.bzip__desktop-heading-line {
		display: none !important;
	}

	.bzip__calculator-heading p {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 12px;
	}

	.bzip__input-row {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.bzip__input-wrap,
	.bzip__input-row .bzip__button {
		width: 100%;
	}

	.bzip__input-wrap input {
		height: 52px;
	}

	.bzip__input-row .bzip__button {
		min-height: 54px;
	}

	.bzip__field-hint {
		font-size: 11px;
		margin-top: 10px;
	}

	.bzip__result {
		margin-top: 26px;
		min-height: 222px;
		padding: 21px 19px 20px 19px;
	}

	.bzip__result::before {
		width: 6px;
	}

	.bzip__result-status {
		font-size: 9px;
		margin-bottom: 18px;
		padding: 8px 9px;
	}

	.bzip__result h3 {
		font-size: 19px;
		line-height: 1.3;
		max-width: 290px;
	}

	.bzip__result-price,
	.bzip__placeholder-price {
		font-size: 38px;
	}

	.bzip__result-meta {
		font-size: 12px;
		margin-top: 11px;
	}

	.bzip__result-actions {
		margin-top: 16px;
		grid-template-columns: 1fr;
	}

	.bzip__result-actions .bzip__button {
		width: 100%;
	}

	.bzip__claim {
		font-size: 15px;
		margin-top: 30px;
	}

	.bzip__disclaimer {
		font-size: 10px;
		margin-top: 25px;
	}

	.bzip__modal,
	.bzip__offer-modal {
		align-items: flex-start;
		padding: 8px;
	}

	.bzip__modal-dialog,
	.bzip__offer,
	.bzip__offer-success {
		max-height: calc(100vh - 16px);
	}

	.bzip__modal-dialog--email {
		min-height: 852px;
		padding: 36px 22px 26px;
	}

	.bzip__modal-close {
		right: 15px;
		top: 17px;
	}

	.bzip__close {
		height: 38px;
		width: 38px;
	}

	.bzip__modal-dialog h3,
	.bzip__offer h3,
	.bzip__offer-success h3 {
		font-size: 28px;
	}

	.bzip__modal-intro {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 25px;
		padding-right: 8px;
	}

	.bzip__email-form {
		gap: 26px;
		margin-top: 46px;
	}

	.bzip__privacy {
		font-size: 14px;
		gap: 14px;
		grid-template-columns: 26px minmax(0, 1fr);
	}

	.bzip__privacy input {
		height: 26px;
		width: 26px;
	}

	.bzip__storage-note {
		font-size: 12px;
		line-height: 1.45;
		padding: 14px 12px;
	}

	.bzip__offer {
		padding: 32px 16px 34px;
	}

	.bzip__offer-head {
		margin-bottom: 26px;
	}

	.bzip__offer-head h3 {
		font-size: 27px;
		max-width: 220px;
	}

	.bzip__offer-head p {
		font-size: 11px;
		line-height: 1.5;
		max-width: 260px;
		margin-top: 14px;
	}

	.bzip__offer-head .bzip__modal-kicker {
		font-size: 9px;
	}

	.bzip__field-grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.bzip__field-grid input,
	.bzip__field-grid select {
		height: 52px;
	}

	.bzip__message-field {
		margin-top: 22px;
	}

	.bzip textarea {
		min-height: 140px;
	}

	.bzip__offer .bzip__privacy {
		font-size: 12px;
		margin: 24px 0;
	}

	.bzip__offer-actions,
	.bzip__success-actions {
		grid-template-columns: 1fr;
	}

	.bzip__offer-actions .bzip__button,
	.bzip__success-actions .bzip__button {
		min-height: 58px;
		width: 100%;
	}

	.bzip__offer-success {
		padding: 56px 24px 30px;
	}

	.bzip__success-mark {
		height: 60px;
		width: 60px;
	}

	.bzip__request-summary {
		margin-top: 38px;
	}
}

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