/* Digital Event Agency homepage preset. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

.np-site-header--preset-agency {
	background: #f2f1ec !important;
	border-bottom: 1px solid #0d0d0d !important;
	color: #0d0d0d !important;
	box-shadow: none;
}

.np-site-header--preset-agency .np-logo img {
	filter: grayscale(1) contrast(1.35);
}

.np-site-header--preset-agency .np-primary-menu a {
	color: #0d0d0d;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.np-site-header--preset-agency .np-primary-menu a:hover,
.np-site-header--preset-agency .np-primary-menu .current-menu-item > a {
	color: #0d0d0d;
}

.np-site-header--preset-agency .np-primary-menu li:first-child > a,
.np-site-header--preset-agency .np-header-cta {
	background: #0d0d0d;
	color: #ffffff;
}

.np-site-header--preset-agency .np-primary-menu li:first-child > a {
	align-items: center;
	display: inline-flex;
	min-height: 54px;
	padding: 0 24px;
}

.np-site-header--preset-agency .np-header-cta {
	border-radius: 0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.az-agency-home {
	--agency-black: #0b0b0b;
	--agency-ink: #121212;
	--agency-paper: #f1f0ea;
	--agency-paper-2: #e8e6df;
	--agency-line: rgba(18, 18, 18, 0.28);
	--agency-lime: #e8ff00;
	--agency-muted: #5b5b58;
	background: var(--agency-black);
	color: var(--agency-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	overflow: clip;
}

.az-agency-home *,
.az-agency-home *::before,
.az-agency-home *::after {
	box-sizing: border-box;
}

.az-agency-home h1,
.az-agency-home h2,
.az-agency-home h3,
.az-agency-home strong,
.az-agency-home b {
	font-family: "Barlow Condensed", Impact, sans-serif;
	text-transform: uppercase;
}

.az-agency-shell {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 50px;
	width: 100%;
}

.az-agency-paper {
	background:
		linear-gradient(90deg, rgba(18, 18, 18, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 18, 18, 0.03) 1px, transparent 1px),
		radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.05), transparent 24%),
		#f1f0ea;
	background-size: 118px 100%, 100% 92px, auto, auto;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.az-agency-hero {
	background: var(--agency-paper);
	min-height: 720px;
	position: relative;
}

.az-agency-hero .az-agency-shell {
	max-width: 1500px;
	padding-left: 42px;
	padding-right: 42px;
}

.az-agency-hero::after {
	background: #0b0b0b;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: min(10vw, 132px);
	z-index: 1;
}

.az-agency-hero__grid {
	align-items: center;
	display: grid;
	gap: 68px;
	grid-template-columns: 42px minmax(390px, 0.92fr) minmax(600px, 1.22fr);
	min-height: 720px;
	position: relative;
	z-index: 2;
}

.az-agency-hero__rail {
	align-self: stretch;
	display: grid;
	grid-template-rows: repeat(5, 28px) 1fr;
	gap: 18px;
	justify-items: center;
	padding-top: 150px;
}

.az-agency-hero__rail span {
	font-family: "Barlow Condensed", Impact, sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.az-agency-hero__rail i {
	align-self: end;
	background: #0d0d0d;
	display: block;
	height: 92px;
	margin-bottom: 120px;
	width: 12px;
}

.az-agency-kicker,
.az-agency-section-head > p,
.az-agency-showreel p {
	background: var(--agency-lime);
	color: #0d0d0d;
	display: inline-flex;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.az-agency-hero h1 {
	color: #0d0d0d;
	font-size: 112px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0;
	max-width: 640px;
}

.az-agency-hero__copy > p:not(.az-agency-kicker) {
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	margin: 28px 0 0;
	max-width: 440px;
}

.az-agency-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 34px;
}

.az-agency-btn {
	align-items: center;
	border: 1px solid #0d0d0d;
	color: #0d0d0d;
	display: inline-flex;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	gap: 22px;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.az-agency-btn:hover {
	transform: translateY(-2px);
}

.az-agency-btn--dark {
	background: #0d0d0d;
	color: #ffffff;
}

.az-agency-btn--ghost {
	border-color: transparent;
}

.az-agency-scroll {
	align-items: center;
	color: #0d0d0d;
	display: inline-flex;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	gap: 16px;
	margin-top: 58px;
	text-decoration: none;
	text-transform: uppercase;
}

.az-agency-hero__visual {
	justify-self: end;
	position: relative;
	width: min(100%, 760px);
}

.az-agency-hero__slider {
	aspect-ratio: 1 / 1.12;
	background: #0d0d0d;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.az-agency-hero__slide {
	filter: grayscale(1) contrast(1.18);
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transform: scale(1);
	transition: opacity 0.65s ease, filter 0.35s ease, transform 0.65s ease;
	width: 100%;
}

.az-agency-hero__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.az-agency-hero__visual:hover .az-agency-hero__slide.is-active,
.az-agency-hero__visual:focus-within .az-agency-hero__slide.is-active {
	filter: grayscale(0) contrast(1.04) brightness(0.98) saturate(1.18);
	transform: scale(1.035);
}

.az-agency-hero__dots {
	background-image: radial-gradient(#0d0d0d 2px, transparent 2.5px);
	background-size: 22px 22px;
	height: 130px;
	position: absolute;
	right: 30px;
	top: -42px;
	width: 180px;
	z-index: 2;
}

.az-agency-hero__card {
	background: var(--agency-lime);
	bottom: 74px;
	color: #0d0d0d;
	display: grid;
	gap: 24px;
	padding: 34px 28px 22px;
	position: absolute;
	right: -124px;
	width: 188px;
	z-index: 3;
}

.az-agency-hero__card > span {
	font-family: "Barlow Condensed", Impact, sans-serif;
	font-size: 76px;
	font-weight: 900;
	line-height: 0.55;
}

.az-agency-hero__card strong {
	font-size: 28px;
	font-weight: 800;
	line-height: 0.98;
}

.az-agency-hero__card i {
	background: #0d0d0d;
	display: block;
	height: 1px;
	width: 100%;
}

.az-agency-hero__card b {
	font-size: 38px;
	font-weight: 800;
	line-height: 0.95;
}

.az-agency-hero__card div {
	display: flex;
	gap: 10px;
}

.az-agency-hero__card em {
	align-items: center;
	border: 1px solid #0d0d0d;
	display: inline-flex;
	font-style: normal;
	height: 38px;
	justify-content: center;
	width: 44px;
}

.az-agency-about {
	border-top: 1px solid var(--agency-line);
	display: grid;
	grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
}

.az-agency-about__intro {
	background: #0d0d0d;
	color: #ffffff;
	padding: 48px 50px;
}

.az-agency-about__intro h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 24px;
}

.az-agency-about__intro p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.72;
	margin: 0;
	max-width: 360px;
}

.az-agency-about__intro a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: #ffffff;
	display: inline-flex;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	gap: 20px;
	margin-top: 28px;
	min-height: 44px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.az-agency-stats {
	background: var(--agency-paper);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-agency-stats div {
	border-right: 1px solid var(--agency-line);
	display: grid;
	gap: 16px;
	min-height: 206px;
	padding: 54px 42px;
}

.az-agency-stats div:last-child {
	border-right: 0;
}

.az-agency-stats strong {
	color: #101010;
	font-size: 76px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.86;
}

.az-agency-stats span {
	color: #111111;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.06;
	text-transform: uppercase;
}

.az-agency-services,
.az-agency-projects,
.az-agency-showreel,
.az-agency-partners {
	background: #0d0d0d;
	color: #ffffff;
	padding: 62px 0;
}

.az-agency-section-head {
	margin-bottom: 28px;
}

.az-agency-section-head--split {
	align-items: end;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(340px, 0.7fr) minmax(320px, 0.8fr) auto;
}

.az-agency-section-head > p,
.az-agency-showreel p {
	color: #0d0d0d;
	margin-bottom: 18px;
}

.az-agency-section-head h2 {
	color: #ffffff;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	max-width: 540px;
}

.az-agency-section-head > span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.7;
	max-width: 450px;
}

.az-agency-section-head > a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #ffffff;
	display: inline-flex;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	gap: 22px;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.az-agency-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.az-agency-service-card {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.18);
	min-height: 250px;
	padding: 30px 24px;
	transition: background 0.18s ease, transform 0.18s ease;
}

.az-agency-service-card:hover {
	background: rgba(232, 255, 0, 0.08);
	transform: translateY(-3px);
}

.az-agency-service-card > span {
	color: #ffffff;
	display: block;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 28px;
}

.az-agency-service-card i {
	background: var(--agency-lime);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
	height: 40px;
	margin-bottom: 30px;
	width: 40px;
}

.az-agency-service-card:nth-child(1) i {
	clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.az-agency-service-card:nth-child(2) i {
	clip-path: polygon(43% 0, 57% 0, 57% 36%, 86% 14%, 96% 25%, 67% 50%, 96% 75%, 86% 86%, 57% 64%, 57% 100%, 43% 100%, 43% 64%, 14% 86%, 4% 75%, 33% 50%, 4% 25%, 14% 14%, 43% 36%);
}

.az-agency-service-card:nth-child(4) i {
	border-radius: 50%;
	clip-path: none;
}

.az-agency-service-card:nth-child(5) i {
	clip-path: none;
}

.az-agency-service-card h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 14px;
}

.az-agency-service-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.62;
	margin: 0;
}

.az-agency-projects {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 40px;
}

.az-agency-section-head--projects {
	grid-template-columns: 1fr auto;
}

.az-agency-project-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(180px, 0.68fr);
}

.az-agency-project-card,
.az-agency-create-card {
	border: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 230px;
	overflow: hidden;
	position: relative;
}

.az-agency-project-card img {
	filter: grayscale(1) contrast(1.12) brightness(0.82);
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1);
	transition: filter 0.35s ease, transform 0.35s ease;
	width: 100%;
}

.az-agency-project-card::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.88) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.az-agency-project-card:hover img,
.az-agency-project-card:focus-within img {
	filter: grayscale(0) contrast(1.04) brightness(0.98) saturate(1.18);
	transform: scale(1.04);
}

.az-agency-project-card:hover::after,
.az-agency-project-card:focus-within::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.az-agency-project-card div {
	bottom: 0;
	left: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.az-agency-project-card h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 10px;
}

.az-agency-project-card p {
	color: rgba(255, 255, 255, 0.74);
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.az-agency-project-card a {
	bottom: 20px;
	color: #ffffff;
	font-size: 28px;
	position: absolute;
	right: 22px;
	text-decoration: none;
}

.az-agency-create-card {
	background: var(--agency-lime);
	color: #0d0d0d;
	display: grid;
	padding: 26px 24px;
	text-decoration: none;
}

.az-agency-create-card span {
	align-self: start;
	color: #0d0d0d;
	font-family: "Barlow Condensed", Impact, sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 0.92;
	text-transform: uppercase;
}

.az-agency-create-card i {
	align-self: end;
	color: #0d0d0d;
	font-size: 34px;
	font-style: normal;
	justify-self: end;
}

.az-agency-showreel {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.az-agency-showreel__grid {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: 280px minmax(420px, 0.95fr) minmax(220px, 0.48fr);
}

.az-agency-showreel h2 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 900;
	line-height: 0.92;
	margin: 0;
}

.az-agency-showreel__media {
	color: #ffffff;
	display: block;
	min-height: 330px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.az-agency-showreel__media img {
	filter: grayscale(1) brightness(0.78);
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: scale(1);
	transition: filter 0.35s ease, transform 0.35s ease;
	width: 100%;
}

.az-agency-showreel__media:hover img,
.az-agency-showreel__media:focus-visible img {
	filter: grayscale(0) brightness(0.98) saturate(1.16);
	transform: scale(1.035);
}

.az-agency-showreel__media > span {
	background: #ffffff;
	border-radius: 50%;
	height: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	z-index: 2;
}

.az-agency-showreel__media > span::after {
	border-bottom: 10px solid transparent;
	border-left: 16px solid #0d0d0d;
	border-top: 10px solid transparent;
	content: "";
	left: 29px;
	position: absolute;
	top: 25px;
}

.az-agency-showreel__media strong {
	bottom: 22px;
	color: #ffffff;
	font-size: 24px;
	left: 24px;
	position: absolute;
	right: 24px;
	z-index: 2;
}

.az-agency-showreel__list {
	display: grid;
	gap: 10px;
}

.az-agency-showreel__list a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	padding: 0 0 14px;
	text-decoration: none;
}

.az-agency-partners {
	background: var(--agency-paper);
	color: #0d0d0d;
}

.az-agency-partners .az-agency-section-head h2 {
	color: #0d0d0d;
}

.az-agency-partner-grid {
	border-left: 1px solid var(--agency-line);
	border-top: 1px solid var(--agency-line);
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.az-agency-partner-grid div {
	align-items: center;
	aspect-ratio: 2.4 / 1;
	border-bottom: 1px solid var(--agency-line);
	border-right: 1px solid var(--agency-line);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
	text-align: center;
}

.az-agency-partner-grid strong {
	color: #0d0d0d;
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
}

.az-agency-partner-grid span {
	color: var(--agency-muted);
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
}

.az-agency-final {
	background: var(--agency-paper);
	padding: 0 0 54px;
}

.az-agency-final__box {
	align-items: center;
	background: #e61f31;
	color: #ffffff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 28px 34px;
}

.az-agency-final__box h2 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 900;
	line-height: 0.96;
	margin: 0;
	max-width: 520px;
}

.az-agency-final__box a {
	background: #ffffff;
	color: #0d0d0d;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.np-site-footer--preset-agency {
	background: #0d0d0d !important;
	color: #ffffff;
}

.np-site-footer--preset-agency .np-footer-cta {
	display: none;
}

.np-site-footer--preset-agency .np-footer-main {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 44px;
}

.np-site-footer--preset-agency .np-footer-links h3,
.np-site-footer--preset-agency .np-footer-contact h3,
.np-site-footer--preset-agency .np-footer-company strong {
	color: #ffffff;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	.az-agency-shell {
		padding: 0 28px;
	}

	.az-agency-hero,
	.az-agency-hero__grid {
		min-height: 650px;
	}

	.az-agency-hero h1 {
		font-size: 86px;
		max-width: 480px;
	}

	.az-agency-stats strong {
		font-size: 62px;
	}

	.az-agency-section-head h2,
	.az-agency-showreel h2 {
		font-size: 50px;
	}

	.az-agency-create-card span {
		font-size: 40px;
	}

	.az-agency-hero::after {
		display: none;
	}

	.az-agency-hero__grid {
		gap: 32px;
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
	}

	.az-agency-hero__rail {
		display: none;
	}

	.az-agency-hero__card {
		right: 18px;
	}

	.az-agency-about,
	.az-agency-showreel__grid {
		grid-template-columns: 1fr;
	}

	.az-agency-section-head--split {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.az-agency-service-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.az-agency-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-agency-create-card {
		min-height: 230px;
	}

	.az-agency-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.np-site-header--preset-agency .np-primary-menu {
		background: #f2f1ec;
		color: #0d0d0d;
	}

	.az-agency-shell {
		padding: 0 18px;
	}

	.az-agency-hero,
	.az-agency-hero__grid {
		min-height: 0;
	}

	.az-agency-hero__grid {
		grid-template-columns: 1fr;
		padding-bottom: 38px;
		padding-top: 42px;
	}

	.az-agency-hero h1 {
		font-size: 62px;
		max-width: 360px;
	}

	.az-agency-hero__copy > p:not(.az-agency-kicker) {
		font-size: 15px;
		max-width: 100%;
	}

	.az-agency-hero__actions {
		align-items: stretch;
		display: grid;
		gap: 12px;
	}

	.az-agency-btn {
		width: 100%;
	}

	.az-agency-scroll {
		margin-top: 28px;
	}

	.az-agency-hero__visual {
		width: 100%;
	}

	.az-agency-hero__slider {
		aspect-ratio: 4 / 3;
	}

	.az-agency-hero__card {
		bottom: auto;
		grid-template-columns: auto 1fr;
		right: 12px;
		top: 12px;
		width: min(210px, calc(100% - 24px));
	}

	.az-agency-hero__card i,
	.az-agency-hero__card b,
	.az-agency-hero__card div {
		display: none;
	}

	.az-agency-about__intro {
		padding: 34px 22px;
	}

	.az-agency-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.az-agency-stats div {
		min-height: 150px;
		padding: 30px 22px;
	}

	.az-agency-stats strong {
		font-size: 52px;
	}

	.az-agency-stats span {
		font-size: 20px;
	}

	.az-agency-services,
	.az-agency-projects,
	.az-agency-showreel,
	.az-agency-partners {
		padding: 44px 0;
	}

	.az-agency-section-head h2,
	.az-agency-showreel h2 {
		font-size: 40px;
		line-height: 1;
	}

	.az-agency-create-card span {
		font-size: 38px;
	}

	.az-agency-final__box h2 {
		font-size: 34px;
	}

	.az-agency-service-grid,
	.az-agency-project-grid,
	.az-agency-partner-grid {
		grid-template-columns: 1fr;
	}

	.az-agency-service-card,
	.az-agency-project-card,
	.az-agency-create-card {
		min-height: 220px;
	}

	.az-agency-showreel__media {
		min-height: 250px;
	}

	.az-agency-final__box {
		align-items: stretch;
		display: grid;
		padding: 24px 20px;
	}
}
