.fb-7c48dbd9-container {
	perspective: 1000px;
	width: 100%;
	height: 300px;
}

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

.fb-7c48dbd9-container:hover .fb-7c48dbd9-inner,
.fb-7c48dbd9-container.fb-7c48dbd9-flipped .fb-7c48dbd9-inner {
	transform: rotateY(180deg);
}

.fb-7c48dbd9-container[data-direction="vertical"]:hover .fb-7c48dbd9-inner,
.fb-7c48dbd9-container[data-direction="vertical"].fb-7c48dbd9-flipped .fb-7c48dbd9-inner {
	transform: rotateX(180deg);
}

.fb-7c48dbd9-face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.fb-7c48dbd9-front {
	background-color: #6C63FF;
	border-radius: 10px;
}

.fb-7c48dbd9-back {
	background-color: #FF6584;
	border-radius: 10px;
	transform: rotateY(180deg);
}

.fb-7c48dbd9-container[data-direction="vertical"] .fb-7c48dbd9-back {
	transform: rotateX(180deg);
}

.fb-7c48dbd9-content {
	text-align: center;
	max-width: 100%;
}

.fb-7c48dbd9-icon {
	margin-bottom: 15px;
	line-height: 1;
}

.fb-7c48dbd9-icon i {
	font-size: inherit;
}

.fb-7c48dbd9-icon svg {
	width: inherit;
	height: inherit;
}

.fb-7c48dbd9-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.fb-7c48dbd9-desc {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.6;
}

.fb-7c48dbd9-button {
	display: inline-block;
	padding: 10px 25px;
	background-color: #FFFFFF;
	color: #FF6584;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
	margin-top: 5px;
}

.fb-7c48dbd9-button:hover {
	background-color: #333333;
	color: #FFFFFF;
}
