/*
 * PHONKLAI Our Team page.
 * Presentation only: all visible copy, names, titles, images, icons and links
 * remain editable in native Elementor widget settings.
 */

.pk-team-page {
	--pkt-green: #043e32;
	--pkt-green-2: #075646;
	--pkt-ink: #071f1c;
	--pkt-navy: #0b2838;
	--pkt-cream: #f6f3eb;
	--pkt-paper: #fffdf8;
	--pkt-sage: #dce7dd;
	--pkt-sage-2: #a9c0ae;
	--pkt-line: #cbd5ce;
	--pkt-muted: #52635d;
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: none !important;
	margin: 0;
	overflow: clip;
	background: var(--pkt-cream);
	color: var(--pkt-ink);
}

.pk-team-page,
.pk-team-page > .e-con-inner,
.pk-team-page .pk-team-hero,
.pk-team-page .pk-team-hero > .e-con-inner,
.pk-team-page .pk-team-roster,
.pk-team-page .pk-team-roster > .e-con-inner,
.pk-team-page .pk-team-choice,
.pk-team-page .pk-team-choice > .e-con-inner,
.pk-team-page .pk-team-care,
.pk-team-page .pk-team-care > .e-con-inner,
.pk-team-page .pk-team-visit,
.pk-team-page .pk-team-visit > .e-con-inner,
.pk-team-page .pk-team-closing,
.pk-team-page .pk-team-closing > .e-con-inner {
	width: 100%;
	max-width: none !important;
	margin: 0;
}

.pk-team-page #team,
.pk-team-page #choose,
.pk-team-page #book {
	scroll-margin-top: 108px;
}

.pk-team-page .pk-team-shell {
	padding-inline: max(28px, calc((100vw - 1380px) / 2 + 72px));
}

.pk-team-page .elementor-button-icon svg,
.pk-team-page .elementor-icon svg {
	fill: currentColor;
}

.pk-team-page :is(a, button, [tabindex]):focus-visible,
.pk-team-page .elementor-button:focus-visible {
	outline: 3px solid #e0b95a;
	outline-offset: 3px;
}

/* Hero */
.pk-team-page .pk-team-hero,
.pk-team-page .pk-team-hero > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(420px, 47%) minmax(0, 53%);
	align-items: stretch;
	min-height: clamp(690px, calc(100vh - 104px), 850px);
	background: var(--pkt-green);
}

.pk-team-page .pk-team-hero-copy {
	position: relative;
	z-index: 2;
	justify-content: center;
	min-width: 0;
	padding: clamp(76px, 8vw, 122px) clamp(42px, 5.6vw, 86px) clamp(70px, 7vw, 104px) max(36px, calc((100vw - 1380px) / 2 + 72px));
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 14%, rgba(180, 206, 187, 0.17), transparent 33%),
		linear-gradient(145deg, #043e32 0%, #00372d 100%);
}

.pk-team-page .pk-team-hero-copy::after {
	position: absolute;
	right: -160px;
	bottom: -160px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(214, 231, 220, 0.16);
	border-radius: 50%;
	content: "";
}

.pk-team-page .pk-team-eyebrow .elementor-heading-title {
	color: #bad0c3;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.pk-team-page .pk-team-hero-title {
	margin-top: 28px;
}

.pk-team-page .pk-team-hero-title .elementor-heading-title {
	max-width: 10.8ch;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: clamp(51px, 5.1vw, 76px);
	font-weight: 650;
	line-height: 0.98;
	letter-spacing: -0.058em;
}

.pk-team-page .pk-team-hero-text {
	max-width: 45ch;
	margin-top: 28px;
}

.pk-team-page .pk-team-hero-text p {
	margin: 0;
	color: #d0ddd7;
	font-family: Manrope, sans-serif;
	font-size: 17px;
	font-weight: 430;
	line-height: 1.65;
}

.pk-team-page .pk-team-hero-buttons,
.pk-team-page .pk-team-hero-buttons > .e-con-inner {
	display: flex !important;
	width: 100%;
	margin-top: 34px;
}

.pk-team-page .pk-team-button {
	width: auto;
}

.pk-team-page .pk-team-button .elementor-button,
.pk-team-page .pk-team-closing-button .elementor-button,
.pk-team-page .pk-team-choice-button .elementor-button,
.pk-team-page .pk-team-profile-button .elementor-button,
.pk-team-page .pk-team-visit-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 760;
	line-height: 1;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pk-team-page .pk-team-button--light .elementor-button {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--pkt-green);
}

.pk-team-page .pk-team-button--outline .elementor-button {
	border-color: rgba(255, 255, 255, 0.54);
	background: transparent;
	color: #ffffff;
}

.pk-team-page .pk-team-button .elementor-button:hover,
.pk-team-page .pk-team-button .elementor-button:focus-visible,
.pk-team-page .pk-team-closing-button .elementor-button:hover,
.pk-team-page .pk-team-closing-button .elementor-button:focus-visible,
.pk-team-page .pk-team-choice-button .elementor-button:hover,
.pk-team-page .pk-team-choice-button .elementor-button:focus-visible,
.pk-team-page .pk-team-profile-button .elementor-button:hover,
.pk-team-page .pk-team-profile-button .elementor-button:focus-visible,
.pk-team-page .pk-team-visit-button .elementor-button:hover,
.pk-team-page .pk-team-visit-button .elementor-button:focus-visible {
	transform: translateY(-2px);
}

.pk-team-page .pk-team-button--light .elementor-button:hover,
.pk-team-page .pk-team-button--light .elementor-button:focus-visible {
	border-color: #c8dfd2;
	background: #c8dfd2;
}

.pk-team-page .pk-team-button--outline .elementor-button:hover,
.pk-team-page .pk-team-button--outline .elementor-button:focus-visible {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.pk-team-page .pk-team-hero-meta,
.pk-team-page .pk-team-hero-meta > .e-con-inner {
	display: flex !important;
	width: 100%;
	margin-top: 49px;
	padding-top: 22px;
	border-top: 1px solid rgba(231, 240, 235, 0.24);
}

.pk-team-page .pk-team-hero-meta-item {
	width: auto;
	color: #d8e5df;
}

.pk-team-page .pk-team-hero-meta-item .elementor-icon-box-wrapper,
.pk-team-page .pk-team-signal-item .elementor-icon-box-wrapper,
.pk-team-page .pk-team-profile-note .elementor-icon-box-wrapper,
.pk-team-page .pk-team-visit-detail .elementor-icon-box-wrapper {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start;
	gap: 12px;
	text-align: left;
}

.pk-team-page .pk-team-hero-meta-item .elementor-icon-box-icon,
.pk-team-page .pk-team-signal-item .elementor-icon-box-icon,
.pk-team-page .pk-team-profile-note .elementor-icon-box-icon,
.pk-team-page .pk-team-visit-detail .elementor-icon-box-icon {
	flex: 0 0 auto;
	margin: 0 !important;
}

.pk-team-page .pk-team-hero-meta-item .elementor-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	font-size: 13px;
}

.pk-team-page .pk-team-hero-meta-item .elementor-icon-box-title {
	margin: 0;
	color: inherit;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.35;
}

.pk-team-page .pk-team-hero-meta-item .elementor-icon-box-description {
	display: none;
}

.pk-team-page .pk-team-hero-media {
	position: relative;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	background: #dce6df;
}

.pk-team-page .pk-team-hero-image,
.pk-team-page .pk-team-hero-image .elementor-widget-container,
.pk-team-page .pk-team-hero-image picture {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.pk-team-page .pk-team-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(690px, calc(100vh - 104px), 850px);
	object-fit: cover;
	object-position: 54% center;
}

.pk-team-page .pk-team-hero-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 46%, rgba(2, 31, 26, 0.74) 100%);
	content: "";
}

.pk-team-page .pk-team-hero-panel {
	position: absolute;
	right: clamp(24px, 4vw, 58px);
	bottom: clamp(26px, 4vw, 54px);
	z-index: 2;
	width: min(430px, calc(100% - 52px));
	padding: 27px 29px 24px;
	border-top: 3px solid #bfd3c3;
	background: rgba(6, 46, 38, 0.93);
	backdrop-filter: blur(12px);
}

.pk-team-page .pk-team-hero-panel-eyebrow .elementor-heading-title {
	color: #a9c4b3;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.pk-team-page .pk-team-hero-panel-title {
	margin-top: 8px;
	margin-bottom: 20px;
}

.pk-team-page .pk-team-hero-panel-title .elementor-heading-title {
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 640;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

.pk-team-page .pk-team-hero-name-line,
.pk-team-page .pk-team-hero-name-line > .e-con-inner {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 12px 0;
	border-top: 1px solid rgba(225, 237, 230, 0.18);
}

.pk-team-page .pk-team-hero-name-number .elementor-heading-title {
	color: #93ad9d;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.pk-team-page .pk-team-hero-name .elementor-heading-title {
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.pk-team-page .pk-team-hero-role .elementor-heading-title {
	color: #bdcdc5;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 460;
	line-height: 1.35;
}

.pk-team-page .pk-team-hero-panel-note {
	margin-top: 13px;
}

.pk-team-page .pk-team-hero-panel-note p {
	margin: 0;
	color: #aebfb7;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	line-height: 1.45;
}

/* Team roster */
.pk-team-page .pk-team-roster {
	padding-top: clamp(92px, 9vw, 138px);
	padding-bottom: clamp(94px, 10vw, 150px);
	background:
		linear-gradient(90deg, rgba(11, 40, 56, 0.035) 1px, transparent 1px) 0 0 / 92px 92px,
		var(--pkt-cream);
}

.pk-team-page .pk-team-section-intro,
.pk-team-page .pk-team-section-intro > .e-con-inner {
	display: grid !important;
	grid-template-columns: 130px minmax(0, 850px);
	align-items: start;
}

.pk-team-page .pk-team-section-number .elementor-heading-title,
.pk-team-page .pk-team-choice-section-number .elementor-heading-title,
.pk-team-page .pk-team-visit-number .elementor-heading-title {
	color: rgba(4, 62, 50, 0.16);
	font-family: Manrope, sans-serif;
	font-size: clamp(78px, 8vw, 116px);
	font-weight: 640;
	line-height: 0.76;
	letter-spacing: -0.075em;
}

.pk-team-page .pk-team-section-eyebrow .elementor-heading-title,
.pk-team-page .pk-team-visit-eyebrow .elementor-heading-title {
	color: var(--pkt-green-2);
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.pk-team-page .pk-team-section-title {
	margin-top: 18px;
}

.pk-team-page .pk-team-section-title .elementor-heading-title,
.pk-team-page .pk-team-care-heading .elementor-heading-title,
.pk-team-page .pk-team-visit-title .elementor-heading-title {
	max-width: 13ch;
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: clamp(45px, 4.7vw, 68px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -0.052em;
}

.pk-team-page .pk-team-section-text {
	max-width: 62ch;
	margin-top: 24px;
}

.pk-team-page .pk-team-section-text p,
.pk-team-page .pk-team-care-intro p {
	margin: 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 440;
	line-height: 1.7;
}

.pk-team-page .pk-team-signal-row,
.pk-team-page .pk-team-signal-row > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 72px;
	border-top: 1px solid var(--pkt-line);
	border-bottom: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-signal-item {
	padding: 28px 30px;
}

.pk-team-page .pk-team-signal-item + .pk-team-signal-item {
	border-left: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-signal-item .elementor-icon {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border: 1px solid var(--pkt-green-2);
	border-radius: 50%;
	color: var(--pkt-green-2);
	font-size: 15px;
}

.pk-team-page .pk-team-signal-item .elementor-icon-box-title {
	margin: 0;
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 730;
	line-height: 1.3;
}

.pk-team-page .pk-team-signal-item .elementor-icon-box-description {
	margin: 6px 0 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.pk-team-page .pk-team-profiles {
	margin-top: 88px;
	border-top: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-profile,
.pk-team-page .pk-team-profile > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	min-height: 570px;
	border-bottom: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-profile--reverse,
.pk-team-page .pk-team-profile--reverse > .e-con-inner {
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
}

.pk-team-page .pk-team-profile--reverse .pk-team-profile-portrait {
	grid-column: 2;
	grid-row: 1;
}

.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
	grid-column: 1;
	grid-row: 1;
	padding-right: clamp(56px, 8vw, 116px);
	padding-left: clamp(20px, 3vw, 48px);
}

.pk-team-page .pk-team-profile-portrait {
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	overflow: hidden;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.7), transparent 38%),
		var(--pkt-sage);
}

.pk-team-page .pk-team-profile--luna .pk-team-profile-portrait {
	background:
		radial-gradient(circle at 66% 26%, rgba(255, 255, 255, 0.72), transparent 38%),
		#e8e2d7;
}

.pk-team-page .pk-team-profile--winter .pk-team-profile-portrait {
	background:
		radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.74), transparent 38%),
		#dfe6e2;
}

.pk-team-page .pk-team-profile-watermark {
	position: absolute;
	top: 28px;
	left: 34px;
	z-index: 0;
}

.pk-team-page .pk-team-profile-watermark .elementor-heading-title {
	color: rgba(4, 62, 50, 0.11);
	font-family: Manrope, sans-serif;
	font-size: clamp(100px, 11vw, 158px);
	font-weight: 650;
	line-height: 0.8;
	letter-spacing: -0.08em;
}

.pk-team-page .pk-team-profile-image {
	position: relative;
	z-index: 1;
	width: min(340px, calc(100% - 70px));
}

.pk-team-page .pk-team-profile-image .elementor-widget-container {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(4, 62, 50, 0.26);
	background: rgba(255, 253, 248, 0.58);
}

.pk-team-page .pk-team-profile-image .elementor-widget-container::after {
	position: absolute;
	right: -14px;
	bottom: -14px;
	width: 42%;
	height: 42%;
	border-right: 2px solid var(--pkt-green-2);
	border-bottom: 2px solid var(--pkt-green-2);
	pointer-events: none;
	content: "";
}

.pk-team-page .pk-team-profile-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.pk-team-page .pk-team-profile-caption {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 2;
	transform: rotate(-90deg) translateX(100%);
	transform-origin: right bottom;
}

.pk-team-page .pk-team-profile-caption .elementor-heading-title {
	color: rgba(4, 62, 50, 0.6);
	font-family: Manrope, sans-serif;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.24em;
}

.pk-team-page .pk-team-profile-copy {
	justify-content: center;
	padding: 70px clamp(40px, 7vw, 108px);
}

.pk-team-page .pk-team-profile-eyebrow .elementor-heading-title {
	color: var(--pkt-green-2);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pk-team-page .pk-team-profile-name {
	margin-top: 18px;
}

.pk-team-page .pk-team-profile-name .elementor-heading-title {
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: clamp(54px, 6vw, 82px);
	font-weight: 630;
	line-height: 0.94;
	letter-spacing: -0.065em;
}

.pk-team-page .pk-team-profile-role {
	margin-top: 15px;
}

.pk-team-page .pk-team-profile-role .elementor-heading-title {
	color: var(--pkt-green-2);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.35;
	letter-spacing: 0.045em;
}

.pk-team-page .pk-team-profile-rule {
	width: 82px;
	margin-top: 28px;
}

.pk-team-page .pk-team-profile-rule .elementor-divider-separator {
	border-color: var(--pkt-green-2);
}

.pk-team-page .pk-team-profile-text {
	max-width: 51ch;
	margin-top: 27px;
}

.pk-team-page .pk-team-profile-text p {
	margin: 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

.pk-team-page .pk-team-profile-note {
	max-width: 560px;
	margin-top: 25px;
	padding: 18px 0;
	border-top: 1px solid var(--pkt-line);
	border-bottom: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-profile-note .elementor-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--pkt-green-2);
	border-radius: 50%;
	color: var(--pkt-green-2);
	font-size: 14px;
}

.pk-team-page .pk-team-profile-note .elementor-icon-box-title {
	margin: 0;
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 760;
	line-height: 1.3;
}

.pk-team-page .pk-team-profile-note .elementor-icon-box-description {
	margin: 5px 0 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.pk-team-page .pk-team-profile-button {
	width: auto;
	margin-top: 29px;
}

.pk-team-page .pk-team-profile-button .elementor-button {
	border-color: var(--pkt-green-2);
	background: var(--pkt-green-2);
	color: #ffffff;
}

.pk-team-page .pk-team-profile-button .elementor-button:hover,
.pk-team-page .pk-team-profile-button .elementor-button:focus-visible {
	border-color: var(--pkt-ink);
	background: var(--pkt-ink);
}

/* Decision section */
.pk-team-page .pk-team-choice,
.pk-team-page .pk-team-choice > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(390px, 43%) minmax(0, 57%);
	background: var(--pkt-navy);
}

.pk-team-page .pk-team-choice-intro {
	position: relative;
	justify-content: center;
	padding: clamp(86px, 9vw, 132px) clamp(42px, 6vw, 92px) clamp(88px, 9vw, 132px) max(36px, calc((100vw - 1380px) / 2 + 72px));
	overflow: hidden;
	background: var(--pkt-navy);
}

.pk-team-page .pk-team-choice-intro::after {
	position: absolute;
	right: -110px;
	bottom: -110px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(211, 226, 218, 0.12);
	border-radius: 50%;
	content: "";
}

.pk-team-page .pk-team-choice-section-number .elementor-heading-title {
	color: rgba(216, 232, 223, 0.14);
}

.pk-team-page .pk-team-choice-eyebrow {
	margin-top: 32px;
}

.pk-team-page .pk-team-choice-eyebrow .elementor-heading-title {
	color: #a9c1b3;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.pk-team-page .pk-team-choice-heading {
	margin-top: 18px;
}

.pk-team-page .pk-team-choice-heading .elementor-heading-title {
	max-width: 8.5ch;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: clamp(46px, 5vw, 70px);
	font-weight: 640;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.pk-team-page .pk-team-choice-intro-text {
	max-width: 43ch;
	margin-top: 27px;
}

.pk-team-page .pk-team-choice-intro-text p {
	margin: 0;
	color: #c6d4ce;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	line-height: 1.68;
}

.pk-team-page .pk-team-choice-button {
	width: auto;
	margin-top: 32px;
}

.pk-team-page .pk-team-choice-button .elementor-button {
	border-color: #d7e4dd;
	background: transparent;
	color: #ffffff;
}

.pk-team-page .pk-team-choice-button .elementor-button:hover,
.pk-team-page .pk-team-choice-button .elementor-button:focus-visible {
	background: #ffffff;
	color: var(--pkt-navy);
}

.pk-team-page .pk-team-choice-steps {
	justify-content: center;
	padding: clamp(76px, 8vw, 120px) max(36px, calc((100vw - 1380px) / 2 + 72px)) clamp(76px, 8vw, 120px) clamp(48px, 7vw, 104px);
	background: #e5ece5;
}

.pk-team-page .pk-team-choice-step,
.pk-team-page .pk-team-choice-step > .e-con-inner {
	display: grid !important;
	grid-template-columns: 42px 54px minmax(0, 1fr);
	align-items: start;
	padding: 30px 0;
	border-top: 1px solid rgba(4, 62, 50, 0.2);
}

.pk-team-page .pk-team-choice-step:last-child {
	border-bottom: 1px solid rgba(4, 62, 50, 0.2);
}

.pk-team-page .pk-team-choice-number .elementor-heading-title {
	color: rgba(4, 62, 50, 0.46);
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 820;
	line-height: 44px;
	letter-spacing: 0.11em;
}

.pk-team-page .pk-team-choice-icon .elementor-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--pkt-green-2);
	border-radius: 50%;
	color: var(--pkt-green-2);
	font-size: 15px;
}

.pk-team-page .pk-team-choice-title .elementor-heading-title {
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 670;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.pk-team-page .pk-team-choice-description {
	max-width: 52ch;
}

.pk-team-page .pk-team-choice-description p {
	margin: 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

/* Care and communication */
.pk-team-page .pk-team-care,
.pk-team-page .pk-team-care > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 46%) minmax(420px, 54%);
	align-items: stretch;
	background: var(--pkt-paper);
}

.pk-team-page .pk-team-care-visual {
	position: relative;
	min-height: 860px;
	overflow: hidden;
	background: #dfe8e2;
}

.pk-team-page .pk-team-care-image,
.pk-team-page .pk-team-care-image .elementor-widget-container,
.pk-team-page .pk-team-care-image picture {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.pk-team-page .pk-team-care-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 860px;
	object-fit: cover;
	object-position: center;
}

.pk-team-page .pk-team-care-visual::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 55%, rgba(3, 43, 35, 0.76) 100%);
	content: "";
}

.pk-team-page .pk-team-care-caption {
	position: absolute;
	right: clamp(24px, 4vw, 58px);
	bottom: clamp(28px, 4vw, 54px);
	left: clamp(24px, 4vw, 58px);
	z-index: 2;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.pk-team-page .pk-team-care-caption-eyebrow .elementor-heading-title {
	color: #c6dbcf;
	font-family: Manrope, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.pk-team-page .pk-team-care-caption-title .elementor-heading-title {
	max-width: 20ch;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 620;
	line-height: 1.18;
	letter-spacing: -0.035em;
}

.pk-team-page .pk-team-care-copy {
	justify-content: center;
	padding: clamp(88px, 9vw, 138px) max(36px, calc((100vw - 1380px) / 2 + 72px)) clamp(88px, 9vw, 138px) clamp(54px, 7vw, 106px);
}

.pk-team-page .pk-team-care-heading {
	margin-top: 18px;
}

.pk-team-page .pk-team-care-heading .elementor-heading-title {
	max-width: 12.5ch;
}

.pk-team-page .pk-team-care-intro {
	max-width: 56ch;
	margin-top: 24px;
}

.pk-team-page .pk-team-care-points {
	margin-top: 42px;
}

.pk-team-page .pk-team-care-point {
	padding: 25px 0 27px;
	border-top: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-care-point:last-child {
	border-bottom: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-care-point-head,
.pk-team-page .pk-team-care-point-head > .e-con-inner {
	display: flex !important;
}

.pk-team-page .pk-team-care-icon .elementor-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--pkt-green-2);
	border-radius: 50%;
	color: var(--pkt-green-2);
	font-size: 14px;
}

.pk-team-page .pk-team-care-number .elementor-heading-title {
	color: rgba(4, 62, 50, 0.28);
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.12em;
}

.pk-team-page .pk-team-care-title {
	margin-top: 18px;
}

.pk-team-page .pk-team-care-title .elementor-heading-title {
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: 21px;
	font-weight: 670;
	line-height: 1.24;
	letter-spacing: -0.025em;
}

.pk-team-page .pk-team-care-description {
	max-width: 54ch;
	margin-top: 8px;
}

.pk-team-page .pk-team-care-description p {
	margin: 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

/* Clinic at a glance */
.pk-team-page .pk-team-visit,
.pk-team-page .pk-team-visit > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
	padding-top: clamp(90px, 9vw, 136px);
	padding-bottom: clamp(92px, 9vw, 138px);
	background: var(--pkt-cream);
}

.pk-team-page .pk-team-visit-intro {
	padding-right: clamp(50px, 8vw, 118px);
}

.pk-team-page .pk-team-visit-eyebrow {
	margin-top: 34px;
}

.pk-team-page .pk-team-visit-title {
	margin-top: 18px;
}

.pk-team-page .pk-team-visit-title .elementor-heading-title {
	max-width: 12ch;
}

.pk-team-page .pk-team-visit-details {
	justify-content: center;
	border-top: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-visit-detail {
	padding: 24px 0;
	border-bottom: 1px solid var(--pkt-line);
}

.pk-team-page .pk-team-visit-detail .elementor-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--pkt-green-2);
	border-radius: 50%;
	color: var(--pkt-green-2);
	font-size: 16px;
}

.pk-team-page .pk-team-visit-detail .elementor-icon-box-title {
	margin: 0;
	color: var(--pkt-ink);
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 730;
	line-height: 1.3;
}

.pk-team-page .pk-team-visit-detail .elementor-icon-box-description {
	margin: 5px 0 0;
	color: var(--pkt-muted);
	font-family: Manrope, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.pk-team-page .pk-team-visit-buttons,
.pk-team-page .pk-team-visit-buttons > .e-con-inner {
	display: flex !important;
	margin-top: 30px;
}

.pk-team-page .pk-team-visit-button {
	width: auto;
}

.pk-team-page .pk-team-visit-button--primary .elementor-button {
	border-color: var(--pkt-green-2);
	background: var(--pkt-green-2);
	color: #ffffff;
}

.pk-team-page .pk-team-visit-button--secondary .elementor-button {
	border-color: var(--pkt-green-2);
	background: transparent;
	color: var(--pkt-green-2);
}

.pk-team-page .pk-team-visit-button--primary .elementor-button:hover,
.pk-team-page .pk-team-visit-button--primary .elementor-button:focus-visible {
	border-color: var(--pkt-ink);
	background: var(--pkt-ink);
}

.pk-team-page .pk-team-visit-button--secondary .elementor-button:hover,
.pk-team-page .pk-team-visit-button--secondary .elementor-button:focus-visible {
	background: var(--pkt-green-2);
	color: #ffffff;
}

/* Closing */
.pk-team-page .pk-team-closing {
	position: relative;
	min-height: 560px;
	padding: 96px 28px 104px;
	overflow: hidden;
	text-align: center;
	background:
		radial-gradient(circle at 12% 10%, rgba(184, 207, 192, 0.18), transparent 32%),
		radial-gradient(circle at 88% 82%, rgba(184, 207, 192, 0.13), transparent 30%),
		var(--pkt-green);
}

.pk-team-page .pk-team-closing::before,
.pk-team-page .pk-team-closing::after {
	position: absolute;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(222, 235, 227, 0.13);
	border-radius: 50%;
	content: "";
}

.pk-team-page .pk-team-closing::before {
	top: -180px;
	left: -80px;
}

.pk-team-page .pk-team-closing::after {
	right: -80px;
	bottom: -190px;
}

.pk-team-page .pk-team-closing-eyebrow,
.pk-team-page .pk-team-closing-title,
.pk-team-page .pk-team-closing-text,
.pk-team-page .pk-team-closing-buttons {
	position: relative;
	z-index: 1;
}

.pk-team-page .pk-team-closing-eyebrow .elementor-heading-title {
	color: #b7cfc1;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.22em;
}

.pk-team-page .pk-team-closing-title {
	max-width: 850px;
	margin-top: 20px;
}

.pk-team-page .pk-team-closing-title .elementor-heading-title {
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 640;
	line-height: 0.98;
	letter-spacing: -0.06em;
	text-align: center;
}

.pk-team-page .pk-team-closing-text {
	max-width: 54ch;
	margin-top: 25px;
}

.pk-team-page .pk-team-closing-text p {
	margin: 0;
	color: #cedbd5;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
}

.pk-team-page .pk-team-closing-buttons,
.pk-team-page .pk-team-closing-buttons > .e-con-inner {
	display: flex !important;
	justify-content: center;
	margin-top: 34px;
}

.pk-team-page .pk-team-closing-button {
	width: auto;
}

.pk-team-page .pk-team-closing-button--primary .elementor-button {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--pkt-green);
}

.pk-team-page .pk-team-closing-button--secondary .elementor-button {
	border-color: rgba(255, 255, 255, 0.52);
	background: transparent;
	color: #ffffff;
}

.pk-team-page .pk-team-closing-button--primary .elementor-button:hover,
.pk-team-page .pk-team-closing-button--primary .elementor-button:focus-visible {
	border-color: #c8dfd2;
	background: #c8dfd2;
}

.pk-team-page .pk-team-closing-button--secondary .elementor-button:hover,
.pk-team-page .pk-team-closing-button--secondary .elementor-button:focus-visible {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

/* Mobile fixed actions */
.pk-team-page .pk-team-mobile-cta {
	display: none !important;
}

@media (max-width: 1180px) {
	.pk-team-page .pk-team-hero,
	.pk-team-page .pk-team-hero > .e-con-inner {
		grid-template-columns: minmax(390px, 49%) minmax(0, 51%);
	}

	.pk-team-page .pk-team-hero-copy {
		padding-left: 48px;
	}

	.pk-team-page .pk-team-hero-title .elementor-heading-title {
		font-size: clamp(48px, 5.7vw, 67px);
	}

	.pk-team-page .pk-team-shell {
		padding-inline: 48px;
	}

	.pk-team-page .pk-team-profile-copy {
		padding-inline: 64px;
	}

	.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
		padding-right: 64px;
		padding-left: 40px;
	}

	.pk-team-page .pk-team-choice-intro {
		padding-left: 48px;
	}

	.pk-team-page .pk-team-choice-steps,
	.pk-team-page .pk-team-care-copy {
		padding-right: 48px;
	}

	.pk-team-page .pk-team-visit-intro {
		padding-right: 70px;
	}
}

@media (max-width: 960px) {
	.pk-team-page .pk-team-hero,
	.pk-team-page .pk-team-hero > .e-con-inner,
	.pk-team-page .pk-team-choice,
	.pk-team-page .pk-team-choice > .e-con-inner,
	.pk-team-page .pk-team-care,
	.pk-team-page .pk-team-care > .e-con-inner,
	.pk-team-page .pk-team-visit,
	.pk-team-page .pk-team-visit > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.pk-team-page .pk-team-hero-copy {
		min-height: 620px;
		padding: 84px 48px 76px;
	}

	.pk-team-page .pk-team-hero-media,
	.pk-team-page .pk-team-hero-image img {
		min-height: 610px;
	}

	.pk-team-page .pk-team-signal-row,
	.pk-team-page .pk-team-signal-row > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.pk-team-page .pk-team-signal-item + .pk-team-signal-item {
		border-top: 1px solid var(--pkt-line);
		border-left: 0;
	}

	.pk-team-page .pk-team-profile,
	.pk-team-page .pk-team-profile > .e-con-inner,
	.pk-team-page .pk-team-profile--reverse,
	.pk-team-page .pk-team-profile--reverse > .e-con-inner {
		grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
	}

	.pk-team-page .pk-team-profile--reverse .pk-team-profile-portrait {
		grid-column: 1;
	}

	.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
		grid-column: 2;
	}

	.pk-team-page .pk-team-profile-copy,
	.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
		padding: 60px 44px;
	}

	.pk-team-page .pk-team-choice-intro,
	.pk-team-page .pk-team-choice-steps,
	.pk-team-page .pk-team-care-copy {
		padding: 84px 48px;
	}

	.pk-team-page .pk-team-care-visual,
	.pk-team-page .pk-team-care-image img {
		min-height: 610px;
	}

	.pk-team-page .pk-team-visit-intro {
		padding-right: 0;
		padding-bottom: 62px;
	}
}

@media (max-width: 767px) {
	.pk-team-page {
		padding-bottom: 72px;
	}

	.pk-team-page .pk-team-shell {
		padding-inline: 20px;
	}

	.pk-team-page .pk-team-hero-copy {
		min-height: 0;
		padding: 66px 22px 58px;
	}

	.pk-team-page .pk-team-hero-title {
		margin-top: 22px;
	}

	.pk-team-page .pk-team-hero-title .elementor-heading-title {
		max-width: 11ch;
		font-size: clamp(42px, 12.5vw, 55px);
	}

	.pk-team-page .pk-team-hero-text {
		margin-top: 22px;
	}

	.pk-team-page .pk-team-hero-text p {
		font-size: 15px;
		line-height: 1.58;
	}

	.pk-team-page .pk-team-hero-buttons,
	.pk-team-page .pk-team-hero-buttons > .e-con-inner {
		align-items: stretch;
	}

	.pk-team-page .pk-team-button {
		width: 100%;
	}

	.pk-team-page .pk-team-button .elementor-button {
		width: 100%;
	}

	.pk-team-page .pk-team-hero-meta,
	.pk-team-page .pk-team-hero-meta > .e-con-inner {
		align-items: flex-start;
		gap: 14px;
		margin-top: 38px;
	}

	.pk-team-page .pk-team-hero-meta-item {
		width: 100%;
	}

	.pk-team-page .pk-team-hero-media,
	.pk-team-page .pk-team-hero-image img {
		min-height: 440px;
	}

	.pk-team-page .pk-team-hero-panel {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 24px 22px;
		border-top-width: 3px;
		background: var(--pkt-green);
		backdrop-filter: none;
	}

	.pk-team-page .pk-team-roster {
		padding-top: 76px;
		padding-bottom: 82px;
	}

	.pk-team-page .pk-team-section-intro,
	.pk-team-page .pk-team-section-intro > .e-con-inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.pk-team-page .pk-team-section-number .elementor-heading-title,
	.pk-team-page .pk-team-choice-section-number .elementor-heading-title,
	.pk-team-page .pk-team-visit-number .elementor-heading-title {
		font-size: 68px;
	}

	.pk-team-page .pk-team-section-title,
	.pk-team-page .pk-team-care-heading,
	.pk-team-page .pk-team-visit-title {
		margin-top: 14px;
	}

	.pk-team-page .pk-team-section-title .elementor-heading-title,
	.pk-team-page .pk-team-care-heading .elementor-heading-title,
	.pk-team-page .pk-team-visit-title .elementor-heading-title {
		font-size: clamp(38px, 11vw, 49px);
	}

	.pk-team-page .pk-team-section-text p,
	.pk-team-page .pk-team-care-intro p {
		font-size: 14px;
		line-height: 1.62;
	}

	.pk-team-page .pk-team-signal-row,
	.pk-team-page .pk-team-signal-row > .e-con-inner {
		margin-top: 52px;
	}

	.pk-team-page .pk-team-signal-item {
		padding: 24px 0;
	}

	.pk-team-page .pk-team-profiles {
		margin-top: 62px;
	}

	.pk-team-page .pk-team-profile,
	.pk-team-page .pk-team-profile > .e-con-inner,
	.pk-team-page .pk-team-profile--reverse,
	.pk-team-page .pk-team-profile--reverse > .e-con-inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.pk-team-page .pk-team-profile--reverse .pk-team-profile-portrait,
	.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
		grid-column: 1;
		grid-row: auto;
	}

	.pk-team-page .pk-team-profile-portrait {
		min-height: 440px;
	}

	.pk-team-page .pk-team-profile-image {
		width: min(300px, calc(100% - 60px));
	}

	.pk-team-page .pk-team-profile-watermark {
		top: 25px;
		left: 24px;
	}

	.pk-team-page .pk-team-profile-watermark .elementor-heading-title {
		font-size: 110px;
	}

	.pk-team-page .pk-team-profile-caption {
		right: 15px;
		bottom: 17px;
	}

	.pk-team-page .pk-team-profile-copy,
	.pk-team-page .pk-team-profile--reverse .pk-team-profile-copy {
		padding: 48px 2px 58px;
	}

	.pk-team-page .pk-team-profile-name .elementor-heading-title {
		font-size: 54px;
	}

	.pk-team-page .pk-team-profile-role .elementor-heading-title {
		font-size: 13px;
	}

	.pk-team-page .pk-team-profile-button {
		width: 100%;
	}

	.pk-team-page .pk-team-profile-button .elementor-button {
		width: 100%;
	}

	.pk-team-page .pk-team-choice-intro,
	.pk-team-page .pk-team-choice-steps,
	.pk-team-page .pk-team-care-copy {
		padding: 70px 22px;
	}

	.pk-team-page .pk-team-choice-eyebrow {
		margin-top: 24px;
	}

	.pk-team-page .pk-team-choice-heading .elementor-heading-title {
		font-size: clamp(41px, 12vw, 54px);
	}

	.pk-team-page .pk-team-choice-button {
		width: 100%;
	}

	.pk-team-page .pk-team-choice-button .elementor-button {
		width: 100%;
	}

	.pk-team-page .pk-team-choice-step,
	.pk-team-page .pk-team-choice-step > .e-con-inner {
		grid-template-columns: 32px 46px minmax(0, 1fr);
		gap: 12px;
		padding: 26px 0;
	}

	.pk-team-page .pk-team-choice-icon .elementor-icon {
		width: 42px;
		height: 42px;
	}

	.pk-team-page .pk-team-choice-title .elementor-heading-title {
		font-size: 19px;
	}

	.pk-team-page .pk-team-care-visual,
	.pk-team-page .pk-team-care-image img {
		min-height: 470px;
	}

	.pk-team-page .pk-team-care-caption {
		right: 22px;
		bottom: 24px;
		left: 22px;
	}

	.pk-team-page .pk-team-care-caption-title .elementor-heading-title {
		font-size: 25px;
	}

	.pk-team-page .pk-team-care-points {
		margin-top: 34px;
	}

	.pk-team-page .pk-team-visit,
	.pk-team-page .pk-team-visit > .e-con-inner {
		padding-top: 74px;
		padding-bottom: 80px;
	}

	.pk-team-page .pk-team-visit-intro {
		padding-bottom: 48px;
	}

	.pk-team-page .pk-team-visit-eyebrow {
		margin-top: 25px;
	}

	.pk-team-page .pk-team-visit-buttons,
	.pk-team-page .pk-team-visit-buttons > .e-con-inner {
		align-items: stretch;
	}

	.pk-team-page .pk-team-visit-button {
		width: 100%;
	}

	.pk-team-page .pk-team-visit-button .elementor-button {
		width: 100%;
	}

	.pk-team-page .pk-team-closing {
		min-height: 0;
		padding: 78px 22px 84px;
	}

	.pk-team-page .pk-team-closing-title .elementor-heading-title {
		font-size: clamp(40px, 11.5vw, 52px);
	}

	.pk-team-page .pk-team-closing-text p {
		font-size: 14px;
	}

	.pk-team-page .pk-team-closing-buttons,
	.pk-team-page .pk-team-closing-buttons > .e-con-inner {
		align-items: stretch;
	}

	.pk-team-page .pk-team-closing-button {
		width: 100%;
	}

	.pk-team-page .pk-team-closing-button .elementor-button {
		width: 100%;
	}

	.pk-team-page .pk-team-mobile-cta,
	.pk-team-page .pk-team-mobile-cta > .e-con-inner {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 108px;
		gap: 8px;
		width: 100%;
		padding: 9px 10px max(9px, env(safe-area-inset-bottom));
		border-top: 1px solid rgba(2, 43, 35, 0.15);
		background: rgba(247, 245, 239, 0.97);
		box-shadow: 0 -8px 24px rgba(5, 35, 28, 0.12);
		backdrop-filter: blur(12px);
	}

	.pk-team-page .pk-team-mobile-book,
	.pk-team-page .pk-team-mobile-call {
		width: 100%;
	}

	.pk-team-page .pk-team-mobile-book .elementor-button,
	.pk-team-page .pk-team-mobile-call .elementor-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 50px;
		padding: 13px 16px;
		border: 1px solid var(--pkt-green-2);
		border-radius: 999px;
		font-family: Manrope, sans-serif;
		font-size: 13px;
		font-weight: 780;
		line-height: 1;
	}

	.pk-team-page .pk-team-mobile-book .elementor-button {
		background: var(--pkt-green-2);
		color: #ffffff;
	}

	.pk-team-page .pk-team-mobile-call .elementor-button {
		background: transparent;
		color: var(--pkt-green-2);
	}
}

@media (max-width: 380px) {
	.pk-team-page .pk-team-hero-copy,
	.pk-team-page .pk-team-choice-intro,
	.pk-team-page .pk-team-choice-steps,
	.pk-team-page .pk-team-care-copy {
		padding-right: 18px;
		padding-left: 18px;
	}

	.pk-team-page .pk-team-shell {
		padding-right: 18px;
		padding-left: 18px;
	}

	.pk-team-page .pk-team-hero-title .elementor-heading-title {
		font-size: 41px;
	}

	.pk-team-page .pk-team-profile-portrait {
		min-height: 410px;
	}

	.pk-team-page .pk-team-profile-image {
		width: min(282px, calc(100% - 54px));
	}

	.pk-team-page .pk-team-choice-step,
	.pk-team-page .pk-team-choice-step > .e-con-inner {
		grid-template-columns: 28px 42px minmax(0, 1fr);
		gap: 9px;
	}

	.pk-team-page .pk-team-mobile-cta,
	.pk-team-page .pk-team-mobile-cta > .e-con-inner {
		grid-template-columns: minmax(0, 1fr) 94px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-team-page *,
	.pk-team-page *::before,
	.pk-team-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
