/* == Ends */

/*  Starts */
.eb-button-wrapper.undefined {
	margin-top: 28px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 28px;
}

.eb-button-wrapper.undefined .eb-button-inner-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.eb-button-wrapper.undefined .eb-button-loadmore, .eb-button-wrapper-undefined .eb-button-loadmore, .eb-button-wrapper.undefined .eb-button-anchor {
	background: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	color: #fff;
	transition: all .3s, background .5s, border .5s, border-radius .5s, box-shadow .5s;
}

.eb-button-wrapper.undefined .eb-button-anchor:hover, .eb-button-wrapper-undefined .eb-button-loadmore:hover, .eb-button-wrapper.undefined .eb-button-loadmore:hover {
	background-color: rgba(81, 63, 212, 1);
	color: #000;
}

.eb-parent-undefined {
	display: block;
}

.root-undefined {
	position: relative;
}

.root-undefined.eb_liquid_glass-effect1 {
	background-color: rgba(255, 255, 255, .12);
	backdrop-filter: blur(24px);
}

.root-undefined.eb_liquid_glass-effect2 {
	background-color: rgba(255, 255, 255, .12);
	backdrop-filter: blur(24px) brightness(1);
}

.root-undefined.eb_liquid_glass_shadow-effect1 {
	border-width: 1px;
	border-color: rgba(255, 255, 255, .12);
	border-style: solid;
	border-radius: 24px;
}

.root-undefined.eb_liquid_glass-effect1 > .eb-parent-wrapper > div {
	background: transparent;
}

@media (max-width: 1024px) {
	.eb-parent-undefined {
		display: block;
	}
}

@media (max-width: 767px) {
	.eb-parent-undefined {
		display: block;
	}
}
