.fc-container-24853be4 {
	perspective: 1000px;
	width: 100%;
	height: 320px;
	cursor: pointer;
}

.fc-inner-24853be4 {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transform-style: preserve-3d;
}

.fc-flip-horizontal-24853be4:hover .fc-inner-24853be4 {
	transform: rotateY(180deg);
}

.fc-flip-vertical-24853be4:hover .fc-inner-24853be4 {
	transform: rotateX(180deg);
}

.fc-face-24853be4 {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px;
}

.fc-front-24853be4 {
	background-color: #6C63FF;
	color: #ffffff;
}

.fc-back-24853be4 {
	background-color: #FF6584;
	color: #ffffff;
}

.fc-flip-horizontal-24853be4 .fc-back-24853be4 {
	transform: rotateY(180deg);
}

.fc-flip-vertical-24853be4 .fc-back-24853be4 {
	transform: rotateX(180deg);
}

.fc-icon-24853be4 {
	margin-bottom: 15px;
	line-height: 1;
}

.fc-icon-24853be4 i {
	font-size: 50px;
}

.fc-icon-24853be4 svg {
	width: 50px;
	height: 50px;
	fill: currentColor;
}

.fc-title-24853be4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1.3;
}

.fc-subtitle-24853be4 {
	font-size: 15px;
	font-weight: 500;
	opacity: 0.85;
	margin-bottom: 6px;
	line-height: 1.4;
}

.fc-subtitle-24853be4 p {
	margin: 0 0 4px;
}

.fc-subtitle-24853be4 p:last-child {
	margin-bottom: 0;
}

.fc-desc-24853be4 {
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.9;
	margin-bottom: 10px;
}

.fc-desc-24853be4 p {
	margin: 0 0 8px;
}

.fc-desc-24853be4 p:last-child {
	margin-bottom: 0;
}

.fc-btn-wrap-24853be4 {
	margin-top: 15px;
}

.fc-btn-24853be4 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	background-color: #ffffff;
	color: #333333;
	border: none;
	cursor: pointer;
	line-height: 1;
	box-sizing: border-box;
}

.fc-btn-24853be4:hover {
	background-color: #333333;
	color: #ffffff;
}

/* Button sizes */
.fc-btn-xs-24853be4 {
	padding: 8px 16px;
	font-size: 12px;
	border-radius: 4px;
}

.fc-btn-sm-24853be4 {
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 5px;
}

.fc-btn-md-24853be4 {
	padding: 12px 28px;
	font-size: 14px;
	border-radius: 6px;
}

.fc-btn-lg-24853be4 {
	padding: 16px 36px;
	font-size: 16px;
	border-radius: 7px;
}

.fc-btn-xl-24853be4 {
	padding: 20px 44px;
	font-size: 18px;
	border-radius: 8px;
}

.fc-btn-full-24853be4 {
	width: 100%;
}

.fc-btn-icon-24853be4 {
	display: inline-flex;
	align-items: center;
}

.fc-btn-icon-24853be4 i {
	font-size: 1em;
}

.fc-btn-icon-24853be4 svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
