
.swiper {
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: -6px;
}

.carousel-bleed .swiper {
	overflow-x: visible !important;
	overflow-y: visible !important;
}

.swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	--swiper-pagination-bullet-horizontal-gap: 10px;
	opacity: 1;
	box-shadow: inset 0 0 0 2px #262262;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #262262;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	text-align: left;
	left: 10px;
}

.elementor-testimonial--layout-image_stacked .swiper-horizontal > .swiper-pagination-bullets, .elementor-testimonial--layout-image_stacked .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-testimonial--layout-image_stacked .swiper-pagination-custom, .elementor-testimonial--layout-image_stacked .swiper-pagination-fraction {
	text-align: center !important;
}

.swiper-pagination-horizontal {
	bottom: -5px !important;
}

.slider_nav-above .elementor-swiper-button {
	position: absolute;
	top: -50px !important;
	left: auto !important;
	right: 0 !important;
}

.slider_nav-above .elementor-swiper-button.elementor-swiper-button-prev {
	right: 50px !important;
}

.slider_nav-above .elementor-swiper-button .eicon-chevron-left, .slider_nav-above .elementor-swiper-button .eicon-chevron-right {
	background-color: #262262;
	border-radius: 50%;
	padding: 8px 8px 7px 12px;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider_nav-above .elementor-swiper-button .eicon-chevron-left {
	padding: 8px 11px 7px 10px;
}

.slider_nav-above.slider_nav-above_invert .eicon-chevron-left, .slider_nav-above.slider_nav-above_invert .eicon-chevron-right {
	color: #262262;
	background-color: #fff;
}

#board-description {
	anchor-name: --board-desc;
}

.con_testimonials .swiper-horizontal {
	margin-top: 15px;
}

.con_testimonials .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	--swiper-pagination-bullet-horizontal-gap: 15px;
	opacity: 1;
	background: #e5f3f8;
	box-shadow: none;
	margin-left: 0 !important;
	opacity: .3;
}

.con_testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e5f3f8;
	opacity: 1;
}

.e-con-inner:has(>#board-testimonials) {
	position: relative;
}

@media only screen and (min-width:1170px) {
	@supports (anchor-name:--x) {
		.e-con-inner:has(>#board-testimonials) > .swiper-pagination.is-anchored {
			position: absolute;
			left: anchor(--board-desc left);
			top: anchor(--board-desc bottom);
			right: auto;
			bottom: auto;
			width: max-content;
			margin: 0;
			text-align: left;
		}
	}
}
