.epys-nosotros-video {
	width: min(100%, 896px);
	margin: 0 auto;
}

.epys-nosotros-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 896 / 504;
	border-radius: 24px;
	overflow: hidden;
	background: #10151d;
	box-shadow: 0 14px 30px rgba(10, 18, 30, 0.22);
}

.epys-nosotros-video__frame img,
.epys-nosotros-video__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.epys-nosotros-video__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.32));
	border: 0;
	cursor: pointer;
}

.epys-nosotros-video__play:hover{
	background-color: unset !important;
}

.epys-nosotros-video__play-icon {
	width: 78px;
	height: 78px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(34, 197, 94, 0.95);
	box-shadow: 0 10px 25px rgba(10, 20, 16, 0.35);
	transition: transform 0.22s ease, background-color 0.22s ease;
}

.epys-nosotros-video__play-icon svg {
	width: 36px;
	height: 36px;
	fill: #fff;
	margin-left: 3px;
}

.epys-nosotros-video__play:hover .epys-nosotros-video__play-icon {
	transform: scale(1.06);
	background: #16a34a;
}

.epys-testimonios {
	background: #f3f4f6;
	border-radius: 16px;
	padding: clamp(26px, 3.2vw, 40px);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.epys-testimonios__viewport {
	overflow: hidden;
}

.epys-testimonios__track {
	display: flex;
	transition: transform 0.36s ease;
}

.epys-testimonios__slide {
	flex: 0 0 100%;
	padding-right: 4px;
}

.epys-testimonios__quote-mark {
	font-size: 54px;
	line-height: 1;
	color: #b9e8c8;
	font-weight: 700;
}

.epys-testimonios__text {
	margin: 2px 0 20px;
	font-size: clamp(17px, 1.05vw, 20px);
	line-height: 1.9;
	font-style: italic;
	color: #5a6472;
	max-width: 95%;
}

.epys-testimonios__author {
	display: flex;
	align-items: center;
	gap: 14px;
}

.epys-testimonios__avatar {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #22c55e;
	color: #ffffff;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.epys-testimonios__author-copy p {
	margin: 0;
}

.epys-testimonios__name {
	font-size: 24px;
	font-size: clamp(18px, 1.3vw, 24px);
	font-weight: 700;
	color: #182131;
}

.epys-testimonios__years {
	font-size: 14px;
	color: #7f8896;
	margin-top: 2px;
}

.epys-testimonios__controls {
	margin-top: clamp(24px, 3vw, 30px);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}

.epys-testimonios__controls .epys-testimonios__arrow--prev {
	justify-self: start;
}

.epys-testimonios__controls .epys-testimonios__arrow--next {
	justify-self: end;
}

.epys-testimonios__arrow {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 0;
	background: #e6e9ee;
	color: #4b5563;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.epys-testimonios__arrow:hover {
	background: #22c55e;
	color: #fff;
}

.epys-testimonios__dots {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
}

.epys-testimonios__dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	border: 0;
	background: #c8ced8;
	padding: 0;
	cursor: pointer;
	transition: width 0.22s ease, background-color 0.22s ease;
}

.epys-testimonios__dot.is-active {
	width: 30px;
	background: #22c55e;
}

.epys-testimonios.is-single .epys-testimonios__controls {
	display: none;
}

@media (max-width: 767px) {
	.epys-nosotros-video__play-icon {
		width: 64px;
		height: 64px;
	}

	.epys-nosotros-video__play-icon svg {
		width: 30px;
		height: 30px;
	}

	.epys-testimonios__text {
		max-width: 100%;
		line-height: 1.75;
	}
}
