/* =========================================================
   VAIKAS KELIAUNINKAS – APIE MUS PUSLAPIS
========================================================= */

.vk-about-hero,
.vk-about-section {
	--vk-about-dark: #225d61;
	--vk-about-dark-hover: #194c50;
	--vk-about-text: #607b7e;
	--vk-about-coral: #ee846d;
	--vk-about-coral-hover: #dd705a;
	--vk-about-sage: #aebfb7;
	--vk-about-sage-dark: #96aaa1;
	--vk-about-sage-light: #edf3f0;
	--vk-about-yellow: #f5d98f;
	--vk-about-yellow-light: #fff5d9;
	--vk-about-cream: #fffaf4;
	--vk-about-white: #ffffff;
	--vk-about-border: #dfe7e3;
	--vk-about-shadow: 0 20px 50px rgba(39, 82, 84, 0.1);

	color: var(--vk-about-dark);
	font-family: "Quicksand", sans-serif;
}

.vk-about-hero *,
.vk-about-hero *::before,
.vk-about-hero *::after,
.vk-about-section *,
.vk-about-section *::before,
.vk-about-section *::after {
	box-sizing: border-box;
}

.vk-about-hero a,
.vk-about-section a {
	color: inherit;
	text-decoration: none;
}

.vk-about-container {
	width: min(calc(100% - 40px), 1280px);
	margin: 0 auto;
}

.vk-about-section {
	padding: 90px 0;
}

.vk-about-section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--vk-about-coral);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vk-about-section-label::before {
	content: "";
	width: 24px;
	border-top: 2px dotted currentColor;
}

.vk-about-section-label--light {
	color: var(--vk-about-yellow-light);
}

.vk-about-heading {
	max-width: 790px;
	margin-bottom: 42px;
}

.vk-about-heading--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.vk-about-heading--center .vk-about-section-label {
	justify-content: center;
}

.vk-about-heading h2 {
	margin: 12px 0 14px;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
}

.vk-about-heading p {
	margin: 0;
	color: var(--vk-about-text);
	font-size: 16px;
	line-height: 1.8;
}


/* =========================================================
   HERO
========================================================= */

.vk-about-hero {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	margin: 38px auto 0;
	overflow: hidden;
	background: var(--vk-about-sage);
}

.vk-about-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	right: -170px;
	bottom: -200px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.vk-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
	align-items: center;
	gap: clamp(50px, 7vw, 110px);
	min-height: 650px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.vk-about-hero__content {
	position: relative;
	z-index: 3;
	max-width: 690px;
}

.vk-about-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--vk-about-yellow-light);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vk-about-eyebrow__line {
	width: 28px;
	border-top: 2px dotted currentColor;
}

.vk-about-hero h1 {
	margin: 0;
	color: var(--vk-about-white);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(64px, 7vw, 100px);
	font-weight: 700;
	line-height: 0.88;
	letter-spacing: -0.045em;
	text-shadow: 0 4px 0 rgba(34, 93, 97, 0.11);
}

.vk-about-hero h1 span {
	display: block;
	color: var(--vk-about-coral);
	text-shadow: none;
}

.vk-about-hero__lead {
	max-width: 660px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}

.vk-about-hero__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.vk-about-mini-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 15px;
	border-radius: 999px;
	background: var(--vk-about-white);
	color: var(--vk-about-dark);
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 10px 25px rgba(34, 93, 97, 0.1);
}

.vk-about-mini-pill span {
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #fff0ec;
	color: var(--vk-about-coral);
	font-size: 12px;
}

.vk-about-hero__visual {
	position: relative;
	z-index: 3;
	display: grid;
	place-items: center;
	min-height: 480px;
}

.vk-about-photo-card {
	position: relative;
}

.vk-about-photo-card--main {
	width: min(100%, 430px);
	padding: 11px;
	border-radius: 22px;
	background: var(--vk-about-white);
	box-shadow: 0 30px 70px rgba(34, 93, 97, 0.23);
	transform: rotate(var(--vk-about-card-rotate, 2.5deg));
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.vk-about-photo-card--main:hover {
	transform: rotate(0deg) translateY(-7px) scale(1.015) !important;
	box-shadow: 0 38px 80px rgba(34, 93, 97, 0.27);
}

.vk-about-photo-card--main:active {
	transform: rotate(0deg) translateY(-3px) scale(1.008) !important;
}

.vk-about-photo-card--main img {
	transition: transform .45s ease;
}

.vk-about-photo-card--main:hover img {
	transform: scale(1.018);
}

.vk-about-photo-card--main:hover .vk-about-photo-card__tape {
	transform: translateX(-50%) rotate(1deg);
}

.vk-about-photo-card__tape {
	transition: transform .35s ease, background-color .25s ease;
}

.vk-about-photo-card--main img {
	display: block;
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 15px;
}

.vk-about-photo-card__tape {
	position: absolute;
	z-index: 3;
	top: -18px;
	left: 50%;
	width: 112px;
	height: 35px;
	border-radius: 3px;
	background: rgba(255, 244, 213, 0.88);
	transform: translateX(-50%) rotate(-3deg);
}

.vk-about-photo-card__caption {
	padding: 15px 11px 8px;
	color: var(--vk-about-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

.vk-about-stamp {
	position: absolute;
	top: 26px;
	right: -21px;
	display: grid;
	place-items: center;
	width: 102px;
	height: 102px;
	padding: 13px;
	border: 2px dotted var(--vk-about-coral);
	border-radius: 50%;
	background: var(--vk-about-yellow-light);
	color: var(--vk-about-coral);
	text-align: center;
	transform: rotate(8deg);
	box-shadow: 0 14px 30px rgba(34, 93, 97, 0.12);
}

.vk-about-stamp span,
.vk-about-stamp em {
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vk-about-stamp strong {
	font-family: "Baloo 2", sans-serif;
	font-size: 27px;
	line-height: 1;
}

.vk-about-floating-note {
	position: absolute;
	right: -15px;
	bottom: 36px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	background: var(--vk-about-coral);
	color: var(--vk-about-white);
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 16px 30px rgba(34, 93, 97, 0.18);
	transform: rotate(-3deg);
}

.vk-about-floating-note span {
	color: var(--vk-about-yellow);
	font-size: 17px;
}

.vk-about-route {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.vk-about-route svg {
	display: block;
	width: 100%;
	height: 100%;
}

.vk-about-route path {
	fill: none;
	stroke-width: 2;
	stroke-dasharray: 8 10;
}

.vk-about-route--hero {
	inset: auto 0 0;
	width: 100%;
	height: 80%;
}

.vk-about-route--hero path {
	stroke: rgba(255, 255, 255, 0.34);
}

.vk-about-hero__decor {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
}

.vk-about-hero__decor--one {
	top: -90px;
	left: 34%;
	width: 230px;
	height: 230px;
	background: rgba(245, 217, 143, 0.22);
}

.vk-about-hero__decor--two {
	right: 28%;
	bottom: -115px;
	width: 280px;
	height: 280px;
	background: rgba(238, 132, 109, 0.13);
}


/* =========================================================
   ISTORIJA
========================================================= */

.vk-about-story {
	background: var(--vk-about-white);
}

.vk-about-story__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(50px, 7vw, 105px);
	align-items: start;
}

.vk-about-story__side {
	position: sticky;
	top: 140px;
}

.vk-about-story__side h2 {
	margin: 13px 0 24px;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(43px, 5vw, 64px);
	line-height: 1;
	letter-spacing: -0.03em;
}

.vk-about-story__quote {
	position: relative;
	padding: 28px 28px 26px;
	border-radius: 22px;
	background: var(--vk-about-yellow-light);
}

.vk-about-story__quote-mark {
	position: absolute;
	top: 3px;
	left: 20px;
	color: rgba(238, 132, 109, 0.25);
	font-family: Georgia, serif;
	font-size: 74px;
	line-height: 1;
}

.vk-about-story__quote p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

.vk-about-story__content > p {
	margin: 0 0 22px;
	color: var(--vk-about-text);
	font-size: 16px;
	line-height: 1.85;
}

.vk-about-question-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 29px 0;
}

.vk-about-question {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 76px;
	padding: 16px;
	border: 1px solid var(--vk-about-border);
	border-radius: 17px;
	background: var(--vk-about-white);
	box-shadow: 0 9px 24px rgba(39, 82, 84, 0.05);
}

.vk-about-question span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: #fff0ec;
	color: var(--vk-about-coral);
	font-size: 13px;
	font-weight: 900;
}

.vk-about-question p {
	margin: 0;
	color: var(--vk-about-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}


/* =========================================================
   PROJEKTO ATSIRADIMAS
========================================================= */

.vk-about-origin {
	background: var(--vk-about-cream);
}

.vk-about-origin__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vk-about-origin-card {
	position: relative;
	min-height: 325px;
	padding: 31px;
	overflow: hidden;
	border: 1px solid var(--vk-about-border);
	border-radius: 24px;
	background: var(--vk-about-white);
	box-shadow: 0 15px 38px rgba(39, 82, 84, 0.07);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.vk-about-origin-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 23px 50px rgba(39, 82, 84, 0.12);
}

.vk-about-origin-card::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -75px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	opacity: 0.45;
}

.vk-about-origin-card--coral::after {
	background: #fff0ec;
}

.vk-about-origin-card--yellow::after {
	background: var(--vk-about-yellow-light);
}

.vk-about-origin-card--sage::after {
	background: var(--vk-about-sage-light);
}

.vk-about-origin-card__number {
	position: absolute;
	top: 25px;
	right: 27px;
	color: rgba(34, 93, 97, 0.14);
	font-family: "Baloo 2", sans-serif;
	font-size: 43px;
	font-weight: 800;
}

.vk-about-origin-card__icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	padding: 16px;
	border-radius: 18px;
}

.vk-about-origin-card--coral .vk-about-origin-card__icon {
	background: #fff0ec;
	color: var(--vk-about-coral);
}

.vk-about-origin-card--yellow .vk-about-origin-card__icon {
	background: var(--vk-about-yellow-light);
	color: #ba8c20;
}

.vk-about-origin-card--sage .vk-about-origin-card__icon {
	background: var(--vk-about-sage-light);
	color: var(--vk-about-dark);
}

.vk-about-origin-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vk-about-origin-card h3 {
	position: relative;
	z-index: 2;
	margin: 26px 0 10px;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 28px;
	line-height: 1.05;
}

.vk-about-origin-card p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--vk-about-text);
	font-size: 14px;
	line-height: 1.75;
}


/* =========================================================
   MISIJA
========================================================= */

.vk-about-mission {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--vk-about-sage);
}

.vk-about-route--mission {
	inset: auto 0 0;
	width: 100%;
	height: 90%;
}

.vk-about-route--mission path {
	stroke: rgba(255, 255, 255, 0.3);
}

.vk-about-mission__grid {
	display: grid;
	grid-template-columns: minmax(350px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.vk-about-map-card {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	border: 9px solid rgba(255, 255, 255, 0.67);
	border-radius: 28px;
	background:
		radial-gradient(
			circle at 50% 50%,
			rgba(255, 255, 255, 0.95),
			rgba(255, 250, 244, 0.9)
		);
	box-shadow: 0 30px 70px rgba(34, 93, 97, 0.2);
	transform: rotate(-2deg);
}

.vk-about-map-card__globe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 265px;
	height: 265px;
	color: rgba(34, 93, 97, 0.25);
	transform: translate(-50%, -50%);
}

.vk-about-map-card__globe svg,
.vk-about-map-card__plane svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vk-about-map-card__plane {
	position: absolute;
	top: 65px;
	right: 70px;
	width: 54px;
	height: 54px;
	padding: 13px;
	border-radius: 50%;
	background: var(--vk-about-coral);
	color: var(--vk-about-white);
	box-shadow: 0 14px 26px rgba(34, 93, 97, 0.15);
	transform: rotate(15deg);
}

.vk-about-map-card__pin {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border-radius: 999px;
	background: var(--vk-about-white);
	color: var(--vk-about-dark);
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 11px 26px rgba(34, 93, 97, 0.12);
}

.vk-about-map-card__pin span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--vk-about-coral);
	box-shadow: 0 0 0 4px rgba(238, 132, 109, 0.14);
}

.vk-about-map-card__pin--one {
	top: 79px;
	left: 49px;
}

.vk-about-map-card__pin--two {
	right: 34px;
	bottom: 81px;
}

.vk-about-map-card__pin--three {
	left: 57px;
	bottom: 69px;
}

.vk-about-mission__content {
	position: relative;
	z-index: 3;
}

.vk-about-mission__content h2 {
	margin: 12px 0 20px;
	color: var(--vk-about-white);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(45px, 5vw, 67px);
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.vk-about-mission__content > p {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.8;
}

.vk-about-mission__highlight {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 15px;
	margin: 28px 0;
	padding: 20px;
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(5px);
}

.vk-about-mission__highlight span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: var(--vk-about-coral);
	color: var(--vk-about-yellow);
	font-size: 19px;
}

.vk-about-mission__highlight p {
	margin: 0;
	color: var(--vk-about-white);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.65;
}


/* =========================================================
   PAŽADAS
========================================================= */

.vk-about-promise {
	background: var(--vk-about-white);
}

.vk-about-promise__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	align-items: center;
	gap: clamp(55px, 8vw, 120px);
}

.vk-about-promise__content h2 {
	margin: 13px 0 22px;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(44px, 5vw, 65px);
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.vk-about-promise__content > p {
	margin: 0 0 20px;
	color: var(--vk-about-text);
	font-size: 16px;
	line-height: 1.85;
}

.vk-about-signature-card {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 29px;
	padding: 18px;
	border-radius: 19px;
	background: var(--vk-about-yellow-light);
}

.vk-about-signature-card__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: var(--vk-about-white);
	color: var(--vk-about-coral);
	font-size: 21px;
	box-shadow: 0 9px 20px rgba(39, 82, 84, 0.07);
}

.vk-about-signature-card strong {
	display: block;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 21px;
	line-height: 1.2;
}

.vk-about-signature-card span {
	display: block;
	margin-top: 4px;
	color: var(--vk-about-text);
	font-size: 13px;
	line-height: 1.45;
}

.vk-about-photo-stack {
	position: relative;
	min-height: 480px;
}

.vk-about-photo-stack__back {
	position: absolute;
	inset: 45px 22px 10px 22px;
	border-radius: 24px;
	background: var(--vk-about-sage-light);
	transform: rotate(7deg);
}

.vk-about-photo-stack__front {
	position: absolute;
	inset: 13px 35px 38px 0;
	padding: 10px;
	border-radius: 22px;
	background: var(--vk-about-white);
	box-shadow: var(--vk-about-shadow);
	transform: rotate(-3deg);
}

.vk-about-photo-stack__front img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 405px;
	object-fit: cover;
	border-radius: 15px;
}

.vk-about-photo-stack__tape {
	position: absolute;
	z-index: 3;
	top: -16px;
	left: 50%;
	width: 100px;
	height: 32px;
	border-radius: 3px;
	background: rgba(255, 244, 213, 0.9);
	transform: translateX(-50%) rotate(2deg);
}

.vk-about-photo-stack__note {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 17px;
	border-radius: 999px;
	background: var(--vk-about-coral);
	color: var(--vk-about-white);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 15px 29px rgba(34, 93, 97, 0.18);
}

.vk-about-photo-stack__note span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--vk-about-white);
	color: var(--vk-about-coral);
}


/* =========================================================
   FAKTAI
========================================================= */

.vk-about-facts {
	background: var(--vk-about-cream);
}

.vk-about-heading--facts {
	max-width: 860px;
}

.vk-about-facts__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.vk-about-fact-card {
	padding: 25px 20px;
	border: 1px solid var(--vk-about-border);
	border-radius: 21px;
	background: var(--vk-about-white);
	text-align: center;
	box-shadow: 0 11px 30px rgba(39, 82, 84, 0.055);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.vk-about-fact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 19px 39px rgba(39, 82, 84, 0.1);
}

.vk-about-fact-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	padding: 15px;
	border-radius: 18px;
	background: var(--vk-about-sage-light);
	color: var(--vk-about-dark);
}

.vk-about-fact-card:nth-child(2) .vk-about-fact-card__icon,
.vk-about-fact-card:nth-child(5) .vk-about-fact-card__icon {
	background: var(--vk-about-yellow-light);
	color: #b98c22;
}

.vk-about-fact-card:nth-child(3) .vk-about-fact-card__icon {
	background: #fff0ec;
	color: var(--vk-about-coral);
}

.vk-about-fact-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vk-about-fact-card strong {
	display: block;
	color: var(--vk-about-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 20px;
	line-height: 1.15;
}

.vk-about-fact-card p {
	margin: 9px 0 0;
	color: var(--vk-about-text);
	font-size: 13px;
	line-height: 1.65;
}


/* =========================================================
   CTA
========================================================= */

.vk-about-cta {
	padding-top: 70px;
	padding-bottom: 95px;
	background: var(--vk-about-white);
}

.vk-about-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 45px;
	padding: clamp(40px, 6vw, 68px);
	overflow: hidden;
	border-radius: 29px;
	background: var(--vk-about-dark);
}

.vk-about-cta__content {
	position: relative;
	z-index: 3;
	max-width: 790px;
}

.vk-about-cta__content h2 {
	margin: 11px 0 14px;
	color: var(--vk-about-white);
	font-family: "Baloo 2", sans-serif;
	font-size: clamp(42px, 5vw, 63px);
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.vk-about-cta__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.75;
}

.vk-about-cta__buttons {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 255px;
}

.vk-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 17px;
	min-height: 54px;
	padding: 14px 18px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 900;
	transition:
		transform 0.2s ease,
		background 0.2s ease,
		color 0.2s ease;
}

.vk-about-button:hover {
	transform: translateY(-2px);
}

.vk-about-button span {
	font-size: 18px;
}

.vk-about-button--coral {
	background: var(--vk-about-coral);
	color: var(--vk-about-white) !important;
}

.vk-about-button--coral:hover {
	background: var(--vk-about-coral-hover);
}

.vk-about-button--light {
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.07);
	color: var(--vk-about-white) !important;
}

.vk-about-button--light:hover {
	background: var(--vk-about-white);
	color: var(--vk-about-dark) !important;
}

.vk-about-cta__decor {
	position: absolute;
	border: 2px dotted rgba(255, 255, 255, 0.18);
	border-radius: 50%;
}

.vk-about-cta__decor--one {
	top: -150px;
	right: 17%;
	width: 330px;
	height: 330px;
}

.vk-about-cta__decor--two {
	right: -100px;
	bottom: -165px;
	width: 300px;
	height: 300px;
}


/* =========================================================
   PLANŠETĖ
========================================================= */

@media (max-width: 1100px) {

	.vk-about-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
		gap: 45px;
	}

	.vk-about-facts__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vk-about-fact-card:nth-child(4),
	.vk-about-fact-card:nth-child(5) {
		grid-column: span 1;
	}

	.vk-about-cta__inner {
		grid-template-columns: 1fr;
	}

	.vk-about-cta__buttons {
		flex-direction: row;
		min-width: 0;
	}

	.vk-about-button {
		min-width: 235px;
	}
}


@media (max-width: 900px) {

	.vk-about-section {
		padding: 72px 0;
	}

	.vk-about-hero__grid,
	.vk-about-story__grid,
	.vk-about-mission__grid,
	.vk-about-promise__grid {
		grid-template-columns: 1fr;
	}

	.vk-about-hero__grid {
		gap: 42px;
		text-align: center;
	}

	.vk-about-hero__content {
		margin: 0 auto;
	}

	.vk-about-eyebrow,
	.vk-about-hero__points {
		justify-content: center;
	}

	.vk-about-hero__visual {
		min-height: 470px;
	}

	.vk-about-story__side {
		position: static;
	}

	.vk-about-story__side,
	.vk-about-story__content {
		max-width: 740px;
		margin: 0 auto;
	}

	.vk-about-origin__cards {
		grid-template-columns: 1fr;
	}

	.vk-about-origin-card {
		min-height: 0;
	}

	.vk-about-mission__visual {
		order: 2;
	}

	.vk-about-mission__content {
		order: 1;
		max-width: 760px;
		margin: 0 auto;
		text-align: center;
	}

	.vk-about-mission__content .vk-about-section-label {
		justify-content: center;
	}

	.vk-about-mission__highlight {
		text-align: left;
	}

	.vk-about-map-card {
		max-width: 600px;
		margin: 0 auto;
	}

	.vk-about-promise__content {
		max-width: 760px;
		margin: 0 auto;
	}

	.vk-about-photo-stack {
		max-width: 560px;
		margin: 0 auto;
	}

	.vk-about-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vk-about-fact-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 7px);
		width: 100%;
		margin: 0 auto;
	}
}


/* =========================================================
   MOBILUSIS
========================================================= */

@media (max-width: 767px) {

	.vk-about-container {
		width: calc(100% - 22px);
	}

	.vk-about-section {
		padding: 56px 0;
	}

	.vk-about-section-label {
		font-size: 11px;
	}

	.vk-about-heading {
		margin-bottom: 30px;
	}

	.vk-about-heading h2 {
		font-size: 39px;
	}

	.vk-about-heading p {
		font-size: 14px;
		line-height: 1.7;
	}

	.vk-about-hero {
		min-height: auto;
		margin-top: 12px;
	}

	.vk-about-hero__grid {
		min-height: auto;
		padding-top: 46px;
		padding-bottom: 45px;
	}

	.vk-about-eyebrow {
		font-size: 11px;
	}

	.vk-about-hero h1 {
		font-size: clamp(53px, 16vw, 72px);
	}

	.vk-about-hero__lead {
		margin-top: 21px;
		font-size: 15px;
		line-height: 1.7;
	}

	.vk-about-hero__points {
		gap: 8px;
	}

	.vk-about-mini-pill {
		padding: 9px 11px;
		font-size: 11px;
	}

	.vk-about-hero__visual {
		min-height: 390px;
	}

	.vk-about-photo-card--main {
		width: min(87%, 390px);
	}

	.vk-about-photo-card--main img {
		height: 310px;
	}

	.vk-about-photo-card__caption {
		font-size: 12px;
	}

	.vk-about-stamp {
		top: 20px;
		right: 0;
		width: 83px;
		height: 83px;
	}

	.vk-about-stamp strong {
		font-size: 22px;
	}

	.vk-about-stamp span,
	.vk-about-stamp em {
		font-size: 7px;
	}

	.vk-about-floating-note {
		right: 2px;
		bottom: 24px;
		padding: 10px 12px;
		font-size: 9px;
	}

	.vk-about-story__grid {
		gap: 32px;
	}

	.vk-about-story__side h2 {
		font-size: 40px;
	}

	.vk-about-story__quote {
		padding: 24px 20px;
	}

	.vk-about-story__quote p {
		font-size: 19px;
	}

	.vk-about-story__content > p {
		font-size: 14px;
		line-height: 1.75;
	}

	.vk-about-question-list {
		grid-template-columns: 1fr;
	}

	.vk-about-origin-card {
		padding: 25px 21px;
	}

	.vk-about-origin-card h3 {
		font-size: 25px;
	}

	.vk-about-origin-card p {
		font-size: 13px;
	}

	.vk-about-mission__grid {
		gap: 37px;
	}

	.vk-about-mission__content h2 {
		font-size: 40px;
	}

	.vk-about-mission__content > p {
		font-size: 14px;
		line-height: 1.75;
	}

	.vk-about-mission__highlight {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.vk-about-mission__highlight span {
		width: 40px;
		height: 40px;
	}

	.vk-about-mission__highlight p {
		font-size: 13px;
	}

	.vk-about-map-card {
		min-height: 380px;
		border-width: 6px;
	}

	.vk-about-map-card__globe {
		width: 210px;
		height: 210px;
	}

	.vk-about-map-card__plane {
		top: 47px;
		right: 38px;
		width: 46px;
		height: 46px;
	}

	.vk-about-map-card__pin {
		padding: 8px 10px;
		font-size: 9px;
	}

	.vk-about-map-card__pin--one {
		top: 70px;
		left: 21px;
	}

	.vk-about-map-card__pin--two {
		right: 14px;
		bottom: 75px;
	}

	.vk-about-map-card__pin--three {
		left: 24px;
		bottom: 52px;
	}

	.vk-about-promise__grid {
		gap: 37px;
	}

	.vk-about-promise__content h2 {
		font-size: 40px;
	}

	.vk-about-promise__content > p {
		font-size: 14px;
		line-height: 1.75;
	}

	.vk-about-signature-card {
		padding: 15px;
	}

	.vk-about-signature-card strong {
		font-size: 19px;
	}

	.vk-about-signature-card span {
		font-size: 11px;
	}

	.vk-about-photo-stack {
		min-height: 390px;
	}

	.vk-about-photo-stack__front {
		inset: 12px 23px 34px 0;
	}

	.vk-about-photo-stack__front img {
		min-height: 330px;
	}

	.vk-about-photo-stack__note {
		right: 1px;
		font-size: 11px;
	}

	.vk-about-facts__grid {
		grid-template-columns: 1fr;
	}

	.vk-about-fact-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.vk-about-fact-card {
		display: grid;
		grid-template-columns: 55px minmax(0, 1fr);
		column-gap: 14px;
		align-items: center;
		padding: 18px;
		text-align: left;
	}

	.vk-about-fact-card__icon {
		grid-row: 1 / span 2;
		width: 55px;
		height: 55px;
		margin: 0;
	}

	.vk-about-fact-card strong {
		font-size: 19px;
	}

	.vk-about-fact-card p {
		margin-top: 4px;
		font-size: 12px;
	}

	.vk-about-cta {
		padding-top: 46px;
		padding-bottom: 65px;
	}

	.vk-about-cta__inner {
		gap: 26px;
		padding: 34px 20px;
		border-radius: 23px;
		text-align: center;
	}

	.vk-about-cta__content .vk-about-section-label {
		justify-content: center;
	}

	.vk-about-cta__content h2 {
		font-size: 39px;
	}

	.vk-about-cta__content p {
		font-size: 13px;
	}

	.vk-about-cta__buttons {
		flex-direction: column;
		width: 100%;
	}

	.vk-about-button {
		width: 100%;
		min-width: 0;
	}
}


/* =========================================================
   LABAI MAŽI TELEFONAI
========================================================= */

@media (max-width: 390px) {

	.vk-about-container {
		width: calc(100% - 14px);
	}

	.vk-about-hero h1 {
		font-size: 50px;
	}

	.vk-about-mini-pill {
		width: 100%;
		justify-content: center;
	}

	.vk-about-photo-card--main {
		width: 91%;
	}

	.vk-about-floating-note {
		max-width: 190px;
		white-space: normal;
	}

	.vk-about-map-card__pin {
		font-size: 8px;
	}
}

/* =========================================================
   ELEMENTOR VALDYMAS – v3.13.2
========================================================= */
.about_hero-gradient-yes .vk-about-hero,
.about_story-gradient-yes .vk-about-story,
.about_origin-gradient-yes .vk-about-origin,
.about_mission-gradient-yes .vk-about-mission,
.about_promise-gradient-yes .vk-about-promise,
.about_facts-gradient-yes .vk-about-facts,
.about_cta-gradient-yes .vk-about-cta {
	background: linear-gradient(120deg,var(--vk-about-grad-a),var(--vk-about-grad-b)) !important;
}

.about_hero-route-no .vk-about-route--hero,
.about_mission-route-no .vk-about-route--mission {
	display:none !important;
}

.vk-about-rich {
	color: inherit;
	font-size: inherit;
	line-height: 1.85;
}

.vk-about-rich p {
	margin: 0 0 22px;
}

.vk-about-origin-card__icon i,
.vk-about-origin-card__icon svg,
.vk-about-fact-card__icon i,
.vk-about-fact-card__icon svg {
	width:100%;
	height:100%;
	fill:none;
	stroke:currentColor;
}

.vk-about-map-card__plane {
	display:grid;
	place-items:center;
	font-size:28px;
}

.vk-about-hero,
.vk-about-section {
	width:100%;
}

.vk-about-photo-card--main img,
.vk-about-photo-stack__front img {
	background:#f5f5f2;
}

@media (max-width: 900px) {
	.vk-about-origin__cards,
	.vk-about-facts__grid {
		width:100%;
	}
}

@media (max-width: 767px) {
	.vk-about-origin__cards,
	.vk-about-facts__grid {
		grid-template-columns:1fr !important;
	}

	.vk-about-story__grid,
	.vk-about-mission__grid,
	.vk-about-promise__grid,
	.vk-about-hero__grid {
		grid-template-columns:1fr !important;
	}

	.vk-about-hero__content,
	.vk-about-mission__content,
	.vk-about-promise__content {
		width:100%;
	}

	.vk-about-photo-card--main,
	.vk-about-map-card,
	.vk-about-photo-stack {
		width:100%;
		max-width:100%;
	}
}


/* v3.13.3 alignment support */
.vk-about-section-label,
.vk-about-eyebrow{
	width:100%;
}
.vk-about-origin-card,
.vk-about-fact-card{
	text-align:inherit;
}


/* v3.13.5 editable hover transitions */
.elementor-widget-container section,
.elementor-widget-container article,
.elementor-widget-container a,
.elementor-widget-container button{
 transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}


/* v3.14.4 – Apie mus Hero plaukiojantis tekstas */
.vk-about-hero__visual{position:relative}
.vk-about-floating-note{
  position:absolute!important;
  z-index:8!important;
  box-sizing:border-box;
  pointer-events:none;
}
@media(max-width:767px){
  .vk-about-floating-note{
    white-space:normal!important;
    text-align:center;
    line-height:1.35;
  }
}


/* v3.14.6 – editable mission map */
.vk-about-map-card{position:relative!important}
.vk-about-map-card__pin--editable{
  position:absolute!important;left:var(--x)!important;top:var(--y)!important;right:auto!important;bottom:auto!important;
  transform:translate(-50%,-50%)!important;background:var(--bg)!important;color:var(--color)!important;z-index:5;
}
.vk-about-map-card__pin--editable span{color:var(--icon-color)!important;background:transparent!important}
.vk-about-map-card__plane{position:absolute!important;display:grid!important;place-items:center!important;z-index:7}
@media(max-width:1024px){
 .vk-about-map-card__pin--editable{left:var(--tx)!important;top:var(--ty)!important}
}
@media(max-width:767px){
 .vk-about-map-card__pin--editable{left:var(--mx)!important;top:var(--my)!important;font-size:10px!important;padding:7px 9px!important}
}


/* v3.14.8 – misijos lėktuvėlis yra atskiras nuo gaublio */
.vk-about-map-card__plane{
  position:absolute!important;
  z-index:20!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:1!important;
  pointer-events:none!important;
}
.vk-about-map-card__plane::before,
.vk-about-map-card__plane::after{display:none!important}


/* v4.2.30 – About Hero photo interaction restored.
   Elementor rotation now changes a CSS variable, so hover/touch movement still works. */
@media (hover:hover) and (pointer:fine){
	.vk-about-photo-card--main{
		cursor: default;
		will-change: transform;
	}
}
@media (hover:none), (pointer:coarse){
	.vk-about-photo-card--main{
		transition: transform .28s ease, box-shadow .28s ease;
	}
	.vk-about-photo-card--main:active{
		transform: rotate(0deg) translateY(-4px) scale(1.01) !important;
	}
}


/* =========================================================
   v4.2.32 – VK APIE MUS HERO / TIKRAS MOBILE LAYOUT FIX
   Saugikliai nuo Elementor desktop pločių persinešimo į mobile.
   Desktop ir tablet layout'o neliečia.
========================================================= */
@media (max-width: 767px){

	/* Visa Hero dėžė visada lieka telefono viewport'e */
	.elementor-widget-vksb-about-hero .vk-about-hero,
	.elementor-widget-vksb-about-hero .vk-about-hero *,
	.elementor-widget-vksb-about-hero .vk-about-hero *::before,
	.elementor-widget-vksb-about-hero .vk-about-hero *::after{
		box-sizing:border-box;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		overflow:hidden !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero .vk-about-container{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:14px !important;
		padding-right:14px !important;
	}

	/* Vienas normalus stulpelis */
	.elementor-widget-vksb-about-hero .vk-about-hero__grid{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		min-height:0 !important;
		gap:32px !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero__content,
	.elementor-widget-vksb-about-hero .vk-about-hero__visual{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}

	/* Tekstai nebegali išvažiuoti į dešinę */
	.elementor-widget-vksb-about-hero .vk-about-eyebrow,
	.elementor-widget-vksb-about-hero .vk-about-hero h1,
	.elementor-widget-vksb-about-hero .vk-about-hero__lead{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		overflow-wrap:anywhere !important;
		word-break:normal !important;
		white-space:normal !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero h1{
		font-size:clamp(42px,13vw,56px) !important;
		line-height:.93 !important;
		letter-spacing:-.035em !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero__lead{
		font-size:15px !important;
		line-height:1.65 !important;
	}

	/* Punktai – po vieną, tiksliai viewport'o pločio */
	.elementor-widget-vksb-about-hero .vk-about-hero__points{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		gap:9px !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-mini-pill{
		display:flex !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		justify-content:center !important;
		padding-left:12px !important;
		padding-right:12px !important;
		overflow:hidden !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-mini-pill span{
		flex:0 0 auto !important;
	}

	/* Nuotraukos zona */
	.elementor-widget-vksb-about-hero .vk-about-hero__visual{
		min-height:0 !important;
		padding:18px 4px 12px !important;
		overflow:visible !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-photo-card--main{
		width:min(92%,390px) !important;
		max-width:92% !important;
		min-width:0 !important;
		margin:0 auto !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-photo-card--main img{
		width:100% !important;
		max-width:100% !important;
		height:auto !important;
		aspect-ratio:4/5 !important;
		object-fit:cover !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-photo-card__caption{
		width:100% !important;
		max-width:100% !important;
		overflow-wrap:anywhere !important;
	}

	/* Dekoracijos negali plėsti layout'o */
	.elementor-widget-vksb-about-hero .vk-about-route--hero,
	.elementor-widget-vksb-about-hero .vk-about-hero__decor,
	.elementor-widget-vksb-about-hero .vk-about-stamp,
	.elementor-widget-vksb-about-hero .vk-about-floating-note{
		max-width:100% !important;
	}

	/* Antspaudas kompaktiškesnis mobile */
	.elementor-widget-vksb-about-hero .vk-about-stamp{
		width:76px !important;
		height:76px !important;
		right:2px !important;
		top:26px !important;
		padding:9px !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-stamp strong{
		font-size:20px !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-stamp span,
	.elementor-widget-vksb-about-hero .vk-about-stamp em{
		font-size:6px !important;
	}

	/* Plaukiojantis tekstas lieka kortelės ribose */
	.elementor-widget-vksb-about-hero .vk-about-floating-note{
		left:auto !important;
		right:6px !important;
		top:auto !important;
		bottom:18px !important;
		width:auto !important;
		max-width:72% !important;
		white-space:normal !important;
		text-align:center !important;
		font-size:9px !important;
		line-height:1.3 !important;
		transform:rotate(-3deg) !important;
	}
}

/* Labai siauri telefonai */
@media (max-width: 390px){
	.elementor-widget-vksb-about-hero .vk-about-hero .vk-about-container{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero h1{
		font-size:clamp(40px,13vw,50px) !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-photo-card--main{
		width:90% !important;
		max-width:90% !important;
	}
}


/* =========================================================
   v4.2.33 – VK LAUROS ISTORIJA / MOBILE LAYOUT FIX
   Mobile nebegali paveldėti desktop sticky, pločių ar 2 stulpelių.
   Desktop neliečiamas.
========================================================= */
@media (max-width: 767px){

	.elementor-widget-vksb-about-story .vk-about-story,
	.elementor-widget-vksb-about-story .vk-about-story *,
	.elementor-widget-vksb-about-story .vk-about-story *::before,
	.elementor-widget-vksb-about-story .vk-about-story *::after{
		box-sizing:border-box;
	}

	.elementor-widget-vksb-about-story .vk-about-story{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		overflow:hidden !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story .vk-about-container{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin:0 auto !important;
		padding-left:14px !important;
		padding-right:14px !important;
	}

	/* SVARBIAUSIAS FIX: mobile side nebėra sticky */
	.elementor-widget-vksb-about-story .vk-about-story__side{
		position:static !important;
		top:auto !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin:0 !important;
		align-self:auto !important;
	}

	/* Visada vienas stulpelis */
	.elementor-widget-vksb-about-story .vk-about-story__grid{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		gap:28px !important;
		align-items:start !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__content{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin:0 !important;
	}

	/* Antraštės ir tekstai telpa į ekraną */
	.elementor-widget-vksb-about-story .vk-about-section-label,
	.elementor-widget-vksb-about-story .vk-about-story__side h2,
	.elementor-widget-vksb-about-story .vk-about-story__quote,
	.elementor-widget-vksb-about-story .vk-about-story__quote p,
	.elementor-widget-vksb-about-story .vk-about-story__content,
	.elementor-widget-vksb-about-story .vk-about-story__content p{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		overflow-wrap:anywhere !important;
		white-space:normal !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__side h2{
		font-size:clamp(34px,10vw,42px) !important;
		line-height:1.03 !important;
		margin-top:12px !important;
		margin-bottom:20px !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__quote{
		padding:22px 20px !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__quote p{
		font-size:18px !important;
		line-height:1.42 !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__quote-mark{
		font-size:62px !important;
		top:2px !important;
		left:15px !important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__content > p,
	.elementor-widget-vksb-about-story .vk-about-story__content .vk-about-rich,
	.elementor-widget-vksb-about-story .vk-about-story__content .vk-about-rich p{
		font-size:14px !important;
		line-height:1.72 !important;
	}

	/* Klausimai vienu stulpeliu */
	.elementor-widget-vksb-about-story .vk-about-question-list{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		gap:10px !important;
		margin-top:24px !important;
		margin-bottom:24px !important;
	}

	.elementor-widget-vksb-about-story .vk-about-question{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		min-height:68px !important;
		padding:13px !important;
		gap:12px !important;
	}

	.elementor-widget-vksb-about-story .vk-about-question p{
		flex:1 1 auto !important;
		min-width:0 !important;
		font-size:13px !important;
		line-height:1.4 !important;
	}

	.elementor-widget-vksb-about-story .vk-about-question span{
		flex:0 0 38px !important;
		width:38px !important;
		height:38px !important;
	}

	/* Apsauga nuo Elementor responsive kontrolės atsitiktinio overflow */
	.elementor-widget-vksb-about-story .vk-about-story__grid > *,
	.elementor-widget-vksb-about-story .vk-about-question-list > *{
		max-width:100% !important;
		min-width:0 !important;
	}
}

@media (max-width:390px){
	.elementor-widget-vksb-about-story .vk-about-story .vk-about-container{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-story__side h2{
		font-size:34px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-story__quote p{
		font-size:17px !important;
	}
}


/* v4.2.34 – Kaip gimė projektas: metų timeline kortelės */
.vk-about-origin-card__year{
	position:relative;
	z-index:3;
	display:inline-flex;
	align-items:center;
	gap:9px;
	width:max-content;
	max-width:100%;
	padding:9px 15px;
	border-radius:999px;
	background:#fff0ec;
	color:#ff8303;
	font-family:"Montserrat",sans-serif;
	font-size:13px;
	font-weight:800;
	letter-spacing:.08em;
	line-height:1;
	transition:background-color .25s ease,color .25s ease,transform .25s ease;
}
.vk-about-origin-card__year::before{
	content:"";
	display:block;
	width:8px;
	height:8px;
	flex:0 0 auto;
	border-radius:50%;
	background:#ffec6f;
	box-shadow:0 0 0 4px rgba(255,236,111,.22);
	transition:background-color .25s ease,box-shadow .25s ease;
}
.vk-about-origin-card:hover .vk-about-origin-card__year{
	transform:translateY(-2px);
}
.vk-about-origin-card h3{
	margin-top:28px;
}
.vk-about-origin-card::after{
	transition:background-color .3s ease, opacity .3s ease, transform .3s ease;
}
.vk-about-origin-card:hover::after{
	transform:scale(1.08);
}

@media(max-width:767px){
	.elementor-widget-vksb-about-origin .vk-about-origin,
	.elementor-widget-vksb-about-origin .vk-about-origin *{
		box-sizing:border-box;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin{
		width:100% !important;
		max-width:100% !important;
		overflow:hidden !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin .vk-about-container{
		width:100% !important;
		max-width:100% !important;
		padding-left:14px !important;
		padding-right:14px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__cards{
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		min-height:0 !important;
		padding:24px 20px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card h3{
		margin-top:22px !important;
		font-size:25px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card p{
		font-size:13px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card__year{
		font-size:12px !important;
	}
}


/* v4.2.35 – Kaip gimė projektas: kompaktiškas kelionės timeline */
.elementor-widget-vksb-about-origin .vk-about-origin__timeline{
	position:relative;
	width:100%;
	margin-top:8px;
	padding:46px 0 18px;
}
.elementor-widget-vksb-about-origin .vk-about-origin__road{
	position:absolute;
	left:2%;
	top:0;
	width:96%;
	height:145px;
	overflow:visible;
	pointer-events:none;
	z-index:0;
}
.elementor-widget-vksb-about-origin .vk-about-origin__road path{
	fill:none;
	vector-effect:non-scaling-stroke;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.elementor-widget-vksb-about-origin .vk-about-origin__road-shadow{
	stroke:#fff;
	stroke-width:10;
	opacity:.75;
}
.elementor-widget-vksb-about-origin .vk-about-origin__road-line{
	stroke:#afc9c6;
	stroke-width:3;
	stroke-dasharray:8 10;
}
.elementor-widget-vksb-about-origin .vk-about-origin__cards{
	position:relative;
	z-index:2;
	align-items:start;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card{
	position:relative;
	min-height:0 !important;
	height:auto !important;
	padding:24px 26px 27px !important;
	background:rgba(255,255,255,.94);
	overflow:visible;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card::after{
	display:none !important;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(2){
	margin-top:54px;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(3){
	margin-top:8px;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card__marker{
	display:flex;
	align-items:center;
	gap:13px;
	margin-bottom:20px;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card__pin{
	display:block;
	width:12px;
	height:12px;
	flex:0 0 auto;
	border-radius:50%;
	background:#ff8303;
	box-shadow:0 0 0 7px #fff0ec;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card__year{
	margin:0 !important;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card h3{
	margin:0 0 9px !important;
}
.elementor-widget-vksb-about-origin .vk-about-origin-card p{
	margin:0 !important;
}
@media(max-width:767px){
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline{
		padding:8px 0 4px 30px;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road{
		display:none !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline::before{
		content:"";
		position:absolute;
		left:12px;
		top:18px;
		bottom:18px;
		width:2px;
		background:repeating-linear-gradient(to bottom,#afc9c6 0 7px,transparent 7px 14px);
		border-radius:999px;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card,
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(2),
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(3){
		margin-top:0 !important;
		margin-bottom:16px !important;
		min-height:0 !important;
		height:auto !important;
		padding:20px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card__pin{
		position:absolute;
		left:-25px;
		top:28px;
	}
}


/* v4.2.36 – timeline kelias jungia realiai visas 3 korteles */
@media(min-width:768px){
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline{
		padding-top:34px;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road{
		left:0 !important;
		top:0 !important;
		width:100% !important;
		height:310px !important;
		z-index:1 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__cards{
		z-index:2 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card{
		z-index:3;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(1){
		margin-top:0 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(2){
		margin-top:48px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(3){
		margin-top:6px !important;
	}
}


/* =========================================================
   v4.2.37 – KAIP GIMĖ PROJEKTAS / REALIAI SUJUNGTAS KELIAS
   1 apačia -> 2 viršus -> 3 viršus.
========================================================= */
@media(min-width:768px){
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline{
		position:relative!important;
		padding-top:38px!important;
		padding-bottom:34px!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road{
		display:block!important;
		position:absolute!important;
		left:0!important;
		top:0!important;
		width:100%!important;
		height:340px!important;
		overflow:visible!important;
		pointer-events:none!important;
		z-index:6!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road path{
		fill:none!important;
		vector-effect:non-scaling-stroke!important;
		stroke-linecap:round!important;
		stroke-linejoin:round!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road-shadow{
		stroke-width:11!important;
		opacity:.96!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road-line{
		stroke-width:3!important;
		stroke-dasharray:8 10!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__road-node{
		fill:#ff8303;
		stroke:#fff;
		stroke-width:4;
		vector-effect:non-scaling-stroke;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__cards{
		position:relative!important;
		z-index:3!important;
		align-items:start!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card{
		position:relative!important;
		z-index:4!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(1){
		margin-top:0!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(2){
		margin-top:52px!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card:nth-child(3){
		margin-top:4px!important;
	}
	/* Keliukas matomas, bet ties kortelių vidumi yra už jų – neperbraukia teksto. */
	.elementor-widget-vksb-about-origin .vk-about-origin-card{
		background-clip:padding-box!important;
	}
}

/* Mobile: aiškus vertikalus kelias per visus tris etapus */
@media(max-width:767px){
	.elementor-widget-vksb-about-origin .vk-about-origin__road{
		display:none!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline{
		position:relative!important;
		padding-left:34px!important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline::before{
		content:""!important;
		display:block!important;
		position:absolute!important;
		left:12px!important;
		top:22px!important;
		bottom:22px!important;
		width:3px!important;
		background:repeating-linear-gradient(to bottom,#afc9c6 0 8px,transparent 8px 16px)!important;
		border-radius:999px!important;
	}
}


/* =========================================================
   v4.2.39 – VK KAIP GIMĖ PROJEKTAS / TIKRAS TIMELINE
   Kortelė -> punktyrinis kelias -> kortelė -> punktyrinis kelias -> kortelė.
   Jokio bendro SVG "klecko" virš kortelių.
========================================================= */
.elementor-widget-vksb-about-origin .vk-about-origin__timeline,
.elementor-widget-vksb-about-origin .vk-about-origin__road{
	display:none !important;
}

.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439{
	display:grid;
	grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr) 150px minmax(0,1fr);
	align-items:start;
	width:100%;
	max-width:100%;
	gap:0;
	padding:28px 0 22px;
}

.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline{
	position:relative !important;
	z-index:3 !important;
	width:100% !important;
	min-width:0 !important;
	min-height:0 !important;
	height:auto !important;
	margin:0 !important;
	padding:26px 28px 28px !important;
	overflow:visible !important;
}

.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline:nth-of-type(2){
	margin-top:78px !important;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector{
	position:relative;
	z-index:2;
	width:150px;
	height:170px;
	pointer-events:none;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector--down{
	margin-top:74px;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector--up{
	margin-top:74px;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector svg{
	display:block;
	width:100%;
	height:100%;
	overflow:visible;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector path{
	fill:none !important;
	vector-effect:non-scaling-stroke;
	stroke-linecap:round !important;
	stroke-linejoin:round !important;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector .vk-about-origin__road-shadow{
	stroke:#fff;
	stroke-width:10;
	opacity:.96;
}

.elementor-widget-vksb-about-origin .vk-about-origin__connector .vk-about-origin__road-line{
	stroke:#afc9c6;
	stroke-width:3;
	stroke-dasharray:8 10;
}

/* Kelio galai fiziškai paliečia kortelių šonus */
.elementor-widget-vksb-about-origin .vk-about-origin__connector--down{
	margin-left:-1px;
	margin-right:-1px;
}
.elementor-widget-vksb-about-origin .vk-about-origin__connector--up{
	margin-left:-1px;
	margin-right:-1px;
}

/* Nebenaudojam papildomų oranžinių "kleckų" prie kelio */
.elementor-widget-vksb-about-origin .vk-about-origin__road-node{
	display:none !important;
}

/* Timeline kortelėms nereikalinga sena dekoracija */
.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline::after{
	display:none !important;
}

@media(max-width:1100px) and (min-width:768px){
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439{
		grid-template-columns:minmax(0,1fr) 90px minmax(0,1fr) 90px minmax(0,1fr);
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__connector{
		width:90px;
	}
}

/* Mobile – viena aiški vertikali kelionės linija tarp etapų */
@media(max-width:767px){
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439{
		display:flex !important;
		flex-direction:column !important;
		width:100% !important;
		padding:12px 0 6px 36px !important;
		gap:0 !important;
		position:relative;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439::before{
		content:"";
		position:absolute;
		left:13px;
		top:34px;
		bottom:34px;
		width:3px;
		background:repeating-linear-gradient(
			to bottom,
			#afc9c6 0 8px,
			transparent 8px 16px
		);
		border-radius:999px;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__connector{
		display:none !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline,
	.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline:nth-of-type(2){
		width:100% !important;
		margin:0 0 18px !important;
		padding:21px !important;
		min-height:0 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card__pin{
		position:absolute !important;
		left:-30px !important;
		top:29px !important;
	}
}


/* =========================================================
   v4.2.40 – VK ASMENINIS PAŽADAS / pilnas responsive saugiklis
========================================================= */
.elementor-widget-vksb-about-promise .vk-about-signature-card,
.elementor-widget-vksb-about-promise .vk-about-signature-card__icon,
.elementor-widget-vksb-about-promise .vk-about-photo-stack__note,
.elementor-widget-vksb-about-promise .vk-about-photo-stack__note span,
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front,
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{
	transition:all .3s ease;
}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front{
	transform:rotate(var(--vk-promise-front-rotate,-3deg));
}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front:hover{
	transform:rotate(0deg) translateY(-5px) scale(1.01) !important;
}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front{
	overflow:hidden;
}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__tape,
.elementor-widget-vksb-about-promise .vk-about-photo-stack__note{
	overflow:visible;
}

@media(max-width:767px){
	.elementor-widget-vksb-about-promise .vk-about-promise,
	.elementor-widget-vksb-about-promise .vk-about-promise *,
	.elementor-widget-vksb-about-promise .vk-about-promise *::before,
	.elementor-widget-vksb-about-promise .vk-about-promise *::after{
		box-sizing:border-box;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise{
		width:100% !important;
		max-width:100% !important;
		overflow:hidden !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise .vk-about-container{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		padding-left:14px !important;
		padding-right:14px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__grid{
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__content,
	.elementor-widget-vksb-about-promise .vk-about-promise__visual{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__content h2,
	.elementor-widget-vksb-about-promise .vk-about-rich,
	.elementor-widget-vksb-about-promise .vk-about-rich p,
	.elementor-widget-vksb-about-promise .vk-about-signature-card{
		max-width:100% !important;
		min-width:0 !important;
		overflow-wrap:anywhere !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack{
		width:100% !important;
		max-width:100% !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__front{
		inset:12px 24px 28px 6px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__back{
		inset:38px 8px 10px 28px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__note{
		max-width:78% !important;
		white-space:normal !important;
	}
}


/* =========================================================
   v4.2.42 – VISAS „APIE MUS“ PUSLAPIS / TABLET + MOBILE FIX
   Sutvarko VISUS VK About widget'us:
   Hero, Lauros istorija, Kaip gimė projektas, Misija,
   Asmeninis pažadas, Faktai ir CTA.
   Desktop (>1024px) neliečiamas.
========================================================= */

/* Bendras saugiklis visiems About widgetams */
.elementor-widget-vksb-about-hero *,
.elementor-widget-vksb-about-story *,
.elementor-widget-vksb-about-origin *,
.elementor-widget-vksb-about-mission *,
.elementor-widget-vksb-about-promise *,
.elementor-widget-vksb-about-facts *,
.elementor-widget-vksb-about-cta *{
	box-sizing:border-box;
}

/* =========================================================
   TABLET – iki 1024 px
========================================================= */
@media (max-width:1024px){

	.elementor-widget-vksb-about-hero .vk-about-container,
	.elementor-widget-vksb-about-story .vk-about-container,
	.elementor-widget-vksb-about-origin .vk-about-container,
	.elementor-widget-vksb-about-mission .vk-about-container,
	.elementor-widget-vksb-about-promise .vk-about-container,
	.elementor-widget-vksb-about-facts .vk-about-container,
	.elementor-widget-vksb-about-cta .vk-about-container{
		width:calc(100% - 40px) !important;
		max-width:100% !important;
		min-width:0 !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}

	/* VISI dviejų stulpelių blokai tablet'e tampa vienu stulpeliu */
	.elementor-widget-vksb-about-hero .vk-about-hero__grid,
	.elementor-widget-vksb-about-story .vk-about-story__grid,
	.elementor-widget-vksb-about-mission .vk-about-mission__grid,
	.elementor-widget-vksb-about-promise .vk-about-promise__grid,
	.elementor-widget-vksb-about-cta .vk-about-cta__inner{
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero__content,
	.elementor-widget-vksb-about-hero .vk-about-hero__visual,
	.elementor-widget-vksb-about-story .vk-about-story__side,
	.elementor-widget-vksb-about-story .vk-about-story__content,
	.elementor-widget-vksb-about-mission .vk-about-mission__content,
	.elementor-widget-vksb-about-mission .vk-about-mission__visual,
	.elementor-widget-vksb-about-promise .vk-about-promise__content,
	.elementor-widget-vksb-about-promise .vk-about-promise__visual,
	.elementor-widget-vksb-about-cta .vk-about-cta__content,
	.elementor-widget-vksb-about-cta .vk-about-cta__buttons{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}

	/* HERO */
	.elementor-widget-vksb-about-hero .vk-about-hero__grid{
		gap:44px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero__points{
		flex-wrap:wrap !important;
		max-width:100% !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero__visual{
		min-height:430px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-photo-card--main{
		width:min(82%,520px) !important;
		max-width:520px !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}

	/* LAUROS ISTORIJA */
	.elementor-widget-vksb-about-story .vk-about-story__side{
		position:static !important;
		top:auto !important;
	}
	.elementor-widget-vksb-about-story .vk-about-story__grid{
		gap:36px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-question-list{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	/* KAIP GIMĖ PROJEKTAS – tablet ir mobile aiškus vertikalus timeline */
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439{
		display:flex !important;
		flex-direction:column !important;
		position:relative !important;
		width:100% !important;
		max-width:760px !important;
		margin:0 auto !important;
		padding:12px 0 8px 44px !important;
		gap:0 !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439::before{
		content:"" !important;
		display:block !important;
		position:absolute !important;
		left:16px !important;
		top:34px !important;
		bottom:34px !important;
		width:3px !important;
		border-radius:999px !important;
		background:repeating-linear-gradient(
			to bottom,
			#afc9c6 0 9px,
			transparent 9px 18px
		) !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__connector{
		display:none !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline,
	.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline:nth-of-type(2){
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		min-height:0 !important;
		height:auto !important;
		margin:0 0 20px !important;
		padding:24px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card__pin{
		position:absolute !important;
		left:-35px !important;
		top:31px !important;
	}

	/* MISIJA */
	.elementor-widget-vksb-about-mission .vk-about-mission__content{
		order:1 !important;
		text-align:center;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__visual{
		order:2 !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__grid{
		gap:40px !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card{
		width:min(100%,640px) !important;
		max-width:640px !important;
		min-width:0 !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__highlight{
		width:100% !important;
		max-width:680px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		text-align:left;
	}

	/* ASMENINIS PAŽADAS */
	.elementor-widget-vksb-about-promise .vk-about-promise__grid{
		gap:42px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__content{
		max-width:760px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__visual{
		max-width:620px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack{
		width:100% !important;
		max-width:560px !important;
		min-width:0 !important;
		margin:0 auto !important;
	}

	/* FAKTAI */
	.elementor-widget-vksb-about-facts .vk-about-facts__grid{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		width:100% !important;
		max-width:100% !important;
		gap:16px !important;
	}
	.elementor-widget-vksb-about-facts .vk-about-fact-card{
		min-width:0 !important;
		max-width:100% !important;
	}
	.elementor-widget-vksb-about-facts .vk-about-fact-card:last-child{
		grid-column:auto !important;
		width:100% !important;
		max-width:100% !important;
	}

	/* CTA */
	.elementor-widget-vksb-about-cta .vk-about-cta__inner{
		gap:28px !important;
	}
	.elementor-widget-vksb-about-cta .vk-about-cta__buttons{
		display:flex !important;
		flex-direction:row !important;
		flex-wrap:wrap !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-cta .vk-about-button{
		flex:1 1 220px !important;
		min-width:0 !important;
		max-width:100% !important;
	}

	/* Tekstai niekada negali išplėsti widget'o */
	.elementor-widget-vksb-about-hero h1,
	.elementor-widget-vksb-about-story h2,
	.elementor-widget-vksb-about-origin h2,
	.elementor-widget-vksb-about-mission h2,
	.elementor-widget-vksb-about-promise h2,
	.elementor-widget-vksb-about-facts h2,
	.elementor-widget-vksb-about-cta h2,
	.elementor-widget-vksb-about-hero p,
	.elementor-widget-vksb-about-story p,
	.elementor-widget-vksb-about-origin p,
	.elementor-widget-vksb-about-mission p,
	.elementor-widget-vksb-about-promise p,
	.elementor-widget-vksb-about-facts p,
	.elementor-widget-vksb-about-cta p{
		max-width:100% !important;
		min-width:0 !important;
		white-space:normal !important;
		word-break:normal !important;
		overflow-wrap:break-word !important;
	}
}

/* =========================================================
   MOBILE – iki 767 px
========================================================= */
@media (max-width:767px){

	.elementor-widget-vksb-about-hero .vk-about-container,
	.elementor-widget-vksb-about-story .vk-about-container,
	.elementor-widget-vksb-about-origin .vk-about-container,
	.elementor-widget-vksb-about-mission .vk-about-container,
	.elementor-widget-vksb-about-promise .vk-about-container,
	.elementor-widget-vksb-about-facts .vk-about-container,
	.elementor-widget-vksb-about-cta .vk-about-container{
		width:calc(100% - 24px) !important;
		max-width:100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.elementor-widget-vksb-about-hero .vk-about-hero,
	.elementor-widget-vksb-about-story .vk-about-story,
	.elementor-widget-vksb-about-origin .vk-about-origin,
	.elementor-widget-vksb-about-mission .vk-about-mission,
	.elementor-widget-vksb-about-promise .vk-about-promise,
	.elementor-widget-vksb-about-facts .vk-about-facts,
	.elementor-widget-vksb-about-cta .vk-about-cta{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		overflow:hidden !important;
	}

	/* HERO MOBILE */
	.elementor-widget-vksb-about-hero .vk-about-hero__grid{
		gap:30px !important;
		padding-top:34px !important;
		padding-bottom:34px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero__content{
		text-align:left !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-eyebrow{
		justify-content:flex-start !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero__points{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		gap:9px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-mini-pill{
		width:100% !important;
		max-width:100% !important;
		justify-content:center !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-hero__visual{
		min-height:380px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-photo-card--main{
		width:90% !important;
		max-width:390px !important;
	}
	.elementor-widget-vksb-about-hero .vk-about-photo-card--main img{
		width:100% !important;
		max-width:100% !important;
		height:auto !important;
		aspect-ratio:4/5 !important;
		object-fit:cover !important;
	}

	/* STORY MOBILE */
	.elementor-widget-vksb-about-story .vk-about-story__grid{
		gap:26px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-story__quote{
		width:100% !important;
		max-width:100% !important;
		padding:20px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-question-list{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		gap:10px !important;
	}
	.elementor-widget-vksb-about-story .vk-about-question{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	/* ORIGIN MOBILE */
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439{
		max-width:100% !important;
		padding-left:36px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin__timeline-v439::before{
		left:12px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card__pin{
		left:-29px !important;
	}
	.elementor-widget-vksb-about-origin .vk-about-origin-card--timeline{
		padding:20px !important;
	}

	/* MISSION MOBILE */
	.elementor-widget-vksb-about-mission .vk-about-mission__grid{
		gap:30px !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__content{
		text-align:center !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__highlight{
		display:grid !important;
		grid-template-columns:42px minmax(0,1fr) !important;
		gap:12px !important;
		padding:15px !important;
		width:100% !important;
		max-width:100% !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-mission__highlight span{
		width:42px !important;
		height:42px !important;
		min-width:42px !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card{
		width:100% !important;
		max-width:100% !important;
		min-height:360px !important;
		transform:none !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card__globe{
		max-width:62% !important;
		max-height:62% !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card__pin--editable{
		max-width:46% !important;
		white-space:normal !important;
		line-height:1.2 !important;
	}

	/* PROMISE MOBILE – svarbiausias fix iš screenshot */
	.elementor-widget-vksb-about-promise .vk-about-promise__grid{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) !important;
		gap:30px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-promise__content,
	.elementor-widget-vksb-about-promise .vk-about-promise__visual{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-signature-card{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack{
		width:100% !important;
		max-width:100% !important;
		min-height:390px !important;
		overflow:visible !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__front{
		inset:14px 18px 28px 6px !important;
		max-width:calc(100% - 24px) !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__back{
		inset:38px 6px 8px 28px !important;
		max-width:calc(100% - 34px) !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{
		width:100% !important;
		max-width:100% !important;
		height:330px !important;
		min-height:0 !important;
		object-fit:cover !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__note{
		right:4px !important;
		bottom:18px !important;
		max-width:76% !important;
		white-space:normal !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__tape{
		max-width:45% !important;
	}

	/* FACTS MOBILE */
	.elementor-widget-vksb-about-facts .vk-about-facts__grid{
		grid-template-columns:minmax(0,1fr) !important;
		gap:12px !important;
	}
	.elementor-widget-vksb-about-facts .vk-about-fact-card,
	.elementor-widget-vksb-about-facts .vk-about-fact-card:last-child{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		grid-column:auto !important;
	}

	/* CTA MOBILE */
	.elementor-widget-vksb-about-cta .vk-about-cta__inner{
		grid-template-columns:minmax(0,1fr) !important;
		width:100% !important;
		max-width:100% !important;
		padding:28px 18px !important;
		gap:24px !important;
	}
	.elementor-widget-vksb-about-cta .vk-about-cta__buttons{
		flex-direction:column !important;
		width:100% !important;
	}
	.elementor-widget-vksb-about-cta .vk-about-button{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		flex:none !important;
	}

	/* Elementor responsive dydžiai negali palikti siauro desktop stulpelio */
	.elementor-widget-vksb-about-hero .elementor-widget-container,
	.elementor-widget-vksb-about-story .elementor-widget-container,
	.elementor-widget-vksb-about-origin .elementor-widget-container,
	.elementor-widget-vksb-about-mission .elementor-widget-container,
	.elementor-widget-vksb-about-promise .elementor-widget-container,
	.elementor-widget-vksb-about-facts .elementor-widget-container,
	.elementor-widget-vksb-about-cta .elementor-widget-container{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	/* Niekas negali išvažiuoti horizontaliai */
	.elementor-widget-vksb-about-hero img,
	.elementor-widget-vksb-about-story img,
	.elementor-widget-vksb-about-origin img,
	.elementor-widget-vksb-about-mission img,
	.elementor-widget-vksb-about-promise img,
	.elementor-widget-vksb-about-facts img,
	.elementor-widget-vksb-about-cta img,
	.elementor-widget-vksb-about-hero svg,
	.elementor-widget-vksb-about-story svg,
	.elementor-widget-vksb-about-origin svg,
	.elementor-widget-vksb-about-mission svg,
	.elementor-widget-vksb-about-promise svg,
	.elementor-widget-vksb-about-facts svg,
	.elementor-widget-vksb-about-cta svg{
		max-width:100%;
	}
}

/* Itin siauri telefonai */
@media (max-width:390px){
	.elementor-widget-vksb-about-hero .vk-about-container,
	.elementor-widget-vksb-about-story .vk-about-container,
	.elementor-widget-vksb-about-origin .vk-about-container,
	.elementor-widget-vksb-about-mission .vk-about-container,
	.elementor-widget-vksb-about-promise .vk-about-container,
	.elementor-widget-vksb-about-facts .vk-about-container,
	.elementor-widget-vksb-about-cta .vk-about-container{
		width:calc(100% - 18px) !important;
	}

	.elementor-widget-vksb-about-promise .vk-about-photo-stack{
		min-height:350px !important;
	}
	.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{
		height:295px !important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card{
		min-height:330px !important;
	}
}


/* v4.2.44 – APIE MUS: HERO + MISIJA + ASMENINIS PAŽADAS responsive rebuild */
@media (max-width:1024px){
.elementor-widget-vksb-about-hero .vk-about-hero,
.elementor-widget-vksb-about-mission .vk-about-mission,
.elementor-widget-vksb-about-promise .vk-about-promise{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
.elementor-widget-vksb-about-hero .vk-about-container,
.elementor-widget-vksb-about-mission .vk-about-container,
.elementor-widget-vksb-about-promise .vk-about-container{width:min(100% - 48px,820px)!important;max-width:820px!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}
.elementor-widget-vksb-about-hero .vk-about-hero__grid,
.elementor-widget-vksb-about-mission .vk-about-mission__grid,
.elementor-widget-vksb-about-promise .vk-about-promise__grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;min-height:0!important;gap:42px!important}
.elementor-widget-vksb-about-hero .vk-about-hero__content,
.elementor-widget-vksb-about-hero .vk-about-hero__visual,
.elementor-widget-vksb-about-mission .vk-about-mission__content,
.elementor-widget-vksb-about-mission .vk-about-mission__visual,
.elementor-widget-vksb-about-promise .vk-about-promise__content,
.elementor-widget-vksb-about-promise .vk-about-promise__visual{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}
.elementor-widget-vksb-about-hero .vk-about-hero__visual{min-height:0!important}
.elementor-widget-vksb-about-hero .vk-about-photo-card--main{width:min(82%,520px)!important;max-width:520px!important;margin:0 auto!important}
.elementor-widget-vksb-about-hero .vk-about-photo-card--main img{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:4/5!important;object-fit:cover!important}
.elementor-widget-vksb-about-mission .vk-about-mission__content{order:1!important;max-width:720px!important}
.elementor-widget-vksb-about-mission .vk-about-mission__visual{order:2!important;max-width:620px!important}
.elementor-widget-vksb-about-mission .vk-about-map-card{width:100%!important;max-width:620px!important;min-width:0!important;margin:0 auto!important;transform:rotate(-1deg)!important}
.elementor-widget-vksb-about-promise .vk-about-promise__content{max-width:720px!important}
.elementor-widget-vksb-about-promise .vk-about-promise__visual{max-width:560px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack{width:100%!important;max-width:520px!important;min-width:0!important;margin:0 auto!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{width:100%!important;max-width:100%!important;object-fit:cover!important}
.elementor-widget-vksb-about-hero h1,.elementor-widget-vksb-about-hero .vk-about-hero__lead,
.elementor-widget-vksb-about-mission h2,.elementor-widget-vksb-about-mission .vk-about-rich,
.elementor-widget-vksb-about-promise h2,.elementor-widget-vksb-about-promise .vk-about-rich,
.elementor-widget-vksb-about-promise .vk-about-signature-card{min-width:0!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}
}
@media (max-width:767px){
.elementor-widget-vksb-about-hero .vk-about-container,
.elementor-widget-vksb-about-mission .vk-about-container,
.elementor-widget-vksb-about-promise .vk-about-container{width:calc(100% - 28px)!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
.elementor-widget-vksb-about-hero .vk-about-hero{margin-top:0!important}
.elementor-widget-vksb-about-hero .vk-about-hero__grid{padding-top:38px!important;padding-bottom:42px!important;gap:30px!important}
.elementor-widget-vksb-about-hero .vk-about-hero__content{text-align:left!important}
.elementor-widget-vksb-about-hero .vk-about-eyebrow{justify-content:flex-start!important}
.elementor-widget-vksb-about-hero .vk-about-hero__points{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:8px!important}
.elementor-widget-vksb-about-hero .vk-about-mini-pill{width:100%!important;max-width:100%!important;justify-content:center!important}
.elementor-widget-vksb-about-hero .vk-about-photo-card--main{width:92%!important;max-width:390px!important}
.elementor-widget-vksb-about-hero .vk-about-stamp{right:-2px!important;top:22px!important}
.elementor-widget-vksb-about-hero .vk-about-floating-note{left:-2px!important;right:auto!important;bottom:14px!important;max-width:68%!important}
.elementor-widget-vksb-about-mission .vk-about-mission{padding-top:52px!important;padding-bottom:52px!important}
.elementor-widget-vksb-about-mission .vk-about-mission__grid{gap:30px!important}
.elementor-widget-vksb-about-mission .vk-about-mission__content{text-align:left!important}
.elementor-widget-vksb-about-mission .vk-about-mission__content .vk-about-section-label{justify-content:flex-start!important}
.elementor-widget-vksb-about-mission .vk-about-mission__highlight{grid-template-columns:42px minmax(0,1fr)!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.elementor-widget-vksb-about-mission .vk-about-map-card{min-height:300px!important;border-width:5px!important;border-radius:20px!important;transform:none!important}
.elementor-widget-vksb-about-mission .vk-about-map-card__globe{width:min(58vw,210px)!important;height:min(58vw,210px)!important}
.elementor-widget-vksb-about-promise .vk-about-promise{padding-top:52px!important;padding-bottom:58px!important}
.elementor-widget-vksb-about-promise .vk-about-promise__grid{gap:30px!important}
.elementor-widget-vksb-about-promise .vk-about-promise__content{text-align:left!important}
.elementor-widget-vksb-about-promise .vk-about-promise__content .vk-about-section-label{justify-content:flex-start!important}
.elementor-widget-vksb-about-promise .vk-about-signature-card{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;width:100%!important}
.elementor-widget-vksb-about-promise .vk-about-signature-card__icon{width:48px!important;height:48px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack{min-height:390px!important;max-width:390px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front{inset:12px 18px 28px 0!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{min-height:330px!important;height:330px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__back{inset:34px 5px 8px 22px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__note{right:0!important;bottom:20px!important;max-width:58%!important;white-space:normal!important}
}
@media (max-width:390px){
.elementor-widget-vksb-about-hero .vk-about-container,
.elementor-widget-vksb-about-mission .vk-about-container,
.elementor-widget-vksb-about-promise .vk-about-container{width:calc(100% - 22px)!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack{min-height:360px!important}
.elementor-widget-vksb-about-promise .vk-about-photo-stack__front img{min-height:300px!important;height:300px!important}
}

/* v4.2.45 – Asmeninis pažadas: MOBILE nuotrauka VISADA po visu tekstiniu turiniu */
@media (max-width:767px){
  .elementor-widget-vksb-about-promise .vk-about-promise__grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:28px!important;
  }
  .elementor-widget-vksb-about-promise .vk-about-promise__content{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    flex:none!important;
  }
  .elementor-widget-vksb-about-promise .vk-about-promise__visual{
    order:2!important;
    position:relative!important;
    width:100%!important;
    max-width:390px!important;
    flex:none!important;
    margin:0 auto!important;
  }
  .elementor-widget-vksb-about-promise .vk-about-photo-stack{
    width:100%!important;
    max-width:390px!important;
    margin:0 auto!important;
  }
}

/* v4.2.46 – Apie mus Hero: mobile saugus soninis tarpas, fonas lieka per visa ploti */
@media (max-width:767px){
  .elementor-widget-vksb-about-hero .vk-about-hero{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .elementor-widget-vksb-about-hero .vk-about-hero__grid{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}


/* v4.2.158 – ABOUT HERO MOBILE */
.vk-about-hero__content{display:flex;flex-direction:column;}
.vk-about-photo-card--main{position:relative;box-sizing:border-box;}
@media(max-width:767px){
  .vk-about-hero__grid{justify-items:center!important;}
  .vk-about-hero__content{
    width:100%!important;max-width:100%!important;
    align-items:center!important;justify-self:center!important;text-align:center!important;
  }
  .vk-about-hero__content>*{margin-left:auto!important;margin-right:auto!important;}
  .vk-about-hero__visual{
    width:100%!important;max-width:100%!important;
    justify-self:center!important;display:flex!important;justify-content:center!important;align-items:center!important;
  }
  .vk-about-photo-card--main{margin-left:auto!important;margin-right:auto!important;}
}


/* =========================================================
   v4.2.159 – ABOUT: optional small-heading line
========================================================= */
.vk-about-section-label--no-line::before,
.vk-about-section-label--no-line::after{
  display:none!important;
  content:none!important;
  width:0!important;
  border:0!important;
}
.vk-about-section-label--no-line{
  padding-left:0!important;
  padding-right:0!important;
}


/* =========================================================
   v4.2.164 – ABOUT MOBILE REAL FIX
   1) small headings truly centered INCLUDING their decorative line
   2) photo badges/notes are visible again on mobile by default
   3) safe side padding on all requested blocks except Hero
========================================================= */

@media (max-width:767px){

  /* ---------- HERO: no forced side padding ---------- */
  .vk-about-hero,
  .vk-about-hero__grid,
  .vk-about-hero__content{
    box-sizing:border-box!important;
  }

  .vk-about-hero__content{
    width:100%!important;
    max-width:100%!important;
    align-items:center!important;
    justify-items:center!important;
    justify-self:center!important;
    text-align:center!important;
  }

  .vk-about-hero__content h1,
  .vk-about-hero__content h2,
  .vk-about-hero__content h3,
  .vk-about-hero__content p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* ---------- ALL SMALL HEADINGS: center the whole row, not just text ---------- */
  .vk-about-section-label,
  .vk-about-section-label--light{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
  }

  /* If the decorative line is a pseudo element, keep it attached symmetrically. */
  .vk-about-section-label:not(.vk-about-section-label--no-line)::before,
  .vk-about-section-label:not(.vk-about-section-label--no-line)::after,
  .vk-about-section-label--light:not(.vk-about-section-label--no-line)::before,
  .vk-about-section-label--light:not(.vk-about-section-label--no-line)::after{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    flex:0 0 auto!important;
  }

  /* Center the label inside the text columns of all requested sections. */
  .vk-about-story__content,
  .vk-about-origin__content,
  .vk-about-mission__content,
  .vk-about-promise__content,
  .vk-about-laura__content,
  .vk-about-story .vk-about-section-label,
  .vk-about-origin .vk-about-section-label,
  .vk-about-mission .vk-about-section-label,
  .vk-about-promise .vk-about-section-label{
    text-align:center!important;
  }

  .vk-about-story__content > .vk-about-section-label,
  .vk-about-origin__content > .vk-about-section-label,
  .vk-about-mission__content > .vk-about-section-label,
  .vk-about-promise__content > .vk-about-section-label,
  .vk-about-story__content > .vk-about-section-label--light,
  .vk-about-origin__content > .vk-about-section-label--light,
  .vk-about-mission__content > .vk-about-section-label--light,
  .vk-about-promise__content > .vk-about-section-label--light{
    align-self:center!important;
  }

  /* ---------- SIDE PADDING: all requested sections EXCEPT Hero ---------- */
  .vk-about-story,
  .vk-about-origin,
  .vk-about-mission,
  .vk-about-promise{
    box-sizing:border-box!important;
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .vk-about-story__inner,
  .vk-about-origin__inner,
  .vk-about-mission__inner,
  .vk-about-promise__inner,
  .vk-about-story__grid,
  .vk-about-origin__grid,
  .vk-about-mission__grid,
  .vk-about-promise__grid{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  /* ---------- RESTORE PHOTO BADGES / NOTES ON MOBILE ---------- */
  /* Previous version defaulted these to display:none on mobile.
     We restore them unless the user explicitly hides them using Elementor control. */
  .vk-about-hero .vk-about-stamp,
  .vk-about-hero .vk-about-floating-note{
    display:flex!important;
  }

  .vk-about-hero .vk-about-photo-card__caption{
    display:block!important;
  }

  .vk-about-hero .vk-about-hero__points{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
  }

  /* Keep photo decorations from going outside the viewport. */
  .vk-about-hero__visual{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  .vk-about-hero .vk-about-stamp,
  .vk-about-hero .vk-about-floating-note{
    max-width:calc(100vw - 32px)!important;
  }
}


/* =========================================================
   v4.2.165 – ABOUT HERO STAMP + PHOTO POSITION CONTROLS
========================================================= */

/* Image crop is now controlled independently for each device. */
.vk-about-photo-card--main{
	overflow:visible!important;
}

.vk-about-photo-card--main img{
	object-position:var(--vk-about-img-x,50%) var(--vk-about-img-y,50%)!important;
	transform:scale(calc(var(--vk-about-img-scale,100) / 100))!important;
	transform-origin:var(--vk-about-img-x,50%) var(--vk-about-img-y,50%)!important;
}

/* Do not let hover overwrite the user-selected crop/zoom. */
.vk-about-photo-card--main:hover img{
	transform:scale(calc(var(--vk-about-img-scale,100) / 100))!important;
}

/* Stamp: every text line gets its own row. No more escaped / overlapping text. */
.vk-about-stamp{
	display:grid!important;
	grid-template-columns:1fr!important;
	grid-template-rows:auto auto auto!important;
	align-content:center!important;
	justify-content:center!important;
	align-items:center!important;
	justify-items:center!important;
	gap:2px;
	box-sizing:border-box!important;
	overflow:hidden!important;
	line-height:1!important;
	transform:rotate(var(--vk-about-stamp-rotate,8deg))!important;
}

.vk-about-stamp span,
.vk-about-stamp strong,
.vk-about-stamp em{
	position:static!important;
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
	text-align:center!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:break-word!important;
	transform:none!important;
}

.vk-about-stamp span,
.vk-about-stamp em{
	line-height:1.08!important;
	letter-spacing:.05em;
}

.vk-about-stamp strong{
	line-height:.9!important;
}

/* Mobile: keep all overlays visible but safely inside the visual area. */
@media(max-width:767px){
	.vk-about-hero__visual{
		overflow:visible!important;
	}

	.vk-about-stamp{
		z-index:8!important;
	}

	.vk-about-floating-note{
		z-index:7!important;
	}

	.vk-about-photo-card__tape{
		z-index:6!important;
	}

	.vk-about-photo-card--main img{
		width:100%!important;
		max-width:100%!important;
	}
}


/* =========================================================
   v4.2.166 – ABOUT HERO STAMP TEXT WRAP FIX
   The stamp text must wrap inside the circle instead of escaping.
========================================================= */

.vk-about-stamp{
	overflow:hidden!important;
	padding-left:10px!important;
	padding-right:10px!important;
}

.vk-about-stamp span,
.vk-about-stamp strong,
.vk-about-stamp em{
	display:block!important;
	width:auto!important;
	max-width:78%!important;
	min-width:0!important;
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:center!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:anywhere!important;
	hyphens:auto!important;
	line-height:1.08!important;
}

.vk-about-stamp strong{
	line-height:.95!important;
}

.vk-about-stamp span,
.vk-about-stamp em{
	font-style:normal!important;
}

/* Prevent the bottom text from staying in one long horizontal line. */
.vk-about-stamp em{
	max-width:70%!important;
}

/* Mobile gets slightly narrower text so two/three words wrap cleanly. */
@media(max-width:767px){
	.vk-about-stamp{
		padding-left:8px!important;
		padding-right:8px!important;
	}
	.vk-about-stamp span,
	.vk-about-stamp strong{
		max-width:76%!important;
	}
	.vk-about-stamp em{
		max-width:64%!important;
	}
}


/* =========================================================
   v4.2.167 – ABOUT: REAL MOBILE SMALL-TITLE CENTERING
   The small heading is a FULL-WIDTH flex row, so its line + text
   center together. This intentionally overrides older left rules.
========================================================= */
@media (max-width:767px){

	/* HERO */
	.elementor-widget-vksb-about-hero .vk-about-eyebrow{
		display:flex!important;
		width:100%!important;
		max-width:100%!important;
		align-items:center!important;
		justify-content:center!important;
		text-align:center!important;
		margin-left:0!important;
		margin-right:0!important;
		align-self:stretch!important;
	}

	/* LAUROS ISTORIJA */
	.elementor-widget-vksb-about-story .vk-about-story .vk-about-section-label{
		display:flex!important;
		width:100%!important;
		max-width:100%!important;
		align-items:center!important;
		justify-content:center!important;
		text-align:center!important;
		margin-left:0!important;
		margin-right:0!important;
		align-self:stretch!important;
	}

	/* KAIP GIMĖ PROJEKTAS */
	.elementor-widget-vksb-about-origin .vk-about-origin .vk-about-section-label{
		display:flex!important;
		width:100%!important;
		max-width:100%!important;
		align-items:center!important;
		justify-content:center!important;
		text-align:center!important;
		margin-left:0!important;
		margin-right:0!important;
		align-self:stretch!important;
	}

	/* PASAULIO PAŽINIMO MISIJA */
	.elementor-widget-vksb-about-mission .vk-about-mission .vk-about-section-label{
		display:flex!important;
		width:100%!important;
		max-width:100%!important;
		align-items:center!important;
		justify-content:center!important;
		text-align:center!important;
		margin-left:0!important;
		margin-right:0!important;
		align-self:stretch!important;
	}

	/* ASMENINIS PAŽADAS */
	.elementor-widget-vksb-about-promise .vk-about-promise .vk-about-section-label{
		display:flex!important;
		width:100%!important;
		max-width:100%!important;
		align-items:center!important;
		justify-content:center!important;
		text-align:center!important;
		margin-left:0!important;
		margin-right:0!important;
		align-self:stretch!important;
	}

	/* Their line must stay as part of the centered flex row. */
	.elementor-widget-vksb-about-hero .vk-about-eyebrow__line,
	.elementor-widget-vksb-about-story .vk-about-section-label::before,
	.elementor-widget-vksb-about-origin .vk-about-section-label::before,
	.elementor-widget-vksb-about-mission .vk-about-section-label::before,
	.elementor-widget-vksb-about-promise .vk-about-section-label::before{
		flex:0 0 auto!important;
		margin-left:0!important;
	}

	/* Keep all content of the requested blocks centered on mobile. */
	.elementor-widget-vksb-about-hero .vk-about-hero__content,
	.elementor-widget-vksb-about-story .vk-about-story__side,
	.elementor-widget-vksb-about-origin .vk-about-origin__content,
	.elementor-widget-vksb-about-mission .vk-about-mission__content,
	.elementor-widget-vksb-about-promise .vk-about-promise__content{
		text-align:center!important;
	}

	/* Non-Hero sections retain mobile side breathing room. */
	.elementor-widget-vksb-about-story .vk-about-container,
	.elementor-widget-vksb-about-origin .vk-about-container,
	.elementor-widget-vksb-about-mission .vk-about-container,
	.elementor-widget-vksb-about-promise .vk-about-container{
		padding-left:20px!important;
		padding-right:20px!important;
		box-sizing:border-box!important;
	}
}


/* =========================================================
   v4.2.168 – ABOUT HERO ANTSPAUDAS FINAL FIX
   Clean 3-line layout. 2023 can NEVER split vertically.
========================================================= */

.elementor-widget-vksb-about-hero .vk-about-stamp{
	/* Keep existing Elementor-controlled size / x / y / rotation */
	display:flex!important;
	flex-direction:column!important;
	align-items:center!important;
	justify-content:center!important;

	box-sizing:border-box!important;
	overflow:hidden!important;

	/* inner text column */
	--vk-stamp-text-width:82%;
	gap:3px!important;

	text-align:center!important;
	line-height:1!important;
}

/* ALL three lines sit in one centered inner column */
.elementor-widget-vksb-about-hero .vk-about-stamp > span,
.elementor-widget-vksb-about-hero .vk-about-stamp > strong,
.elementor-widget-vksb-about-hero .vk-about-stamp > em{
	position:static!important;
	float:none!important;
	clear:both!important;

	display:block!important;
	flex:0 0 auto!important;

	width:var(--vk-stamp-text-width,82%)!important;
	max-width:var(--vk-stamp-text-width,82%)!important;
	min-width:0!important;

	margin:0 auto!important;
	padding:0!important;

	text-align:center!important;
	transform:none!important;
}

/* "NUO" — one line */
.elementor-widget-vksb-about-hero .vk-about-stamp > span{
	white-space:nowrap!important;
	word-break:keep-all!important;
	overflow-wrap:normal!important;
	hyphens:none!important;
	line-height:1.05!important;
}

/* 2023 — ABSOLUTELY NO WRAPPING */
.elementor-widget-vksb-about-hero .vk-about-stamp > strong{
	white-space:nowrap!important;
	word-break:keep-all!important;
	overflow-wrap:normal!important;
	hyphens:none!important;
	line-height:.88!important;
	letter-spacing:-.02em!important;
}

/* "KELIAUJAME KARTU" — may wrap ONLY normally between words */
.elementor-widget-vksb-about-hero .vk-about-stamp > em{
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:normal!important;
	hyphens:none!important;
	line-height:1.08!important;
	font-style:normal!important;
}

/* Stop old generic mobile text rules from breaking stamp words/digits. */
@media(max-width:767px){
	.elementor-widget-vksb-about-hero .vk-about-stamp{
		--vk-stamp-text-width:86%;
		gap:2px!important;
	}

	.elementor-widget-vksb-about-hero .vk-about-stamp > span,
	.elementor-widget-vksb-about-hero .vk-about-stamp > strong,
	.elementor-widget-vksb-about-hero .vk-about-stamp > em{
		width:var(--vk-stamp-text-width,86%)!important;
		max-width:var(--vk-stamp-text-width,86%)!important;
		overflow-wrap:normal!important;
	}

	.elementor-widget-vksb-about-hero .vk-about-stamp > strong{
		white-space:nowrap!important;
		word-break:keep-all!important;
	}

	.elementor-widget-vksb-about-hero .vk-about-stamp > em{
		white-space:normal!important;
		word-break:normal!important;
	}
}


/* =========================================================
   v4.2.169 – ABOUT small-title line removal + mobile spacing
========================================================= */

/* LAUROS ISTORIJA */
.elementor-widget-vksb-about-story .vk-about-section-label::before,
.elementor-widget-vksb-about-story .vk-about-section-label::after,

/* KAIP GIMĖ PROJEKTAS */
.elementor-widget-vksb-about-origin .vk-about-section-label::before,
.elementor-widget-vksb-about-origin .vk-about-section-label::after,

/* PASAULIO PAŽINIMO MISIJA */
.elementor-widget-vksb-about-mission .vk-about-section-label::before,
.elementor-widget-vksb-about-mission .vk-about-section-label::after,

/* ASMENINIS PAŽADAS */
.elementor-widget-vksb-about-promise .vk-about-section-label::before,
.elementor-widget-vksb-about-promise .vk-about-section-label::after{
	display:none!important;
	content:none!important;
	width:0!important;
	height:0!important;
	border:0!important;
	margin:0!important;
}

/* Ensure no leftover padding from the removed decorative line. */
.elementor-widget-vksb-about-story .vk-about-section-label,
.elementor-widget-vksb-about-origin .vk-about-section-label,
.elementor-widget-vksb-about-mission .vk-about-section-label,
.elementor-widget-vksb-about-promise .vk-about-section-label{
	padding-left:0!important;
	padding-right:0!important;
	column-gap:0!important;
}

/* Mobile: spacing controls must actually work without inherited grid margins fighting them. */
@media(max-width:767px){
	.elementor-widget-vksb-about-hero .vk-about-hero__visual,
	.elementor-widget-vksb-about-mission .vk-about-mission__visual{
		position:relative!important;
	}

	.elementor-widget-vksb-about-story .vk-about-story__quote{
		position:relative!important;
	}
}


/* =========================================================
   v4.2.172 – ABOUT MAIN HEADING RESPONSIVE FIX
   Elementor controls target the REAL heading elements.
   No mobile font-size is hardcoded here.
========================================================= */
@media(max-width:767px){
  .vk-about-hero__content h1,
  .vk-about-story__side h2,
  .vk-about-origin__content h2,
  .vk-about-mission__content h2,
  .vk-about-promise__content h2{
    /* font-size intentionally NOT set: Elementor responsive control owns it */
    max-width:100%!important;
  }
}


/* =========================================================
   v4.2.173 – ABOUT MOBILE TYPOGRAPHY + SPACING + GLOBE REAL FIX
========================================================= */

@media(max-width:767px){
	/* Story title: Elementor responsive control owns font-size. */
	.elementor-widget-vksb-about-story .vk-about-story__side h2{
		max-width:100%!important;
	}

	/* If quote gap is set to zero, no legacy min-height/gap should remain. */
	.elementor-widget-vksb-about-story .vk-about-story__quote{
		min-height:0!important;
	}

	/* Origin cards: let Elementor responsive controls own font sizes. */
	.elementor-widget-vksb-about-origin .vk-about-origin-card h3,
	.elementor-widget-vksb-about-origin .vk-about-origin-card p{
		max-width:100%!important;
	}

	/* Mission quote responsive typography */
	.elementor-widget-vksb-about-mission .vk-about-mission__highlight p{
		max-width:100%!important;
	}

	/* Globe/map visual must remain usable on mobile. */
	.elementor-widget-vksb-about-mission .vk-about-map-card__globe{
		position:relative!important;
		left:auto!important;
		right:auto!important;
		margin-left:auto!important;
		margin-right:auto!important;
		overflow:visible!important;
	}

	.elementor-widget-vksb-about-mission .vk-about-mission__visual,
	.elementor-widget-vksb-about-mission .vk-about-map-card{
		overflow:visible!important;
		max-width:100%!important;
	}
}


/* =========================================================
   v4.2.174 – final mobile fixes for Story / Origin / Mission
========================================================= */
@media(max-width:767px){

  /* LAUROS ISTORIJA — zero really means zero after quote. */
  .elementor-widget-vksb-about-story .vk-about-story__quote{
    margin-bottom:0;
  }
  .elementor-widget-vksb-about-story .vk-about-story__side{
    row-gap:0!important;
  }

  /* KAIP GIMĖ PROJEKTAS — actual card class. */
  .elementor-widget-vksb-about-origin .vk-about-origin-card h3,
  .elementor-widget-vksb-about-origin .vk-about-origin-card p{
    max-width:100%!important;
  }

  /* PASAULIO PAŽINIMO MISIJA — actual quote/highlight and globe. */
  .elementor-widget-vksb-about-mission .vk-about-mission__highlight p{
    max-width:100%!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card__globe{
    display:block!important;
    position:absolute!important;
    z-index:1!important;
    max-width:none!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card{
    position:relative!important;
    overflow:hidden!important;
  }
}


/* =========================================================
   v4.2.175 – MISIJA MOBILE FINAL
========================================================= */
@media(max-width:767px){
  .elementor-widget-vksb-about-mission .vk-about-mission__grid,
  .elementor-widget-vksb-about-mission .vk-about-mission__content,
  .elementor-widget-vksb-about-mission .vk-about-mission__visual{
    width:100%!important;max-width:100%!important;min-width:0!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-mission__content h2,
  .elementor-widget-vksb-about-mission .vk-about-mission__content > p,
  .elementor-widget-vksb-about-mission .vk-about-mission__highlight p{
    max-width:100%!important;min-width:0!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-mission__highlight{
    width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-mission__visual{
    overflow:visible!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card{
    position:relative!important;
    overflow:visible!important;
    box-sizing:border-box!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card__globe{
    position:absolute!important;
    z-index:1!important;
    max-width:none!important;
    max-height:none!important;
    min-width:0!important;
    min-height:0!important;
    transform:translate(-50%,-50%)!important;
    transform-origin:center center!important;
    margin:0!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card__pin--editable{
    position:absolute!important;
    z-index:30!important;
    left:var(--mx)!important;
    top:var(--my)!important;
    right:auto!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;
    visibility:visible!important;
    opacity:1!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    box-sizing:border-box!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card__pin--editable span{
    flex:0 0 auto!important;
  }

  .elementor-widget-vksb-about-mission .vk-about-map-card__plane{
    z-index:25!important;
  }
}


/* =========================================================
   v4.2.176 – MISSION GLOBE MASTER RESET
   IMPORTANT: no width/height hardcoded here.
   Elementor section "8. GAUBLYS" owns size/position on every device.
========================================================= */
.elementor-widget-vksb-about-mission .vk-about-map-card{
	position:relative!important;
}

.elementor-widget-vksb-about-mission .vk-about-map-card__globe{
	position:absolute!important;
	right:auto!important;
	bottom:auto!important;
	z-index:1!important;
	margin:0!important;
	padding:0!important;
	max-width:none!important;
	max-height:none!important;
	box-sizing:border-box!important;
	transform-origin:center center!important;
	pointer-events:none!important;
}

.elementor-widget-vksb-about-mission .vk-about-map-card__globe svg{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	max-height:none!important;
}

@media(max-width:1024px){
	.elementor-widget-vksb-about-mission .vk-about-map-card__globe{
		position:absolute!important;
		right:auto!important;
		bottom:auto!important;
		margin:0!important;
		max-width:none!important;
		max-height:none!important;
	}
}

@media(max-width:767px){
	.elementor-widget-vksb-about-mission .vk-about-map-card{
		overflow:visible!important;
	}
	.elementor-widget-vksb-about-mission .vk-about-map-card__globe{
		position:absolute!important;
		right:auto!important;
		bottom:auto!important;
		margin:0!important;
		max-width:none!important;
		max-height:none!important;
	}
}


/* =========================================================
   v4.2.177 – MISIJA PAGRINDINĖ ANTRAŠTĖ MASTER RESET
   No fixed font-size here. Elementor master control owns it.
========================================================= */
.elementor-widget-vksb-about-mission .vk-about-mission__content h2{
	max-width:100%!important;
	min-width:0!important;
	width:auto!important;
}

@media(max-width:767px){
	.elementor-widget-vksb-about-mission .vk-about-mission__content h2{
		max-width:100%!important;
		min-width:0!important;
	}
}
