.elementor-1732 .elementor-element.elementor-element-f4eb684 > .elementor-container{min-height:500px;}.elementor-1732 .elementor-element.elementor-element-f4eb684{padding:0% 0% 0% 0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1732 .elementor-element.elementor-element-c32879f > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1732 .elementor-element.elementor-element-c32879f{text-align:left;}.elementor-1732 .elementor-element.elementor-element-77fc013 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-1732 .elementor-element.elementor-element-77fc013 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-1732 .elementor-element.elementor-element-19ff92a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1732 .elementor-element.elementor-element-26613c1 > .elementor-widget-container{margin:30px 0px 10px 0px;}.elementor-1732 .elementor-element.elementor-element-26613c1 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-1732 .elementor-element.elementor-element-1253fbd > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS */.listauthor {
	padding:0;
	list-style:none;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start !important;
}

.listauthor li {
	width:calc(25% - 20px);
	background:#fff;
	margin:0 10px 20px;
    transition: 0.3s !important;
    top:0px;
    position: relative;
}

.listauthor li:hover {
    top:-20px;
    transition: 0.3s !important;
}

.wrapperauthor {
	padding:0 20px 0px!important;
}

@media only screen and (max-width: 768px) {
	.listauthor li {
	width:calc(50% - 20px);
	}
}

.listauthor h5{
	color:var( --e-global-color-primary );
	margin-bottom:0;
	font-size:16px;
	font-weight:600;
	margin-top:15px;
}

.listauthor h6 {
	color:var( --e-global-color-accent );
	font-size:14px;
	font-size:400 !important;
	margin-top:10px;
}

.listauthor img {
	aspect-ratio:1/1;
	object-fit:cover;
}

.wrapperauthor {
	padding:0 15px;
}

.flickity-viewport {
	width:100% !important;
	min-height:340px;
	bottom: 0 !important;
	overflow: visible !important;
}

.flickity-page-dots {
    bottom: -10px !important;
}

.flickity-button {
    
}


.flickity-slider li {
    min-height: 360px !important;
}

@media only screen and (max-width: 768px) {
  .flickity-slider li {
      min-width:70vw !important;
  }
}

.flickity-page-dots li{
	background:#fff !important;
	width:8px !important;
	height:8px !important;
	margin-left:5px !important;
	margin-right:5px !important;
}


.flickity-prev-next-button {
	background:none !important;
	color:#fff !important;
}

.flickity-prev-next-button.next {
	right:-40px !important;
}


.flickity-prev-next-button.previous {
	left:-40px !important;
}

.flickity-prev-next-button[disabled] {
	display:none;
}/* End custom CSS */