:root {
	--dp-ink: #151515;
	--dp-muted: #646464;
	--dp-line: #dedede;
	--dp-surface: #f5f4f1;
	--dp-accent: #f1c40f;
	--dp-logo-offset-y: 0px;
}

body {
	overflow-x: hidden;
}

/* Branded entrance screen while the first homepage visual becomes usable. */
body.dp-home-preloader-enabled {
	overflow: hidden;
}

.dp-home-preloader {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--dp-preloader-bg, #111214);
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition: opacity .55s cubic-bezier(.2, .7, .2, 1), visibility .55s;
}

.dp-home-preloader::before,
.dp-home-preloader::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.dp-home-preloader::before {
	width: min(74vw, 760px);
	aspect-ratio: 1;
	background: color-mix(in srgb, var(--dp-preloader-accent, #f1c40f) 13%, transparent);
	filter: blur(110px);
}

.dp-home-preloader::after {
	width: min(42vw, 430px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .06);
	box-shadow: 0 0 90px rgba(255, 255, 255, .025);
}

.dp-home-preloader.is-leaving {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.dp-home-preloader__inner {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(88vw, 480px);
	align-items: center;
	flex-direction: column;
	gap: 22px;
	text-align: center;
}

.dp-home-preloader__logo {
	display: block;
	width: auto;
	max-width: min(310px, 64vw);
	height: auto;
	max-height: 96px;
	object-fit: contain;
}

.dp-home-preloader__wordmark {
	font-size: clamp(38px, 6vw, 72px);
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1;
}

.dp-home-preloader__spinner {
	display: block;
	width: 42px;
	height: 42px;
	margin-top: 4px;
	border: 2px solid rgba(255, 255, 255, .14);
	border-top-color: var(--dp-preloader-accent, #f1c40f);
	border-radius: 50%;
	box-shadow: 0 0 22px color-mix(in srgb, var(--dp-preloader-accent, #f1c40f) 28%, transparent);
	animation: dp-preloader-spin .8s linear infinite;
}

.dp-home-preloader__label {
	color: rgba(255, 255, 255, .52);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

@keyframes dp-preloader-spin {
	to { transform: rotate(360deg); }
}

/* Optional desktop strip above the theme navigation. */
.dp-desktop-topbar {
	display: none;
}

.dp-mobile-home {
	display: none;
}

@media (min-width: 783px) {
	/* Keep the theme demo's native fade timing; these hints only reduce repaints. */
	.home .swiper-full-page.dp-slider-enhanced .swiper-slide {
		will-change: opacity;
	}

	/* The site's old Additional CSS used an endless Ken Burns animation here. */
	.home .swiper-full-page .slide-image {
		animation: none !important;
	}

	.home .swiper-full-page.dp-slider-enhanced .slide-image {
		will-change: transform;
	}

	.home .swiper-full-page.dp-slider-enhanced .slide-title,
	.home .swiper-full-page.dp-slider-enhanced .slide-link {
		will-change: opacity, transform;
	}

	.dp-desktop-topbar {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10050;
		display: block;
		height: 44px;
		border-top: 3px solid var(--dp-ink);
		background: rgba(255, 255, 255, .97);
		color: #27334b;
		box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
		backdrop-filter: blur(10px);
	}

	.dp-desktop-topbar__inner {
		display: flex;
		width: min(1160px, calc(100% - 56px));
		height: 41px;
		align-items: center;
		justify-content: space-between;
		gap: 28px;
		margin-inline: auto;
	}

	.dp-desktop-topbar__contact,
	.dp-desktop-topbar__actions,
	.dp-desktop-topbar__socials {
		display: flex;
		align-items: center;
	}

	.dp-desktop-topbar__contact {
		gap: 7px;
		font-size: 12px;
		letter-spacing: .035em;
		text-transform: uppercase;
	}

	.dp-desktop-topbar__contact span {
		color: #5e6470;
	}

	.dp-desktop-topbar__contact a {
		color: #2176d9;
		font-size: 15px;
		letter-spacing: 0;
		text-decoration: none;
		text-transform: none;
	}

	.dp-desktop-topbar__actions {
		gap: 12px;
	}

	.dp-desktop-topbar__cta {
		display: inline-flex;
		min-height: 26px;
		align-items: center;
		gap: 8px;
		padding: 5px 13px;
		border-radius: 999px;
		background: var(--dp-accent);
		color: #111;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .045em;
		line-height: 1;
		text-decoration: none;
		text-transform: uppercase;
		transition: background-color .18s ease, transform .18s ease;
	}

	.dp-desktop-topbar__cta:hover,
	.dp-desktop-topbar__cta:focus-visible {
		background: #ffda31;
		color: #111;
		transform: translateY(-1px);
	}

	.dp-desktop-topbar__socials {
		gap: 7px;
	}

	.dp-desktop-topbar__socials a {
		display: grid;
		width: 28px;
		height: 28px;
		place-items: center;
		border-radius: 50%;
		background: #27334b;
		color: #fff;
		text-decoration: none;
		transition: background-color .18s ease, transform .18s ease;
	}

	.dp-desktop-topbar__socials a:hover,
	.dp-desktop-topbar__socials a:focus-visible {
		background: #111;
		color: #fff;
		transform: translateY(-1px);
	}

	.dp-desktop-topbar__socials svg,
	.dp-desktop-topbar__socials img {
		display: block;
		width: 14px;
		height: 14px;
		object-fit: cover;
		fill: currentColor;
	}

	.dp-desktop-topbar__socials img {
		width: 100%;
		height: 100%;
		border-radius: inherit;
	}

	.dp-desktop-topbar__socials a > span {
		color: inherit;
		font-size: 12px;
		font-style: normal;
		font-weight: 800;
		text-transform: uppercase;
	}

	body.dp-has-topbar .main-header {
		top: 44px !important;
	}

	body.admin-bar .dp-desktop-topbar {
		top: 32px;
	}

	body.admin-bar.dp-has-topbar .main-header {
		top: 76px !important;
	}
}

/* A calmer, content-led homepage made specifically for narrow screens. */
@media (max-width: 782px) {
	body.home {
		height: auto !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #f3f1ec;
	}

	.home .swiper-full-page,
	.home .swiper-counter {
		display: none !important;
	}

	.dp-mobile-home {
		display: block;
		width: 100%;
		min-height: 100vh;
		margin: 0;
		background: #f3f1ec;
		color: #151515;
	}

	.dp-mobile-home__hero {
		position: relative;
		display: flex;
		min-height: min(790px, 100svh);
		align-items: flex-end;
		overflow: hidden;
		background: #151515;
		color: #fff;
		isolation: isolate;
	}

	.dp-mobile-home__hero-image {
		position: absolute;
		inset: 0;
		z-index: -2;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		filter: saturate(.82) contrast(1.04);
	}

	.dp-mobile-home__hero-shade {
		position: absolute;
		inset: 0;
		z-index: -1;
		background: linear-gradient(180deg, rgba(0, 0, 0, .18) 8%, rgba(0, 0, 0, .2) 38%, rgba(0, 0, 0, .9) 91%);
	}

	.dp-mobile-home__hero-copy {
		width: 100%;
		padding: 132px 20px 38px;
	}

	.dp-mobile-home__eyebrow {
		margin: 0 0 13px;
		color: #c7a900;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .16em;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.dp-mobile-home__hero .dp-mobile-home__eyebrow {
		color: #ffe14c;
	}

	.dp-mobile-home__hero h1 {
		max-width: 570px;
		margin: 0;
		color: #fff;
		font-size: clamp(45px, 13.4vw, 68px);
		font-weight: 700;
		letter-spacing: .018em;
		line-height: .98;
		text-shadow: 0 4px 22px rgba(0, 0, 0, .35);
	}

	.dp-mobile-home__hero-copy > p:not(.dp-mobile-home__eyebrow) {
		max-width: 520px;
		margin: 20px 0 0;
		color: rgba(255, 255, 255, .84);
		font-size: 15px;
		line-height: 1.6;
	}

	.dp-mobile-home__hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 9px;
		margin-top: 27px;
	}

	.dp-mobile-home__button {
		display: inline-flex;
		min-height: 50px;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 12px 15px;
		border: 1px solid rgba(255, 255, 255, .42);
		color: #fff;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .055em;
		line-height: 1.25;
		text-decoration: none;
		text-transform: uppercase;
	}

	.dp-mobile-home__button--accent {
		border-color: var(--dp-accent);
		background: var(--dp-accent);
		color: #151515;
	}

	.dp-mobile-home__button--ghost {
		background: rgba(10, 10, 10, .2);
		backdrop-filter: blur(8px);
	}

	.dp-mobile-home__offer {
		padding: 60px 15px 64px;
	}

	.dp-mobile-home__offer > header {
		padding: 0 5px;
	}

	.dp-mobile-home__offer h2,
	.dp-mobile-home__advantages h2,
	.dp-mobile-home__final-cta h2 {
		margin: 0;
		font-size: clamp(37px, 10.5vw, 52px);
		font-weight: 700;
		letter-spacing: .018em;
		line-height: 1.02;
	}

	.dp-mobile-home__offer > header > p:last-child {
		margin: 18px 0 27px;
		color: #66635e;
		font-size: 14px;
		line-height: 1.65;
	}

	.dp-mobile-home__cards {
		display: grid;
		gap: 10px;
	}

	.dp-mobile-home__card {
		position: relative;
		display: flex;
		min-height: 310px;
		align-items: flex-end;
		overflow: hidden;
		background: #1c1c1c;
		color: #fff;
		text-decoration: none;
		isolation: isolate;
	}

	.dp-mobile-home__card img {
		position: absolute;
		inset: 0;
		z-index: -2;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.dp-mobile-home__card-shade {
		position: absolute;
		inset: 0;
		z-index: -1;
		background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .86));
	}

	.dp-mobile-home__card-number {
		position: absolute;
		top: 18px;
		left: 18px;
		color: #ffe14c;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .12em;
	}

	.dp-mobile-home__card-copy {
		display: flex;
		width: 100%;
		flex-direction: column;
		padding: 24px 18px 20px;
	}

	.dp-mobile-home__card-copy strong {
		color: #fff;
		font-size: clamp(30px, 9vw, 42px);
		font-weight: 700;
		letter-spacing: .025em;
		line-height: 1.02;
	}

	.dp-mobile-home__card-copy small {
		max-width: 340px;
		margin-top: 9px;
		color: rgba(255, 255, 255, .72);
		font-size: 13px;
		line-height: 1.5;
	}

	.dp-mobile-home__card-copy em {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
		padding-top: 13px;
		border-top: 1px solid rgba(255, 255, 255, .28);
		color: #fff;
		font-size: 10px;
		font-style: normal;
		font-weight: 800;
		letter-spacing: .09em;
		text-transform: uppercase;
	}

	.dp-mobile-home__advantages {
		padding: 60px 20px;
		background: #171717;
		color: #fff;
	}

	.dp-mobile-home__advantages .dp-mobile-home__eyebrow {
		color: #ffe14c;
	}

	.dp-mobile-home__advantages h2 {
		color: #fff;
	}

	.dp-mobile-home__advantages ol {
		margin: 32px 0 0;
		padding: 0;
		list-style: none;
	}

	.dp-mobile-home__advantages li {
		display: grid;
		grid-template-columns: 42px 1fr;
		gap: 13px;
		padding: 19px 0;
		border-top: 1px solid rgba(255, 255, 255, .14);
	}

	.dp-mobile-home__advantages li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .14);
	}

	.dp-mobile-home__advantages li > span {
		color: #ffe14c;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .12em;
	}

	.dp-mobile-home__advantages li div {
		display: grid;
		gap: 6px;
	}

	.dp-mobile-home__advantages strong {
		color: #fff;
		font-size: 16px;
		line-height: 1.35;
	}

	.dp-mobile-home__advantages small {
		color: rgba(255, 255, 255, .6);
		font-size: 13px;
		line-height: 1.55;
	}

	.dp-mobile-home__final-cta {
		padding: 58px 20px 64px;
		background: var(--dp-accent);
		color: #151515;
	}

	.dp-mobile-home__final-cta .dp-mobile-home__eyebrow {
		color: #5d5000;
	}

	.dp-mobile-home__final-cta h2 {
		color: #151515;
	}

	.dp-mobile-home__final-cta > p:not(.dp-mobile-home__eyebrow) {
		margin: 18px 0 26px;
		font-size: 14px;
		line-height: 1.65;
	}

	.dp-mobile-home__final-cta > a {
		display: flex;
		min-height: 53px;
		align-items: center;
		justify-content: space-between;
		padding: 13px 16px;
		background: #151515;
		color: #fff;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .06em;
		text-decoration: none;
		text-transform: uppercase;
	}
}

@media (max-width: 370px) {
	.dp-mobile-home__hero-actions {
		grid-template-columns: 1fr;
	}
}

.dp-container {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.dp-landing {
	color: var(--dp-ink);
	background: #fff;
}

.dp-hero {
	position: relative;
	display: grid;
	min-height: clamp(540px, 71vh, 760px);
	align-items: end;
	overflow: hidden;
	background-color: #202020;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .46) 52%, rgba(0, 0, 0, .12) 100%), var(--dp-hero-image);
	background-position: center;
	background-size: cover;
	isolation: isolate;
	transition: background-image .25s ease;
}

.dp-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 35%;
	background: linear-gradient(transparent, rgba(0, 0, 0, .38));
	z-index: -1;
}

.dp-hero__inner {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
	padding: 118px 0 62px;
	color: #fff;
}

.dp-hero__eyebrow,
.dp-kicker {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dp-hero__eyebrow {
	color: rgba(255, 255, 255, .76);
}

.dp-hero__title {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 6.6vw, 96px);
	font-weight: 700;
	letter-spacing: .012em;
	line-height: 1.01;
	text-wrap: balance;
}

.dp-hero__description {
	max-width: 760px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, .91);
	font-size: clamp(16px, 1.55vw, 20px);
	line-height: 1.65;
}

.dp-gallery-section {
	padding: clamp(52px, 5.2vw, 78px) 0;
}

.dp-section-heading {
	max-width: 730px;
	margin-bottom: 34px;
}

.dp-kicker {
	color: #8b7410;
}

.dp-section-heading h2,
.dp-offer-copy h2,
.dp-cta h2 {
	margin: 0 0 15px;
	color: var(--dp-ink);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 700;
	letter-spacing: .018em;
	line-height: 1.12;
}

.dp-section-heading > p:last-child,
.dp-offer-copy p,
.dp-cta p {
	color: var(--dp-muted);
	font-size: 17px;
	line-height: 1.75;
}

.dp-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 40px;
}

.dp-filter {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 17px;
	border: 1px solid var(--dp-line);
	border-radius: 2px;
	background: #fff;
	color: var(--dp-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .045em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.dp-filter:hover,
.dp-filter:focus-visible {
	border-color: var(--dp-ink);
	color: var(--dp-ink);
	transform: translateY(-1px);
}

.dp-filter.is-active {
	border-color: var(--dp-ink);
	background: var(--dp-ink);
	color: #fff;
}

.dp-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dp-gallery-card {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #eee;
}

.dp-gallery-card[hidden] {
	display: none;
}

.dp-gallery-card__link {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	color: #fff;
}

.dp-gallery-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.dp-gallery-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background-color .25s ease;
}

.dp-gallery-card__zoom {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .62);
	border-radius: 50%;
	background: rgba(0, 0, 0, .28);
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
	opacity: 0;
	transform: scale(.86);
	transition: opacity .22s ease, transform .22s ease;
	backdrop-filter: blur(4px);
}

.dp-gallery-card__link:hover .dp-gallery-card__image,
.dp-gallery-card__link:focus-visible .dp-gallery-card__image {
	transform: scale(1.035);
}

.dp-gallery-card__link:hover::after,
.dp-gallery-card__link:focus-visible::after {
	background: rgba(0, 0, 0, .18);
}

.dp-gallery-card__link:hover .dp-gallery-card__zoom,
.dp-gallery-card__link:focus-visible .dp-gallery-card__zoom {
	opacity: 1;
	transform: scale(1);
}

.dp-empty {
	padding: 52px;
	border: 1px solid var(--dp-line);
	background: var(--dp-surface);
	text-align: center;
}

.dp-empty h3 {
	margin: 0 0 8px;
	font-size: 25px;
}

.dp-empty p {
	margin: 0;
	color: var(--dp-muted);
}

.dp-offer-copy {
	padding: clamp(52px, 5.2vw, 78px) 0;
	background: var(--dp-surface);
}

.dp-offer-copy__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: start;
}

.dp-offer-copy__content > :first-child {
	margin-top: 0;
}

.dp-offer-copy h3 {
	margin: 42px 0 8px;
	font-size: 27px;
	letter-spacing: .015em;
	line-height: 1.2;
}

.dp-cta {
	position: sticky;
	top: 28px;
	padding: clamp(28px, 4vw, 46px);
	background: var(--dp-ink);
	color: #fff;
}

.dp-cta h2 {
	color: #fff;
	font-size: clamp(30px, 3.2vw, 43px);
}

.dp-cta p {
	color: rgba(255, 255, 255, .72);
}

.dp-cta .dp-kicker {
	color: var(--dp-accent);
}

.dp-cta__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	padding: 12px 20px;
	background: #fff;
	color: var(--dp-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .055em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .18s ease, transform .18s ease;
}

.dp-cta__button:hover,
.dp-cta__button:focus-visible {
	background: var(--dp-accent);
	color: var(--dp-ink);
	transform: translateY(-1px);
}

.dp-lightbox {
	width: min(1180px, calc(100vw - 38px));
	max-width: none;
	height: min(88vh, 900px);
	max-height: none;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

.dp-lightbox::backdrop {
	background: rgba(0, 0, 0, .92);
}

.dp-lightbox__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dp-lightbox__close {
	position: absolute;
	top: -38px;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
}

/* Homepage slides: keep white typography readable on light areas. */
.home .swiper-full-page .slide-cat,
.home .swiper-full-page .slide-title h3,
.home .swiper-full-page .slide-link {
	text-shadow: 0 2px 12px rgba(0, 0, 0, .58), 0 1px 2px rgba(0, 0, 0, .78);
}

.home .swiper-full-page .slide-image::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .16) 54%, rgba(0, 0, 0, .05) 100%), linear-gradient(0deg, rgba(0, 0, 0, .26), transparent 48%) !important;
}

.home .swiper-full-page .slide-inner--video,
.home .swiper-full-page .slide-inner--video .fullscreen-bg__video {
	width: 100%;
	height: 100%;
}

.home .swiper-full-page .slide-inner--video {
	background-color: #17181a;
	background-position: center;
	background-size: cover;
}

.home .swiper-full-page .slide-inner--video .fullscreen-bg__video {
	display: block;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

/* Give display headings enough breathing room in the original condensed font. */
.ms-footer .ms-logo__default h1,
.ms-footer .ms-logo__default a {
	letter-spacing: .055em;
	line-height: 1.15;
}

/* Services overview and detail pages. */
.dp-services,
.dp-service-single {
	color: var(--dp-ink);
	background: #fff;
}

.dp-services-hero {
	position: relative;
	min-height: clamp(540px, 68vh, 700px);
	padding: 125px 0 64px;
	overflow: hidden;
	background: #111;
	color: #fff;
	isolation: isolate;
}

.dp-services-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .72) 48%, rgba(0, 0, 0, .34) 100%), var(--dp-services-image);
	background-position: center;
	background-size: cover;
	filter: saturate(.7);
}

.dp-services-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent 50%);
}

.dp-services-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(300px, 1.08fr);
	gap: 40px;
	align-items: end;
}

.dp-services-hero__copy {
	max-width: 760px;
}

.dp-services-hero__copy .dp-kicker,
.dp-service-hero .dp-kicker {
	color: var(--dp-accent);
}

.dp-services-hero h1,
.dp-service-hero h1 {
	margin: 0;
	color: inherit;
	font-size: clamp(52px, 6.3vw, 94px);
	font-weight: 700;
	letter-spacing: .012em;
	line-height: 1.01;
	text-wrap: balance;
}

.dp-services-hero__lead {
	max-width: 700px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.7;
}

.dp-services-hero__word {
	align-self: end;
	margin: 0 -10vw -7vw 0;
	color: transparent;
	font-size: clamp(110px, 19vw, 300px);
	font-weight: 700;
	letter-spacing: .03em;
	line-height: .76;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .16);
	white-space: nowrap;
}

.dp-services-list,
.dp-service-content,
.dp-related-services {
	padding: clamp(52px, 5.2vw, 78px) 0;
}

.dp-service-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.dp-service-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: var(--dp-surface);
}

.dp-service-card__image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.dp-service-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .45), transparent 55%);
}

.dp-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.dp-service-card:hover .dp-service-card__image img {
	transform: scale(1.035);
}

.dp-service-card__image span {
	position: absolute;
	right: 20px;
	bottom: 16px;
	z-index: 1;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: .05em;
}

.dp-service-card__copy {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 29px 28px 31px;
}

.dp-service-card h3 {
	margin: 0 0 15px;
	font-size: clamp(25px, 2.3vw, 34px);
	letter-spacing: .018em;
	line-height: 1.14;
}

.dp-service-card h3 a,
.dp-text-link {
	color: inherit;
	text-decoration: none;
}

.dp-service-card p {
	margin: 0 0 26px;
	color: var(--dp-muted);
	font-size: 15px;
	line-height: 1.7;
}

.dp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.dp-text-link span {
	font-size: 19px;
	transition: transform .18s ease;
}

.dp-text-link:hover span {
	transform: translateX(4px);
}

.dp-process {
	padding: clamp(52px, 5.5vw, 82px) 0;
	background: var(--dp-ink);
	color: #fff;
}

.dp-process__intro {
	display: grid;
	grid-template-columns: .5fr 1.5fr;
	gap: 30px;
	align-items: start;
	margin-bottom: 54px;
}

.dp-process__intro .dp-kicker,
.dp-wide-cta .dp-kicker {
	color: var(--dp-accent);
}

.dp-process h2,
.dp-wide-cta h2,
.dp-service-content h2,
.dp-related-services h2 {
	margin: 0;
	font-size: clamp(34px, 4.2vw, 58px);
	letter-spacing: .018em;
	line-height: 1.12;
}

.dp-process h2,
.dp-process__steps strong {
	color: #fff;
}

.dp-process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .18);
	list-style: none;
}

.dp-process__steps li {
	padding: 28px 25px 0 0;
	border-right: 1px solid rgba(255, 255, 255, .18);
}

.dp-process__steps li + li {
	padding-left: 25px;
}

.dp-process__steps span {
	display: block;
	margin-bottom: 40px;
	color: var(--dp-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
}

.dp-process__steps strong {
	display: block;
	font-size: 20px;
	letter-spacing: .02em;
}

.dp-process__steps p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
	line-height: 1.65;
}

.dp-wide-cta {
	padding: clamp(42px, 4.5vw, 64px) 0;
	background: #e7c914;
}

.dp-wide-cta__inner {
	display: grid;
	grid-template-columns: 1.1fr .9fr auto;
	gap: clamp(30px, 5vw, 74px);
	align-items: center;
}

.dp-wide-cta .dp-kicker {
	color: rgba(0, 0, 0, .62);
}

.dp-wide-cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.dp-wide-cta .dp-cta__button {
	margin: 0;
	background: var(--dp-ink);
	color: #fff;
	white-space: nowrap;
}

.dp-service-hero {
	display: grid;
	height: clamp(610px, 72vh, 720px);
	min-height: 0;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	background: var(--dp-ink);
	color: #fff;
}

.dp-service-hero__copy {
	display: flex;
	min-height: 0;
	align-items: flex-end;
	padding: 105px 6vw 58px max(24px, calc((100vw - 1240px) / 2));
}

.dp-service-hero__copy-inner {
	max-width: 660px;
}

.dp-back-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: clamp(40px, 6vh, 64px);
	color: rgba(255, 255, 255, .63);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}

.dp-service-hero__copy-inner > p:last-child {
	max-width: 640px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, .74);
	font-size: 18px;
	line-height: 1.7;
}

.dp-service-hero__image {
	position: relative;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.dp-service-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .26), transparent 35%), linear-gradient(0deg, rgba(0, 0, 0, .22), transparent 45%);
}

.dp-service-hero__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dp-service-hero__image > span {
	position: absolute;
	right: 5vw;
	bottom: 4vw;
	z-index: 1;
	color: transparent;
	font-size: clamp(90px, 14vw, 230px);
	font-weight: 700;
	line-height: .8;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .42);
}

.dp-service-content__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: clamp(50px, 9vw, 130px);
	align-items: start;
}

.dp-service-content__copy > p:last-child {
	margin: 28px 0 0;
	color: var(--dp-muted);
	font-size: 18px;
	line-height: 1.8;
}

.dp-service-checklist {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--dp-line);
	list-style: none;
}

.dp-service-checklist li {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid var(--dp-line);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.dp-service-checklist span {
	color: #9a7d00;
}

.dp-related-services {
	background: var(--dp-surface);
}

.dp-related-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dp-related-services__grid a {
	display: grid;
	min-height: 110px;
	grid-template-columns: auto 1fr auto;
	gap: 22px;
	align-items: center;
	padding: 26px 30px;
	background: #fff;
	color: var(--dp-ink);
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease;
}

.dp-related-services__grid a:hover {
	background: var(--dp-accent);
	transform: translateY(-2px);
}

.dp-related-services__grid span {
	color: #9a7d00;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.dp-related-services__grid strong {
	font-size: 22px;
	letter-spacing: .02em;
}

.dp-related-services__grid i {
	font-size: 24px;
	font-style: normal;
}

/* Print offer. */
.dp-print,
.dp-contact {
	color: var(--dp-ink);
	background: #fff;
}

.dp-print-hero {
	display: grid;
	height: clamp(610px, 72vh, 720px);
	min-height: 0;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	background: var(--dp-ink);
	color: #fff;
}

.dp-print-hero__copy {
	display: flex;
	min-height: 0;
	align-items: center;
	padding: 88px 6vw 48px max(24px, calc((100vw - 1240px) / 2));
}

.dp-print-hero__copy > div {
	max-width: 650px;
}

.dp-print-hero .dp-kicker {
	color: var(--dp-accent);
}

.dp-print-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 4.8vw, 72px);
	letter-spacing: .012em;
	line-height: 1.01;
	text-wrap: balance;
}

.dp-print-hero__copy > div > p:not(.dp-kicker) {
	max-width: 620px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, .74);
	font-size: 18px;
	line-height: 1.7;
}

.dp-print-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-top: 31px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .46);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}

.dp-print-hero__button span {
	font-size: 21px;
}

.dp-print-hero__image {
	position: relative;
	height: 100%;
	min-height: 0;
	overflow: hidden;
}

.dp-print-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .25), transparent 35%), linear-gradient(0deg, rgba(0, 0, 0, .34), transparent 50%);
}

.dp-print-hero__image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dp-print-hero__image > span {
	position: absolute;
	right: -12px;
	bottom: -2vw;
	z-index: 1;
	color: transparent;
	font-size: clamp(110px, 17vw, 270px);
	font-weight: 700;
	letter-spacing: .04em;
	line-height: .8;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .45);
}

.dp-print-offer {
	padding: clamp(52px, 5.2vw, 78px) 0;
}

.dp-print-offer__heading {
	max-width: 860px;
}

.dp-print-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dp-print-card {
	position: relative;
	display: flex;
	min-height: 430px;
	flex-direction: column;
	padding: clamp(28px, 3vw, 42px);
	background: var(--dp-surface);
}

.dp-print-card__number,
.dp-print-card--image span {
	margin-bottom: auto;
	color: #917800;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
}

.dp-print-card h3 {
	margin: 0 0 16px;
	font-size: clamp(28px, 2.8vw, 40px);
	letter-spacing: .018em;
	line-height: 1.12;
}

.dp-print-card p {
	margin: 0 0 26px;
	color: var(--dp-muted);
	font-size: 15px;
	line-height: 1.7;
}

.dp-print-card a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.dp-print-card--dark {
	background: var(--dp-ink);
	color: #fff;
}

.dp-print-card--dark p {
	color: rgba(255, 255, 255, .66);
}

.dp-print-card--dark h3,
.dp-print-card--dark a,
.dp-print-card--image h3,
.dp-print-card--image a {
	color: #fff !important;
}

.dp-print-card--image {
	justify-content: flex-end;
	overflow: hidden;
	color: #fff;
}

.dp-print-card--image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .91) 0%, rgba(0, 0, 0, .52) 58%, rgba(0, 0, 0, .12) 100%);
}

.dp-print-card--image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dp-print-card--image > div {
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .78);
}

.dp-print-card--image span {
	display: block;
	margin-bottom: 105px;
	color: var(--dp-accent);
}

.dp-print-process {
	padding: clamp(52px, 5.2vw, 78px) 0;
	background: #eceae5;
}

.dp-print-process__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(55px, 9vw, 130px);
}

.dp-print-process__intro h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 62px);
	letter-spacing: .018em;
	line-height: 1.1;
}

.dp-print-process__intro > p:last-child {
	margin: 25px 0 0;
	color: var(--dp-muted);
	font-size: 17px;
	line-height: 1.75;
}

.dp-print-process ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, .18);
	list-style: none;
}

.dp-print-process li {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
	padding: 23px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.dp-print-process li > span {
	color: #917800;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.dp-print-process strong {
	display: block;
	font-size: 19px;
	letter-spacing: .02em;
}

.dp-print-process li p {
	margin: 7px 0 0;
	color: var(--dp-muted);
	font-size: 14px;
	line-height: 1.55;
}

/* Contact page. */
.dp-contact-hero {
	position: relative;
	display: flex;
	min-height: clamp(500px, 60vh, 650px);
	align-items: flex-end;
	padding: 112px 0 58px;
	overflow: hidden;
	background-color: #161616;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .28)), var(--dp-contact-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.dp-contact-hero .dp-kicker {
	color: var(--dp-accent);
}

.dp-contact-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(56px, 7vw, 100px);
	letter-spacing: .012em;
	line-height: 1.01;
	text-wrap: balance;
}

.dp-contact-hero__inner > p:last-child {
	max-width: 760px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.7;
}

.dp-contact-details {
	padding: clamp(42px, 4.2vw, 62px) 0;
}

.dp-contact-details__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	column-gap: clamp(40px, 9vw, 130px);
	row-gap: 12px;
	align-items: end;
	margin-bottom: 28px;
}

.dp-contact-details__heading .dp-kicker {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.dp-contact-details__heading h2 {
	margin: 0;
	font-size: clamp(40px, 5.4vw, 74px);
	letter-spacing: .018em;
	line-height: 1.08;
}

.dp-contact-details__heading > p:last-child {
	margin: 0;
	color: var(--dp-muted);
	font-size: 17px;
	line-height: 1.75;
}

.dp-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--dp-line);
	border-left: 1px solid var(--dp-line);
}

.dp-contact-card {
	position: relative;
	min-height: 170px;
	padding: clamp(22px, 2.5vw, 30px);
	border-right: 1px solid var(--dp-line);
	border-bottom: 1px solid var(--dp-line);
}

.dp-contact-card > span {
	position: absolute;
	top: 23px;
	right: 24px;
	color: #9a8100;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.dp-contact-card__label {
	margin: 0 0 20px;
	color: var(--dp-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.dp-contact-card__value,
.dp-contact-card__value a {
	color: var(--dp-ink);
	font-size: clamp(18px, 1.65vw, 24px);
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.35;
	text-decoration: none;
}

.dp-contact-card__phones a {
	display: block;
	width: fit-content;
}

.dp-contact-card__phones a + a {
	margin-top: 5px;
}

.dp-contact-card small {
	display: block;
	margin-top: 10px;
	color: var(--dp-muted);
	font-size: 12px;
}

.dp-contact-card--socials {
	background: var(--dp-ink);
	color: #fff;
}

.dp-contact-card--socials .dp-contact-card__label {
	color: rgba(255, 255, 255, .55);
}

.dp-contact-card--socials .dp-contact-card__value,
.dp-contact-card--socials .dp-contact-card__value a {
	color: #fff;
}

.dp-contact-card--socials ul {
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dp-contact-card--socials .widgettitle {
	display: none;
}

.dp-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-social-link {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	color: #fff;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.dp-social-link svg,
.dp-social-link img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.dp-social-link svg {
	fill: currentColor;
}

a.dp-social-link:hover,
a.dp-social-link:focus-visible {
	border-color: var(--dp-accent);
	background: var(--dp-accent);
	color: var(--dp-ink);
	transform: translateY(-2px);
}

.dp-social-link.is-disabled {
	opacity: .45;
}

.dp-contact-note {
	padding: 40px 0;
	background: var(--dp-accent);
}

.dp-contact-note__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
}

.dp-contact-note p {
	width: 100%;
	max-width: none;
	margin: 0;
	font-size: clamp(22px, 2.5vw, 34px);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: 1.35;
}

.dp-contact-note strong {
	font-size: clamp(32px, 4vw, 54px);
	letter-spacing: .08em;
}

/* Custom footer replacing the theme's basic footer. */
body:not(.home) .ms-footer,
body:not(.home) .back-to-top {
	display: none !important;
}

.dp-site-footer {
	position: relative;
	padding: clamp(56px, 5.5vw, 82px) 0 20px;
	background: #111;
	color: #fff;
}

.dp-site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 27%;
	height: 4px;
	background: var(--dp-accent);
}

.dp-site-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, .55fr) minmax(230px, .65fr);
	gap: clamp(50px, 8vw, 120px);
	padding-bottom: clamp(44px, 4.5vw, 66px);
}

.dp-site-footer__brand > a:first-child {
	display: inline-block;
	color: #fff;
	font-size: clamp(40px, 4.5vw, 66px);
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1;
	text-decoration: none;
}

.dp-site-footer__logo img {
	display: block;
	width: auto;
	max-width: min(360px, 78vw);
	max-height: 90px;
	object-fit: contain;
	object-position: left center;
}

.dp-site-footer__brand > p {
	max-width: 580px;
	margin: 25px 0 0;
	color: rgba(255, 255, 255, .56);
	font-size: 16px;
	line-height: 1.75;
}

.dp-site-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 31px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .36);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
}

.dp-site-footer__cta span {
	font-size: 20px;
}

.dp-site-footer__label {
	margin: 0 0 24px;
	color: var(--dp-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.dp-site-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dp-site-footer__nav li + li {
	margin-top: 12px;
}

.dp-site-footer__nav a,
.dp-site-footer__contact > a {
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
	transition: color .18s ease;
}

.dp-site-footer__nav a:hover,
.dp-site-footer__contact > a:hover {
	color: #fff;
}

.dp-site-footer__contact > a {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
}

.dp-site-footer__address {
	margin-top: 22px;
	color: rgba(255, 255, 255, .48);
	font-size: 14px;
	line-height: 1.65;
}

.dp-site-footer__socials {
	margin-top: 23px;
}

.dp-site-footer__socials .widgettitle {
	display: none;
}

.dp-site-footer__socials ul {
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dp-site-footer__socials a {
	color: #fff;
}

.dp-social-links--footer .dp-social-link {
	width: 42px;
	height: 42px;
}

.dp-social-links--footer .dp-social-link svg,
.dp-social-links--footer .dp-social-link img {
	width: 20px;
	height: 20px;
}

.dp-site-footer__bottom {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.dp-site-footer__bottom p {
	margin: 0 auto 0 0;
	color: rgba(255, 255, 255, .38);
	font-size: 12px;
}

.dp-site-footer__bottom a {
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
	text-decoration: none;
}

.dp-footer-credit {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, .42);
	font-size: 12px;
	white-space: nowrap;
}

.dp-footer-credit__trigger {
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(241, 196, 15, .55);
	background: transparent;
	color: rgba(255, 255, 255, .78);
	font: inherit;
	cursor: pointer;
	transition: color .18s ease, border-color .18s ease;
}

.dp-footer-credit__trigger:hover,
.dp-footer-credit__trigger:focus-visible,
.dp-footer-credit__trigger[aria-expanded="true"] {
	border-color: var(--dp-accent);
	color: #fff;
	outline: none;
}

.dp-footer-credit__popover {
	position: absolute;
	right: 0;
	bottom: calc(100% + 14px);
	z-index: 4;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 8px;
	background: #202020;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
}

.dp-footer-credit__popover::after {
	position: absolute;
	top: 100%;
	right: 24px;
	width: 10px;
	height: 10px;
	border-right: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	background: #202020;
	content: "";
	transform: translateY(-5px) rotate(45deg);
}

.dp-footer-credit__popover[hidden] {
	display: none;
}

.dp-footer-credit__popover a {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 8px 13px;
	border-radius: 5px;
	background: var(--dp-accent);
	color: #151515;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.slider.footer-copyright .dp-footer-credit--home {
	margin-left: 3px;
}

.slider.footer-copyright .dp-footer-credit__popover {
	right: 0;
	white-space: nowrap;
}

/* The original theme made the mobile trigger visually disappear. */
.main-header__nav-trigger {
	display: inline-flex !important;
	min-width: 74px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px !important;
	border: 1px solid rgba(255, 255, 255, .62) !important;
	border-radius: 999px;
	background: rgba(12, 12, 12, .28) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1 !important;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.main-header__logo {
	position: relative;
	z-index: 1001;
	display: flex;
	height: 100%;
	align-items: center;
	overflow: visible;
}

.main-header__logo .logo-dark,
.main-header__logo .logo-light {
	height: 100%;
	overflow: visible;
}

.main-header__logo a {
	display: flex;
	height: 100%;
	align-items: center;
	overflow: visible;
}

.main-header__logo > .logo-dark > a,
.main-header__logo > .logo-light > a {
	display: flex !important;
	height: 100% !important;
	align-items: center !important;
	transform: translate3d(0, var(--dp-logo-offset-y), 0);
}

.main-header__logo img {
	display: block;
	width: auto !important;
	max-width: min(230px, 32vw);
	max-height: calc(var(--main-header-height-md, 60px) - 8px) !important;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

body.decopark-gallery-page .main-header,
body.decopark-services-page .main-header,
body.decopark-service-detail .main-header,
body.decopark-print-page .main-header,
body.decopark-contact-page .main-header {
	right: 0 !important;
	left: 0 !important;
	z-index: 10040 !important;
	width: 100% !important;
	padding-right: 30px;
	padding-left: 30px;
	background: rgba(255, 255, 255, .97) !important;
	box-shadow: 0 1px 0 rgba(18, 28, 45, .09);
	backdrop-filter: blur(12px);
}

body.decopark-gallery-page #primary-menu > .menu-item > a,
body.decopark-services-page #primary-menu > .menu-item > a,
body.decopark-service-detail #primary-menu > .menu-item > a,
body.decopark-print-page #primary-menu > .menu-item > a,
body.decopark-contact-page #primary-menu > .menu-item > a {
	color: #263550 !important;
}

#primary-menu > .menu-item > a,
#primary-menu .sub-menu a,
.main-header__mobile-nav a {
	text-transform: uppercase !important;
}

.main-header--white .main-header__nav-trigger,
body:not(.header--light) .main-header__nav-trigger {
	border-color: rgba(25, 25, 25, .26) !important;
	background: rgba(255, 255, 255, .9) !important;
	color: #181818 !important;
}

@media (min-width: 1025px) {
	.main-header__nav-trigger {
		display: none !important;
	}

	/* Floating desktop navigation inspired by the supplied reference. */
	.main-header,
	body.decopark-gallery-page .main-header,
	body.decopark-services-page .main-header,
	body.decopark-service-detail .main-header,
	body.decopark-print-page .main-header,
	body.decopark-contact-page .main-header {
		top: 22px !important;
		right: 22px !important;
		left: 22px !important;
		z-index: 10040 !important;
		width: auto !important;
		max-width: none !important;
		height: 76px !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, .3);
		border-radius: 17px;
		background: rgba(8, 11, 14, .64) !important;
		box-shadow: 0 18px 54px rgba(0, 0, 0, .3), 0 0 34px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .11), inset 0 0 24px rgba(255, 255, 255, .035);
		backdrop-filter: blur(22px) saturate(1.22);
	}

	/* Theme adds a white pseudo-element on regular pages; it covered the panel. */
	html body[class] .main-header {
		position: fixed !important;
		max-width: none !important;
		isolation: isolate;
	}

	html body[class] .main-header::after {
		display: none !important;
		content: none !important;
	}

	/* The floating panel is always dark, so use the light logo on every page. */
	html body[class] .main-header .main-header__logo > .logo-dark {
		display: none !important;
	}

	html body[class] .main-header .main-header__logo > .logo-light {
		display: block !important;
	}

	body.dp-has-topbar .main-header,
	body.decopark-gallery-page.dp-has-topbar .main-header,
	body.decopark-services-page.dp-has-topbar .main-header,
	body.decopark-service-detail.dp-has-topbar .main-header,
	body.decopark-print-page.dp-has-topbar .main-header,
	body.decopark-contact-page.dp-has-topbar .main-header {
		top: 56px !important;
	}

	body.admin-bar .main-header,
	body.admin-bar.decopark-gallery-page .main-header,
	body.admin-bar.decopark-services-page .main-header,
	body.admin-bar.decopark-service-detail .main-header,
	body.admin-bar.decopark-print-page .main-header,
	body.admin-bar.decopark-contact-page .main-header {
		top: 54px !important;
	}

	body.admin-bar.dp-has-topbar .main-header,
	body.admin-bar.decopark-gallery-page.dp-has-topbar .main-header,
	body.admin-bar.decopark-services-page.dp-has-topbar .main-header,
	body.admin-bar.decopark-service-detail.dp-has-topbar .main-header,
	body.admin-bar.decopark-print-page.dp-has-topbar .main-header,
	body.admin-bar.decopark-contact-page.dp-has-topbar .main-header {
		top: 88px !important;
	}

	.main-header .main-header__layout {
		display: flex;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		align-items: center;
		gap: clamp(10px, 1.3vw, 24px);
		margin: 0 !important;
		padding: 0 clamp(15px, 1.55vw, 28px) !important;
	}

	.main-header .main-header__logo {
		width: clamp(108px, 10.5vw, 198px);
		min-width: 0;
		flex: 0 1 auto;
	}

	.main-header .main-header__logo img {
		max-width: 100%;
		max-height: 56px !important;
	}

	.main-header .main-header__nav {
		display: flex !important;
		width: auto !important;
		height: 100% !important;
		align-items: center;
		flex: 1 1 auto;
		justify-content: flex-end;
		margin: 0 0 0 auto !important;
		padding: 0 !important;
		background: transparent !important;
	}

	.main-header .main-header__nav > div {
		display: flex;
		width: auto;
		height: 100%;
		align-items: center;
		margin: 0;
	}

	.main-header #primary-menu {
		display: flex;
		height: 100%;
		align-items: center;
		gap: clamp(0px, .18vw, 4px);
		margin: 0;
		padding: 0;
	}

	.main-header #primary-menu > .menu-item {
		display: flex;
		height: 100%;
		align-items: center;
		flex: 0 0 auto;
	}

	.main-header #primary-menu > .menu-item > a,
	body.decopark-gallery-page .main-header #primary-menu > .menu-item > a,
	body.decopark-services-page .main-header #primary-menu > .menu-item > a,
	body.decopark-service-detail .main-header #primary-menu > .menu-item > a,
	body.decopark-print-page .main-header #primary-menu > .menu-item > a,
	body.decopark-contact-page .main-header #primary-menu > .menu-item > a {
		position: relative;
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		padding: 11px clamp(7px, .62vw, 12px) !important;
		border-radius: 11px;
		color: rgba(255, 255, 255, .92) !important;
		font-size: clamp(9px, .64vw, 12px) !important;
		font-weight: 600;
		letter-spacing: .015em;
		line-height: 1.2;
		text-decoration: none;
		white-space: nowrap;
		transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
	}

	.main-header #primary-menu > .menu-item:not(.dp-menu-cta-item) > a:hover,
	.main-header #primary-menu > .menu-item:not(.dp-menu-cta-item) > a:focus-visible,
	.main-header #primary-menu > .current-menu-item:not(.dp-menu-cta-item) > a,
	.main-header #primary-menu > .current-menu-ancestor:not(.dp-menu-cta-item) > a {
		background: rgba(255, 255, 255, .09);
		color: #fff !important;
	}

	.main-header #primary-menu > .current-menu-item:not(.dp-menu-cta-item) > a::after,
	.main-header #primary-menu > .current-menu-ancestor:not(.dp-menu-cta-item) > a::after {
		position: absolute;
		bottom: 4px;
		left: 50%;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #fff;
		box-shadow: 0 0 12px rgba(255, 255, 255, .78);
		content: '';
		transform: translateX(-50%);
	}

	.main-header #primary-menu > .dp-menu-cta-item {
		margin-left: clamp(6px, .7vw, 14px);
	}

	.main-header #primary-menu > .dp-menu-cta-item > a {
		min-width: clamp(118px, 9.4vw, 176px);
		min-height: 52px;
		justify-content: space-between;
		gap: 14px;
		padding: 12px clamp(13px, 1vw, 20px) !important;
		border: 1px solid rgba(255, 255, 255, .58);
		border-radius: 13px;
		font-size: clamp(9px, .62vw, 11px) !important;
		letter-spacing: .08em;
	}

	.main-header #primary-menu > .dp-menu-cta-item > a:hover,
	.main-header #primary-menu > .dp-menu-cta-item > a:focus-visible {
		border-color: #fff;
		background: #fff;
		color: #111 !important;
		transform: translateY(-1px);
	}

	.dp-menu-cta-item__arrow {
		font-size: 18px;
		font-weight: 400;
		line-height: 1;
	}

	.main-header #primary-menu .sub-menu {
		border: 1px solid rgba(255, 255, 255, .15);
		border-radius: 12px;
		background: rgba(11, 14, 16, .94);
		box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
		backdrop-filter: blur(16px);
	}

	.main-header #primary-menu .sub-menu a {
		color: rgba(255, 255, 255, .9) !important;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.main-header,
	body.decopark-gallery-page .main-header,
	body.decopark-services-page .main-header,
	body.decopark-service-detail .main-header,
	body.decopark-print-page .main-header,
	body.decopark-contact-page .main-header {
		right: 14px !important;
		left: 14px !important;
	}

	.main-header .main-header__layout {
		gap: 7px;
		padding-right: 12px !important;
		padding-left: 15px !important;
	}

	.main-header .main-header__logo {
		width: 106px;
	}

	.main-header #primary-menu > .menu-item > a,
	body.decopark-gallery-page .main-header #primary-menu > .menu-item > a,
	body.decopark-services-page .main-header #primary-menu > .menu-item > a,
	body.decopark-service-detail .main-header #primary-menu > .menu-item > a,
	body.decopark-print-page .main-header #primary-menu > .menu-item > a,
	body.decopark-contact-page .main-header #primary-menu > .menu-item > a {
		padding-right: 6px !important;
		padding-left: 6px !important;
		font-size: 9px !important;
	}

	.main-header #primary-menu > .dp-menu-cta-item {
		margin-left: 4px;
	}

	.main-header #primary-menu > .dp-menu-cta-item > a {
		min-width: 110px;
		padding-right: 11px !important;
		padding-left: 11px !important;
		font-size: 8.5px !important;
	}
}

@media (max-width: 980px) {
	.dp-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp-offer-copy__inner {
		grid-template-columns: 1fr;
	}

	.dp-cta {
		position: static;
	}

	.dp-service-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp-service-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 11px);
	}

	.dp-process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 38px;
	}

	.dp-wide-cta__inner {
		grid-template-columns: 1fr 1fr;
	}

	.dp-wide-cta .dp-cta__button {
		justify-self: start;
	}

	.dp-print-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp-print-card:last-child {
		grid-column: 1 / -1;
	}

	.dp-site-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.dp-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.main-header__logo img {
		max-width: min(180px, 46vw);
		max-height: calc(var(--main-header-height-md, 60px) - 12px) !important;
	}

	.dp-container,
	.dp-hero__inner {
		width: min(100% - 30px, 1240px);
	}

	.dp-hero {
		min-height: 560px;
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .66) 88%), var(--dp-hero-image);
		background-position: center;
	}

	.dp-hero__inner {
		padding: 118px 0 55px;
	}

	.dp-hero__title {
		max-width: none;
		font-size: clamp(40px, 12vw, 58px);
		letter-spacing: .015em;
		line-height: 1.03;
		text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
	}

	.dp-hero__description {
		width: 100% !important;
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.55;
	}

	.dp-gallery-section,
	.dp-offer-copy {
		padding: 50px 0;
	}

	.dp-section-heading {
		margin-bottom: 25px;
	}

	.dp-section-heading h2,
	.dp-offer-copy h2 {
		font-size: 35px;
	}

	.dp-filters {
		width: calc(100% + 15px);
		margin-right: -15px;
		margin-bottom: 30px;
		padding-right: 15px;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.dp-filters::-webkit-scrollbar {
		display: none;
	}

	.dp-filter {
		min-height: 40px;
		flex: 0 0 auto;
		padding: 9px 13px;
		font-size: 11px;
		scroll-snap-align: start;
	}

	.dp-gallery {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.dp-gallery-card__zoom {
		opacity: .86;
		transform: scale(.9);
	}

	.dp-empty {
		padding: 35px 20px;
	}

	.dp-cta {
		padding: 30px 25px;
	}

	.dp-lightbox {
		width: calc(100vw - 20px);
		height: 82vh;
	}

	.home .swiper-full-page .slide-image::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .14) 42%, rgba(0, 0, 0, .68) 100%) !important;
	}

	.home .swiper-full-page .slide-title-container .slide-title--inner .slide-title h3 {
		font-size: clamp(42px, 13vw, 52px);
		letter-spacing: .015em;
		line-height: 1.08;
	}

	.home .swiper-full-page .slide-title-container .slide-cat {
		font-size: 12px;
		letter-spacing: .1em;
		line-height: 1.35;
	}

	.home .swiper-full-page .slide-image[style*="naukownik2"],
	.home .swiper-full-page .slide-image[style*="Naukownik2"] {
		background-color: #050505 !important;
		background-position: center 27% !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
	}

	.home .swiper-full-page .slide-image[style*="ChatGPT-Image-14"] {
		background-position: center 40% !important;
	}

	.home .swiper-full-page .slide-image[style*="convista"],
	.home .swiper-full-page .slide-image[style*="Convista"] {
		background-position: 58% center !important;
	}

	.dp-services-hero {
		min-height: 560px;
		padding: 105px 0 48px;
	}

	.dp-services-hero::before {
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .46), rgba(0, 0, 0, .88) 78%), var(--dp-services-image);
		background-position: 57% center;
	}

	.dp-services-hero__grid,
	.dp-process__intro,
	.dp-wide-cta__inner,
	.dp-service-content__grid {
		grid-template-columns: 1fr;
	}

	.dp-services-hero h1,
	.dp-service-hero h1 {
		font-size: clamp(42px, 12vw, 58px);
		letter-spacing: .015em;
		line-height: 1.03;
	}

	.dp-services-hero__word {
		display: none;
	}

	.dp-services-list,
	.dp-service-content,
	.dp-related-services {
		padding: 52px 0;
	}

	.dp-service-cards {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.dp-service-card:last-child {
		grid-column: auto;
		width: auto;
	}

	.dp-service-card__copy {
		padding: 25px 22px 27px;
	}

	.dp-process__steps {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.dp-process__steps li,
	.dp-process__steps li + li {
		padding: 25px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}

	.dp-process__steps span {
		margin-bottom: 14px;
	}

	.dp-wide-cta__inner {
		gap: 24px;
	}

	.dp-service-hero {
		height: auto;
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.dp-service-hero__copy {
		min-height: 500px;
		padding: 105px 15px 44px;
	}

	.dp-back-link {
		margin-bottom: 46px;
	}

	.dp-service-hero__copy-inner > p:last-child {
		font-size: 16px;
		line-height: 1.6;
	}

	.dp-service-hero__image {
		height: 330px;
		min-height: 330px;
	}

	.dp-related-services__grid {
		grid-template-columns: 1fr;
	}

	.dp-related-services__grid a {
		padding: 23px 20px;
	}

	.dp-print-hero {
		height: auto;
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.dp-print-hero__copy {
		min-height: 500px;
		padding: 105px 15px 46px;
	}

	.dp-print-hero h1 {
		font-size: clamp(42px, 12vw, 58px);
		letter-spacing: .015em;
		line-height: 1.03;
	}

	.dp-print-hero__copy > div > p:not(.dp-kicker) {
		font-size: 16px;
		line-height: 1.6;
	}

	.dp-print-hero__image {
		height: 340px;
		min-height: 340px;
	}

	.dp-print-offer,
	.dp-print-process {
		padding: 52px 0;
	}

	.dp-print-cards,
	.dp-print-process__grid,
	.dp-contact-details__heading,
	.dp-site-footer__top {
		grid-template-columns: 1fr;
	}

	.dp-print-card,
	.dp-print-card:last-child {
		min-height: 360px;
		grid-column: auto;
	}

	.dp-print-card--image span {
		margin-bottom: 76px;
	}

	.dp-contact-hero {
		min-height: 500px;
		padding: 105px 0 48px;
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .82) 80%), var(--dp-contact-image);
	}

	.dp-contact-hero h1 {
		font-size: clamp(44px, 13vw, 61px);
		letter-spacing: .015em;
		line-height: 1.03;
	}

	.dp-contact-details {
		padding: 44px 0;
	}

	.dp-contact-details__heading {
		column-gap: 22px;
		row-gap: 14px;
		margin-bottom: 28px;
	}

	.dp-contact-details__heading .dp-kicker {
		grid-column: auto;
		margin-bottom: 0;
	}

	.dp-contact-grid {
		grid-template-columns: 1fr;
	}

	.dp-contact-card {
		min-height: 156px;
	}

	.dp-contact-card__label {
		margin-bottom: 20px;
	}

	.dp-contact-card__value,
	.dp-contact-card__value a {
		font-size: 20px;
	}

	.dp-contact-note__inner,
	.dp-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.dp-site-footer__top {
		gap: 48px;
	}

	.dp-site-footer__brand {
		grid-column: auto;
	}

	.dp-site-footer__bottom {
		gap: 13px;
	}

	.dp-site-footer__bottom p {
		margin-right: 0;
	}
}

.dp-cookie-banner,
.dp-cookie-modal {
	font-family: Arial, Helvetica, sans-serif;
}

.dp-cookie-banner[hidden],
.dp-cookie-modal[hidden],
.dp-cookie-reopen[hidden] {
	display: none !important;
}

.dp-cookie-banner {
	position: fixed;
	right: 22px;
	bottom: 22px;
	left: 22px;
	z-index: 1000001;
	display: grid;
	width: min(1040px, calc(100% - 44px));
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin: 0 auto;
	padding: 24px 26px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 18px;
	color: #f7f7f7;
	background: rgba(13, 15, 19, .94);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .38), 0 0 32px rgba(255, 218, 0, .08);
	backdrop-filter: blur(18px);
}

.dp-cookie-banner__eyebrow {
	margin: 0 0 6px !important;
	color: #f4d600 !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.dp-cookie-banner h2,
.dp-cookie-modal h2 {
	margin: 0 0 8px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: none;
}

.dp-cookie-banner__copy > p:not(.dp-cookie-banner__eyebrow),
.dp-cookie-modal__panel > p:not(.dp-cookie-banner__eyebrow) {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	line-height: 1.55;
}

.dp-cookie-banner__copy > a {
	display: inline-block;
	margin-top: 9px;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dp-cookie-banner__actions,
.dp-cookie-modal__actions {
	display: flex;
	gap: 9px;
	align-items: center;
}

.dp-cookie-button,
.dp-cookie-reopen {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 10px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .035em;
	line-height: 1.2;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.dp-cookie-button {
	min-height: 43px;
	padding: 11px 15px;
	white-space: nowrap;
}

.dp-cookie-button--secondary {
	color: #fff;
	background: transparent;
}

.dp-cookie-button--primary {
	border-color: #f4d600;
	color: #111;
	background: #f4d600;
}

.dp-cookie-button:hover,
.dp-cookie-button:focus-visible,
.dp-cookie-reopen:hover,
.dp-cookie-reopen:focus-visible {
	border-color: #f4d600;
	transform: translateY(-1px);
}

.dp-cookie-button--primary:hover,
.dp-cookie-button--primary:focus-visible {
	background: #ffe329;
}

.dp-cookie-reopen {
	position: fixed;
	right: 16px;
	bottom: 14px;
	z-index: 999999;
	padding: 9px 12px;
	color: rgba(255, 255, 255, .78);
	background: rgba(13, 15, 19, .82);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
	backdrop-filter: blur(12px);
}

.dp-cookie-modal {
	position: fixed;
	inset: 0;
	z-index: 1000002;
	display: grid;
	place-items: center;
	padding: 20px;
}

.dp-cookie-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .66);
	backdrop-filter: blur(5px);
}

.dp-cookie-modal__panel {
	position: relative;
	z-index: 1;
	width: min(620px, 100%);
	max-height: min(760px, calc(100vh - 40px));
	overflow: auto;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	outline: none;
	color: #fff;
	background: #111318;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

.dp-cookie-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: #fff;
	background: transparent;
	cursor: pointer;
	font-size: 24px;
	line-height: 30px;
}

.dp-cookie-choice {
	display: grid;
	min-height: 82px;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-top: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .035);
}

.dp-cookie-choice strong,
.dp-cookie-choice small {
	display: block;
}

.dp-cookie-choice strong {
	margin-bottom: 4px;
	font-size: 15px;
}

.dp-cookie-choice small {
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
	line-height: 1.45;
}

.dp-cookie-choice > span {
	color: #f4d600;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.dp-cookie-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.dp-cookie-choice i {
	position: relative;
	display: block;
	width: 46px;
	height: 25px;
	border-radius: 999px;
	background: #555a64;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
	transition: background-color .2s ease;
}

.dp-cookie-choice i::after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .24);
	content: '';
	transition: transform .2s ease;
}

.dp-cookie-choice input:checked + i {
	background: #d8bd00;
}

.dp-cookie-choice input:checked + i::after {
	transform: translateX(21px);
}

.dp-cookie-choice input:focus-visible + i {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.dp-cookie-modal__actions {
	justify-content: flex-end;
	margin-top: 22px;
}

.dp-cookie-modal-open {
	overflow: hidden;
}

.slider.footer-copyright a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dp-privacy-contact {
	margin: 18px 0;
	padding: 20px 22px;
	border-left: 3px solid #f4d600;
	background: #f5f5f3;
	line-height: 1.7;
}

@media (max-width: 860px) {
	.dp-cookie-banner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.dp-cookie-banner__actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	.dp-cookie-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		width: auto;
		padding: 20px;
		border-radius: 14px;
	}

	.dp-cookie-banner h2,
	.dp-cookie-modal h2 {
		padding-right: 30px;
		font-size: 21px;
	}

	.dp-cookie-banner__actions,
	.dp-cookie-modal__actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.dp-cookie-button {
		width: 100%;
	}

	.dp-cookie-modal {
		padding: 10px;
	}

	.dp-cookie-modal__panel {
		max-height: calc(100vh - 20px);
		padding: 24px 18px 18px;
		border-radius: 14px;
	}

	.dp-cookie-choice {
		gap: 12px;
		padding: 14px;
	}

	.dp-cookie-choice > span {
		max-width: 76px;
		white-space: normal;
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dp-home-preloader,
	.dp-filter,
	.dp-gallery-card__image,
	.dp-gallery-card__zoom,
	.dp-cta__button,
	.dp-cookie-button,
	.dp-cookie-reopen,
	.dp-cookie-choice i,
	.dp-cookie-choice i::after {
		transition: none;
	}

	.dp-home-preloader__spinner {
		animation: none;
	}
}
