.lla-section-title {
	--lla-section-title-align: center;
	--lla-section-title-divider-color: #f6b90f;
	--lla-section-title-divider-height: 8px;
	--lla-section-title-divider-radius: 999px;
	--lla-section-title-divider-width: 84px;
	--lla-section-title-animation-delay: 0ms;
	--lla-section-title-animation-distance: 24px;
	--lla-section-title-animation-duration: 850ms;
	background: transparent;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding: 0 24px;
	text-align: var(--lla-section-title-align);
	width: 100%;
}

.lla-section-title *,
.lla-section-title *::before,
.lla-section-title *::after {
	box-sizing: border-box;
}

.lla-section-title__eyebrow {
	color: #f6b90f;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 6px;
	line-height: 1.35;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.lla-section-title__title {
	color: #08264a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 22px;
	text-wrap: balance;
}

.lla-section-title__description {
	color: #2f3a45;
	font-size: 1.125rem;
	line-height: 1.75;
	margin: 0;
}

.lla-section-title__description p {
	margin: 0;
}

.lla-section-title__divider {
	align-self: center;
	background: var(--lla-section-title-divider-color);
	border-radius: var(--lla-section-title-divider-radius);
	display: block;
	height: var(--lla-section-title-divider-height);
	margin: 30px 0 0;
	width: var(--lla-section-title-divider-width);
}

.lla-section-title--animated {
	opacity: 0;
	transition:
		opacity var(--lla-section-title-animation-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--lla-section-title-animation-delay),
		filter var(--lla-section-title-animation-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--lla-section-title-animation-delay),
		clip-path var(--lla-section-title-animation-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--lla-section-title-animation-delay),
		transform var(--lla-section-title-animation-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--lla-section-title-animation-delay);
}

.lla-section-title--fade-up {
	transform: translateY(var(--lla-section-title-animation-distance));
}

.lla-section-title--fade-in {
	transform: none;
}

.lla-section-title--reveal-line {
	clip-path: inset(0 0 100% 0);
	transform: translateY(calc(var(--lla-section-title-animation-distance) * 0.5));
}

.lla-section-title--premium-blur {
	filter: blur(14px);
	transform: translateY(var(--lla-section-title-animation-distance)) scale(0.985);
}

.lla-section-title.is-visible {
	clip-path: inset(0 0 0 0);
	filter: blur(0);
	opacity: 1;
	transform: none;
}

body.elementor-editor-active .lla-section-title,
body.elementor-editor-active .lla-section-title * {
	filter: none;
	opacity: 1;
	transform: none;
	visibility: visible;
}

@media (max-width: 1024px) {
	.lla-section-title__title {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	.lla-section-title {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lla-section-title__title {
		font-size: 34px;
	}

	.lla-section-title__description {
		font-size: 1rem;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lla-section-title--animated {
		clip-path: none;
		filter: none;
		opacity: 1;
		transform: none;
		transition: none;
	}
}
