.faq-302aa1b4-wrapper {
	width: 100%;
}

.faq-302aa1b4-item {
	border: 1px solid #E0E0E0;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.faq-302aa1b4-item + .faq-302aa1b4-item {
	border-top: none;
}

.faq-302aa1b4-item:first-child {
	border-radius: 8px 8px 0 0;
}

.faq-302aa1b4-item:last-child {
	border-radius: 0 0 8px 8px;
}

.faq-302aa1b4-item:only-child {
	border-radius: 8px;
}

.faq-302aa1b4-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 24px;
	background: #FFFFFF;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.3s ease, color 0.3s ease;
	gap: 16px;
	outline: none;
}

.faq-302aa1b4-question:focus-visible {
	outline: 2px solid #00769E;
	outline-offset: -2px;
}

.faq-302aa1b4-icon-left {
	flex-direction: row-reverse;
}

.faq-302aa1b4-question-text {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	color: #383B42;
	transition: color 0.3s ease;
	flex: 1;
}

.faq-302aa1b4-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease, color 0.3s ease;
	color: #383B42;
}

.faq-302aa1b4-icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.faq-302aa1b4-icon-plus {
	display: block;
}

.faq-302aa1b4-icon-minus {
	display: none;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-icon-plus {
	display: none;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-icon-minus {
	display: block;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-question {
	background-color: #00769E;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-question-text {
	color: #FFFFFF;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-icon {
	color: #FFFFFF;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-icon svg {
	stroke: currentColor;
}

.faq-302aa1b4-answer {
	overflow: hidden;
	transition: max-height 0.35s ease, opacity 0.3s ease;
	max-height: 0;
	opacity: 0;
	background-color: #F0F0F0;
}

.faq-302aa1b4-answer.is-open {
	max-height: 600px;
	opacity: 1;
}

.faq-302aa1b4-answer-inner {
	padding: 20px 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #7A7A7A;
}

.faq-302aa1b4-answer-inner p {
	margin: 0 0 10px;
}

.faq-302aa1b4-answer-inner p:last-child {
	margin-bottom: 0;
}

.faq-302aa1b4-question:hover {
	background-color: #f7f7f7;
}

.faq-302aa1b4-item.is-active .faq-302aa1b4-question:hover {
	background-color: #006589;
}
