:root {
	--at-accent: var(--theme-palette-color-1, #2872fa);
	--at-text: var(--theme-palette-color-4, #1f2d2d);
	--at-muted: var(--theme-palette-color-3, #526060);
	--at-surface: var(--theme-palette-color-8, #fff);
	--at-soft-surface: var(--theme-palette-color-7, #f7f8f8);
	--at-radius: 12px;
	--at-radius-small: 10px;
	--at-shadow: 0 10px 28px color-mix(in srgb, var(--at-text) 6%, transparent);
	--at-border-soft: color-mix(in srgb, var(--at-accent) 14%, transparent);
	--at-accent-wash: color-mix(in srgb, var(--at-accent) 6%, var(--at-surface));
}

.at-entryways {
	margin: 0 0 52px;
	padding: 56px 24px;
	border-radius: var(--at-radius);
	background: var(--theme-palette-color-7, #f7f8f8);
}

.at-entryways,
.at-entryways * {
	box-sizing: border-box;
}

.at-entryways__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.at-entryways__eyebrow {
	margin: 0 0 10px;
	color: var(--at-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.at-entryways h2 {
	margin: 0 0 12px;
	color: var(--at-text);
	font-size: 34px;
	line-height: 1.2;
	text-align: center;
}

.at-entryways__intro {
	max-width: 760px;
	margin: 0 auto 30px;
	color: var(--at-muted);
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
}

.at-entryways__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.at-entryways__card {
	min-height: 292px;
	padding: 24px;
	border: 1px solid color-mix(in srgb, var(--at-accent) 18%, transparent);
	border-top: 4px solid var(--at-accent);
	border-radius: 8px;
	background: var(--at-surface);
	box-shadow: 0 14px 35px color-mix(in srgb, var(--at-text) 7%, transparent);
}

.at-entryways__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 0 16px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--at-accent) 10%, var(--at-surface));
	color: var(--at-accent);
}

.at-entryways__icon::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	background: currentColor;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.at-entryways__icon--method::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%207v14'/%3E%3Cpath%20d='M3%2018a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5a4%204%200%200%201%204%204%204%204%200%200%201%204-4h5a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201h-6a3%203%200%200%200-3%203%203%203%200%200%200-3-3z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%207v14'/%3E%3Cpath%20d='M3%2018a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5a4%204%200%200%201%204%204%204%204%200%200%201%204-4h5a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201h-6a3%203%200%200%200-3%203%203%203%200%200%200-3-3z'/%3E%3C/svg%3E");
}

.at-entryways__icon--problem::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='8'/%3E%3Cpath%20d='m21%2021-4.3-4.3'/%3E%3Cpath%20d='M11%208v4'/%3E%3Cpath%20d='M11%2015h.01'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='8'/%3E%3Cpath%20d='m21%2021-4.3-4.3'/%3E%3Cpath%20d='M11%208v4'/%3E%3Cpath%20d='M11%2015h.01'/%3E%3C/svg%3E");
}

.at-entryways__icon--relax::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M2%2012s3-7%2010-7%2010%207%2010%207-3%207-10%207S2%2012%202%2012Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M2%2012s3-7%2010-7%2010%207%2010%207-3%207-10%207S2%2012%202%2012Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3C/svg%3E");
}

.at-entryways__icon--train::before {
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3Cpath%20d='M12%203v3'/%3E%3Cpath%20d='M12%2018v3'/%3E%3Cpath%20d='M3%2012h3'/%3E%3Cpath%20d='M18%2012h3'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3Cpath%20d='M12%203v3'/%3E%3Cpath%20d='M12%2018v3'/%3E%3Cpath%20d='M3%2012h3'/%3E%3Cpath%20d='M18%2012h3'/%3E%3C/svg%3E");
}

.at-entryways__card h3 {
	margin: 0 0 10px;
	color: var(--at-text);
	font-size: 20px;
	line-height: 1.3;
}

.at-entryways__card p {
	margin: 0 0 16px;
	color: var(--at-muted);
	font-size: 15px;
	line-height: 1.65;
}

.at-entryways__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.at-entryways__links a {
	display: inline-block;
	padding: 7px 11px;
	border: 1px solid color-mix(in srgb, var(--at-accent) 24%, transparent);
	border-radius: 999px;
	background: var(--at-surface);
	color: var(--at-accent);
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
}

.at-entryways__links a:hover {
	border-color: var(--at-accent);
	background: var(--at-accent);
	color: var(--at-surface);
}

.at-entryways__start {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: center;
	margin-top: 30px;
	padding: 22px 24px;
	border: 1px solid color-mix(in srgb, var(--at-accent) 16%, transparent);
	border-radius: var(--at-radius);
	background: color-mix(in srgb, var(--at-accent) 5%, var(--at-surface));
}

.at-entryways__start-title {
	color: var(--at-text);
	font-weight: 700;
	white-space: nowrap;
}

.at-entryways__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.at-entryways__step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: center;
	color: var(--at-muted);
	font-size: 14px;
	line-height: 1.45;
}

.at-entryways__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--at-accent);
	color: var(--at-surface);
	font-size: 13px;
	font-weight: 700;
}

.at-box,
.at-context-box,
.at-source-box {
	margin: 28px 0 36px;
	border-radius: var(--at-radius);
	color: var(--at-muted);
	font-size: 15px;
	line-height: 1.65;
}

.at-box *,
.at-context-box *,
.at-source-box * {
	box-sizing: border-box;
}

.at-box__label,
.at-context-box__label,
.at-faq__eyebrow {
	margin: 0 0 8px;
	color: var(--at-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.at-box h2,
.at-context-box h2,
.at-box h3,
.at-source-box h3 {
	margin: 0 0 10px;
	color: var(--at-text);
	line-height: 1.3;
}

.at-box h2,
.at-context-box h2 {
	font-size: 22px;
}

.at-box h3,
.at-source-box h3 {
	font-size: 18px;
}

.at-box p,
.at-context-box p,
.at-source-box p {
	margin: 0 0 10px;
	color: var(--at-muted);
}

.at-box p:last-child,
.at-context-box p:last-child,
.at-source-box p:last-child {
	margin-bottom: 0;
}

.at-box ul,
.at-source-box ul {
	margin: 0;
	padding-left: 18px;
	color: var(--at-muted);
}

.at-box li + li,
.at-source-box li + li {
	margin-top: 4px;
}

.at-box--context,
.at-context-box,
.at-box--note,
.at-box--source,
.at-source-box {
	padding: 20px 22px;
	border: 1px solid var(--at-border-soft);
	border-radius: var(--at-radius);
	background: var(--at-surface);
}

.at-box--context,
.at-context-box,
.at-box--note {
	border-left: 4px solid var(--at-accent);
	background: var(--at-accent-wash);
}

.at-box--safety {
	padding: 20px 22px;
	border: 1px solid color-mix(in srgb, #d14b5c 18%, transparent);
	border-left: 4px solid color-mix(in srgb, #d14b5c 74%, var(--at-accent) 26%);
	border-radius: var(--at-radius);
	background: color-mix(in srgb, #d14b5c 6%, var(--at-surface));
}

.at-box--safety .at-box__label {
	color: color-mix(in srgb, #d14b5c 82%, var(--at-text));
}

.at-box--source,
.at-source-box {
	background: var(--at-surface);
}

.at-box--exercise {
	padding: 22px;
	border: 1px solid var(--at-border-soft);
	background: var(--at-surface);
	box-shadow: 0 8px 22px color-mix(in srgb, var(--at-text) 4%, transparent);
}

.at-box--compact {
	margin: 22px 0 28px;
	padding: 18px 20px;
	font-size: 14px;
}

.at-box__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.at-box__meta li {
	margin: 0;
	padding: 5px 9px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--at-accent) 9%, var(--at-surface));
	color: var(--at-muted);
	font-size: 13px;
	line-height: 1.35;
}

.at-editorial-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	margin: 38px 0 42px;
	padding: 20px 22px;
	border: 1px solid color-mix(in srgb, var(--at-accent) 16%, var(--at-border-soft));
	border-radius: var(--at-radius);
	background: var(--at-surface);
	color: var(--at-muted);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--at-text) 4%, transparent);
}

.at-editorial-card,
.at-editorial-card * {
	box-sizing: border-box;
}

.at-editorial-card__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--at-accent) 10%, var(--at-surface));
	color: var(--at-accent);
}

.at-editorial-card__mark svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.at-editorial-card__label {
	margin: 0 0 6px;
	color: var(--at-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.at-editorial-card__title {
	margin: 0 0 8px;
	color: var(--at-text);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.28;
}

.at-editorial-card p {
	margin: 0 0 12px;
	color: var(--at-muted);
	font-size: 15px;
	line-height: 1.65;
}

.at-editorial-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.at-editorial-card__facts li {
	margin: 0;
	padding: 6px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--at-accent) 7%, var(--at-surface));
	color: var(--at-muted);
	font-size: 13px;
	line-height: 1.35;
}

.at-editorial-card__link {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	color: var(--at-accent);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.at-editorial-card__link::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.at-editorial-card__link:hover {
	text-decoration: underline;
}

.at-step-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 32px;
	padding: 0;
	list-style: none;
	counter-reset: at-steps;
}

.at-step-list li {
	position: relative;
	margin: 0;
	padding: 16px 18px 16px 54px;
	border: 1px solid var(--at-border-soft);
	border-radius: var(--at-radius-small);
	background: var(--at-surface);
	color: var(--at-muted);
	line-height: 1.6;
	counter-increment: at-steps;
}

.at-step-list li::before {
	content: counter(at-steps);
	position: absolute;
	top: 50%;
	left: 18px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--at-accent);
	color: var(--at-surface);
	font-size: 13px;
	font-weight: 700;
	transform: translateY(-50%);
}

.entry-content > ol.at-step-list > li::before {
	top: 50%;
	transform: translateY(-50%);
}

.at-link-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0 34px;
}

.at-link-card {
	position: relative;
	display: block;
	padding: 16px 48px 16px 18px;
	border: 1px solid var(--at-border-soft);
	border-radius: var(--at-radius-small);
	background: var(--at-surface);
	color: var(--at-text);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.at-link-card[href]::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--at-accent) 10%, var(--at-surface));
	color: var(--at-accent);
	transition: background .18s ease, color .18s ease, transform .18s ease;
	transform: translateY(0);
}

.at-link-card[href]::before {
	content: "";
	position: absolute;
	top: 29px;
	right: 28px;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	color: var(--at-accent);
	transform: translate(0, -50%) rotate(-45deg);
	transition: color .18s ease, transform .18s ease;
	z-index: 1;
}

.at-link-card[href]:hover {
	border-color: color-mix(in srgb, var(--at-accent) 34%, transparent);
	box-shadow: 0 8px 22px color-mix(in srgb, var(--at-text) 5%, transparent);
	transform: translateY(-1px);
}

.at-link-card[href]:hover::after {
	background: var(--at-accent);
	color: var(--at-surface);
	transform: translate(2px, 0);
}

.at-link-card[href]:hover::before {
	color: var(--at-surface);
	transform: translate(2px, -50%) rotate(-45deg);
}

.at-link-card--disabled {
	border-color: color-mix(in srgb, var(--at-muted) 12%, transparent);
	background: color-mix(in srgb, var(--at-soft-surface) 70%, var(--at-surface));
	color: color-mix(in srgb, var(--at-text) 52%, var(--at-surface));
	cursor: default;
}

.at-link-card--disabled::after {
	content: "später";
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 4px 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--at-muted) 10%, var(--at-surface));
	color: color-mix(in srgb, var(--at-muted) 78%, var(--at-surface));
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.at-link-card span {
	display: block;
	margin-top: 5px;
	color: var(--at-muted);
	font-size: 14px;
	font-weight: 400;
}

.at-link-card--disabled span {
	color: color-mix(in srgb, var(--at-muted) 62%, var(--at-surface));
}

.at-faq {
	margin: 46px 0 20px;
	padding: 34px 28px;
	border-radius: var(--at-radius);
	background: var(--at-soft-surface);
}

.at-faq__inner {
	max-width: 920px;
	margin: 0 auto;
}

.at-faq__eyebrow {
	text-align: center;
}

.at-faq h2 {
	margin: 0 0 24px;
	color: var(--at-text);
	font-size: 30px;
	line-height: 1.25;
	text-align: center;
}

.at-faq__list {
	display: grid;
	gap: 12px;
}

.at-faq__item {
	overflow: hidden;
	border: 1px solid var(--at-border-soft);
	border-radius: var(--at-radius-small);
	background: var(--at-surface);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--at-text) 5%, transparent);
}

.at-faq__question {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: 100%;
	padding: 18px 20px;
	gap: 16px;
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--at-text);
	cursor: pointer;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.at-faq__question:focus-visible {
	outline: 2px solid var(--at-accent);
	outline-offset: -4px;
}

.at-faq__toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--at-accent) 12%, var(--at-surface));
	color: var(--at-accent);
	transition: background .18s ease, color .18s ease;
}

.at-faq__toggle::before,
.at-faq__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.at-faq__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity .18s ease;
}

.at-faq__item.is-open .at-faq__question {
	padding-bottom: 10px;
}

.at-faq__item.is-open .at-faq__toggle {
	background: var(--at-accent);
	color: var(--at-surface);
}

.at-faq__item.is-open .at-faq__toggle::after {
	opacity: 0;
}

.at-faq__answer {
	overflow: hidden;
	max-height: 0;
	padding: 0 20px;
	color: var(--at-muted);
	font-size: 15px;
	line-height: 1.65;
	transition: max-height .3s ease, padding-bottom .3s ease;
}

.at-faq__item.is-open .at-faq__answer {
	max-height: 520px;
	padding-bottom: 19px;
}

.at-faq__answer p {
	margin: 0;
}

.at-footnotes-title {
	margin: 34px 0 0;
	margin-block-end: 0 !important;
	padding: 20px 22px 6px;
	border: 1px solid var(--at-border-soft);
	border-bottom: 0 !important;
	border-radius: var(--at-radius) var(--at-radius) 0 0;
	background: var(--at-surface);
	color: var(--at-text);
	font-size: 18px;
	line-height: 1.35;
	box-shadow: none;
}

.at-footnotes-title::after {
	content: none !important;
	display: none !important;
}

.footnotes {
	margin: -1px 0 34px;
	padding: 0 22px 20px 42px;
	border: 1px solid var(--at-border-soft);
	border-top: 0;
	border-radius: 0 0 var(--at-radius) var(--at-radius);
	background: var(--at-surface);
	color: var(--at-muted);
	font-size: 14px;
	line-height: 1.65;
}

.footnotes li {
	padding-left: 4px;
}

.footnotes li + li {
	margin-top: 10px;
}

.footnotes em {
	color: var(--at-text);
}

.footnotes .footnote-back-link-wrapper {
	margin-left: 6px;
	white-space: nowrap;
}

.footnotes .footnote-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--at-accent) 10%, var(--at-surface));
	color: var(--at-accent);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.footnotes .footnote-back-link:hover {
	background: var(--at-accent);
	color: var(--at-surface);
}

@media (prefers-reduced-motion: reduce) {
	.at-link-card,
	.at-faq__answer,
	.at-faq__toggle,
	.at-faq__toggle::after {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.at-entryways__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.at-entryways h2 {
		font-size: 30px;
	}
}

@media (max-width: 760px) {
	.at-entryways__start,
	.at-entryways__steps {
		grid-template-columns: 1fr;
	}

	.at-entryways__start-title {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.at-box,
	.at-context-box,
	.at-source-box {
		margin: 24px 0 30px;
	}

	.at-box--context,
	.at-context-box,
	.at-box--source,
	.at-source-box,
	.at-box--note,
	.at-box--safety,
	.at-box--exercise {
		padding: 18px;
	}

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

	.at-entryways {
		margin-bottom: 40px;
		padding: 42px 18px;
	}

	.at-entryways__grid {
		grid-template-columns: 1fr;
	}

	.at-entryways__card {
		min-height: auto;
		padding: 21px;
	}

	.at-entryways h2 {
		font-size: 26px;
	}

	.at-entryways__start,
	.at-entryways__steps {
		grid-template-columns: 1fr;
	}

	.at-entryways__start-title {
		white-space: normal;
	}

	.at-faq {
		padding: 28px 18px;
	}

	.at-editorial-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 19px;
	}

	.at-editorial-card__mark {
		width: 42px;
		height: 42px;
	}

	.at-faq h2 {
		font-size: 25px;
		text-align: left;
	}

	.at-faq__eyebrow {
		text-align: left;
	}

	.at-faq__question {
		padding: 16px 17px;
		font-size: 16px;
	}

	.at-faq__answer {
		padding-right: 17px;
		padding-left: 17px;
	}

	.at-faq__item.is-open .at-faq__answer {
		padding-bottom: 17px;
	}

	.at-footnotes-title {
		padding: 18px 18px 6px;
	}

	.footnotes {
		padding: 0 18px 18px 36px;
	}
}
