#tpHeroCarousel.tp-banner-arrows-ready {
	position: relative;
	touch-action: pan-y;
}

#tpHeroCarousel .tp-banner-arrow {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	margin: 0;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 8;
}

#tpHeroCarousel .tp-banner-arrow::before {
	background: rgb(2 108 106 / 82%);
	border: 1px solid rgb(255 255 255 / 68%);
	border-radius: 50%;
	box-shadow: 0 5px 16px rgb(9 34 45 / 20%);
	content: "";
	inset: 4px;
	position: absolute;
	transition:
		background-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

#tpHeroCarousel .tp-banner-arrow--previous {
	left: 0;
}

#tpHeroCarousel .tp-banner-arrow--next {
	right: 0;
}

#tpHeroCarousel .tp-banner-arrow:hover::before {
	background: rgb(0 91 89 / 92%);
	box-shadow: 0 7px 20px rgb(9 34 45 / 28%);
}

#tpHeroCarousel .tp-banner-arrow:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -1px;
}

#tpHeroCarousel .tp-banner-arrow:active::before {
	background: rgb(0 74 72 / 96%);
	transform: scale(0.94);
}

#tpHeroCarousel .tp-banner-arrow svg {
	display: block;
	fill: none;
	height: 20px;
	pointer-events: none;
	position: relative;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 20px;
	z-index: 1;
}

#tpHeroCarousel.tp-banner-arrows-ready + #tpHeroDots,
#tpHeroCarousel.tp-banner-arrows-ready ~ #tpHeroDots {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	#tpHeroCarousel .tp-banner-arrow {
		height: 44px;
		width: 44px;
	}

	#tpHeroCarousel .tp-banner-arrow::before {
		inset: 2px;
	}

	#tpHeroCarousel .tp-banner-arrow svg {
		height: 19px;
		width: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#tpHeroCarousel .tp-banner-arrow::before {
		transition: none;
	}
}
