.elementor-flip-box {
	height: 280px;
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
}

@media (max-width:1024px) {
	.elementor-flip-box {
		cursor: pointer;
	}
}

.elementor-flip-box__front {
	background-color: #1abc9c;
}

.elementor-flip-box__back {
	background-color: #4054b2;
	display: block;
}

.elementor-flip-box__layer {
	height: 100%;
	position: absolute;
	transition: all .6s ease-in-out;
	width: 100%;
}

.elementor-flip-box__layer__overlay {
	align-items: stretch;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 35px;
	text-align: center;
	width: 100%;
}

.elementor-flip-box__layer__title {
	font-size: 21px;
}

.elementor-flip-box__layer__description {
	font-size: 14px;
}

.elementor-flip-box__layer__description:not(:last-child), .elementor-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0;
}

.elementor-flip-box__layer__title {
	font-weight: 600;
	line-height: 1;
}

.elementor-flip-box, .elementor-flip-box .elementor-view-framed, .elementor-flip-box .elementor-view-stacked {
	--e-flip-box-view-framed-stacked-icon-color: #fff;
}

.elementor-flip-box .elementor-icon svg, .elementor-flip-box .elementor-view-framed .elementor-icon svg, .elementor-flip-box .elementor-view-stacked .elementor-icon svg {
	fill: var(--e-flip-box-view-framed-stacked-icon-color);
}

.elementor-flip-box__button.elementor-button {
	align-self: center;
	background: transparent;
	border: 2px solid #fff;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.elementor-flip-box__button.elementor-button:focus-visible, .elementor-flip-box__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0;
}

.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back, .elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
	opacity: 1;
}