.elementor-widget-av-faq-page {
	width: 100%;
}

html:has(body .av-faq-page),
body:has(.av-faq-page) {
	overflow-x: clip;
}

.av-faq-page,
.av-faq-page * {
	box-sizing: border-box;
}

.av-faq-page {
	--av-faq-primary: var(--av-color-primary, #222838);
	--av-faq-secondary: var(--av-color-secondary, #698a9c);
	--av-faq-accent-one: var(--av-color-accent-one, #bd8c8c);
	--av-faq-accent-two: var(--av-color-accent-two, #eedad3);
	width: 100%;
	margin: 0;
	color: var(--av-faq-primary);
	font-family: inherit;
}

.av-faq-page p,
.av-faq-page h1,
.av-faq-page h2,
.av-faq-page ul {
	margin: 0;
}

.av-faq-page ul {
	padding: 0;
	list-style: none;
}

.av-faq-page__hero {
	position: relative;
	overflow: hidden;
	padding: 92px 24px 86px;
	border-bottom: 1px solid #e3eaec;
	background: #f7f9f9;
}

.av-faq-page__hero::after {
	position: absolute;
	top: -190px;
	left: 50%;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(105, 138, 156, .12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	transform: translateX(-50%);
}

.av-faq-page__hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.av-faq-page__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--av-faq-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.3;
	text-transform: uppercase;
}

.av-faq-page__eyebrow::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.av-faq-page__heading {
	margin-top: 23px;
	font-family: inherit;
}

.av-faq-page__heading-primary,
.av-faq-page__heading-accent {
	display: block;
	font-family: inherit;
}

.av-faq-page__heading-primary {
	color: var(--av-faq-primary);
	font-size: 54px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.08;
}

.av-faq-page__heading-separator {
	display: block;
	width: 44px;
	height: 2px;
	margin: 20px auto 17px;
	overflow: hidden;
	background: var(--av-faq-accent-one);
	color: transparent;
}

.av-faq-page__heading-accent {
	color: var(--av-faq-secondary);
	font-size: 42px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 1.12;
}

.av-faq-page__intro-title {
	margin-top: 31px;
	color: var(--av-faq-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.av-faq-page__intro-text {
	display: grid;
	gap: 10px;
	max-width: 790px;
	margin: 16px auto 0;
	color: #566173;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.av-faq-page__body {
	padding: 88px 24px 104px;
	background: #fff;
}

.av-faq-page__body-inner {
	display: grid;
	grid-template-columns: 258px minmax(0, 1fr);
	column-gap: 72px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	align-items: start;
}

.av-faq-page--without-navigation .av-faq-page__body-inner {
	grid-template-columns: minmax(0, 1fr);
}

.av-faq-page__topics {
	position: sticky;
	top: 118px;
	padding: 26px 22px;
	border: 1px solid #dce6e8;
	border-radius: 18px;
	background: #f7f9f9;
}

.av-faq-page__topics-title {
	margin-bottom: 16px;
	color: var(--av-faq-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.4;
	text-transform: uppercase;
}

.av-faq-page__topic-list {
	display: grid;
	gap: 5px;
}

.av-faq-page__topic-link {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	padding: 9px 11px;
	border-radius: 10px;
	background: transparent;
	color: #566173;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease;
}

.av-faq-page__topic-link:hover,
.av-faq-page__topic-link:focus-visible {
	background: var(--av-faq-accent-two);
	color: var(--av-faq-primary);
}

.av-faq-page__topic-link:focus-visible,
.av-faq-page__question:focus-visible {
	outline: 2px solid var(--av-faq-accent-one);
	outline-offset: 3px;
}

.av-faq-page__topic-dot {
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	border-radius: 50%;
	background: var(--av-faq-accent-one);
}

.av-faq-page__content {
	min-width: 0;
}

.av-faq-page__group {
	scroll-margin-top: 128px;
}

.av-faq-page__group + .av-faq-page__group {
	margin-top: 68px;
}

.av-faq-page__group-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 15px;
	align-items: end;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dce6e8;
}

.av-faq-page__group-number {
	padding-bottom: 4px;
	color: var(--av-faq-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
}

.av-faq-page__group-title {
	color: var(--av-faq-primary);
	font-family: inherit;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.3px;
	line-height: 1.2;
}

.av-faq-page__group-count {
	padding-bottom: 5px;
	color: var(--av-faq-secondary);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.av-faq-page__list {
	display: grid;
	gap: 14px;
}

.av-faq-page__item {
	overflow: hidden;
	border: 1px solid #dce6e8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(34, 40, 56, .035);
	transition: border-color .25s ease, box-shadow .25s ease;
}

.av-faq-page__item:hover,
.av-faq-page__item[open] {
	border-color: var(--av-faq-accent-one);
	box-shadow: 0 12px 30px rgba(34, 40, 56, .07);
}

.av-faq-page__question {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 22px 24px;
	color: var(--av-faq-primary);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	list-style: none;
	transition: color .25s ease;
}

.av-faq-page__question::-webkit-details-marker {
	display: none;
}

.av-faq-page__item:hover .av-faq-page__question,
.av-faq-page__item[open] .av-faq-page__question {
	color: var(--av-faq-secondary);
}

.av-faq-page__icon {
	position: relative;
	display: inline-flex;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce6e8;
	border-radius: 50%;
	background: #f3f7f7;
	color: var(--av-faq-secondary);
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.av-faq-page__icon-line {
	position: absolute;
	width: 12px;
	height: 1.5px;
	border-radius: 2px;
	background: currentColor;
}

.av-faq-page__icon-line--vertical {
	transform: rotate(90deg);
	transition: transform .25s ease, opacity .25s ease;
}

.av-faq-page__item[open] .av-faq-page__icon {
	border-color: var(--av-faq-secondary);
	background: var(--av-faq-secondary);
	color: #fff;
}

.av-faq-page__item[open] .av-faq-page__icon-line--vertical {
	opacity: 0;
	transform: rotate(0);
}

.av-faq-page__answer {
	padding: 0 24px 22px;
}

.av-faq-page__answer-content {
	padding-top: 19px;
	border-top: 1px solid #e4eaec;
	color: #566173;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
}

.av-faq-page__answer-content p {
	margin: 0 0 12px;
}

.av-faq-page__answer-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.av-faq-page__hero {
		padding: 78px 24px 74px;
	}

	.av-faq-page__heading-primary {
		font-size: 48px;
	}

	.av-faq-page__heading-accent {
		font-size: 38px;
	}

	.av-faq-page__body {
		padding: 72px 24px 88px;
	}

	.av-faq-page__body-inner,
	.av-faq-page--with-navigation .av-faq-page__body-inner {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 48px;
	}

	.av-faq-page__topics {
		position: static;
	}

	.av-faq-page__topic-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}
}

@media (max-width: 767px) {
	.av-faq-page__hero {
		padding: 62px 18px 58px;
	}

	.av-faq-page__hero-inner {
		text-align: left;
	}

	.av-faq-page__heading {
		margin-top: 18px;
	}

	.av-faq-page__heading-primary {
		font-size: 38px;
		letter-spacing: -.6px;
	}

	.av-faq-page__heading-separator {
		margin: 16px 0 14px;
	}

	.av-faq-page__heading-accent {
		font-size: 31px;
	}

	.av-faq-page__intro-title {
		margin-top: 25px;
		font-size: 18px;
	}

	.av-faq-page__intro-text {
		font-size: 15px;
	}

	.av-faq-page__body {
		padding: 54px 18px 66px;
	}

	.av-faq-page__body-inner {
		row-gap: 38px;
	}

	.av-faq-page__topics {
		padding: 21px 18px;
		border-radius: 15px;
	}

	.av-faq-page__topic-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.av-faq-page__topic-link {
		min-height: 48px;
		padding: 8px 9px;
		font-size: 13px;
	}

	.av-faq-page__group + .av-faq-page__group {
		margin-top: 54px;
	}

	.av-faq-page__group-header {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px;
		align-items: start;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.av-faq-page__group-title {
		font-size: 27px;
	}

	.av-faq-page__group-count {
		display: none;
	}

	.av-faq-page__question {
		min-height: 68px;
		gap: 15px;
		padding: 18px;
		font-size: 16px;
	}

	.av-faq-page__icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	.av-faq-page__answer {
		padding: 0 18px 19px;
	}

	.av-faq-page__answer-content {
		padding-top: 16px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-faq-page__topic-link,
	.av-faq-page__item,
	.av-faq-page__question,
	.av-faq-page__icon,
	.av-faq-page__icon-line--vertical {
		transition: none;
	}
}
