.gestlifes-on-media {
	background-color: #FDFDFD;
	position: relative;
	overflow: hidden;
}

.gestlifes-on-media-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 16px;
	padding-left: 16px;
	position: relative;
	z-index: 1;
}

.gestlifes-on-media-subtitle {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Metropolis, Sans-Serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #244FC2;
	background-color: #E9EDF9;
	width: fit-content;
	border-radius: 100px;
	margin-bottom: 6px;
}

.gestlifes-on-media-title {
	font-family: Bricolage Grotesque, Sans-Serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #00194C;
	max-width: 244px;
	margin-bottom: 12px;
}

.gestlifes-on-media-description {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #596780;
	margin-bottom: 28px;
	max-width: 314px;
}

.gestlifes-on-media-description p {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #596780;
}

.gestlifes-on-media-description a {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 16%;
	text-decoration-thickness: 0%;
	cursor: pointer;
	color: #596780;
}

.gestlifes-on-media .google-rating {
	margin-left: unset;
	margin-right: unset;
	margin-bottom: 30px;
}

.gestlifes-on-media-carousel .slick-list {
	margin-right: -12px;
}

.gestlifes-on-media-carousel .slick-slide {
	margin-right: 12px;
}

.gestlifes-on-media-item {
	border-radius: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #F4F6F9;
}

.gestlifes-on-media-rating-stars {
	display: flex;
	margin-bottom: 4px;
}

.gestlifes-on-media-rating-stars span {
	width: 12px;
	height: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
}

.gestlifes-on-media-item-title {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #040815;
	margin-bottom: 15px;
}

.gestlifes-on-media-item-logo {
	margin-bottom: 15px;
	max-width: 177px;
	max-height: 40px;
}

.gestlifes-on-media-item-text {
	font-family: Metropolis, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #596780;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gestlifes-on-media-item-photo-name-time-parent {
	display: flex;
	gap: 10px;
	align-items: center;
}

.gestlifes-on-media-item-name-time-parent {

}

.gestlifes-on-media-item-photo {
	width: 48px;
	height: 48px;
	border-radius: 100px;
}

.gestlifes-on-media-item-name {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #040815;
	margin-bottom: 3px;
}

.gestlifes-on-media-item-time {
	font-family: Plus Jakarta Sans, Sans-Serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #596780;
}

.gestlifes-on-media-carousel .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 3px;
	list-style: none;
	width: fit-content;
	padding-inline-start: 0;
	margin-left: auto;
	margin-right: auto;
	margin-block-start: 0;
	margin-block-end: 0;
	background-color: #F5F5F5;
	padding: 4px;
	border-radius: 100px;
	margin-top: 15px;
}

.gestlifes-on-media-carousel .slick-dots li {
	margin: 0;
	padding: 0;
	width: 7px;
	height: 7px;
	/*width: auto;*/
	/*height: auto;*/
}

.gestlifes-on-media-carousel .slick-dots li button {
	display: flex;
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #244FC2;
	opacity: 0.5;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.gestlifes-on-media-carousel .slick-dots li button:hover {
	background-color: #9CA3AF;
}

.gestlifes-on-media-carousel .slick-dots li.slick-active button {
	background-color: #244FC2;
	opacity: 1;
}

.gestlifes-on-media-arrows-parent {
	display: none;
	z-index: 1;
}

.gestlifes-on-media-learn-more-cta {
	font-family: Metropolis, Sans-Serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #244FC2;
}

.gestlifes-on-media .background-logo {
	position: absolute;
	right: -73px;
	top: -99px;
	width: 276px;
	height: 235px;
}

/* Mobile bg composite — Figma 13703:9986. Replaces `.background-logo` at mobile only.
   At 768+ the old bg is restored and the new composite is hidden (see media query). */
.gestlifes-on-media .background-logo {
	display: none !important;
}

/* Mobile bg composite (Figma 13703:9986) — nested structure mirrors Figma's
   HTML so rotations compose exactly as the design intends.
   Outer box: 165.389×165.389 positioned top-right.
   Rotor: -25.71deg. Quarto (quarter-circle slot): 123.901×123.901.
   Camada/Face each live inside a positioned box with their own inner rotation. */
/* Figma section is 588px tall; box center at calc(50% - 267.31px), i.e. y=26.69.
   Pin directly from top so production height differences don't drift the bg. */
.gestlifes-on-media__bg {
	position: absolute;
	right: -55.39px;
	top: -56px;
	width: 165.389px;
	height: 165.389px;
	pointer-events: none;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gestlifes-on-media__bg-rotor {
	transform: rotate(-25.71deg);
}

.gestlifes-on-media__bg-quarto {
	position: relative;
	width: 123.901px;
	height: 123.901px;
}

.gestlifes-on-media__bg-camada-box {
	position: absolute;
	top: 26.93%;
	right: -2.04%;
	bottom: -53%;
	left: -24.02%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gestlifes-on-media__bg-camada-inner {
	width: 138.91px;
	height: 138.91px;
	transform: rotate(-161.96deg);
}

.gestlifes-on-media__bg-camada-inner img {
	width: 100%;
	height: 100%;
	display: block;
}

.gestlifes-on-media__bg-face-box {
	position: absolute;
	top: 30.6%;
	right: 43.17%;
	bottom: 25.65%;
	left: 10.7%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.1;
}

.gestlifes-on-media__bg-face-inner {
	width: 46.09px;
	height: 42.28px;
	transform: rotate(7.69deg);
}

.gestlifes-on-media__bg-face-inner img {
	width: 100%;
	height: 100%;
	display: block;
}

.gestlifes-on-media-view-all-button {
	background-color: #FDFDFD;
	border: 1px solid #EDEDED;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	margin-top: 30px;
}

.gestlifes-on-media-view-all-button span {
	font-family: Metropolis, Sans-Serif;
	color: #00194C;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-right: 5px;
}

@media (min-width: 768px) {
	/* 768+ bg composite (Figma 13703:9734). Same nested structure as mobile,
	   scaled up: outer 208.236×208.236, quarto 156×156, camada-inner 174.90×174.90,
	   face-inner 58.04×53.22. SVGs swapped via content: url(). */
	.gestlifes-on-media .background-logo {
		display: none !important;
	}

	.gestlifes-on-media__bg {
		right: -56.57px;
		top: -74.3px;
		width: 208.236px;
		height: 208.236px;
	}

	.gestlifes-on-media__bg-quarto {
		width: 156px;
		height: 156px;
	}

	.gestlifes-on-media__bg-camada-inner {
		width: 174.90px;
		height: 174.90px;
	}

	.gestlifes-on-media__bg-camada-inner img {
		content: url('camada1-768.svg?v=1');
	}

	.gestlifes-on-media__bg-face-inner {
		width: 58.04px;
		height: 53.22px;
	}

	.gestlifes-on-media__bg-face-inner img {
		content: url('radiante-768.svg?v=1');
	}

	.gestlifes-on-media-title {
		max-width: unset;
	}

	.gestlifes-on-media-description {
		max-width: 470px;
		margin-bottom: 40px;
	}

	.gestlifes-on-media-carousel .slick-list {
		margin-right: -20px;
	}

	.gestlifes-on-media-carousel .slick-slide {
		margin-right: 20px;
	}

	.gestlifes-on-media-carousel .slick-dots {
		margin-top: 24px;
	}

	.gestlifes-on-media-item-text {
		margin-bottom: 10px;
	}
}

@media (min-width: 1250px) {
	.gestlifes-on-media-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.gestlifes-on-media-subtitle {
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0;
		padding-bottom: 0;
		letter-spacing: 0;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 24px;
	}

	.gestlifes-on-media-item-logo {
		max-width: unset;
		margin-bottom: 16px;
	}

	.gestlifes-on-media-title {
		font-size: 32px;
		line-height: 50px;
		letter-spacing: 0%;
		margin-bottom: 8px;
	}

	.gestlifes-on-media-description {
		max-width: 662px;
		font-size: 18px;
		letter-spacing: 0%;
		margin-bottom: 0;
	}

	.gestlifes-on-media-description p {
		font-size: 18px;
		letter-spacing: 0%;
	}

	.gestlifes-on-media-description a {
		font-size: 18px;
		letter-spacing: 0%;
	}

	.gestlifes-on-media-item {
		padding: 24px;
		background-color: #F5F5F5;
	}

	.gestlifes-on-media-item-time {
		font-size: 14px;
	}

	.gestlifes-on-media .slick-track {
		width: 100%;
		margin-left: unset;
		margin-right: unset;
	}

	.gestlifes-on-media-title-arrow-flex {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 52px;
	}

	.gestlifes-on-media-arrows-parent {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.gestlifes-on-media-arrow-left {
		border-radius: 10px;
		border: 1px solid #EDEDED;
		padding: 8px;
		width: 48px;
		height: 48px;
		background-color: #fdfdfd;
		transform: rotate(180deg);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.gestlifes-on-media-arrow-right {
		border-radius: 10px;
		border: 1px solid #EDEDED;
		padding: 8px;
		width: 48px;
		height: 48px;
		background-color: #fdfdfd;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.gestlifes-on-media .slick-arrow.slick-disabled svg path {
		stroke: #596780;
		opacity: 0.5;
	}

	.gestlifes-on-media .google-rating {
		margin-bottom: 0;
	}

	.gestlifes-on-media-item-text {
		font-size: 16px;
		-webkit-line-clamp: 3;
		margin-bottom: 16px;
		height: 72px;
	}

	.gestlifes-on-media-learn-more-cta {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 0%;
	}

	.gestlifes-on-media-view-all-button {
		margin-top: 32px;
	}

	/* 1250+ bg composite (Figma 13703:9480). Outer 353.632×353.632,
	   quarto 264.923×264.923, camada-inner 297.00×297.00,
	   face-inner 98.55×90.39. Figma uses direct top/right — no 50% calc. */
	.gestlifes-on-media__bg {
		right: -152.7px;
		top: -126.07px;
		width: 353.632px;
		height: 353.632px;
	}

	.gestlifes-on-media__bg-quarto {
		width: 264.923px;
		height: 264.923px;
	}

	.gestlifes-on-media__bg-camada-inner {
		width: 297.00px;
		height: 297.00px;
	}

	.gestlifes-on-media__bg-camada-inner img {
		content: url('camada1-1250.svg?v=1');
	}

	.gestlifes-on-media__bg-face-inner {
		width: 98.55px;
		height: 90.39px;
	}

	.gestlifes-on-media__bg-face-inner img {
		content: url('radiante-1250.svg?v=1');
	}

	.gestlifes-on-media-carousel .slick-dots {
		display: none !important;
	}
}

/* 1920px disabled
@media (min-width: 1920px) {
	.gestlifes-on-media-container {
		max-width: 1632px;
	}

	.gestlifes-on-media .background-logo {
		right: -112px;
		top: calc(50% - 239px);
		transform: translateY(-50%);
	}

	.gestlifes-on-media-subtitle {
		font-size: 14px;
	}

	.gestlifes-on-media-title {
		line-height: 36px;
	}

	.gestlifes-on-media-carousel .slick-list {
		margin-right: -32px;
	}

	.gestlifes-on-media-carousel .slick-slide {
		margin-right: 32px;
	}

	.gestlifes-on-media-item-text {
		margin-bottom: 20px;
	}

	.gestlifes-on-media-view-all-button {
		gap: 8px;
	}

	.gestlifes-on-media-view-all-button span {
		letter-spacing: 0%;
		margin-right: 0;
	}
}
*/
