.wintemp-download-center {
	--wintemp-dc-accent: #ff6d08;
	--wintemp-dc-text: #5e5e5e;
	--wintemp-dc-dark: #111;
	font-family: inherit;
	width: 100%;
	padding: 0;
}

.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	column-gap: 56px;
	row-gap: 12px;
	margin: 0 auto 60px;
	max-width: 1260px;
	position: relative;
}

.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	width: max-content;
	max-width: 220px;
	align-items: center;
	gap: 24px;
	min-height: 64px;
	padding: 0 0 6px;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	background: transparent;
	color: var(--wintemp-dc-text);
	text-align: left;
	cursor: pointer;
	box-shadow: none;
}

.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab.is-active {
	color: var(--wintemp-dc-accent);
	border-bottom-color: var(--wintemp-dc-accent);
}

.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	color: currentColor;
}

.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab-icon,
.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab-icon svg {
	color: currentColor;
}

.wintemp-download-center__tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 54px;
	margin: 0 auto 72px;
	max-width: 1260px;
	position: relative;
}

.wintemp-download-center__tab {
	position: relative;
	display: grid;
	grid-template-columns: 58px 1fr;
	width: max-content;
	max-width: 280px;
	align-items: center;
	gap: 18px;
	min-height: 82px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	background: transparent;
	color: var(--wintemp-dc-text);
	text-align: left;
	cursor: pointer;
	transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.wintemp-download-center__tab:hover,
.wintemp-download-center__tab:focus-visible {
	color: var(--wintemp-dc-accent);
	transform: translateY(-2px);
	outline: none;
}

.wintemp-download-center__tab.is-active:hover,
.wintemp-download-center__tab.is-active:focus-visible {
	transform: translateY(-3px);
}

.wintemp-download-center__tab.is-active {
	color: var(--wintemp-dc-accent);
	border-bottom-color: var(--wintemp-dc-accent);
}

.wintemp-download-center__tab-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
	transition: transform 220ms ease, color 220ms ease;
}

.wintemp-download-center__tab-icon svg {
	width: auto;
	height: auto;
	display: block;
}

.wintemp-download-center__tab:hover .wintemp-download-center__tab-icon,
.wintemp-download-center__tab:focus-visible .wintemp-download-center__tab-icon,
.wintemp-download-center__tab.is-active .wintemp-download-center__tab-icon {
	transform: translateY(-1px) scale(1.04);
}

.wintemp-download-center__tab.is-active:hover .wintemp-download-center__tab-icon,
.wintemp-download-center__tab.is-active:focus-visible .wintemp-download-center__tab-icon {
	transform: translateY(-2px) scale(1.08);
}

.wintemp-download-center__tab-icon svg :where(path, circle, rect, line, polyline, polygon) {
	stroke: currentColor;
}

.wintemp-download-center__tab-label {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.wintemp-download-center__panel {
	display: none;
}

.wintemp-download-center__panel.is-active {
	display: block;
	animation: wintempDownloadPanelIn 260ms ease both;
}

.wintemp-download-center__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	max-width: none;
	margin: 0 auto;
}

.wintemp-download-card {
	position: relative;
	display: none;
	min-height: 430px;
	overflow: hidden;
	border-radius: 4px;
	background: #1c1c1c;
	color: #fff;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.wintemp-download-card:hover,
.wintemp-download-card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.wintemp-download-card.is-visible {
	display: block;
}

.wintemp-download-center__grid.is-paging .wintemp-download-card.is-visible {
	animation: wintempDownloadCardsIn 240ms ease both;
}

.wintemp-download-card__bg,
.wintemp-download-card__shade {
	position: absolute;
	inset: 0;
}

.wintemp-download-card__bg {
	background-position: center;
	background-size: cover;
	filter: grayscale(1);
	transform: scale(1.002);
	transition: transform 420ms ease, filter 260ms ease;
}

.wintemp-download-card:hover .wintemp-download-card__bg,
.wintemp-download-card:focus-within .wintemp-download-card__bg {
	transform: scale(1.045);
}

.wintemp-download-card__shade {
	background: linear-gradient(180deg, rgba(0,0,0,0.05) 28%, rgba(0,0,0,0.72) 100%);
	transition: background 260ms ease, backdrop-filter 260ms ease;
}

.wintemp-download-card.has-resources:hover .wintemp-download-card__shade,
.wintemp-download-card.has-resources:focus-within .wintemp-download-card__shade,
.wintemp-download-card.is-mobile-open .wintemp-download-card__shade {
	background: rgba(0, 0, 0, 0.74);
	backdrop-filter: blur(5px);
}

.wintemp-download-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 430px;
	aspect-ratio: 3 / 4;
	padding: 44px 44px 38px;
}

.wintemp-download-card__resources {
	display: block;
	position: absolute;
	top: 44px;
	left: 44px;
	right: 44px;
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	max-height: none;
	overflow: hidden;
	transform: translateY(12px);
	transition: opacity 260ms ease 90ms, transform 260ms ease 90ms;
	pointer-events: none;
}

.wintemp-download-card.has-resources:hover .wintemp-download-card__resources,
.wintemp-download-card.has-resources:focus-within .wintemp-download-card__resources,
.wintemp-download-card.is-mobile-open .wintemp-download-card__resources {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.wintemp-download-card__resources li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wintemp-download-card__resources a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.wintemp-download-card__resources svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	opacity: 0.86;
}

.wintemp-download-card__title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	overflow: hidden;
	transition: opacity 220ms ease, transform 260ms ease, filter 220ms ease;
}

.wintemp-download-card.has-resources:hover .wintemp-download-card__title,
.wintemp-download-card.has-resources:focus-within .wintemp-download-card__title,
.wintemp-download-card.is-mobile-open .wintemp-download-card__title {
	opacity: 0;
	transform: translateY(6px) scale(0.99);
	filter: blur(2px);
	pointer-events: none;
}

.wintemp-download-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	color: #fff;
	background: rgba(0, 0, 0, 0.08);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.wintemp-download-card__button:hover,
.wintemp-download-card__button:focus-visible {
	transform: translateY(-1px);
}

.wintemp-download-card.has-resources:hover .wintemp-download-card__button,
.wintemp-download-card.has-resources:focus-within .wintemp-download-card__button,
.wintemp-download-card.is-mobile-open .wintemp-download-card__button {
	border-color: var(--wintemp-dc-accent);
	background: var(--wintemp-dc-accent);
}
.wintemp-download-card__button:hover {
	color: white;
}
.wintemp-download-card__button.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 58px auto 0;
	color: #333;
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__page,
.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #4a4a4a;
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__page.is-active {
	background: var(--wintemp-dc-accent);
	color: #fff;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__arrow {
	color: #9b9b9b;
	font-size: 22px;
	font-weight: 300;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__pager-label {
	margin-left: 12px;
	color: #333;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__pager-total {
	color: #333;
}

.elementor-widget-wintemp_download_center .wintemp-download-center .wintemp-download-center__per-page {
	width: 62px;
	height: 30px;
	min-height: 30px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0 24px 0 12px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	box-shadow: none;
}

.wintemp-download-center-empty {
	max-width: 1260px;
	margin: 0 auto;
	color: #666;
}

@keyframes wintempDownloadPanelIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes wintempDownloadCardsIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wintemp-download-center *,
	.wintemp-download-center *::before,
	.wintemp-download-center *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1024px) {
	.wintemp-download-center__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 36px;
		margin-bottom: 42px;
	}

	.wintemp-download-center__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tabs,
	.wintemp-download-center__tabs {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 34px;
		width: calc(100% + 20px);
		max-width: none;
		margin: 0 -10px 34px 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tabs::-webkit-scrollbar,
	.wintemp-download-center__tabs::-webkit-scrollbar {
		display: none;
	}

	.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab,
	.wintemp-download-center__tab {
		grid-template-columns: 38px minmax(0, 1fr);
		flex: 0 0 auto;
		width: fit-content;
		min-width: 128px;
		max-width: 70%;
		min-height: 60px;
		gap: 14px;
		padding: 0 0 8px;
		overflow: hidden;
	}

	.wintemp-download-center__tab-icon svg {
		width: 36px;
		height: 36px;
	}

	.elementor-widget-wintemp_download_center .wintemp-download-center.wintemp-download-center .wintemp-download-center__tab-label,
	.wintemp-download-center__tab-label {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		line-height: 1.28;
		min-width: 0;
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
	}

	.wintemp-download-center__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		width: 100%;
		margin: 0;
	}

	.wintemp-download-card,
	.wintemp-download-card__content {
		min-height: auto;
	}

	.wintemp-download-card {
		border-radius: 4px;
	}

	.wintemp-download-card__content {
		padding: 28px 30px;
	}

	.wintemp-download-card__resources {
		top: 38px;
		left: 34px;
		right: 34px;
	}

	.wintemp-download-card__resources a {
		min-height: 45px;
		font-size: 13px;
	}

	.wintemp-download-card__title {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.wintemp-download-card__button {
		min-height: 38px;
		font-size: 15px;
		border-width: 0.5px;
	}

	.wintemp-download-center__pagination {
		flex-wrap: wrap;
		gap: 10px;
	}
}
