@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("/assets/components/heimprotect2/fonts/e4a98192-065f-4a90-9529-d1bd84433f37.woff2") format("woff2");
}

@font-face {
	font-family: "Schibsted Grotesk";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("/assets/components/heimprotect2/fonts/8494c9ed-e2bb-4e19-9364-9a68bd9de716.woff2") format("woff2");
}

:root {
	color-scheme: light;
}

:root[data-theme="dark"] {
	color-scheme: dark;
}

html {
	scroll-behavior: smooth;
}

body.hp-root {
	--hp-bg: #f4f1ea;
	--hp-bg-alt: #ece8de;
	--hp-bg-deep: #e7e2d7;
	--hp-surface: #fbfaf6;
	--hp-surface-strong: #fff;
	--hp-ink: #17181c;
	--hp-body: #55565d;
	--hp-muted: #83848b;
	--hp-line: rgba(0, 0, 0, .1);
	--hp-line-strong: rgba(0, 0, 0, .18);
	--hp-header: rgba(244, 241, 234, .86);
	--hp-accent: #cb3a34;
	--hp-accent-dark: #a62e29;
	--hp-accent-soft: rgba(203, 58, 52, .1);
	--hp-accent-line: rgba(203, 58, 52, .3);
	--hp-signal: #1f9d5b;
	--hp-shadow: 0 24px 60px rgba(20, 18, 14, .15);
	background: var(--hp-bg);
	color: var(--hp-ink);
	font-family: "Schibsted Grotesk", system-ui, sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

:root[data-theme="dark"] body.hp-root {
	--hp-bg: #111114;
	--hp-bg-alt: #17181c;
	--hp-bg-deep: #0d0d10;
	--hp-surface: #1b1c21;
	--hp-surface-strong: #202128;
	--hp-ink: #f5f2ec;
	--hp-body: #aeafb6;
	--hp-muted: #8b8b92;
	--hp-line: rgba(255, 255, 255, .09);
	--hp-line-strong: rgba(255, 255, 255, .17);
	--hp-header: rgba(17, 17, 20, .82);
	--hp-accent: #e24a43;
	--hp-accent-dark: #b23830;
	--hp-accent-soft: rgba(226, 74, 67, .14);
	--hp-accent-line: rgba(226, 74, 67, .34);
	--hp-signal: #33c97b;
	--hp-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

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

.hp-root ::selection {
	background: var(--hp-accent);
	color: #fff;
}

.hp-root img,
.hp-root video {
	display: block;
	max-width: 100%;
}

.hp-root button,
.hp-root input,
.hp-root select,
.hp-root textarea {
	font: inherit;
}

.hp-root a,
.hp-root button {
	transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.hp-root a:focus-visible,
.hp-root button:focus-visible,
.hp-root input:focus-visible,
.hp-root select:focus-visible,
.hp-root textarea:focus-visible {
	outline: 3px solid var(--hp-accent-soft);
	outline-offset: 3px;
}

.hp-container {
	margin-inline: auto;
	max-width: 1220px;
	width: 100%;
}

.hp-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 11px;
	display: inline-flex;
	font-size: .96rem;
	font-weight: 650;
	justify-content: center;
	min-height: 48px;
	padding: 12px 23px;
	text-decoration: none;
}

.hp-button:hover {
	transform: translateY(-2px);
}

.hp-button--primary {
	background: linear-gradient(135deg, var(--hp-accent), var(--hp-accent-dark));
	color: #fff;
}

.hp-button--secondary {
	border-color: var(--hp-line-strong);
	color: var(--hp-ink);
}

.hp-root .hp-logo--dark {
	display: none;
}

:root[data-theme="dark"] .hp-root .hp-logo--light {
	display: none;
}

:root[data-theme="dark"] .hp-root .hp-logo--dark {
	display: block;
}

.hp-header {
	align-items: center;
	backdrop-filter: blur(14px);
	background: var(--hp-header);
	border-bottom: 1px solid var(--hp-line);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 16px 40px;
	position: sticky;
	top: 0;
	z-index: 150;
}

.hp-header__brand {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.hp-header__brand img {
	height: 34px;
	width: auto;
}

.hp-header__nav {
	align-items: center;
	display: flex;
	gap: 24px;
}

.hp-header__nav > a:not(.hp-button) {
	color: var(--hp-body);
	font-size: .94rem;
	text-decoration: none;
}

.hp-header__nav > a:hover {
	color: var(--hp-ink);
}

.hp-theme-toggle,
.hp-menu-toggle,
.hp-mobile-menu__close {
	background: var(--hp-surface);
	border: 1px solid var(--hp-line-strong);
	color: var(--hp-ink);
	cursor: pointer;
}

.hp-theme-toggle {
	border-radius: 999px;
	min-height: 38px;
	padding: 7px 12px;
}

.hp-menu-toggle {
	align-items: center;
	border-radius: 11px;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.hp-menu-toggle span,
.hp-menu-toggle span::before,
.hp-menu-toggle span::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 20px;
}

.hp-menu-toggle span {
	position: relative;
}

.hp-menu-toggle span::before {
	transform: translateY(-6px);
}

.hp-menu-toggle span::after {
	transform: translateY(6px);
}

.hp-mobile-menu {
	background: var(--hp-bg);
	display: none;
	flex-direction: column;
	inset: 0;
	overflow-y: auto;
	padding: 24px 22px 32px;
	position: fixed;
	z-index: 190;
}

.hp-mobile-menu.is-open {
	display: flex;
}

.hp-mobile-menu__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.hp-mobile-menu__head img {
	height: 32px;
	width: auto;
}

.hp-mobile-menu__close {
	background: transparent;
	border: 0;
	font-size: 2rem;
	height: 44px;
	width: 44px;
}

.hp-mobile-menu > a,
.hp-mobile-menu > button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--hp-line);
	color: var(--hp-ink);
	font-size: 1.2rem;
	font-weight: 650;
	padding: 15px 0;
	text-align: left;
	text-decoration: none;
}

.hp-mobile-menu > .hp-button {
	background: var(--hp-accent);
	border-radius: 12px;
	color: #fff;
	margin-top: 24px;
	text-align: center;
}

body.hp-menu-open {
	overflow: hidden;
}

.hp-footer {
	background: var(--hp-bg-deep);
	border-top: 1px solid var(--hp-line);
	padding: 64px 40px 40px;
}

.hp-footer__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	margin-bottom: 48px;
}

.hp-footer__brand img {
	height: 36px;
	width: auto;
}

.hp-footer__brand p {
	color: var(--hp-muted);
	font-size: .9rem;
	line-height: 1.6;
	max-width: 34ch;
}

.hp-footer__column {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.hp-footer__column strong {
	color: var(--hp-muted);
	font: 650 .7rem/1.3 "IBM Plex Mono", monospace;
	letter-spacing: .14em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.hp-footer a,
.hp-footer span {
	color: var(--hp-muted);
	font-size: .88rem;
}

.hp-footer a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.hp-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--hp-line);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-top: 26px;
}

.hp-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
}

.hp-reveal {
	opacity: 1;
	transform: none;
	transition: opacity .8s ease, transform .8s cubic-bezier(.16, .8, .24, 1);
}

.js .hp-reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(30px);
}

.js .hp-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.hp-delay-1 {
	transition-delay: .08s;
}

.hp-delay-2 {
	transition-delay: .16s;
}

@media (max-width: 1080px) {
	.hp-header__nav {
		gap: 15px;
	}

	.hp-header__nav > a:not(.hp-button) {
		font-size: .84rem;
	}
}

@media (max-width: 900px) {
	.hp-header__nav {
		display: none;
	}

	.hp-menu-toggle {
		display: inline-flex;
	}

	.hp-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.hp-header {
		padding: 14px 20px;
	}

	.hp-footer {
		padding: 52px 20px 30px;
	}

	.hp-footer__grid {
		grid-template-columns: 1fr;
	}

	.hp-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hp-root *,
	.hp-root *::before,
	.hp-root *::after {
		scroll-behavior: auto;
		transition-duration: .01ms;
	}

	.hp-reveal,
	.js .hp-reveal:not(.is-visible) {
		opacity: 1;
		transform: none;
	}
}
