/* Elastislide Style */
.es-carousel-wrapper{
	padding: 0.625rem 1.6875rem;
	position:relative;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height: 100%;
    display: block;
    margin-right: 0!important;
}
.es-carousel ul li a{
	border-radius: 0.625rem;
	display:block;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border: 1px solid!important;
    border-color: #5A4FFF!important;
    opacity: 1.0;
    border-radius: var(--default-border-radius);
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-prev {
	right:auto;
	left:8px;
	background-position:top right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.25 16.5L0.750001 9L8.25 1.5' stroke='%237E94B4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.75 16.5L8.25 9L0.749998 1.5' stroke='%237E94B4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
}
.es-nav span:hover{
	opacity:1.0;
}