.page-id-33 .site-header__ticker {
	display: none;
}

.kb-team-page {
	background: #ebe0d7;
	color: #202020;
}

.kb-team-page__body {
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px 24px 86px;
}

.kb-team-page__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 32px;
	margin-bottom: 34px;
}

.kb-team-page__tab {
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
}

.kb-team-page__tab.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kb-team-page__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.kb-team-page__card {
	display: grid;
	grid-template-columns: 188px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	height: 100%;
	padding: 12px;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.18);
}

.kb-team-page__card[hidden] {
	display: none;
}

.kb-team-page__photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	aspect-ratio: 0.82;
	border-radius: 8px;
	object-fit: cover;
	background: #5a5755;
}

.kb-team-page__photo--placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #5c5956 0%, #7c756f 100%);
}

.kb-team-page__initials {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-team-page__card-name {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.08;
	text-transform: uppercase;
}

.kb-team-page__card-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.kb-team-page__card-subtitle,
.kb-team-page__card-description {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.35;
}

.kb-team-page__card-subtitle:last-child,
.kb-team-page__card-description:last-child {
	margin-bottom: 0;
}

.kb-team-page__card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: 6px;
	background: #222120;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.editor-styles-wrapper .kb-team-page__editor-toolbar {
	display: flex;
	justify-content: center;
	margin: 0 0 24px;
}

.editor-styles-wrapper .kb-team-page__card--editor {
	position: relative;
	grid-template-rows: auto 1fr;
	align-items: start;
}

.editor-styles-wrapper .kb-team-page__editor-card-tools {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.editor-styles-wrapper .kb-team-page__editor-card-tools .components-base-control {
	flex: 1 1 auto;
	margin-bottom: 0;
}

.editor-styles-wrapper .kb-team-page__editor-photo {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.editor-styles-wrapper .kb-team-page__editor-image-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__photo {
	height: auto;
	min-height: 220px;
}

.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__card-copy {
	gap: 8px;
}

.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__card-name,
.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__card-subtitle,
.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__card-description {
	outline-offset: 4px;
}

.editor-styles-wrapper .kb-team-page__card--editor .kb-team-page__card-button {
	min-height: 42px;
	margin-top: 8px;
	color: #fff;
}

.editor-styles-wrapper .kb-team-page__editor-url {
	margin-top: 4px;
}

.editor-styles-wrapper .kb-team-page__editor-url .components-base-control__field {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.kb-team-page__cards {
		grid-template-columns: 1fr 1fr;
	}

	.kb-team-page__card {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.kb-team-page__photo {
		min-height: 216px;
	}
}

@media (max-width: 767px) {
	.kb-team-page__body {
		padding: 18px 12px 40px;
	}

	.kb-team-page__tabs {
		justify-content: flex-start;
		gap: 10px 18px;
	}

	.kb-team-page__tab {
		font-size: 14px;
	}

	.kb-team-page__cards {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.kb-team-page__card {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 14px;
		padding: 10px;
	}

	.kb-team-page__card-name {
		font-size: 17px;
	}

	.kb-team-page__photo {
		min-height: 168px;
	}

	.kb-team-page__card-subtitle,
	.kb-team-page__card-description {
		font-size: 14px;
	}

	.kb-team-page__card-button {
		width: 100%;
		min-height: 42px;
		padding: 10px 14px;
		font-size: 13px;
	}
}
