.elementor-widget-hermes-service-cards,
.elementor-widget-hermes-service-cards .hmw-service-cards,
.elementor-widget-hermes-service-cards .hmw-service-cards * {
	box-sizing: border-box;
}

.elementor-widget-hermes-service-cards {
	min-width: 0;
}

.elementor-widget-hermes-service-cards .hmw-service-cards {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	background: #f5f7fc;
	isolation: isolate;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
	padding: 64px 52px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--has-heading > .hmw-service-cards__inner {
	padding-top: var(--hmw-service-heading-top-space, 0px) !important;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__content-area {
	position: relative;
	z-index: 1;
	width: 100%;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__backdrop-viewport {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	overflow: hidden;
	pointer-events: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__backdrop {
	--hmw-service-backdrop-top: 0px;
	--hmw-service-backdrop-bottom: 0px;
	--hmw-service-backdrop-rotation: -3deg;
	position: absolute;
	z-index: 0;
	left: 50%;
	display: block;
	width: 84%;
	background: #dcd5ff;
	border-radius: 54px;
	opacity: .36;
	transform-origin: center;
	pointer-events: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__backdrop--spacing {
	top: var(--hmw-service-backdrop-top);
	bottom: var(--hmw-service-backdrop-bottom);
	height: auto;
	transform: translateX(-50%) rotate(var(--hmw-service-backdrop-rotation));
}

.elementor-widget-hermes-service-cards .hmw-service-cards__backdrop--height {
	top: 50%;
	bottom: auto;
	height: 86%;
	transform: translate(-50%, -50%) rotate(var(--hmw-service-backdrop-rotation));
}

.elementor-widget-hermes-service-cards .hmw-service-cards__header {
	position: relative;
	z-index: 3;
	width: 100%;
	margin: 0 0 34px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar {
	width: 100%;
	max-width: none;
	min-height: 130px;
	margin: 0;
	padding: 22px 26px;
	border-radius: 24px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-desktop-right .hmw-heading-bar__heading {
	flex-direction: row;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-desktop-left .hmw-heading-bar__heading {
	flex-direction: row-reverse;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(var(--hmw-service-columns, 3), minmax(0, 1fr));
	grid-auto-rows: auto;
	align-content: start;
	align-items: stretch;
	gap: 34px;
	width: 100%;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--height-desktop-content .hmw-service-cards__grid {
	align-items: start;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--height-desktop-row .hmw-service-cards__grid {
	align-items: stretch;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__card {
	--hmw-service-hover-lift: 10px;
	--hmw-service-hover-scale: 1.035;
	--hmw-service-accent-hover-height: 84%;
	position: relative;
	z-index: 1;
	display: block;
	min-width: 0;
	min-height: 220px;
	overflow: visible;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 16px 42px rgba(38, 24, 112, .08);
	font-size: 16px;
	isolation: isolate;
	direction: rtl;
	transform: translateY(0) scaleX(1);
	transform-origin: center;
	transition-property: transform, box-shadow;
	transition-duration: 420ms;
	transition-timing-function: cubic-bezier(.2, .78, .2, 1);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__surface {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: inherit;
	overflow: hidden;
	background-color: inherit;
	border-radius: inherit;
	direction: rtl;
	font-size: 100%;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__surface::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: var(--hmw-service-pattern, none);
	background-position: center;
	background-repeat: repeat;
	background-size: 180px auto;
	border-radius: inherit;
	opacity: .34;
	pointer-events: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--no-pattern .hmw-service-cards__surface::before {
	display: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__card:hover,
.elementor-widget-hermes-service-cards .hmw-service-cards__card:focus-within {
	z-index: 5;
	box-shadow: 0 24px 58px rgba(38, 24, 112, .14);
	transform: translateY(calc(-1 * var(--hmw-service-hover-lift))) scaleX(var(--hmw-service-hover-scale));
}

.elementor-widget-hermes-service-cards .hmw-service-cards__accent {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: -14px;
	display: block;
	width: 18px;
	height: 62%;
	background: #3d1bc3;
	border-radius: 12px 0 12px 12px;
	transform: translateY(-50%);
	transition-property: height, transform;
	transition-duration: 420ms;
	transition-timing-function: cubic-bezier(.2, .78, .2, 1);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__card:hover .hmw-service-cards__accent,
.elementor-widget-hermes-service-cards .hmw-service-cards__card:focus-within .hmw-service-cards__accent {
	height: var(--hmw-service-accent-hover-height);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon-panel {
	--hmw-service-panel-top: #5429eb;
	--hmw-service-panel-bottom: #3518b0;
	--hmw-service-panel-width: 68px;
	position: relative;
	z-index: 2;
	display: flex;
	flex: 0 0 var(--hmw-service-panel-width);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: var(--hmw-service-panel-width);
	min-width: 0;
	min-height: 10px;
	margin: 10px 10px 10px 0;
	padding: 9px 5px;
	color: #fff;
	background: linear-gradient(180deg, var(--hmw-service-panel-top) 0%, var(--hmw-service-panel-bottom) 100%);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 12px 25px rgba(53, 24, 176, .16);
}

.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-desktop-horizontal .hmw-service-cards__surface {
	flex-direction: row;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-desktop-horizontal .hmw-service-cards__icon-panel {
	flex: 0 0 var(--hmw-service-panel-width);
	flex-direction: column;
	align-self: auto;
	width: var(--hmw-service-panel-width);
}

.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-desktop-vertical .hmw-service-cards__surface {
	flex-direction: column;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-desktop-vertical .hmw-service-cards__icon-panel {
	flex: 0 0 auto;
	flex-direction: row;
	align-self: center;
	justify-content: space-around;
	width: var(--hmw-service-panel-width);
}

.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-desktop-vertical .hmw-service-cards__content {
	width: 100%;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: inherit;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon svg,
.elementor-widget-hermes-service-cards .hmw-service-cards__icon img {
	display: block;
	width: 30px;
	height: 30px;
	max-width: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon img {
	object-fit: contain;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 30px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__icon-label {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: ltr;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 10px 14px 9px 12px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__copy {
	display: flex;
	flex-direction: column;
	gap: .5em;
	min-width: 0;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__title {
	margin: 0;
	padding: 0;
	color: #120a4b;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__number {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__description {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #77749a;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-row {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	color: #120a4b;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: color .25s ease, transform .25s ease;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta:hover,
.elementor-widget-hermes-service-cards .hmw-service-cards__cta:focus-visible {
	color: #4a25d8;
	text-decoration: none;
	transform: translateX(-3px);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
	border-radius: 3px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon {
	display: inline-flex;
	flex: 0 0 14px;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	color: #4a25d8;
	background: transparent;
	border-radius: 999px;
	font-size: inherit;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta--icon-box-none .hmw-service-cards__cta-icon {
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon svg,
.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon img {
	object-fit: contain;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__cta-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-row {
	position: relative;
	z-index: 2;
	display: none;
	width: 100%;
	direction: rtl;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--top {
	margin-bottom: 24px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--bottom {
	margin-top: 24px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards--more-desktop-top .hmw-service-cards__more-row--top,
.elementor-widget-hermes-service-cards .hmw-service-cards--more-desktop-bottom .hmw-service-cards__more-row--bottom {
	display: flex;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 190px;
	min-width: 0;
	min-height: 44px;
	padding: 0;
	color: #3518b0;
	background: transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	direction: ltr;
	transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button:hover,
.elementor-widget-hermes-service-cards .hmw-service-cards__more-button:focus-visible {
	color: #5429eb;
	background: transparent;
	text-decoration: none;
	transform: translateY(-2px);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon {
	display: inline-flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	background: #3518b0;
	border-radius: 9px;
	transition: background-color .25s ease, transform .25s ease;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-left .hmw-service-cards__more-icon {
	order: 1;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-left .hmw-service-cards__more-text {
	order: 2;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-right .hmw-service-cards__more-icon {
	order: 2;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-right .hmw-service-cards__more-text {
	order: 1;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-box-none .hmw-service-cards__more-icon,
.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-box-none:hover .hmw-service-cards__more-icon,
.elementor-widget-hermes-service-cards .hmw-service-cards__more-button--icon-box-none:focus-visible .hmw-service-cards__more-icon {
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-button:hover .hmw-service-cards__more-icon,
.elementor-widget-hermes-service-cards .hmw-service-cards__more-button:focus-visible .hmw-service-cards__more-icon {
	background: #5429eb;
	transform: translateX(-2px);
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.elementor-widget-hermes-service-cards .hmw-service-cards__more-text {
	white-space: nowrap;
	direction: rtl;
}

@media (max-width: 1024px) {
	.elementor-widget-hermes-service-cards .hmw-service-cards__inner {
		padding: 44px 28px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header {
		margin-bottom: 28px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-tablet-right .hmw-heading-bar__heading {
		flex-direction: row;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-tablet-left .hmw-heading-bar__heading {
		flex-direction: row-reverse;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__grid {
		grid-template-columns: repeat(var(--hmw-service-tablet-columns, 2), minmax(0, 1fr));
		gap: 24px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--height-tablet-content .hmw-service-cards__grid {
		align-items: start;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--height-tablet-row .hmw-service-cards__grid {
		align-items: stretch;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__card {
		--hmw-service-hover-lift: 7px;
		--hmw-service-hover-scale: 1.02;
		min-height: 210px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon-panel {
		--hmw-service-panel-width: 86%;
		min-height: 62px;
		margin: 9px 9px 9px 0;
		padding: 8px 5px;
		gap: 5px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon,
	.elementor-widget-hermes-service-cards .hmw-service-cards__icon svg,
	.elementor-widget-hermes-service-cards .hmw-service-cards__icon img {
		width: 26px;
		height: 26px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon-label {
		font-size: 10px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__title {
		font-size: 11px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__description,
	.elementor-widget-hermes-service-cards .hmw-service-cards__cta {
		font-size: 9px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row {
		display: none;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--more-tablet-top .hmw-service-cards__more-row--top,
	.elementor-widget-hermes-service-cards .hmw-service-cards--more-tablet-bottom .hmw-service-cards__more-row--bottom {
		display: flex;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--top {
		margin-bottom: 20px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--bottom {
		margin-top: 20px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-button {
		gap: 10px;
		width: 184px;
		min-height: 40px;
		font-size: 13px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon svg {
		width: 17px;
		height: 17px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-tablet-horizontal .hmw-service-cards__surface {
		flex-direction: row;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-tablet-horizontal .hmw-service-cards__icon-panel {
		flex: 0 0 var(--hmw-service-panel-width);
		flex-direction: column;
		align-self: auto;
		width: var(--hmw-service-panel-width);
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-tablet-vertical .hmw-service-cards__surface {
		flex-direction: column;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-tablet-vertical .hmw-service-cards__icon-panel {
		flex: 0 0 auto;
		flex-direction: row;
		align-self: center;
		justify-content: space-around;
		width: var(--hmw-service-panel-width);
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-tablet-vertical .hmw-service-cards__content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.elementor-widget-hermes-service-cards .hmw-service-cards__inner {
		padding: 34px 18px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header {
		margin-bottom: 24px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar {
		min-height: 100px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-mobile-right .hmw-heading-bar__heading {
		flex-direction: row;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__header .hmw-heading-bar--divider-mobile-left .hmw-heading-bar__heading {
		flex-direction: row-reverse;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__grid {
		grid-template-columns: repeat(var(--hmw-service-mobile-columns, 2), minmax(0, 1fr));
		gap: 18px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--height-mobile-content .hmw-service-cards__grid {
		align-items: start;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--height-mobile-row .hmw-service-cards__grid {
		align-items: stretch;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__card {
		--hmw-service-hover-lift: 4px;
		--hmw-service-hover-scale: 1.01;
		min-height: 190px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon-panel {
		--hmw-service-panel-width: 84%;
		min-height: 54px;
		margin: 8px 8px 8px 0;
		padding: 7px 4px;
		gap: 4px;
		border-radius: 14px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon,
	.elementor-widget-hermes-service-cards .hmw-service-cards__icon svg,
	.elementor-widget-hermes-service-cards .hmw-service-cards__icon img {
		width: 22px;
		height: 22px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__icon-label {
		font-size: 9px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-mobile-horizontal .hmw-service-cards__surface {
		flex-direction: row;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-mobile-horizontal .hmw-service-cards__icon-panel {
		flex: 0 0 var(--hmw-service-panel-width);
		flex-direction: column;
		align-self: auto;
		width: var(--hmw-service-panel-width);
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-mobile-vertical .hmw-service-cards__surface {
		flex-direction: column;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-mobile-vertical .hmw-service-cards__icon-panel {
		flex: 0 0 auto;
		flex-direction: row;
		align-self: center;
		justify-content: space-around;
		width: var(--hmw-service-panel-width);
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--orientation-mobile-vertical .hmw-service-cards__content {
		width: 100%;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__content {
		padding: 9px 10px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__title {
		font-size: 10px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__description {
		font-size: 8px;
		line-height: 1.75;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__cta {
		font-size: 9px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row {
		display: none;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards--more-mobile-top .hmw-service-cards__more-row--top,
	.elementor-widget-hermes-service-cards .hmw-service-cards--more-mobile-bottom .hmw-service-cards__more-row--bottom {
		display: flex;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--top {
		margin-bottom: 18px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-row--bottom {
		margin-top: 18px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-button {
		gap: 9px;
		width: 176px;
		min-height: 38px;
		font-size: 12px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon svg {
		width: 16px;
		height: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-hermes-service-cards .hmw-service-cards__card,
	.elementor-widget-hermes-service-cards .hmw-service-cards__accent,
	.elementor-widget-hermes-service-cards .hmw-service-cards__cta,
	.elementor-widget-hermes-service-cards .hmw-service-cards__more-button,
	.elementor-widget-hermes-service-cards .hmw-service-cards__more-icon {
		transition-duration: .01ms !important;
	}

	.elementor-widget-hermes-service-cards .hmw-service-cards__card:hover,
	.elementor-widget-hermes-service-cards .hmw-service-cards__card:focus-within {
		transform: none;
	}
}
