html, body {
	font-family: "Roboto", sans-serif;
}

.ankka-seq {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #fff;
	color: #333;
}

.ankka-seq__canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ankka-seq__overlay {
	position: absolute;
	inset: 0;
	padding: clamp(16px, 3vw, 52px);
	pointer-events: none;
	user-select: none;
	z-index: 5;
}

.ankka-seq__topHeader {
	position: absolute;
	left: clamp(80px, 3vw, 150px);
	top: clamp(150px, 2vw, 450px);
	max-width: 720px;
	pointer-events: none;
}

.ankka-seq__h1MAIN {
	margin: 0;
	font-size: clamp(28px, 2.2vw, 52px);
	font-weight: 700;
	letter-spacing: .2px;
	color: #1f1f1f;
}

.ankka-seq__h1MAIN .thin {
	font-weight: 300;
	color: #b8b8b8;
}

.ankka-seq__h1 {
	margin: 0;
	font-size: clamp(22px, 2.2vw, 34px);
	font-weight: 700;
	letter-spacing: .2px;
	color: #1f1f1f;
}

.ankka-seq__h1 .thin {
	font-weight: 300;
	color: #b8b8b8;
}

.ankka-seq__sub {
	margin: 6px 0 0;
	font-size: 18px;
	color: #9a9a9a;
	letter-spacing: .2px;
}

.ankka-seq__rightTitle {
	position: absolute;
	right: clamp(16px, 3vw, 52px);
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

.ankka-seq__aiTag {
	margin-bottom: 6px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 14px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #8f8f8f;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.ankka-seq__aiLabel {
	margin-right: 6px;
}

.ankka-seq__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
	max-width: 520px;
}

.ankka-seq__chip {
	padding: 4px 8px;
	border-radius: 7px;
	background: #f3f3f3;
	color: #666;
	font-size: 11px;
	letter-spacing: .2px;
	text-transform: none;
	white-space: nowrap;
	line-height: 1.2;
	transition: transform .18s ease, opacity .18s ease, background-color .18s ease;
	opacity: .95;
}

.ankka-seq__chip.is-update {
	background: #e7e7e7;
	transform: translateY(-2px);
	opacity: 1;
}

@media (max-width: 980px) {
	.ankka-seq__chips {
		justify-content: center;
		max-width: 92vw;
	}
}

.ankka-seq__aiTag .meta {
	text-transform: none;
	letter-spacing: .2px;
	opacity: .85;
}

.ankka-seq__aiTag .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #333;
	display: inline-block;
	animation: ankkaBlink 1.1s ease-in-out infinite;
	opacity: .6;
}

@keyframes ankkaBlink {
	0%, 100% {
		opacity: .25;
		transform: scale(.9);
	}
	
	50% {
		opacity: 1;
		transform: scale(1);
	}
}

.ankka-seq__segTitle {
	display: flex;
	gap: 12px;
	align-items: baseline;
	justify-content: flex-end;
	white-space: nowrap;
}

.ankka-seq__segTitle .big {
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 700;
	color: #1f1f1f;
	transition: opacity .16s ease, transform .16s ease;
	will-change: opacity, transform;
}

.ankka-seq__segTitle .big.is-out {
	opacity: 0;
	transform: translateY(-6px);
	font-weight: 300;
}

.ankka-seq__segTitle .big.is-in {
	opacity: 1;
	transform: translateY(0);
	font-weight: 700;
}

.ankka-seq__segTitle .light {
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 300;
	color: #b8b8b8;
}

.ankka-seq__leftText {
	position: static;
	max-width: 420px;
	color: #2a2a2a;
	text-align: left;
	margin-top: 10px;
}

.ankka-seq__leftText--inRight {
	align-self: flex-end;
}

.ankka-seq__ltTitle {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .2px;
	margin: 0 0 8px 0;
}

.ankka-seq__ltCountryRow {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 6px;
}

.ankka-seq__ltCountry {
	font-size: 16px;
	font-weight: 700;
}

.ankka-seq__ltWhy {
	font-size: 16px;
	font-weight: 400;
	opacity: .75;
}

.ankka-seq__ltList {
	margin: 0 0 8px 14px;
	padding: 0;
	font-size: 14px;
	line-height: 1.45;
	opacity: .75;
}

.ankka-seq__ltList li {
	margin: 0 0 4px 0;
}

.ankka-seq__ltNote {
	font-size: 10px;
	opacity: .6;
}

.ankka-seq__leftBlock {
	position: absolute;
	left: clamp(96px, 3vw, 260px);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 24px;
	z-index: 6;
}

.ankka-seq__donutWrap {
	position: relative;
	width: 140px;
	height: 140px;
}

.ankka-seq__donut {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.donut-bg {
	fill: none;
	stroke: #e6e6e6;
	stroke-width: 10;
}

.donut-progress {
	fill: none;
	stroke: #333;
	stroke-width: 10;
	stroke-linecap: round;
	stroke-dasharray: 314;
	stroke-dashoffset: 314;
	transition: stroke-dashoffset .4s ease;
}

.ankka-seq__donutValue {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	font-weight: 400;
	color: #1f1f1f;
}

.ankka-seq__donutLabel {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.ankka-seq__donutLabel .light {
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 300;
	color: #b8b8b8;
}

.ankka-seq__donutLabel .bold {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	color: #1f1f1f;
}

.ankka-seq__priceBlock {
	margin-top: 14px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.ankka-seq__priceMain {
	font-size: clamp(38px, 3.3vw, 58px);
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
	color: #1f1f1f;
}

.ankka-seq__priceMeta {
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.1;
	color: #b8b8b8;
	text-align: left;
}

.ankka-seq__priceMeta strong {
	font-weight: 700;
	color: #1f1f1f;
}

.ankka-seq__priceRange {
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 6px;
}

.ankka-seq__priceBlock--left {
	margin-top: 0;
	margin-left: 28px;
	justify-content: flex-start;
}

.ankka-seq__progress {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	width: 50%;
	height: 3px;
	background: #ccc;
	border-radius: 2px;
	overflow: hidden;
}

.ankka-seq__progressFill {
	height: 100%;
	width: 0%;
	background: #333;
	transition: width .1s linear;
}

.ankka-seq__scrollHint {
	position: absolute;
	left: 50%;
	top: 72%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	opacity: .85;
	color: #fff;
}

.ankka-seq__scrollHint .mouse {
	width: 30px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	background: transparent;
}

.ankka-seq__scrollHint .wheel {
	width: 4px;
	height: 10px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	animation: wheelMove 1.1s ease-in-out infinite;
}

@keyframes wheelMove {
	0% {
		transform: translate(-50%, 0);
		opacity: .85;
	}
	
	50% {
		transform: translate(-50%, 8px);
		opacity: 1;
	}
	
	100% {
		transform: translate(-50%, 0);
		opacity: .85;
	}
}

.ankka-seq__scrollHint .text {
	font-size: 13px;
	text-align: center;
	color: #fff;
	opacity: .8;
}

.ankka-seq__topCTA {
	position: absolute;
	top: 200px;
	right: 500px;
	display: flex;
	gap: 20px;
	align-items: center;
	z-index: 10;
	pointer-events: auto;
}

.ankka-btn-metrics {
	display: inline-block;
	padding: 21px 39px;
	font-size: 24px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #cfcfcf;
	color: #1f1f1f;
	font-weight: 600;
	text-decoration: none;
	transition: .18s ease;
}

.ankka-btn-metrics:hover {
	background: #f5f5f5;
	transform: translateY(-2px);
}

.ankka-btn-investor {
	display: inline-block;
	padding: 14px 26px;
	font-size: 16px;
	border-radius: 12px;
	background: transparent;
	border: 1px solid #d7d7d7;
	color: #2a2a2a;
	font-weight: 500;
	text-decoration: none;
	transition: .18s ease;
}

.ankka-btn-investor:hover {
	background: #f5f5f5;
	transform: translateY(-1px);
}

.ankka-btn-25 {
	display: inline-block;
	padding: 14px 26px;
	font-size: 18px;
	border-radius: 12px;
	background: transparent;
	border: 1px solid #d7d7d7;
	color: #2a2a2a;
	font-weight: 500;
	text-decoration: none;
	transition: .18s ease;
}

.ankka-btn-25:hover {
	background: #f5f5f5;
	transform: translateY(-1px);
}

.ankka-mobileHero {
	display: none !important;
}

@media (max-width: 980px) {
	.ankka-desktopHero {
		display: none !important;
	}
	
	.ankka-mobileHero {
		display: block !important;
		position: relative;
		width: 100%;
		height: auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: y mandatory;
	}
	
	.ankka-mobile-section {
		position: relative;
		width: 100%;
		height: 100vh;
		scroll-snap-align: start;
		overflow: hidden;
	}
	
	.ankka-mobile-section video {
		position: absolute;
		top: 0;
		left: 10px;
		width: calc(100% - 0px);
		height: 100%;
		object-fit: contain;
		pointer-events: auto;
		background: #fff;
	}
	
	.ankka-mobile-overlay {
		position: absolute;
		inset: 0;
		pointer-events: none;
		z-index: 20;
	}
	
	.ankka-mobile-overlay .ankka-seq__topHeader, .ankka-mobile-overlay .ankka-seq__rightTitle, .ankka-mobile-overlay .ankka-seq__leftBlock, .ankka-mobile-overlay .ankka-seq__progress, .ankka-mobile-overlay .ankka-seq__scrollHint {
		display: none !important;
	}
	
	.ankka-mobile-cta {
		position: absolute;
		left: 50%;
		bottom: 48px;
		transform: translateX(-50%);
		display: flex;
		gap: 16px;
		z-index: 25;
		pointer-events: auto;
	}
	
	.ankka-btn-metrics {
		padding: 16px 26px;
		font-size: 18px;
		border-radius: 14px;
	}
	
	.ankka-btn-investor {
		padding: 12px 22px;
		font-size: 15px;
		border-radius: 12px;
	}
	
	.play-trigger {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 80px;
		background: rgba(0, 0, 0, .5);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 30;
		cursor: pointer;
		pointer-events: auto;
		transition: opacity .3s;
	}
	
	.play-trigger i {
		font-size: 48px;
		color: #fff;
	}
	
	.play-trigger.hidden {
		opacity: 0;
		pointer-events: none;
	}
}

@media (max-width: 980px) {
	.ankka-mobile-more {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 30;
		pointer-events: auto;
	}
	
	.ankka-btn-more {
		padding: 18px 32px;
		font-size: 20px;
		border-radius: 16px;
		background: rgba(255, 255, 255, .85);
		border: 1px solid #cfcfcf;
		color: #1f1f1f;
		font-weight: 600;
		text-decoration: none;
		backdrop-filter: blur(6px);
		transition: .2s ease;
	}
	
	.ankka-btn-more:hover {
		background: #fff;
		transform: translateY(-2px);
	}
}

@media (max-width: 980px) {
	.ankka-desktopHero, .ankka-seq__overlay {
		display: none !important;
	}
	
	.ankka-mobileHero {
		display: block !important;
	}
	
	.ankka-mobile-section {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	
	.ankka-mobile-section video {
		position: absolute;
		top: 0;
		left: 10px;
		width: calc(100% - 0px);
		height: 100%;
		object-fit: contain;
		background: #fff;
	}
	
	.ankka-mobile-cta {
		position: absolute;
		left: 50%;
		bottom: 48px;
		transform: translateX(-50%);
		display: flex;
		gap: 16px;
		z-index: 100;
	}
	
	.ankka-mobile-cta .ankka-btn-metrics {
		padding: 16px 26px;
		font-size: 18px;
		border-radius: 14px;
	}
	
	.ankka-mobile-cta .ankka-btn-investor {
		padding: 14px 24px;
		font-size: 16px;
		border-radius: 12px;
		background: transparent;
		border: 1px solid #d7d7d7;
		cursor: pointer;
	}
}

@media (max-width: 980px) {
	.ankka-mobile-play {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 80;
		cursor: pointer;
	}
}

@media (max-width: 980px) {
	#slideWay {
		display: none !important;
	}
}

.ankka-wayOverlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 12;
}

.ankka-bubble {
	position: absolute;
	max-width: 420px;
	padding: 24px 28px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(0, 0, 0, .06);
	backdrop-filter: blur(8px);
	color: #1f1f1f;
	box-shadow: 0 18px 48px rgba(0, 0, 0, .14), 0 2px 6px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .65);
	--bx: 0px;
	--by: 0px;
	--bs: 1;
	opacity: 0;
	transform: translate3d(var(--bx), calc(var(--by) + 14px), 0) scale(.985);
	transition: opacity 280ms ease, transform 320ms cubic-bezier(.2, .8, .2, 1), box-shadow 240ms ease;
	will-change: transform, opacity, box-shadow;
}

.ankka-bubble.is-on {
	opacity: 1;
	transform: translate3d(var(--bx), var(--by), 0) scale(var(--bs));
}

.ankka-bubble.is-on:hover {
	transform: translate3d(var(--bx), calc(var(--by) - 2px), 0) scale(calc(var(--bs) + .01));
	box-shadow: 0 26px 60px rgba(0, 0, 0, .18), 0 4px 10px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.ankka-bubble__title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.ankka-bubble__text {
	font-size: 16px;
	line-height: 1.55;
	opacity: .9;
}

.ankka-bubble__link {
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #1a5cff;
	pointer-events: auto;
}

.ankka-bubble__link:hover {
	text-decoration: underline;
}

.ankka-bubble.do-type .ankka-bubble__text {
	clip-path: inset(0 100% 0 0);
	animation: ankkaTypeReveal 900ms steps(44, end) forwards;
}

.ankka-bubble__link {
	display: inline-block;
	margin-top: 14px;
	padding: 8px 14px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .04);
	border: 1px solid rgba(0, 0, 0, .08);
	font-size: 14px;
	font-weight: 600;
	color: #1f1f1f;
	text-decoration: none;
	pointer-events: auto;
	transition: all .18s ease;
}

.ankka-bubble__link:hover {
	background: rgba(0, 0, 0, .08);
	transform: translateY(-1px);
}

@keyframes ankkaTypeReveal {
	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes ankkaLinkIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ankka-bubble__tail {
	position: absolute;
	width: 0;
	height: 0;
}

.ankka-bubble__tail::before, .ankka-bubble__tail::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}

.ankka-bubble--irina {
	left: clamp(34px, 4.5vw, 240px);
	top: clamp(600px, 11vh, 900px);
}

.ankka-bubble--irina .ankka-bubble__tail {
	left: 100%;
	top: 92px;
	margin-left: -1px;
}

.ankka-bubble--irina .ankka-bubble__tail::before {
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 15px solid rgba(0, 0, 0, .06);
	left: 0;
	top: -11px;
}

.ankka-bubble--irina .ankka-bubble__tail::after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid rgba(255, 255, 255, .86);
	left: 1px;
	top: -10px;
}

.ankka-bubble--ankka {
	right: clamp(68px, 4.5vw, 240px);
	top: clamp(190px, 14vh, 250px);
}

.ankka-bubble--ankka .ankka-bubble__tail {
	right: 100%;
	top: 78px;
	margin-right: -1px;
}

.ankka-bubble--ankka .ankka-bubble__tail::before {
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 15px solid rgba(0, 0, 0, .06);
	right: 0;
	top: -11px;
}

.ankka-bubble--ankka .ankka-bubble__tail::after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 14px solid rgba(255, 255, 255, .86);
	right: 1px;
	top: -10px;
}

@media (max-width: 980px) {
	.ankka-wayOverlay {
		display: none !important;
	}
}

.ankka-midMessage {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	z-index: 25;
	pointer-events: none;
	opacity: 0;
	transition: opacity .28s ease, transform .28s ease;
	will-change: opacity, transform;
}

.ankka-midMessage.is-on {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.02);
}

.ankka-midMessage__inner {
	width: clamp(190px, 32vw, 250px);
	height: clamp(190px, 32vw, 250px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #333;
	background: rgba(255, 255, 255, .78);
	backdrop-filter: blur(12px);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .07);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .14);
	padding: 40px;
}

.ankka-midMessage .l1 {
	font-size: clamp(28px, 4.2vw, 54px);
	font-weight: 900;
	line-height: 1;
	margin-top: 0px;
}

.ankka-midMessage .l1 .n {
	font-size: 1.28em;
	font-weight: 900;
	margin-right: .08em;
}

.ankka-midMessage .l1 .yrs {
	font-size: .4em;
	font-weight: 300;
	margin-right: .08em;
}

.ankka-midMessage .l2 {
	margin-top: 7px;
	line-height: .8;
	font-size: clamp(16px, 1.7vw, 22px);
	font-weight: 300;
	opacity: .92;
}

.ankka-midMessage .l2 .exp {
	margin-top: 10px;
	font-size: clamp(16px, 1.7vw, 22px);
	font-weight: 700;
	opacity: .92;
}

.ankka-midMessage .l3 {
	margin-top: 8px;
	font-size: clamp(18px, 1.9vw, 26px);
	font-weight: 800;
	opacity: .98;
}

.ankka-midMessage .l3 .yrs {
	font-size: 1em;
	font-weight: 300;
	margin-right: .08em;
}

.ankka-midMessage .l4 {
	font-size: clamp(32px, 4.2vw, 58px);
	font-weight: 900;
	line-height: 1.2;
	margin-top: 0px;
}

@media (max-width: 980px) {
	.ankka-midMessage {
		display: none !important;
	}
}

.ankka-scrollHint--dark {
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	opacity: 0;
	transition: opacity .25s ease;
	color: #333;
}

.ankka-scrollHint--dark .mouse {
	width: 30px;
	height: 46px;
	border: 2px solid #333;
	border-radius: 18px;
	position: relative;
}

.ankka-scrollHint--dark .wheel {
	width: 4px;
	height: 10px;
	border-radius: 3px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	animation: wheelMove 1.1s ease-in-out infinite;
}

.ankka-scrollHint--dark .text {
	font-size: 13px;
	opacity: .7;
}

.ankka-mTopBtns {
	position: fixed;
	top: 14px;
	right: 14px;
	z-index: 9999;
	display: none;
	gap: 10px;
	pointer-events: auto;
}

.ankka-mBtn {
	border: 1px solid rgba(0, 0, 0, .12);
	background: rgba(255, 255, 255, .85);
	backdrop-filter: blur(10px);
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 14px;
	border-radius: 12px;
	cursor: pointer;
	text-decoration: none;
}

.ankka-mBtn--wa {
	font-weight: 800;
}

.ankka-mTopBtns {
	position: fixed;
	top: 14px;
	right: 14px;
	z-index: 9999;
	display: none;
	gap: 10px;
	pointer-events: auto;
}

.ankka-mBtn {
	border: 1px solid rgba(0, 0, 0, .12);
	background: rgba(255, 255, 255, .85);
	backdrop-filter: blur(10px);
	color: #333;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 14px;
	border-radius: 12px;
	cursor: pointer;
	text-decoration: none;
}

.ankka-mBtn--wa {
	font-weight: 800;
}

.ankka-teamM {
	position: fixed;
	inset: 0;
	z-index: 9000;
	display: none;
	background: #fff;
	overflow-y: auto;
}

.ankka-teamM.is-open {
	display: block;
}

.ankka-teamM__wrap {
	width: 100%;
}

.ankka-teamM__hero {
	position: relative;
	width: 100%;
	height: 1700px;
	overflow: hidden;
}

.ankka-teamM__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ankka-teamM__title {
	position: absolute;
	left: 7%;
	top: 15%;
	transform: translateY(-50%);
	color: #111;
	text-align: left;
	max-width: 86%;
}

.ankka-teamM__title .t1, .ankka-teamM__title .t2, .ankka-teamM__title .t3 {
	line-height: 1.1;
}

.ankka-teamM__title .t1 {
	font-size: clamp(24px, 4.8vw, 32px);
	font-weight: 800;
}

.ankka-teamM__title .t1 .num {
	font-size: clamp(28px, 4.8vw, 42px);
	font-weight: 900;
}

.ankka-teamM__title .t1 .light {
	font-size: clamp(20px, 4.8vw, 28px);
	font-weight: 300;
}

.ankka-teamM__title .t2 {
	font-size: clamp(22px, 4.4vw, 30px);
	margin-top: 0px;
	font-weight: 800;
}

.ankka-teamM__title .t2 .num {
	font-size: clamp(28px, 4.8vw, 42px);
	font-weight: 900;
}

.ankka-teamM__title .t2 .light {
	font-size: clamp(20px, 4.8vw, 28px);
	font-weight: 300;
}

.ankka-teamM__title .t3 {
	font-size: clamp(24px, 4.8vw, 32px);
	font-weight: 800;
	margin-top: 3px;
}

.ankka-teamM__title .t3 .light {
	font-size: clamp(20px, 4.8vw, 28px);
	font-weight: 300;
}

.ankka-teamM__below {
	padding: 20px 0 40px;
	margin-top: 10px;
}

.ankka-teamM__cards {
	margin-top: 10px;
	margin: 0 auto;
	width: min(92vw, 640px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.ankka-card {
	background: rgba(245, 246, 248, .96);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 16px;
	padding: 16px;
	color: #333;
	box-shadow: 0 14px 44px rgba(0, 0, 0, .1);
}

.ankka-card__h {
	font-weight: 900;
	font-size: 15px;
}

.ankka-card__p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
}

.ankka-card__btn {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .04);
	color: #333;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
}

@media (max-width:980px) {
	.ankka-mTopBtns {
		display: flex;
	}
}

.ankka-nav {
	position: fixed;
	top: 14px;
	left: 14px;
	right: 14px;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.ankka-nav__logo {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.ankka-nav__logo img {
	width: auto;
	display: block;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .1));
}

.ankka-nav__logo img {
	height: 60px;
}

.ankka-nav__logo {
	margin-left: 50px;
}

@media (max-width: 980px) {
	.ankka-nav__logo img {
		height: 33px;
	}
}

.ankka-nav__burger {
	pointer-events: auto;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, .12);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(10px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.ankka-nav__burger i {
	font-size: 22px;
	color: #333;
}

.ankka-menu {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
}

.ankka-menu.is-open {
	display: block;
}

.ankka-menu__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .34);
	border: 0;
	padding: 0;
	margin: 0;
}

.ankka-menu__backdrop {
	z-index: 1;
}

.ankka-menu__panel {
	z-index: 2;
}

.ankka-menu__panel {
  position: absolute;
  top: 14px;
  right: 14px;
  width: min(70vw, 380px);
  height: calc(100vh - 28px);
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;

  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(0, 0, 0, .1);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .18);
  padding: 16px;
}

.ankka-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.ankka-menu__title {
	font-weight: 900;
	color: #1f1f1f;
	font-size: 16px;
}

.ankka-menu__close {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .03);
	cursor: pointer;
}

.ankka-menu__group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.ankka-menu__h {
	font-size: 12px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #8f8f8f;
	margin-bottom: 10px;
	font-weight: 800;
}

.ankka-menu__a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 12px;
	border-radius: 14px;
	text-decoration: none;
	color: #1f1f1f;
	font-weight: 800;
	border: 1px solid rgba(0, 0, 0, .08);
	background: rgba(0, 0, 0, .02);
	margin-bottom: 10px;
}

.ankka-menu__a:hover {
	background: rgba(0, 0, 0, .05);
	transform: translateY(-1px);
}

#metrics, #ankkaSeqMetrics {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #fff;
}

#ankkaMetricsCanvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ankka-metricsOverlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ankka-metricsGrid {
	width: min(900px, 92vw);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	pointer-events: auto;
}

.ankka-mCard {
	display: block;
	text-decoration: none;
	color: #333;
	background: rgba(245, 246, 248, .96);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 14px 44px rgba(0, 0, 0, .1);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ankka-mCard:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 52px rgba(0, 0, 0, .14);
	background: rgba(255, 255, 255, .98);
}

.ankka-mCard__t {
	font-weight: 900;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.ankka-mCard__d {
	font-size: 12px;
	line-height: 1.35;
	opacity: .75;
}

@media (max-width: 980px) {
	.ankka-metricsGrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.ankka-metricsGrid {
		grid-template-columns: 1fr;
	}
}

.ankka-metricsPlate {
	opacity: 0;
	transform: translateY(20px);
	transition: .35s ease;
}

.ankka-metricsPlate.is-visible {
	opacity: 1;
	transform: none;
}

.ankka-metricsInner {
	width: min(980px, 92vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	pointer-events: auto;
}

.ankka-metricsHeader {
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.ankka-metricsTitle {
	margin: 0 0 4px 0;
	font-size: clamp(22px, 2.4vw, 44px);
	font-weight: 900;
	color: #1f1f1f;
	letter-spacing: .2px;
}

.ankka-metricsInvestorBtn {
	margin-top: 8px;
	pointer-events: auto;
}

@media (max-width: 980px) {
	#ankkaMetricsCanvas {
		display: none !important;
	}
	
	.ankka-metricsPlate {
		opacity: 1 !important;
		transform: none !important;
	}
	
	.ankka-metricsInvestorBtn {
		display: none !important;
	}
}

@media (min-width: 981px) {
	.ankka-metricsInner {
		align-items: flex-start;
	}
	
	.ankka-metricsHeader {
		text-align: left;
	}
	
	.ankka-metricsInvestorBtn {
		align-self: flex-start;
	}
}

.ankka-scrollMouse--metrics {
	position: absolute;
	top: 450px;
	left: 50%;
	transform: translateX(-50%);
}

.ankka-scrollMouse {
	width: 30px;
	height: 46px;
	border: 2px solid #333;
	border-radius: 18px;
	position: relative;
	opacity: .85;
	transition: opacity .25s ease;
	z-index: 40;
	pointer-events: none;
}

.ankka-scrollMouse__wheel {
	width: 4px;
	height: 10px;
	border-radius: 3px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	animation: wheelMove 1.1s ease-in-out infinite;
}

.ankka-scrollMouse.is-hidden {
	opacity: 0;
}

.ankka-scrollMouse--metrics {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 980px) {
	.ankka-scrollMouse--metrics {
		display: none;
	}
}

@media (max-width: 980px) {
	.ankka-mTopBtns {
		top: 17px;
		right: 70px;
	}
}

.ankka-reportHero {
	padding: 120px 0 28px;
	background: #fff;
	color: #333;
}

.ankka-reportHero__top {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 22px;
}

.ankka-reportHero__eyebrow {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #7a7a7a;
}

.ankka-reportNav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ankka-reportNav a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 999px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
}

.ankka-reportNav a.is-active {
	background: #333;
	color: #fff;
	border-color: #333;
}

.ankka-reportHero__main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.ankka-reportHero__copy h1 {
	margin: 0 0 12px;
	font-size: clamp(32px, 5vw, 64px);
	line-height: .96;
	font-weight: 900;
}

.ankka-reportHero__copy p {
	margin: 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.45;
	color: #666;
}

.ankka-reportHero__pdf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	text-decoration: none;
	background: #f3f4f6;
	color: #333;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.ankka-kpiSection, .ankka-reportSection {
	padding: 18px 0;
	background: #fff;
}

.ankka-kpiGrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ankka-kpiCard, .ankka-reportCard {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 24px;
	background: #f8f9fb;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .05);
}

.ankka-kpiCard {
	padding: 20px;
}

.ankka-kpiCard__label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #777;
}

.ankka-kpiCard__value {
	display: block;
	font-size: clamp(24px, 3vw, 42px);
	line-height: 1;
	font-weight: 900;
	color: #333;
}

.ankka-reportCard {
	padding: 22px;
}

.ankka-reportCard__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.ankka-reportCard__head h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
	color: #333;
}

.ankka-reportCard__head p {
	margin: 0;
	font-size: 14px;
	color: #777;
}

.ankka-pnlTableWrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ankka-pnlTable {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
}

.ankka-pnlTable th, .ankka-pnlTable td {
	padding: 14px 12px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	font-size: 15px;
	color: #333;
}

.ankka-pnlTable th {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #777;
}

.ankka-pnlTable tbody tr:last-child td {
	border-bottom: 0;
}

.ankka-controlsGrid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ankka-control {
	display: grid;
	gap: 10px;
}

.ankka-control span {
	font-size: 14px;
	font-weight: 700;
	color: #555;
}

.ankka-control strong {
	font-size: 16px;
	font-weight: 900;
	color: #333;
}

.ankka-control input[type="range"] {
	width: 100%;
}

@media (max-width: 991.98px) {
	.ankka-reportHero {
		padding: 96px 0 22px;
	}
	
	.ankka-reportHero__main {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.ankka-kpiGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.ankka-reportCard__head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	.ankka-reportNav {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}
	
	.ankka-reportNav a {
		white-space: nowrap;
		flex: 0 0 auto;
	}
	
	.ankka-kpiGrid, .ankka-controlsGrid {
		grid-template-columns: 1fr;
	}
	
	.ankka-kpiCard {
		padding: 18px;
	}
	
	.ankka-reportCard {
		padding: 18px;
		border-radius: 20px;
	}
	
	.ankka-pnlTable {
		min-width: 640px;
	}
	
	.ankka-reportHero__copy p {
		font-size: 16px;
	}
}

.ankka-reportPage .container {
	width: min(1680px, calc(100% - 96px));
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1440px) {
	.ankka-reportPage .container {
		width: min(1680px, calc(100% - 120px));
	}
}

@media (max-width: 980px) {
	.ankka-reportPage .container {
		width: calc(100% - 32px);
	}
}

.ankka-investorCTA {
	padding: 80px 0 120px;
}

.ankka-investorCTA__box {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.ankka-investorCTA h2 {
	font-size: 36px;
	margin-bottom: 16px;
}

.ankka-investorCTA p {
	color: #666;
	font-size: 18px;
	margin-bottom: 32px;
}

.ankka-investorCTA__actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.ankka-btn {
	padding: 14px 26px;
	border-radius: 30px;
	font-weight: 700;
	text-decoration: none;
}

.ankka-btn--primary {
	background: #333;
	color: #fff;
}

.ankka-btn--ghost {
	border: 1px solid #ddd;
	color: #333;
}

.ankka-investorCTA__call {
	margin-top: 24px;
}

.ankka-investorCTA__call a {
	color: #666;
	font-weight: 600;
	text-decoration: none;
}

.ankka-reportHero__top {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 22px;
}

.ankka-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #8a8a8a;
}

.ankka-breadcrumbs a {
	text-decoration: none;
	color: #8a8a8a;
}

.ankka-breadcrumbs a:hover {
	color: #333;
}

.ankka-breadcrumbs__current {
	color: #333;
}

.ankka-breadcrumbs__sep {
	opacity: .45;
}

.ankka-reportHero__divider {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .08);
	margin: 0 0 14px;
}

.ankka-reportNav a.is-active {
	background: #333;
	color: #fff;
	border-color: #333;
}

.ankka-reportNav {
	position: sticky;
	top: 80px;
	z-index: 10;
	background: white;
}

.ankka-menu__panel::-webkit-scrollbar {
  width: 10px;
}

.ankka-menu__panel::-webkit-scrollbar-track {
  background: transparent;
}

.ankka-menu__panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .18);
  border-radius: 999px;
}

.ankka-menu__panel::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .28);
}

/* ===== INVESTOR PACK ===== */

.ankka-investorPackHero{
	background: #fff;
}

.ankka-ndaCard{
	background: #f8f9fb;
}

.ankka-ndaBox{
	display: grid;
	gap: 16px;
}

.ankka-ndaText{
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #666;
	max-width: 760px;
}

.ankka-ndaActions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.ankka-ndaCheck{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	cursor: pointer;
}

.ankka-ndaCheck input{
	margin-top: 3px;
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	accent-color: #333;
}

.ankka-docsState{
	font-size: 14px;
	color: #8a8a8a;
}

.ankka-docsState.is-ready{
	color: #333;
	font-weight: 700;
}

.ankka-investorDocsSection{
	padding-bottom: 80px;
}

.ankka-docsList{
	display: grid;
	gap: 14px;
}

.ankka-docItem{
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 20px;
	background: #f8f9fb;
	box-shadow: 0 12px 36px rgba(0,0,0,.05);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
}

.ankka-docItem:hover{
	transform: translateY(-1px);
	box-shadow: 0 16px 52px rgba(0,0,0,.08);
	background: #fff;
}

.ankka-docItem.is-locked{
	opacity: .48;
}

.ankka-docItem__icon{
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	color: #fff;
	font-size: 22px;
}

.ankka-docItem__body{
	min-width: 0;
}

.ankka-docItem__title{
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	color: #333;
}

.ankka-docItem__meta{
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #777;
}

.ankka-docItem__actions{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ankka-docBtn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 999px;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.10);
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	transition: .18s ease;
}

.ankka-docBtn:hover{
	background: #f3f4f6;
}

.ankka-docBtn--primary{
	background: #333;
	color: #fff;
	border-color: #333;
}

.ankka-docBtn--primary:hover{
	background: #1f1f1f;
	color: #fff;
}

.ankka-docBtn.is-disabled{
	pointer-events: none;
	opacity: .45;
}

@media (max-width: 991.98px){
	.ankka-docItem{
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.ankka-docItem__icon{
		width: 48px;
		height: 48px;
		border-radius: 14px;
		font-size: 20px;
	}

	.ankka-docItem__actions{
		grid-column: 1 / -1;
		justify-content: flex-start;
		padding-top: 4px;
	}
}

@media (max-width: 767.98px){
	.ankka-docItem{
		padding: 16px;
		border-radius: 18px;
	}

	.ankka-docItem__title{
		font-size: 16px;
	}

	.ankka-docItem__meta{
		font-size: 13px;
	}

	.ankka-docItem__actions{
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.ankka-docBtn{
		width: 100%;
	}
}