:root {
	--faq-red: #c3291e;
	--faq-red-dark: #9f2118;
	--faq-green: #214944;
	--faq-gold: #d1b36f;
	--faq-ink: #141718;
	--faq-muted: #697174;
	--faq-line: #d9dede;
	--faq-soft: #f1f3f3;
}

html {
	scroll-behavior: auto !important;
}

.faq-page {
	background: #fff;
}

.faq-page main {
	overflow: visible;
}

.faq-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
  background: #141718 url('/images/faq/faq_00.png') center / cover no-repeat;
}

.faq-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(11, 13, 14, .9) 0%, rgba(11, 13, 14, .74) 43%, rgba(11, 13, 14, .16) 78%, rgba(11, 13, 14, .08) 100%);
}

.faq-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--faq-gold) 0 34%, rgba(209, 179, 111, .18) 34% 100%);
	transform-origin: left;
	animation: faq-hero-line 1.15s cubic-bezier(.2, .75, .2, 1) both;
}

.faq-hero-inner,
.faq-category-section,
.faq-list-section {
	width: min(1240px, calc(100% - 64px));
	margin: 0 auto;
}

.faq-motion-enabled [data-faq-reveal] {
	opacity: 0;
	transition-delay: var(--faq-delay, 0ms);
}

.faq-motion-enabled [data-faq-reveal][data-motion="clip"] {
	clip-path: inset(0 100% 0 0);
	transform: translate3d(-18px, 0, 0);
	transition: clip-path .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1), opacity .35s ease;
}

.faq-motion-enabled [data-faq-reveal][data-motion="line"] {
	clip-path: inset(0 50% 0 50%);
	transition: clip-path 1s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.faq-motion-enabled [data-faq-reveal][data-motion="sweep"] {
	transform: translate3d(28px, 0, 0);
	transition: transform .85s cubic-bezier(.16, 1, .3, 1), opacity .4s ease;
}

.faq-motion-enabled [data-faq-reveal][data-motion="shutter"] {
	clip-path: inset(0 0 100% 0);
	transform: scale(.992);
	transition: clip-path .46s cubic-bezier(.16, 1, .3, 1), transform .46s cubic-bezier(.16, 1, .3, 1), opacity .18s ease;
}

.faq-motion-enabled [data-faq-reveal][data-motion="split"] {
	clip-path: inset(0 50% 0 50%);
	transition: clip-path .72s cubic-bezier(.16, 1, .3, 1), opacity .26s ease;
}

.faq-motion-enabled [data-faq-reveal] {
	transition-delay: var(--faq-delay, 0ms);
}

.faq-motion-enabled [data-faq-reveal].is-faq-visible {
	clip-path: inset(0 0 0 0);
	opacity: 1;
	transform: none;
}

.faq-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	padding: 82px 0 72px;
}

.faq-hero-copy {
	max-width: 730px;
}

.faq-hero-copy p {
	margin: 0 0 18px;
	color: var(--faq-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
	animation: faq-copy-in .75s .15s both;
}

.faq-hero-copy h1 {
	margin: 0;
	font-size: clamp(46px, 6vw, 76px);
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
	animation: faq-title-in .9s .1s cubic-bezier(.18, .8, .2, 1) both;
}

.faq-hero-copy > span {
	display: block;
	max-width: 650px;
	margin-top: 26px;
	color: #d6dada;
	font-size: 17px;
	line-height: 1.75;
	animation: faq-copy-in .8s .45s both;
}

.faq-hero-number {
	flex: 0 0 auto;
	display: flex;
	align-items: baseline;
	gap: 15px;
	padding-bottom: 6px;
	animation: faq-number-in .8s .55s both;
}

.faq-hero-number span {
	color: #c1c7c7;
	font-size: 14px;
}

.faq-hero-number strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 66px;
	line-height: .85;
}

@keyframes faq-title-in {
	from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateX(-24px); }
	to { opacity: 1; clip-path: inset(0); transform: translateX(0); }
}

@keyframes faq-copy-in {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes faq-number-in {
	from { opacity: 0; transform: translateX(22px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes faq-hero-line {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

.faq-category-section {
	padding: 88px 0 76px;
}

#faq-categories {
	scroll-margin-top: calc(var(--header-height) + 32px);
}

.faq-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.faq-section-heading > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
}

.faq-section-heading p,
.faq-list-top > div > p {
	margin: 0;
	color: var(--faq-red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
}

.faq-section-heading h2,
.faq-list-top h2 {
	margin: 0;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.2;
}

.faq-section-heading > span {
	color: var(--faq-muted);
	font-size: 15px;
	line-height: 1.6;
}

.faq-category-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	border-top: 2px solid var(--faq-ink);
	border-bottom: 1px solid var(--faq-line);
}

.faq-category-menu a {
	position: relative;
	min-width: 0;
	min-height: 178px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 22px 12px;
	background: #fff;
	border-right: 1px solid var(--faq-line);
	transition: color .25s ease, background-color .25s ease;
}

.faq-category-menu a:last-child {
	border-right: 0;
}

.faq-category-menu a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 4px;
	content: "";
	background: var(--faq-red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s cubic-bezier(.2, .75, .2, 1);
}

.faq-category-menu a:hover,
.faq-category-menu a.is-active {
	color: #fff;
	background: var(--faq-green);
}

.faq-category-menu a:hover::after,
.faq-category-menu a.is-active::after {
	transform: scaleX(1);
}

.faq-category-icon {
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	margin-bottom: 5px;
	background: var(--faq-soft);
	border: 1px solid #dce0e0;
	transition: background-color .25s ease, transform .25s ease;
}

.faq-category-menu a:hover .faq-category-icon,
.faq-category-menu a.is-active .faq-category-icon {
	background: #fff;
	transform: translateY(-4px);
}

.faq-category-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.faq-category-icon svg {
	width: 34px;
	height: 34px;
	color: #303637;
}

.faq-category-menu strong {
	max-width: 100%;
	font-size: 17px;
	line-height: 1.35;
	text-align: center;
	overflow-wrap: anywhere;
}

.faq-category-menu small {
	color: #7c8587;
	font-size: 14px;
}

.faq-category-menu a:hover small,
.faq-category-menu a.is-active small {
	color: #cbd4d3;
}

.faq-category-empty {
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: var(--faq-soft);
	border-top: 2px solid var(--faq-ink);
}

.faq-category-empty svg {
	width: 28px;
	height: 28px;
	color: #859092;
}

.faq-category-empty strong {
	font-size: 16px;
}

.faq-list-section {
	padding: 80px 0 100px;
	border-top: 1px solid var(--faq-line);
}

.faq-list-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	align-items: end;
	gap: 40px;
	margin-bottom: 30px;
}

.faq-list-top > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 7px 16px;
}

.faq-list-top > div > span {
	grid-column: 2;
	color: var(--faq-muted);
	font-size: 14px;
}

.faq-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: stretch;
	border-bottom: 2px solid var(--faq-ink);
}

.faq-search label {
	position: relative;
	min-width: 0;
}

.faq-search label svg {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 20px;
	height: 20px;
	color: #697174;
}

.faq-search input {
	width: 100%;
	height: 56px;
	padding: 0 12px 0 34px;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 15px;
}

.faq-search > a,
.faq-search > button {
	display: grid;
	place-items: center;
	border: 0;
}

.faq-search > a {
	width: 42px;
	color: #70797b;
}

.faq-search > button {
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	background: var(--faq-red);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.faq-search svg {
	width: 18px;
	height: 18px;
}

.faq-accordion {
	border-top: 2px solid var(--faq-ink);
}

.faq-accordion-item {
	position: relative;
	background: #fff;
	border-bottom: 1px solid var(--faq-line);
	transition: box-shadow .28s ease;
}

.faq-accordion-item::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 4px;
	background: var(--faq-red);
	content: "";
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .34s cubic-bezier(.16, 1, .3, 1);
}

.faq-accordion-item.is-open {
	box-shadow: 0 16px 38px rgba(22, 35, 34, .1);
}

.faq-accordion-item.is-open::before {
	transform: scaleY(1);
}

.faq-accordion-item h3 {
	margin: 0;
}

.faq-accordion-item h3 button {
	width: 100%;
	min-height: 102px;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 17px;
	padding: 18px 20px;
	color: var(--faq-ink);
	background: #fff;
	border: 0;
	text-align: left;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease;
}

.faq-accordion-item:not(.is-open) h3 button:hover {
	background: #f4f7f6;
}

.faq-accordion-item.is-open h3 button {
	color: #fff;
	background: var(--faq-green);
}

.faq-question-mark,
.faq-answer-mark {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 700;
}

.faq-question-mark {
	color: var(--faq-red);
}

.faq-question-copy {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.faq-question-copy small {
	color: var(--faq-red);
	font-size: 14px;
	font-weight: 750;
}

.faq-accordion-item.is-open .faq-question-mark,
.faq-accordion-item.is-open .faq-question-copy small {
	color: #e1c37c;
}

.faq-question-copy strong {
	font-size: 18px;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.faq-accordion-item h3 button > svg {
	justify-self: center;
	width: 22px;
	height: 22px;
	transition: transform .25s ease;
}

.faq-answer {
	height: 0;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 17px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 74px 0 20px;
	background: #f6f8f7;
	border-top: 0;
	opacity: 0;
	transition: height .38s cubic-bezier(.16, 1, .3, 1), padding .38s cubic-bezier(.16, 1, .3, 1), opacity .22s ease;
}

.faq-answer[hidden] {
	display: none;
}

.faq-accordion-item.is-open .faq-answer {
	padding-top: 28px;
	padding-bottom: 34px;
	border-top: 1px solid rgba(31, 75, 70, .12);
	opacity: 1;
}

.faq-answer-mark {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	color: var(--faq-green);
	background: #fff;
	border-top: 3px solid var(--faq-red);
	box-shadow: 0 8px 22px rgba(28, 48, 46, .08);
	opacity: 0;
	transform: translateX(-9px);
	transition: opacity .28s ease .08s, transform .34s cubic-bezier(.16, 1, .3, 1) .08s;
}

.faq-answer-body {
	min-width: 0;
	max-width: 100%;
	color: #33393a;
	font-size: 16px;
	line-height: 1.6;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
	opacity: 0;
	transform: translateY(7px);
	transition: opacity .28s ease .12s, transform .34s cubic-bezier(.16, 1, .3, 1) .12s;
}

.faq-answer-loading {
	min-height: 64px;
	display: grid;
	place-items: center;
	box-sizing: border-box;
	padding: 12px;
}

.faq-answer-loading-dots {
	position: relative;
	width: 34px;
	height: 34px;
	display: block;
	animation: faq-answer-dots-spin 1.05s linear infinite;
}

.faq-answer-loading-dots i {
	position: absolute;
	inset: 0;
	display: block;
	transform: rotate(0deg);
}

.faq-answer-loading-dots i::after {
	position: absolute;
	top: 1px;
	left: 50%;
	width: 5px;
	height: 5px;
	content: "";
	background: var(--faq-green);
	border-radius: 50%;
	transform: translateX(-50%);
	animation: faq-answer-dot-pulse 1.05s ease-in-out infinite;
}

.faq-answer-loading-dots i:nth-child(2) { transform: rotate(45deg); }
.faq-answer-loading-dots i:nth-child(3) { transform: rotate(90deg); }
.faq-answer-loading-dots i:nth-child(4) { transform: rotate(135deg); }
.faq-answer-loading-dots i:nth-child(5) { transform: rotate(180deg); }
.faq-answer-loading-dots i:nth-child(6) { transform: rotate(225deg); }
.faq-answer-loading-dots i:nth-child(7) { transform: rotate(270deg); }
.faq-answer-loading-dots i:nth-child(8) { transform: rotate(315deg); }
.faq-answer-loading-dots i:nth-child(2)::after { animation-delay: -.92s; }
.faq-answer-loading-dots i:nth-child(3)::after { animation-delay: -.79s; }
.faq-answer-loading-dots i:nth-child(4)::after { animation-delay: -.66s; }
.faq-answer-loading-dots i:nth-child(5)::after { animation-delay: -.53s; }
.faq-answer-loading-dots i:nth-child(6)::after { animation-delay: -.4s; }
.faq-answer-loading-dots i:nth-child(7)::after { animation-delay: -.27s; }
.faq-answer-loading-dots i:nth-child(8)::after { animation-delay: -.14s; }

.faq-answer-error {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 18px;
	box-sizing: border-box;
	padding: 18px 20px;
	background: #eef2f1;
	border-left: 3px solid var(--faq-green);
}

.faq-answer-error > div {
	display: grid;
	gap: 4px;
}

.faq-answer-error strong {
	color: #17201f;
	font-size: 15px;
	line-height: 1.35;
}

.faq-answer-error small {
	color: #73807e;
	font-size: 14px;
	line-height: 1.45;
}

.faq-answer-error {
	justify-content: space-between;
	border-left-color: var(--faq-red);
}

.faq-answer-error button {
	min-height: 40px;
	padding: 0 16px;
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	background: var(--faq-red);
	border: 0;
	cursor: pointer;
}

@keyframes faq-answer-dots-spin {
	to { transform: rotate(360deg); }
}

@keyframes faq-answer-dot-pulse {
	0%, 100% { opacity: .24; transform: translateX(-50%) scale(.68); }
	45% { opacity: 1; transform: translateX(-50%) scale(1.18); }
}

.faq-accordion-item.is-open .faq-answer-mark,
.faq-accordion-item.is-open .faq-answer-body {
	opacity: 1;
	transform: translate(0);
}

.faq-answer-body p {
	margin: 0 0 3px !important;
	line-height: 1.6 !important;
}

.faq-answer-body li,
.faq-answer-body div:not(.faq-editor-youtube) {
	line-height: 1.6;
}

.faq-answer-body > :first-child {
	margin-top: 0;
}

.faq-answer-body > :last-child {
	margin-bottom: 0;
}

.faq-answer-body h2,
.faq-answer-body h3,
.faq-answer-body h4 {
	line-height: 1.35;
}

.faq-answer-body a {
	color: var(--faq-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.faq-answer-body img,
.faq-answer-body video,
.faq-answer-body iframe {
	display: block;
	max-width: 100%;
	margin: 22px auto;
}

.faq-answer-body .faq-editor-media-block {
	position: relative;
	display: flow-root;
	clear: both;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 1px;
	overflow: hidden;
	margin: 18px 0;
	padding: 0;
	line-height: 0;
	text-align: center;
}

.faq-answer-body .faq-editor-media-block > img,
.faq-answer-body .faq-editor-media-block > video {
	position: static;
	display: block;
	float: none;
	max-width: 100%;
	margin: 0 auto 0 0;
	vertical-align: top;
}

.faq-answer-body .faq-editor-media-block > img {
	width: auto;
}

.faq-answer-body .faq-editor-media-block.is-align-left > img {
	margin-left: 0;
	margin-right: auto;
}

.faq-answer-body .faq-editor-media-block.is-align-center > img {
	margin-left: auto;
	margin-right: auto;
}

.faq-answer-body .faq-editor-media-block.is-align-right > img {
	margin-left: auto;
	margin-right: 0;
}

.faq-answer-body .faq-editor-media-block.is-align-justify > img {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.faq-answer-body img,
.faq-answer-body video {
	display: block;
	height: auto;
	margin-left: 0;
	margin-right: auto;
}

.faq-answer-body video {
	width: 100% !important;
	max-width: 100% !important;
	max-height: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
	aspect-ratio: auto;
	object-fit: contain;
	background: #111;
}

.faq-answer-body .faq-editor-media-block.is-video {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: var(--faq-video-aspect, 16 / 9);
	max-height: none;
	overflow: hidden;
	background: #111;
}

.faq-answer-body .faq-editor-media-block.is-video video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: none;
	margin: 0 !important;
	aspect-ratio: inherit;
	object-fit: contain;
	background: #111;
}

.faq-answer-body .faq-editor-youtube {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin: 18px auto 18px 0;
	background: #111;
	line-height: 0;
}

.faq-answer-body .faq-editor-youtube-preview {
	display: none !important;
}

.faq-answer-body .faq-editor-youtube iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	margin: 0;
	border: 0;
	background: #111;
}

.faq-answer-body .faq-youtube-poster {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: #111;
	cursor: pointer;
	overflow: hidden;
}

.faq-answer-body .faq-youtube-poster::after {
	position: absolute;
	inset: 0;
	content: '';
	background: rgba(8, 12, 13, .2);
	transition: background-color .22s ease;
}

.faq-answer-body .faq-youtube-poster:hover::after,
.faq-answer-body .faq-youtube-poster:focus-visible::after {
	background: rgba(8, 12, 13, .08);
}

.faq-answer-body .faq-youtube-poster > img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	object-fit: cover;
}

.faq-answer-body .faq-youtube-poster-play {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 17px;
	background: var(--red);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .25);
}

.faq-answer-body .faq-youtube-poster-play i {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
}

.faq-answer-body .faq-youtube-poster-play strong {
	font: inherit;
	letter-spacing: 0;
}

.faq-answer-body .faq-editor-youtube.is-align-left {
	margin-left: 0;
	margin-right: auto;
}

.faq-answer-body .faq-editor-youtube.is-align-center {
	margin-left: auto;
	margin-right: auto;
}

.faq-answer-body .faq-editor-youtube.is-align-right {
	margin-left: auto;
	margin-right: 0;
}

.faq-answer-body .faq-editor-youtube.is-align-justify {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.faq-answer-body iframe {
	display: block;
	width: min(100%, 900px);
	aspect-ratio: 16 / 9;
	height: auto;
	margin-left: 0;
	margin-right: auto;
	border: 0;
}

.faq-answer-body table {
	width: 100%;
	display: table;
	margin: 22px 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.faq-answer-body th,
.faq-answer-body td {
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid #c9d0d0;
	overflow-wrap: anywhere;
}

.faq-answer-body th {
	background: #e3e8e7;
}

.faq-list-empty {
	min-height: 310px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 34px;
	background: var(--faq-soft);
	text-align: center;
}

.faq-list-empty svg {
	width: 34px;
	height: 34px;
	color: #7d8789;
}

.faq-list-empty strong {
	font-size: 18px;
}

.faq-list-empty span,
.faq-list-empty a {
	font-size: 14px;
}

.faq-list-empty span {
	color: var(--faq-muted);
}

.faq-list-empty a {
	margin-top: 8px;
	padding: 10px 15px;
	color: #fff;
	background: var(--faq-red);
	font-weight: 750;
}

.faq-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 32px;
}

.faq-pagination a,
.faq-pagination span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid var(--faq-line);
	font-size: 14px;
}

.faq-pagination a.is-current {
	color: #fff;
	background: var(--faq-ink);
	border-color: var(--faq-ink);
}

.faq-pagination span {
	color: #afb5b6;
	background: #f5f6f6;
}

.faq-pagination svg {
	width: 18px;
	height: 18px;
}

.faq-contact-band {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	margin: 0;
	padding: 72px max(28px, calc((100vw - 1240px) / 2));
	overflow: hidden;
	color: #fff;
	background: #171b1c;
	isolation: isolate;
}

.faq-contact-band::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background: var(--faq-green);
	transform: scaleX(1);
	transform-origin: left center;
}

.faq-contact-band > div,
.faq-contact-band > a {
	position: relative;
	z-index: 1;
}

.faq-contact-band p {
	margin: 0 0 12px;
	color: var(--faq-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
}

.faq-contact-band h2 {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.2;
}

.faq-contact-band > div > span {
	display: block;
	margin-top: 16px;
	color: #c5d0cf;
	font-size: 15px;
	line-height: 1.65;
}

.faq-contact-band > a {
	min-width: 190px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #fff;
	background: var(--faq-red);
	font-size: 15px;
	font-weight: 800;
}

.faq-contact-band > a svg {
	width: 18px;
	height: 18px;
}

.faq-motion-enabled .faq-contact-band[data-motion="fill"] {
	opacity: 1;
}

.faq-motion-enabled .faq-contact-band[data-motion="fill"]::before {
	transform: scaleX(0);
	transition: transform .9s cubic-bezier(.16, 1, .3, 1);
}

.faq-motion-enabled .faq-contact-band[data-motion="fill"] > * {
	opacity: 0;
	transform: translate3d(-24px, 0, 0);
	transition: opacity .35s ease .38s, transform .72s cubic-bezier(.16, 1, .3, 1) .32s;
}

.faq-motion-enabled .faq-contact-band[data-motion="fill"].is-faq-visible::before {
	transform: scaleX(1);
}

.faq-motion-enabled .faq-contact-band[data-motion="fill"].is-faq-visible > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
	.faq-hero-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.faq-hero-number {
		align-self: flex-end;
	}

	.faq-list-top {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.faq-contact-band {
		padding: 56px 40px;
	}
}

@media (max-width: 720px) {
	.faq-hero-inner,
	.faq-category-section,
	.faq-list-section {
		width: min(100% - 32px, 1240px);
	}

	.faq-hero {
		min-height: 500px;
    background-position: 72% center;
	}

	.faq-hero::before {
		background: rgba(11, 13, 14, .72);
	}

	.faq-hero-inner {
		justify-content: center;
		gap: 34px;
		padding: 80px 0 54px;
	}

	.faq-hero-copy h1 {
		font-size: 44px;
	}

	.faq-hero-copy > span {
		font-size: 16px;
	}

	.faq-hero-number strong {
		font-size: 50px;
	}

	.faq-category-section {
		padding: 62px 0 58px;
	}

	.faq-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 24px;
	}

	.faq-section-heading h2,
	.faq-list-top h2 {
		font-size: 30px;
	}

	.faq-category-menu {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.faq-category-menu a {
		flex: 0 0 142px;
		min-height: 150px;
		scroll-snap-align: start;
	}

	.faq-category-icon {
		width: 58px;
		height: 58px;
	}

	.faq-category-icon img {
		width: 38px;
		height: 38px;
	}

	.faq-list-section {
		padding: 58px 0 72px;
	}

	.faq-list-top > div {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.faq-search > button {
		min-width: 64px;
	}

	.faq-search > button span {
		display: none;
	}

	.faq-accordion-item h3 button {
		min-height: 94px;
		grid-template-columns: 36px minmax(0, 1fr) 30px;
		gap: 12px;
		padding: 16px 10px;
	}

	.faq-question-mark,
	.faq-answer-mark {
		font-size: 25px;
	}

	.faq-answer-mark {
		width: 34px;
		height: 34px;
	}

	.faq-question-copy strong {
		font-size: 16px;
	}

	.faq-answer {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
		padding-right: 12px;
		padding-left: 10px;
	}

	.faq-accordion-item.is-open .faq-answer {
		padding-top: 20px;
		padding-bottom: 26px;
	}

	.faq-answer-body {
		font-size: 15px;
		line-height: 1.6;
	}

	.faq-answer-loading {
		min-height: 56px;
		padding: 8px;
	}

	.faq-answer-error {
		min-height: 84px;
		gap: 12px;
		padding: 14px;
	}

	.faq-answer-error {
		align-items: flex-start;
		flex-direction: column;
	}

	.faq-answer-error button {
		width: 100%;
	}

	.faq-answer-body table {
		display: block;
		overflow-x: auto;
		table-layout: auto;
		-webkit-overflow-scrolling: touch;
	}

	.faq-answer-body th,
	.faq-answer-body td {
		min-width: 120px;
	}

	.faq-contact-band {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
		margin: 0;
		padding: 48px 24px;
	}

	.faq-contact-band > a {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.faq-hero-copy h1 {
		font-size: 38px;
	}

	.faq-hero-copy > span {
		font-size: 15px;
	}

	.faq-section-heading > div,
	.faq-list-top > div {
		grid-template-columns: 1fr;
	}

	.faq-list-top > div > span {
		grid-column: 1;
	}

	.faq-category-menu a {
		flex-basis: 132px;
	}

	.faq-pagination a,
	.faq-pagination span {
		width: 40px;
		height: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.faq-hero::after,
	.faq-hero-copy p,
	.faq-hero-copy h1,
	.faq-hero-copy > span,
	.faq-hero-number {
		animation: none;
	}

	.faq-category-menu a,
	.faq-category-icon,
	.faq-accordion-item,
	.faq-accordion-item::before,
	.faq-accordion-item h3 button,
	.faq-accordion-item h3 button > svg,
	.faq-answer,
	.faq-answer-mark,
	.faq-answer-body {
		transition: none;
	}

	.faq-motion-enabled [data-faq-reveal] {
		clip-path: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.faq-motion-enabled .faq-contact-band[data-motion="fill"]::before {
		transform: scaleX(1);
		transition: none;
	}

	.faq-motion-enabled .faq-contact-band[data-motion="fill"] > * {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
.faq-editor-youtube-marker {
	display: none !important;
}
