html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #f5f3e8;
	color: #151515;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.planner-home {
	padding-top: 124px;
	background: #f5f3e8;
}

.planner-hero {
	width: 100%;
	background: #111;
	overflow: hidden;
}

.planner-hero-slider {
	position: relative;
	width: 100%;
	aspect-ratio: 1900 / 1000;
	overflow: hidden;
}

.planner-hero-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background: #111;
	overflow: hidden;
}

.planner-hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.planner-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
}

.planner-hero-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	transform-origin: center;
}

.planner-hero-arrow--prev {
	left: 16px;
}

.planner-hero-arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.planner-hero-arrow--next {
	right: 16px;
}

.planner-hero-arrow--next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.planner-hero-pagination.swiper-pagination-progressbar {
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	width: min(78vw, 1480px);
	height: 2px;
	background: rgba(255, 255, 255, .38);
	transform: translateX(-50%);
}

.planner-hero-pagination .swiper-pagination-progressbar-fill {
	background: #fff;
}

.planner-intro {
	position: relative;
	z-index: 2;
	padding: 0 0 92px;
	background: #f5f3e8;
}

.planner-intro-card {
	display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: clamp(48px, 6vw, 110px);
    align-items: center;
    width: min(1480px, calc(100% - 96px));
    margin: -108px auto 0;
    padding: 0 clamp(70px, 8vw, 160px) clamp(70px, 7vw, 104px);
    background: #fff;
    position: absolute;
    top: -230px;
    left: 0;
    right: 0;
}

.planner-intro-heading-wrap {
	position: relative;
	align-self: stretch;
	min-height: clamp(260px, 24vw, 390px);
}

.planner-intro-heading {
	text-align: center;
	    padding-top: clamp(70px, 7vw, 104px);
}

.planner-intro-heading p {
	margin: 0;
	color: #353535;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 3.25vw, 62px);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: 0;
}

.planner-intro-heading span {
	display: block;
}

.planner-intro-heading em {
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 1.35em;
	font-style: italic;
	font-weight: 400;
	line-height: .75;
}

.planner-intro-content {
	max-width: 650px;
	padding-top: clamp(70px, 7vw, 104px);
}

.planner-intro-content p {
	margin: 0;
	color: #3c3c3c;
	font-size: clamp(17px, 1.05vw, 21px);
	line-height: 1.55;
	letter-spacing: .01em;
}

.planner-intro-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 174px;
	min-height: 54px;
	margin-top: 48px;
	padding: 16px 28px;
	background: #541113;
	color: #fff;
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition: background .2s ease;
}

.planner-intro-button:hover {
	background: #2e090a;
	color: #fff;
}

.planner-services {
	    width: min(1320px, calc(100% - 64px));
    margin: 96px auto 0;
    text-align: center;
    padding-top: 240px;
}

.planner-services-kicker {
	margin: 0 0 26px;
	color: #171717;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}

.planner-services-copy {
	max-width: 980px;
	margin: 0 auto;
	color: #171717;
	font-size: 19px;
	line-height: 1.65;
	letter-spacing: .01em;
}

.planner-services-list {
	counter-reset: planner-service;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 18px;
	margin-top: 58px;
}

.planner-services-link {
	counter-increment: planner-service;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 178px;
	margin: 0;
	padding: 24px 22px 26px;
	border: 1px solid rgba(84, 17, 19, .2);
	background: rgba(255, 255, 255, .44);
	color: #302b27;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 0;
	text-decoration: none;
	text-align: left;
	overflow-wrap: anywhere;
	transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.planner-services-link::before {
	content: "0" counter(planner-service);
	margin-bottom: 36px;
	color: #8f8377;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.planner-services-link::after {
	content: "\2192";
	position: absolute;
	right: 22px;
	bottom: 24px;
	color: #541113;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity .2s ease, transform .2s ease;
}

.planner-services-link:hover,
.planner-services-link:focus {
	border-color: rgba(84, 17, 19, .5);
	background: #fff;
	color: #541113;
	transform: translateY(-4px);
}

.planner-services-link:hover::after,
.planner-services-link:focus::after {
	opacity: 1;
	transform: translateX(0);
}

.planner-partners {
	padding: 88px 0 98px;
	background: #f5f3e8;
	overflow: hidden;
}

.planner-partners-inner {
	width: min(1380px, calc(100% - 80px));
	margin: 0 auto;
}

.planner-partners-title {
	margin: 0 0 34px;
	color: #171717;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}

.planner-partners-list {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	align-items: center;
	gap: clamp(22px, 3.2vw, 54px);
}

.planner-partners-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 150px;
}

.planner-partners-logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
}

.planner-partners-logo--wide {
	max-width: 190px;
	max-height: 102px;
}

.planner-partners-logo--compact {
	max-width: 116px;
	max-height: 96px;
}

.planner-partners-logo--square {
	max-width: 146px;
	max-height: 146px;
}

.planner-testimonials {
	padding: 96px 0 104px;
	background: #fff;
	overflow: hidden;
}

.planner-testimonials-inner {
	width: min(1460px, calc(100% - 96px));
	margin: 0 auto;
}

.planner-testimonials-title {
	margin: 0 0 32px;
	color: #171717;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}

.planner-testimonials-slider {
	position: relative;
	padding: 0 88px;
	overflow: hidden;
}

.planner-testimonials-slider .swiper-wrapper {
	align-items: stretch;
}

.planner-testimonials-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	text-align: center;
}

.planner-testimonials-avatar {
	width: 80px;
	height: 112px;
	margin-bottom: 30px;
	object-fit: cover;
	clip-path: polygon(50% 0, 100% 17%, 100% 78%, 50% 100%, 0 78%, 0 17%);
}

.planner-testimonials-quote {
	max-width: 660px;
	margin: 0;
	color: #514f4c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.planner-testimonials-quote p {
	margin: 0;
}

.planner-testimonials-quote cite {
	display: block;
	margin-top: 28px;
	font-size:25px;
	color: #514f4c;
	font-style: normal;
}

.planner-testimonials-arrow {
	position: absolute;
	top: 54%;
	z-index: 6;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
}

.planner-testimonials-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-top: 2px solid #171717;
	border-left: 2px solid #171717;
	transform-origin: center;
	transition: border-color .2s ease;
}

.planner-testimonials-arrow:hover::before,
.planner-testimonials-arrow:focus::before {
	border-color: #541113;
}

.planner-testimonials-arrow--prev {
	left: 0;
}

.planner-testimonials-arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.planner-testimonials-arrow--next {
	right: 0;
}

.planner-testimonials-arrow--next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.planner-testimonials-actions {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-top: 54px;
}

.planner-testimonials-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 174px;
	min-height: 54px;
	padding: 14px 28px;
	border: 1px solid #541113;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: .02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.planner-testimonials-button--outline {
	background: #fff;
	color: #541113;
}

.planner-testimonials-button--solid,
.planner-testimonials-button--outline:hover,
.planner-testimonials-button--outline:focus {
	background: #541113;
	color: #fff;
}

.planner-testimonials-button--solid:hover,
.planner-testimonials-button--solid:focus {
	background: #fff;
	color: #541113;
}

.planner-contact-cta {
	position: relative;
	padding: 0 0 74px;
	background: #fff;
	overflow: hidden;
}

.planner-contact-cta-media {
	height: clamp(300px, 30vw, 438px);
	overflow: hidden;
}

.planner-contact-cta-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.planner-contact-cta-card {
	position: relative;
	z-index: 2;
	width: min(1184px, calc(100% - 96px));
	margin: -144px auto 0;
	padding: clamp(70px, 6.6vw, 96px) 48px 76px;
	background: #f5f3e8;
	box-shadow: 0 18px 28px rgba(0, 0, 0, .08);
	text-align: center;
}

.planner-contact-cta-title {
	max-width: 780px;
	margin: 0 auto;
	color: #030303;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 3vw, 54px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}

.planner-contact-cta-script {
	display: block;
	margin-bottom: -6px;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(62px, 6.4vw, 104px);
	font-weight: 400;
	line-height: .82;
}

.planner-contact-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 238px;
	min-height: 54px;
	margin-top: 46px;
	padding: 14px 28px;
	border: 1px solid #541113;
	background: #541113;
	color: #fff;
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .01em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.planner-contact-cta-button:hover,
.planner-contact-cta-button:focus {
	background: #fff;
	color: #541113;
}

.planner-recent {
	padding: 104px 0 118px;
	background: #fff;
	overflow: hidden;
}

.planner-recent-inner {
	display: grid;
	grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
	gap: clamp(42px, 5vw, 78px);
	align-items: end;
	width: min(1500px, calc(100% - 80px));
	margin: 0 auto;
}

.planner-recent-content {
	max-width: 340px;
	padding-bottom: 74px;
}

.planner-recent-kicker {
	margin: 0 0 22px;
	color: #171717;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}

.planner-recent-title {
	margin: 0;
	color: #2f2f2f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: 0;
}

.planner-recent-copy {
	max-width: 500px;
	margin: 28px 0 0;
	color: #171717;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .01em;
}

.planner-recent-slider {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}

.planner-recent-slider .swiper-wrapper {
	align-items: stretch;
}

.planner-recent-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
	background: #f5f3e8;
}

.planner-recent-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	background: #e8e3d6;
	overflow: hidden;
}

.planner-recent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .35s ease;
}

.planner-recent-slide:hover .planner-recent-image img {
	transform: scale(1.04);
}

.planner-recent-card {
	position: static;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 210px;
	padding: 24px 24px 26px;
	background: #f5f3e8;
	color: #050505;
}

.planner-recent-meta {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 16px;
	padding: 7px 11px;
	border: 1px solid rgba(84, 17, 19, .18);
	color: #541113;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.planner-recent-post-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 1.55vw, 28px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
}

.planner-recent-post-title a {
	transition: color .2s ease;
}

.planner-recent-post-title a:hover,
.planner-recent-post-title a:focus {
	color: #541113;
}

.planner-recent-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 28px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: color .2s ease;
}

.planner-recent-more::before {
	content: "\2192";
	font-size: 22px;
	line-height: 1;
}

.planner-recent-more:hover,
.planner-recent-more:focus {
	color: #541113;
}

.planner-recent-arrow {
	position: absolute;
	top: auto;
	bottom: 0;
	z-index: 5;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(245, 243, 232, .92);
	cursor: pointer;
	transition: background .2s ease;
}

.planner-recent-arrow:hover,
.planner-recent-arrow:focus {
	background: #fff;
}

.planner-recent-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-top: 2px solid #171717;
	border-left: 2px solid #171717;
	transform-origin: center;
}

.planner-recent-arrow--prev {
	right: 58px;
	left: auto;
}

.planner-recent-arrow--prev::before {
	transform: translate(-35%, -50%) rotate(-45deg);
}

.planner-recent-arrow--next {
	right: 0;
}

.planner-recent-arrow--next::before {
	transform: translate(-65%, -50%) rotate(135deg);
}

.planner-recent-pagination {
	position: absolute;
	left: 0;
	bottom: 19px;
	z-index: 6;
	width: auto;
}

.planner-recent-pagination .swiper-pagination-bullet {
	width: 32px;
	height: 2px;
	border-radius: 0;
	background: #b8ad9f;
	opacity: 1;
}

.planner-recent-pagination .swiper-pagination-bullet-active {
	background: #541113;
}

.site-footer {
	background: #f5f3e8;
	color: #151515;
}

.site-footer .container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.site-footer .row {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.site-footer .footer {
	padding: 64px 0 40px;
}

.site-footer .logo-ft img {
	max-width: 210px;
	max-height: 80px;
	object-fit: contain;
}

.site-footer .ft-info {
	font-size: 14px;
	line-height: 1.65;
}

.site-footer .ft-info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .font-500 {
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-weight: 700;
}

.site-footer .copyright {
	padding: 18px 0;
	border-top: 1px solid rgba(0, 0, 0, .12);
	text-align: center;
}

.site-footer .copyright a {
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.planner-home {
		padding-top: 78px;
	}

	.planner-hero-slider {
		aspect-ratio: 1900 / 1000;
	}

	.planner-intro-card {
		grid-template-columns: 1fr;
		gap: 38px;
		width: min(100% - 40px, 920px);
		margin-top: 0;
		padding: 56px 36px;
	}

	.planner-intro-heading-wrap {
		min-height: 0;
	}

	.planner-intro-heading {
		position: static;
		height: auto;
		transform: none;
	}

	.planner-intro-content {
		max-width: none;
		padding-top: 0;
		text-align: center;
	}

	.planner-services {
		margin-top: 58px;
	}

	.planner-services-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		margin-top: 44px;
	}

	.planner-services-link {
		min-height: 150px;
	}

	.planner-partners {
		padding: 70px 0 78px;
	}

	.planner-partners-inner {
		width: min(100% - 40px, 920px);
	}

	.planner-partners-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 26px 34px;
	}

	.planner-partners-item {
		min-height: 128px;
	}

	.planner-testimonials {
		padding: 76px 0 86px;
	}

	.planner-testimonials-inner {
		width: min(100% - 40px, 920px);
	}

	.planner-testimonials-slider {
		padding: 0 56px;
	}

	.planner-testimonials-quote {
		max-width: 620px;
	}

	.planner-contact-cta {
		padding-bottom: 58px;
	}

	.planner-contact-cta-media {
		height: 330px;
	}

	.planner-contact-cta-card {
		width: min(100% - 40px, 920px);
		margin-top: -118px;
		padding: 66px 36px 62px;
	}

	.planner-recent {
		padding: 78px 0 90px;
	}

	.planner-recent-inner {
		grid-template-columns: 1fr;
		gap: 42px;
		width: min(100% - 40px, 920px);
	}

	.planner-recent-content {
		max-width: none;
		padding-bottom: 0;
		text-align: center;
	}

	.planner-recent-copy {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.planner-home {
		padding-top: 70px;
	}

	.planner-hero-slider {
		aspect-ratio: auto;
		height: calc(100svh - 70px);
		min-height: 480px;
	}

	.planner-hero-slide img {
		object-position: center;
	}

	.planner-hero-arrow {
		width: 44px;
		height: 44px;
	}

	.planner-hero-arrow::before {
		width: 16px;
		height: 16px;
		border-width: 4px;
	}

	.planner-hero-arrow--prev {
		left: 6px;
	}

	.planner-hero-arrow--next {
		right: 6px;
	}

	.planner-hero-pagination.swiper-pagination-progressbar {
		width: calc(100% - 40px);
	}

	.planner-intro {
		padding-bottom: 56px;
	}

	.planner-intro-card {
		width: 100%;
		padding: 44px 22px;
		    position: initial;
	}

	.planner-intro-heading p {
		font-size: 36px;
	}

	.planner-intro-content p {
		font-size: 16px;
		line-height: 1.65;
	}

	.planner-intro-button {
		min-width: 150px;
		min-height: 48px;
		margin-top: 30px;
		font-size: 14px;
	}

	.planner-services {
		width: calc(100% - 32px);
		margin-top: 48px;
		        padding-top: 0px;
	}

	.planner-services-kicker {
		margin-bottom: 18px;
		font-size: 18px;
	}

	.planner-services-copy {
		font-size: 16px;
		line-height: 1.6;
	}

	.planner-services-link {
		min-height: 132px;
		padding: 20px 18px 22px;
		font-size: 30px;
	}

	.planner-services-link::before {
		margin-bottom: 24px;
	}

	.planner-services-link::after {
		right: 18px;
		bottom: 20px;
		opacity: 1;
		transform: none;
	}

	.planner-services-list {
		grid-template-columns: 1fr;
	}

	.planner-partners {
		padding: 56px 0 62px;
	}

	.planner-partners-inner {
		width: calc(100% - 32px);
	}

	.planner-partners-title {
		margin-bottom: 26px;
		font-size: 14px;
	}

	.planner-partners-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
	}

	.planner-partners-item {
		min-height: 108px;
	}

	.planner-partners-logo {
		max-width: 128px;
		max-height: 118px;
	}

	.planner-partners-logo--wide {
		max-width: 150px;
		max-height: 82px;
	}

	.planner-partners-logo--compact {
		max-width: 92px;
		max-height: 82px;
	}

	.planner-testimonials {
		padding: 58px 0 68px;
	}

	.planner-testimonials-inner {
		width: calc(100% - 32px);
	}

	.planner-testimonials-title {
		margin-bottom: 26px;
		font-size: 15px;
	}

	.planner-testimonials-slider {
		padding: 0 26px;
	}

	.planner-testimonials-avatar {
		width: 68px;
		height: 96px;
		margin-bottom: 24px;
	}

	.planner-testimonials-quote {
		font-size: 24px;
		line-height: 1.42;
	}

	.planner-testimonials-quote cite {
		margin-top: 22px;
	}

	.planner-testimonials-arrow {
		top: 48%;
		width: 34px;
		height: 44px;
	}

	.planner-testimonials-arrow::before {
		width: 11px;
		height: 11px;
	}

	.planner-testimonials-actions {
		flex-direction: column;
		align-items: center;
		gap: 14px;
		margin-top: 38px;
	}

	.planner-testimonials-button {
		width: min(100%, 240px);
		min-height: 50px;
		font-size: 14px;
	}

	.planner-contact-cta {
		padding-bottom: 44px;
	}

	.planner-contact-cta-media {
		height: 260px;
	}

	.planner-contact-cta-media img {
		object-position: center top;
	}

	.planner-contact-cta-card {
		width: calc(100% - 32px);
		margin-top: -72px;
		padding: 46px 22px 44px;
	}

	.planner-contact-cta-title {
		font-size: 32px;
		line-height: 1.14;
	}

	.planner-contact-cta-script {
		margin-bottom: -2px;
		font-size: 64px;
	}

	.planner-contact-cta-button {
		min-width: 164px;
		min-height: 50px;
		margin-top: 32px;
		font-size: 14px;
	}

	.planner-recent {
		padding: 58px 0 68px;
	}

	.planner-recent-inner {
		width: calc(100% - 32px);
		gap: 30px;
	}

	.planner-recent-kicker {
		margin-bottom: 16px;
		font-size: 16px;
	}

	.planner-recent-title {
		font-size: 44px;
	}

	.planner-recent-copy {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.planner-recent-image {
		aspect-ratio: 4 / 3;
	}

	.planner-recent-card {
		min-height: 190px;
		padding: 22px 20px 24px;
	}

	.planner-recent-post-title {
		font-size: 26px;
	}

	.planner-recent-arrow {
		top: auto;
		bottom: 0;
		width: 40px;
		height: 40px;
	}

	.planner-recent-arrow--prev {
		right: 50px;
	}

	.site-footer .row {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
