:root {
	--blue: #315181;
	--blue-dark: #0f3458;
	--red: #9f1d24;
	--cream: #fff;
	--paper: #fff;
	--table-row: #eef1f4;
	--border: #d7d9dd;
	--text: #696b69;
	--muted: #5d6670;
	--white: #fff;
}

@font-face {
	font-family: "Font Awesome 7 Free";
	font-display: block;
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

body.productneu .fa-solid,
body.productneu .fas {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

body.productneu .fa-wave-square::before {
	content: "\f83e" !important;
}

body.productneu .fa-fire::before {
	content: "\f06d" !important;
}

body.productneu .fa-temperature-high::before {
	content: "\f769" !important;
}

body.productneu .fa-volume-high::before {
	content: "\f028" !important;
}

body.productneu .fa-plus::before {
	content: "\2b" !important;
}

body.productneu .fa-box-open::before {
	content: "\f49e" !important;
}

body.productneu .fa-leaf::before {
	content: "\f06c" !important;
}

body.productneu .fa-prescription-bottle-medical::before {
	content: "\f486" !important;
}

body.productneu .fa-industry::before {
	content: "\f275" !important;
}

body.productneu .fa-utensils::before {
	content: "\f2e7" !important;
}

body.productneu .fa-cheese::before {
	content: "\f7ef" !important;
}

body.productneu .fa-paw::before {
	content: "\f1b0" !important;
}

body.productneu .fa-gears::before {
	content: "\f085" !important;
}

body.productneu .fa-compass-drafting::before {
	content: "\f568" !important;
}

body.productneu .fa-layer-group::before {
	content: "\f5fd" !important;
}

body.productneu .fa-link::before {
	content: "\f0c1" !important;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--white);
}

body.productneu {
	margin: 0;
	color: var(--text);
	background: var(--cream);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2375em;
	font-weight: 400;
	line-height: 1.45;
}

body.productneu h1,
body.productneu h2,
body.productneu h3,
body.productneu h4,
body.productneu p {
	margin-top: 0;
}

body.productneu li {
	line-height: 1.4em;
}

body.productneu h1 {
	margin-bottom: 14px;
	color: #696b69;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.05;
}

body.productneu h2 {
	margin-bottom: 18px;
	color: #696b69;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.15;
}

body.productneu h3 {
	margin-bottom: 10px;
	color: #315181;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

body.productneu h4 {
	margin-bottom: 10px;
	color: #315181;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

body.productneu p {
	margin-bottom: 13px;
	color: var(--text);
}

.prototype-page {
	width: min(100%, 1450px);
	margin: 0 auto;
	background: var(--cream);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
	color: #696b69;
}

.section {
	padding: 58px 96px;
}

.section p,
.section li {
	font-weight: 400;
}

.section--image {
	position: relative;
	overflow: hidden;
	padding-top: 92px;
	padding-bottom: 96px;
	color: var(--white);
}

.section--image .section__bg {
	position: absolute;
	inset: -36px;
	z-index: 0;
	background: var(--section-bg) center / cover no-repeat;
	filter: blur(12px);
	transform: scale(1.08);
}

.section--image .section__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(18, 32, 24, 0.58);
}

.section--image .section__wave {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 72px;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section--image .section__wave--top {
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0h1440v28C1320 62 1200 18 1080 42C960 66 840 22 720 46C600 70 480 26 360 50C240 74 120 30 0 54V0z'/%3E%3C/svg%3E");
}

.section--image .section__wave--bottom {
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 34C120 10 240 58 360 34C480 10 600 58 720 34C840 10 960 58 1080 34C1200 10 1320 58 1440 34V88H0V34z'/%3E%3C/svg%3E");
}

.section--image .section__inner {
	position: relative;
	z-index: 1;
}

body.productneu .section--image h2,
body.productneu .section--image h3,
body.productneu .section--image p {
	color: var(--white);
}

.section--image .comparison-table {
	border-collapse: separate;
	border-spacing: 10px 14px;
	margin-top: 28px;
	margin-bottom: 28px;
	background: transparent;
}

.section--image .comparison-table th,
.section--image .comparison-table td {
	padding: 22px 20px;
	border: 0;
	text-align: center;
	vertical-align: middle;
}

.section--image .comparison-table thead th {
	background: var(--blue);
	color: var(--white);
	font-size: 1em;
	font-weight: 400;
}

.section--image .comparison-table thead th + th {
	border-left: 2px solid rgba(255, 255, 255, 0.85);
}

.section--image .comparison-table tbody tr:nth-child(even) td {
	background: var(--white);
}

.section--image .comparison-table tbody td {
	background: var(--white);
	color: var(--text);
	font-weight: 400;
}

.section--image .comparison-table tbody td:first-child {
	color: var(--text);
	font-weight: 400;
}

.hero {
	display: grid;
	grid-template-columns: 1fr 510px;
	gap: 86px;
	align-items: center;
	padding-top: 72px;
}

.hero-template {
	padding-bottom: 0;
}

.hero-template + .hero {
	padding-top: 18px;
	padding-bottom: 0;
}

.hero-template + .hero .copy {
	align-self: start;
}

.hero-template + .hero + .section {
	padding-top: 0;
}

.breadcrumb {
	margin-bottom: 28px;
	color: #5d6269;
	font-size: 0.85em;
}

.copy p {
	max-width: 720px;
}

.hero__image {
	display: block;
	width: 100%;
	height: auto;
	align-self: center;
}

@media (min-width: 721px) {
	.hero .hero__image {
		transform: translateY(-5em);
	}
}

.illustration {
	display: grid;
	min-height: 330px;
	place-items: center;
	border-radius: 2px;
	background:
		linear-gradient(135deg, rgba(20, 62, 103, 0.16), rgba(159, 29, 36, 0.12)),
		url("https://picsum.photos/seed/technische-schutzfolien/520/360") center / cover;
	color: rgba(20, 62, 103, 0.75);
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
}

.illustration--small {
	min-height: 245px;
}

.feature-showcase {
	position: relative;
	overflow: visible;
	padding-top: 46px;
	padding-bottom: 70px;
	background: var(--feature-showcase-bg, linear-gradient(135deg, rgba(20, 62, 103, 0.18), rgba(159, 29, 36, 0.12))) center / cover;
}

.feature-showcase::before,
.feature-showcase::after {
	content: "";
	position: absolute;
	left: -4%;
	width: 108%;
	height: 32px;
	border-top: 6px solid rgba(35, 43, 48, 0.62);
	border-radius: 50%;
	pointer-events: none;
}

.feature-showcase::before {
	top: -14px;
}

.feature-showcase::after {
	bottom: -20px;
	transform: rotate(-1.5deg);
}

.feature-intro {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: -64px auto 52px;
	padding: 40px 48px 42px;
	border-radius: 28px;
	background: var(--white);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.feature-intro h2 {
	margin-bottom: 18px;
	color: #696b69;
}

.feature-intro p {
	color: #696b69;
}

.feature-intro p:last-child {
	margin-bottom: 0;
}

.feature-card {
	position: relative;
	z-index: 1;
	display: grid;
	max-width: 1076px;
	align-items: center;
	gap: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.feature-card--left {
	grid-template-columns: 183px minmax(0, 1fr);
	margin-right: auto;
	margin-left: 0;
}

.feature-card--right {
	grid-template-columns: minmax(0, 1fr) 183px;
	margin-right: 0;
	margin-left: auto;
}

.feature-card--right .feature-card__icon {
	order: 2;
}

.feature-card__icon {
	display: grid;
	width: 155px;
	height: 190px;
	place-items: center;
	background: var(--blue);
	clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
	color: var(--white) !important;
	font-size: 4.158em;
	box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28);
}

.feature-card__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	object-fit: contain;
	transform: translateY(-0.15em);
}

.feature-card__body {
	padding: 24px 30px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 18px rgba(0, 0, 0, 0.28);
}

.feature-card__body h3 {
	margin-bottom: 9px;
	color: #315181;
	font-size: 1em;
}

.feature-card__body ul {
	margin: 0;
	padding-left: 1.2em;
}

.feature-card__body li {
	margin-bottom: 5px;
	font-size: 0.9em;
}

.feature-card__body li:last-child {
	margin-bottom: 0;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: var(--white);
	font-size: 1em;
	font-weight: 400;
	line-height: 1.35;
}

.comparison-table th,
.comparison-table td {
	padding: 26px 24px;
	border: 1px solid var(--border);
	hyphens: auto;
	overflow-wrap: normal;
	text-align: left;
	vertical-align: top;
	word-break: normal;
}

.comparison-table thead th {
	background: var(--blue);
	color: var(--white);
	font-size: 1em;
	font-weight: 400;
}

.comparison-table tbody tr:nth-child(even) td {
	background: var(--table-row);
}

.comparison-table tbody td:first-child {
	color: var(--blue);
	font-weight: 400;
}

.comparison-table--three {
	table-layout: auto;
}

.comparison-table--three td:first-child {
	width: 25%;
}

body.productneu .tile-grid-section > h2 {
	margin-bottom: 38px;
	font-size: 1.5em;
}

.tile-group + .tile-group {
	margin-top: 56px;
}

body.productneu .tile-group > h2 {
	margin: 0 0 28px;
	color: #696b69;
	font-size: 1.25em;
	font-weight: 400;
}

.tile-group__items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.tile-card {
	position: relative;
	flex: 0 1 calc((100% - 60px) / 3);
	min-width: 0;
}

.tile-card__link {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.tile-group--cols-1 .tile-card {
	flex-basis: 100%;
}

.tile-group--cols-2 .tile-card {
	flex-basis: calc((100% - 30px) / 2);
}

.tile-group--cols-3 .tile-card {
	flex-basis: calc((100% - 60px) / 3);
}

.tile-group--cols-4 .tile-card {
	flex-basis: calc((100% - 90px) / 4);
}

.tile-group--cols-5 .tile-card {
	flex-basis: calc((100% - 120px) / 5);
}

.tile-group--cols-6 .tile-card {
	flex-basis: calc((100% - 150px) / 6);
}

.tile-card__image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	background: var(--table-row);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tile-card__image img {
	display: block;
	width: 100%;
	height: auto;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.tile-group--filter-grayscale .tile-card__image img {
	filter: grayscale(1);
}

.tile-group--filter-sepia .tile-card__image img {
	filter: sepia(1);
}

.tile-group--filter-dark .tile-card__image img {
	filter: brightness(0.72) contrast(1.08);
}

.tile-group--filter-light .tile-card__image img {
	filter: brightness(1.22) contrast(0.96);
}

.tile-group--filter-blur .tile-card__image img {
	filter: blur(2px);
}

.tile-group--filter-invert .tile-card__image img {
	filter: invert(1);
}

.tile-group--filter-vivid .tile-card__image img {
	filter: saturate(1.7) contrast(1.08);
}

.tile-card--link:hover .tile-card__image,
.tile-card--link:focus .tile-card__image {
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
	transform: translateY(-2px);
}

.tile-card--link:hover .tile-card__image img,
.tile-card--link:focus .tile-card__image img {
	filter: brightness(1.04) saturate(1.05);
	transform: scale(1.035);
}

.tile-group--filter .tile-card--link:hover .tile-card__image img,
.tile-group--filter .tile-card--link:focus .tile-card__image img {
	filter: none;
}

.tile-card__body h3 {
	margin-bottom: 4px;
	color: #696b69;
	font-size: 0.9em;
	line-height: 1.25;
}

.tile-card__body p {
	margin-bottom: 0;
	font-size: 0.78em;
	line-height: 1.35;
}

.material-list-section {
	max-width: 1100px;
	margin: 0 auto;
	color: #696b69;
}

.material-list-section > h2 {
	max-width: 820px;
	margin-bottom: 28px;
	color: var(--blue);
	font-size: 1.05em;
	line-height: 1.28;
}

.material-list-section > h3 {
	max-width: 820px;
	margin-bottom: 28px;
	color: #315181;
	font-size: 1.05em;
	line-height: 1.28;
}

.material-list-section > p:last-child {
	max-width: 900px;
	margin-top: 58px;
	margin-bottom: 0;
	font-size: 0.92em;
	line-height: 1.35;
}

.material-item {
	max-width: 840px;
	margin-left: 40px;
	padding: 0 0 28px;
}

.material-item + .material-item {
	margin-top: 24px;
}

.material-item h3 {
	margin-bottom: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid #b9bec4;
	color: #315181;
	font-size: 0.92em;
	line-height: 1.25;
}

.material-item__content ul {
	margin: 0;
	padding-left: 1.3em;
}

.material-item__content li {
	margin-bottom: 3px;
	font-size: 0.9em;
}

.material-item__content li:last-child {
	margin-bottom: 0;
}

.numbered-list {
	display: grid;
	gap: 30px;
	margin-top: 36px;
	padding: 0;
	list-style: none;
	counter-reset: numbered-list;
}

.numbered-list--compact {
	margin-top: 20px;
	gap: 26px;
}

.numbered-list .numbered-item,
.numbered-list > li {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 30px;
	align-items: start;
	margin: 0;
}

.numbered-list > li {
	counter-increment: numbered-list;
}

.numbered-list > li::before {
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border: 2px solid var(--red);
	border-radius: 999px;
	color: var(--red);
	content: counter(numbered-list, decimal-leading-zero);
	font-size: 1.3em;
	font-weight: 700;
}

.numbered-list > li:has(.numbered-icon)::before {
	display: none;
	content: none;
}

.numbered-list .numbered-icon {
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	overflow: hidden;
	border-radius: 999px;
	color: var(--red);
	font-size: 1.8em;
	font-weight: 700;
}

.numbered-list .numbered-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.numbered-list .numbered-item > p,
.numbered-list .numbered-item > div,
.numbered-list > li > p,
.numbered-list > li > div {
	margin: 0;
}

.numbered-list .numbered-item > p:empty {
	display: none;
}

.numbered-list .numbered-item > p:not(:empty),
.numbered-list .numbered-item > div {
	grid-column: 2;
	grid-row: 1;
	width: auto;
	max-width: none;
}

.application-block {
	margin-top: 24px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

.application-block--icon {
	display: grid;
	grid-template-columns: 184px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.application-block + .application-block {
	margin-top: 34px;
}

.application-block + p {
	margin-top: 48px;
}

.application-icon {
	display: grid;
	width: 144px;
	height: 144px;
	place-items: center;
	border: 2px solid rgba(159, 29, 36, 0.25);
	border-radius: 999px;
	background: var(--white);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
	color: var(--red);
	font-size: 3.8em;
}

.application-icon img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: contain;
}

.application-block h3 {
	position: relative;
	z-index: 0;
	display: inline-block;
	margin-bottom: 16px;
	padding: 0.38em 1.25em 0.44em 0.28em;
}

.application-block h3::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 50% -0.25em auto -0.35em;
	height: 2.15em;
	transform: translateY(-50%) rotate(-0.4deg);
	border-radius: 999px 70% 82% 999px;
	background:
		linear-gradient(90deg, rgba(199, 220, 255, 0), rgba(199, 220, 255, 0.9) 7%, rgba(199, 220, 255, 0.9) 92%, rgba(199, 220, 255, 0)),
		radial-gradient(circle at 12% 45%, rgba(177, 205, 249, 0.65) 0 18%, transparent 19%),
		radial-gradient(circle at 88% 52%, rgba(177, 205, 249, 0.65) 0 16%, transparent 17%);
	clip-path: polygon(0 28%, 5% 12%, 18% 9%, 38% 15%, 56% 8%, 76% 14%, 94% 10%, 100% 28%, 98% 72%, 86% 87%, 65% 82%, 48% 90%, 28% 84%, 9% 91%, 0 74%);
	opacity: 0.95;
}

.application-button-wrap {
	margin-top: 26px;
}

.application-block .application-button {
	display: inline-block;
	padding: 0.62em 1.65em;
	border-radius: 10px;
	background: var(--blue);
	box-shadow: 0 10px 16px rgba(20, 62, 103, 0.3);
	color: var(--white);
	font-size: 0.9em;
	font-style: italic;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.application-block .application-button:visited,
.application-block .application-button:hover,
.application-block .application-button:focus {
	background: var(--blue-dark);
	color: var(--white) !important;
}

.small-title {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 1em;
	font-weight: 700;
}

.split-section {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 76px;
	align-items: start;
}

.lead-box {
	margin: 0;
	padding: 26px 30px;
	border-left: 4px solid var(--red);
	background: rgba(255, 255, 255, 0.55);
	color: #696b69;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
}

.dark-section {
	margin: 0 96px;
	padding: 76px 96px 86px;
	background: var(--blue);
	color: var(--white);
}

.dark-section h2,
.dark-section h3,
body.productneu .dark-section h2,
body.productneu .dark-section p,
.dark-section p {
	color: var(--white);
}

.dark-copy {
	max-width: 820px;
	margin-bottom: 58px;
}

.dark-copy h2 strong {
	position: relative;
	display: inline-block;
}

.dark-copy h2 strong::after {
	content: "";
	position: absolute;
	left: -0.06em;
	right: -0.2em;
	bottom: -0.32em;
	height: 0.36em;
	background: #bad4f5;
	border-radius: 999px 999px 999px 70%;
	clip-path: polygon(0 68%, 8% 52%, 22% 43%, 40% 38%, 60% 39%, 78% 46%, 92% 49%, 100% 33%, 100% 92%, 90% 100%, 72% 88%, 53% 80%, 32% 78%, 13% 84%, 0 96%);
	transform: rotate(-1.5deg);
	transform-origin: left center;
}

.dark-copy p {
	color: var(--white);
}

.benefit-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 330px));
	gap: 26px;
	justify-content: center;
}

.benefit-card {
	position: relative;
	min-height: 390px;
	padding: 0 34px 38px;
	background: var(--white);
	color: var(--text);
	text-align: center;
}

.benefit-card h3 {
	margin: 0 -34px 34px;
	padding: 48px 24px 24px;
	background: #c9dcf6;
	color: #315181;
	font-size: 22px;
}

.benefit-card p {
	margin-bottom: 11px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.38;
}

.benefit-card ul {
	margin: 0;
	padding: 0 0 0 1.15em;
	list-style: disc;
	text-align: left;
}

.benefit-card li {
	margin-bottom: 11px;
	font-size: 1em;
	font-weight: 400;
}

.benefit-card li:last-child {
	margin-bottom: 0;
}

.benefit-card li strong {
	font-weight: 700;
}

.benefit-icon {
	position: absolute;
	top: -24px;
	left: 50%;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	transform: translateX(-50%);
	border-radius: 999px;
	background: var(--white);
	color: var(--red);
	font-size: 1.35em;
	font-weight: 700;
}

.benefit-icon i {
	line-height: 1;
}

.benefit-icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.dark-note {
	margin: 36px 0 0;
	color: rgba(255, 255, 255, 0.82);
	text-align: left;
	font-size: 0.9em;
}

.intro-image {
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 72px;
	align-items: center;
}

.statement {
	margin-bottom: 28px;
	color: var(--blue);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.35;
}

.cta-row {
	display: grid;
	grid-template-columns: 1fr 390px;
	gap: 60px;
	align-items: center;
	padding: 52px 96px 72px;
}

.cta-box {
	padding: 38px 46px;
	background: var(--blue);
	color: var(--white);
}

.cta-box h2,
body.productneu .cta-box h2,
body.productneu .cta-box p,
.cta-box p {
	color: var(--white);
}

.cta-box p {
	margin-bottom: 8px;
}

.cta-box a {
	display: inline-block;
	margin-top: 4px;
	color: var(--white);
	font-weight: 700;
	text-decoration: none;
}

.cta-image {
	justify-self: end;
	align-self: center;
	max-width: 390px;
}

.cta-image img {
	display: block;
	width: 100%;
	height: auto;
}

.section.contact-section {
	margin-top: 1em;
}

.contact-section h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 48px;
	padding-right: 9em;
}

.contact-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.35em;
	width: 5.8em;
	height: 0.25em;
	background: var(--blue);
	border-radius: 999px;
	clip-path: polygon(0 72%, 18% 52%, 42% 42%, 68% 46%, 100% 58%, 100% 90%, 75% 82%, 48% 74%, 22% 78%, 0 96%);
	transform: rotate(-1.5deg);
	opacity: 0.9;
}

.contact-section h2::before {
	content: "";
	position: absolute;
	left: 0.35em;
	bottom: -0.72em;
	width: 3.2em;
	height: 0.18em;
	background: var(--blue);
	border-radius: 999px;
	clip-path: polygon(0 70%, 22% 50%, 50% 42%, 78% 48%, 100% 62%, 100% 90%, 74% 82%, 48% 75%, 22% 80%, 0 96%);
	transform: rotate(-2deg);
	opacity: 0.9;
}

.contact-row {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 82px;
	align-items: center;
}

.contact-image img {
	display: block;
	width: 100%;
	height: auto;
}

.contact-copy {
	max-width: 720px;
	color: var(--blue);
	font-weight: 400;
}

.contact-copy p {
	margin-bottom: 0;
}

.contact-copy mark {
	padding: 0;
	background: transparent;
	color: inherit;
}

.contact-copy mark a {
	padding: 0.3em 0.15em;
	background-image: linear-gradient(to right, transparent 50%, rgba(245, 166, 63, 0.6) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	color: inherit;
	text-decoration: none;
}

.contact-copy mark a.active {
	animation: contact-mark-fill 6s ease-out forwards;
}

@keyframes contact-mark-fill {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -99.99% 0;
	}
}

.faq-section {
	padding: 64px 96px 84px;
	background: var(--blue);
	color: var(--white);
}

.faq-section h2,
body.productneu .faq-section h2 {
	color: var(--white);
}

.faq-accordion {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.faq-card {
	background: var(--white);
	border: 1px solid var(--border);
}

.faq-question {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding: 26px 34px;
	border: 0;
	background: transparent;
	color: var(--blue);
	cursor: pointer;
	font: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
}

.faq-question span {
	flex: 1 1 auto;
	text-align: left;
}

.faq-question i {
	order: -1;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.faq-card.is-open .faq-question i {
	transform: rotate(45deg);
}

.faq-answer {
	padding: 0 34px 30px;
}

.faq-answer p {
	margin-bottom: 0;
	color: var(--muted);
}

@media (max-width: 720px) {
	.section,
	.faq-section,
	.cta-row {
		padding-right: 22px;
		padding-left: 22px;
	}

	.dark-section {
		margin-right: 22px;
		margin-left: 22px;
		padding-right: 22px;
		padding-left: 22px;
	}

	.hero,
	.split-section,
	.intro-image,
	.cta-row {
		grid-template-columns: 1fr;
	}

	.copy p {
		max-width: none;
	}

	.benefit-cards {
		grid-template-columns: 1fr;
	}

	.feature-showcase {
		padding-top: 34px;
		padding-bottom: 46px;
	}

	.feature-intro {
		margin-top: -40px;
		padding: 24px 22px 28px;
		border-radius: 18px;
	}

	.feature-card,
	.feature-card--left,
	.feature-card--right {
		grid-template-columns: 134px minmax(0, 1fr);
		gap: 14px;
		margin-right: 0;
		margin-left: 0;
	}

	.feature-card--right .feature-card__icon {
		order: 0;
	}

	.feature-card__icon {
		width: 123px;
		height: 155px;
		font-size: 3.07em;
	}

	.feature-card__body {
		padding: 20px 22px;
	}

	.application-block--icon {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 16px;
	}

	.application-icon {
		width: 108px;
		height: 108px;
		font-size: 2.7em;
	}

	.application-icon img {
		width: 66px;
		height: 66px;
	}

	.material-item {
		margin-left: 0;
	}

	.cta-image {
		justify-self: start;
		max-width: 100%;
	}

	.contact-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.contact-image {
		max-width: 300px;
	}

	.comparison-table {
		display: block;
		overflow-x: auto;
		table-layout: auto;
	}

	.tile-group__items {
		gap: 22px;
	}

	.tile-card,
	.tile-group--cols-1 .tile-card,
	.tile-group--cols-2 .tile-card,
	.tile-group--cols-3 .tile-card,
	.tile-group--cols-4 .tile-card,
	.tile-group--cols-5 .tile-card,
	.tile-group--cols-6 .tile-card {
		flex-basis: 100%;
	}

	.section--image {
		padding-top: 72px;
		padding-bottom: 78px;
	}

	.section--image .section__wave {
		height: 48px;
	}

	.section--image .comparison-table th,
	.section--image .comparison-table td {
		padding: 16px 12px;
		font-size: 0.92em;
	}
}
