.ca-wrapper-763fade4 {
	display: flex;
	flex-direction: column;
}

.ca-item-763fade4 {
	border: 1px solid #72af26;
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}

.ca-header-763fade4 {
	display: flex;
	align-items: center;
	padding: 20px;
	cursor: pointer;
	user-select: none;
	gap: 20px;
}

.ca-number-763fade4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #72af26;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	flex-shrink: 0;
}

.ca-title-wrapper-763fade4 {
	flex-grow: 1;
}

.ca-title-763fade4 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #72af26;
}

.ca-icon-763fade4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f1f8eb;
	color: #72af26;
	font-size: 20px;
	font-weight: bold;
	flex-shrink: 0;
}

.ca-icon-opened-763fade4 {
	display: none;
}

.ca-item-763fade4.is-active .ca-icon-closed-763fade4 {
	display: none;
}

.ca-item-763fade4.is-active .ca-icon-opened-763fade4 {
	display: block;
}

.ca-content-763fade4 {
	display: none;
	padding: 0 20px 20px 90px;
	color: #555;
	line-height: 1.6;
}

.ca-item-763fade4.is-active .ca-content-763fade4 {
	display: block;
}

@media (max-width: 767px) {
	.ca-content-763fade4 {
		padding-left: 20px;
	}
}