.funrent-team-tab-block {
	background: var(--color-deco-very-light-yellow, #fdf8ed);
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	overflow: hidden;
	padding: 128px 0 180px;
	position: relative;
	width: 100vw;
}

.funrent-team-tab-block .funrent-container {
	max-width: var(--ultra-wide, 1700px);
	position: relative;
	z-index: 1;
}

.funrent-team-tab-header {
	margin: 0 auto 46px;
	max-width: 860px;
	text-align: center;
}

.funrent-team-tab-title {
	color: var(--color-green-very-dark, #1f4f40);
	font-family: var(--font-family-jakarta);
	font-size: var(--font-size-h1-normal);
	font-weight: var(--font-weight-bold);
	line-height: 1.08;
	margin: 0 0 16px;
}

.funrent-team-tab-subtitle {
	color: var(--color-green-very-dark, #1f4f40);
	line-height: 1.45;
	margin: 0;
}

.funrent-team-tab-nav {
	align-items: center;
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 auto 8px;
	max-width: min(100%, 1200px);
	padding: 2px;
	width: fit-content;
}

.funrent-team-tab-nav__button {
	background: linear-gradient(180deg, rgba(52, 131, 110, 0.11) 0%, rgba(52, 131, 110, 0.04) 100%);
	border: 1px solid rgba(52, 131, 110, 0.24);
	border-radius: 999px;
	color: var(--color-green-very-dark, #1f4f40);
	cursor: pointer;
	font-family: var(--font-family-manrope);
	font-size: var(--font-size-p-normal);
	font-weight: var(--font-weight-medium);
	line-height: 1.2;
	margin: 0;
	min-height: 37px;
	padding: 7px 19px;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.funrent-team-tab-nav__button,
.funrent-team-tab-location-filter__button {
	will-change: transform;
}

@keyframes funrent-team-tab-pill-bounce {
	0% {
		transform: translateY(0);
	}

	42% {
		transform: translateY(-4px);
	}

	72% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(-1px);
	}
}

.funrent-team-tab-nav__button:hover,
.funrent-team-tab-nav__button:focus {
	animation: funrent-team-tab-pill-bounce 220ms cubic-bezier(0.24, 0.8, 0.3, 1) both;
	background: linear-gradient(180deg, rgba(52, 131, 110, 0.2) 0%, rgba(52, 131, 110, 0.08) 100%);
	border-color: rgba(31, 79, 64, 0.42);
	box-shadow: 0 10px 20px -18px rgba(31, 79, 64, 0.75);
	transform: translateY(-1px);
}

.funrent-team-tab-nav__button.is-active {
	animation: none;
	background: #276454;
	border-color: rgba(24, 71, 58, 0.55);
	color: #fff;
	transform: none;
}

.funrent-team-tab-nav__button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(52, 131, 110, 0.26), 0 10px 20px -18px rgba(31, 79, 64, 0.75);
}

.funrent-team-tab-location-filter {
	align-items: center;
	border-radius: 999px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin: 0 auto 56px;
	max-width: min(100%, 1200px);
	padding: 7px;
	width: fit-content;
}

.funrent-team-tab-location-filter__button {
	background: linear-gradient(180deg, rgba(52, 131, 110, 0.08) 0%, rgba(52, 131, 110, 0.02) 100%);
	border: 1px solid rgba(52, 131, 110, 0.24);
	border-radius: 999px;
	color: var(--color-green-very-dark, #1f4f40);
	cursor: pointer;
	font-family: var(--font-family-manrope);
	font-size: var(--font-size-p-small);
	font-weight: var(--font-weight-medium);
	line-height: 1.2;
	margin: 0;
	min-height: 35px;
	padding: 8px 15px;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.funrent-team-tab-location-filter__button:hover,
.funrent-team-tab-location-filter__button:focus {
	animation: funrent-team-tab-pill-bounce 220ms cubic-bezier(0.24, 0.8, 0.3, 1) both;
	background: linear-gradient(180deg, rgba(52, 131, 110, 0.17) 0%, rgba(52, 131, 110, 0.06) 100%);
	border-color: rgba(31, 79, 64, 0.4);
	box-shadow: 0 10px 18px -18px rgba(31, 79, 64, 0.75);
	transform: translateY(-1px);
}

.funrent-team-tab-location-filter__button.is-active {
	animation: none;
	background: #276454;
	color: #fff;
	transform: none;
}

.funrent-team-tab-location-filter__button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(52, 131, 110, 0.24), 0 10px 18px -18px rgba(31, 79, 64, 0.75);
}

.funrent-team-tab-groups {
	display: grid;
	gap: 72px;
}

.funrent-team-tab-group[hidden] {
	display: none !important;
}

.funrent-team-tab-group__title {
	color: var(--color-green-very-dark, #1f4f40);
	display: block !important;
	font-family: var(--font-family-jakarta);
	font-size: var(--font-size-h1-normal);
	font-weight: var(--font-weight-bold);
	gap: 0;
	line-height: 1.08;
	margin: 31px 0 70px;
	margin-left: -12px;
	padding-bottom: 14px;
	position: relative;
}

.funrent-team-tab-group__title::after {
	background: linear-gradient(90deg, var(--color-green-normal, #34836e) 0%, rgba(52, 131, 110, 0) 100%, rgba(52, 131, 110, 0) 100%);
	border-radius: 999px;
	content: "";
	display: block;
	flex: none;
	height: 2px;
	left: 0;
	max-width: 100%;
	bottom: 0;
	position: absolute;
	right: auto;
	width: 100%;
}

.funrent-team-tab-group--deco .funrent-team-tab-group__title {
	color: var(--color-purple-dark, #684092);
	font-family: var(--font-family-playfair);
}

.funrent-team-tab-group--deco .funrent-team-tab-group__title::after {
	background: linear-gradient(90deg, var(--color-purple-dark, #684092) 0%, rgba(104, 64, 146, 0) 100%, rgba(104, 64, 146, 0) 100%);
}

.funrent-team-tab-grid {
	display: grid;
	gap: 84px 38px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	position: relative;
}

.funrent-team-tab-card {
	color: var(--color-green-very-dark, #1f4f40);
	position: relative;
	z-index: 1;
}

.funrent-team-tab-card__name {
	color: var(--color-green-very-dark, #1f4f40);
	display: flex;
	flex-direction: column;
	font-family: var(--font-family-jakarta);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight-bold);
	left: -12px;
	line-height: 1.08;
	margin: 0;
	max-width: min(96%, 340px);
	pointer-events: auto;
	position: absolute;
	text-transform: capitalize;
	top: -27px;
	user-select: text;
	z-index: 3;
}

.funrent-team-tab-card.is-deco .funrent-team-tab-card__name {
	color: var(--color-purple-dark, #684092);
	font-family: var(--font-family-playfair);
	font-size: var(--font-size-h2);
}

.funrent-team-tab-card__media {
	aspect-ratio: 4 / 5;
	background: #f6f1e6;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.funrent-team-tab-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.funrent-team-tab-card__placeholder {
	background: rgba(31, 79, 64, 0.08);
	display: block;
	height: 100%;
	width: 100%;
}

.funrent-team-tab-card.is-deco .funrent-team-tab-card__placeholder {
	background: rgba(104, 64, 146, 0.08);
}

.funrent-team-tab-card__meta {
	margin-top: 8px;
}

.funrent-team-tab-card__label {
	color: var(--color-green-very-dark, #1f4f40);
	font-family: var(--font-family-manrope);
	font-size: var(--font-size-p-small);
	font-weight: var(--font-weight-regular);
	line-height: 1.35;
	margin: 0;
	text-transform: capitalize;
}

.funrent-team-tab-card.is-deco .funrent-team-tab-card__label {
	color: var(--color-purple-dark, #684092);
}

.funrent-team-tab-card__role {
	color: var(--color-green-very-dark, #1f4f40);
	line-height: 1.35;
	margin: 0;
	text-transform: lowercase;
}

.funrent-team-tab-card__role::first-letter {
	text-transform: uppercase;
}

.funrent-team-tab-card.is-deco .funrent-team-tab-card__role {
	color: var(--color-purple-dark, #684092);
}

.funrent-team-tab-card__contact {
	color: var(--color-green-very-dark, #1f4f40);
	display: block;
	font-family: var(--font-family-manrope);
	font-size: var(--font-size-p-normal);
	font-weight: var(--font-weight-medium);
	line-height: 1.35;
	margin: 2px 0 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.funrent-team-tab-card.is-deco .funrent-team-tab-card__contact {
	color: var(--color-purple-dark, #684092);
}

.funrent-team-tab-card__contact.is-text {
	text-decoration: none;
}

.funrent-team-tab-card__contact:hover,
.funrent-team-tab-card__contact:focus {
	text-decoration-thickness: 2px;
}

@media (max-width: 1520px) {
	.funrent-team-tab-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1180px) {
	.funrent-team-tab-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.funrent-team-tab-block {
		padding: 96px 0 152px;
	}

	.funrent-team-tab-header {
		margin-bottom: 34px;
	}

	.funrent-team-tab-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-bottom: 10px;
		overflow-x: auto;
		padding: 6px;
		scrollbar-width: thin;
		white-space: nowrap;
		width: auto;
	}

	.funrent-team-tab-nav__button {
		flex: 0 0 auto;
		min-height: 40px;
		padding: 8px 14px;
	}

	.funrent-team-tab-location-filter {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-bottom: 38px;
		overflow-x: auto;
		padding: 6px;
		scrollbar-width: thin;
		white-space: nowrap;
		width: auto;
	}

	.funrent-team-tab-location-filter__button {
		flex: 0 0 auto;
		min-height: 36px;
		padding: 6px 12px;
	}

	.funrent-team-tab-grid {
		gap: 66px 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.funrent-team-tab-block {
		padding: 78px 0 132px;
	}

	.funrent-team-tab-header {
		margin: 0 0 30px;
		max-width: 100%;
		text-align: left;
	}

	.funrent-team-tab-subtitle {
		font-size: var(--font-size-p-normal);
	}

	.funrent-team-tab-nav {
		gap: 5px;
		margin-bottom: 12px;
		padding: 5px;
	}

	.funrent-team-tab-nav__button {
		font-size: var(--font-size-p-small);
		min-height: 36px;
		padding: 6px 10px;
	}

	.funrent-team-tab-location-filter {
		gap: 5px;
		margin-bottom: 34px;
		padding: 5px;
	}

	.funrent-team-tab-location-filter__button {
		min-height: 34px;
		padding: 5px 10px;
	}

	.funrent-team-tab-groups {
		gap: 54px;
	}

	.funrent-team-tab-group__title {
		font-size: var(--font-size-h3);
		margin-bottom: 44px;
		margin-left: -3px;
	}

	.funrent-team-tab-grid {
		gap: 52px 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.funrent-team-tab-card__name {
		font-size: var(--font-size-h3);
		left: -4px;
	}

	.funrent-team-tab-card__media {
		aspect-ratio: 4 / 5.2;
	}
}
