.a2p {
	--bg: #05080d;
	--bg-soft: #08111b;
	--panel: #0b1724;
	--panel-2: #0d1d2d;
	--line: rgba(112, 232, 255, .15);
	--line-strong: rgba(112, 232, 255, .35);
	--cyan: #70e8ff;
	--blue: #6787ff;
	--text: #f3f8fc;
	--muted: #89a0b3;

	position: relative;
	color: var(--text);
	background: var(--bg);
}

.a2p * {
	box-sizing: border-box;
}

.a2p img {
	display: block;
	max-width: 100%;
}

.a2p-container {
	width: min(1500px, calc(100% - 64px));
	margin: 0 auto;
}

.a2p-section {
	position: relative;
	padding: 110px 0;
}

.a2p-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--cyan);
	font: 900 8px Inter, sans-serif;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.a2p-section-head {
	max-width: 780px;
	margin-bottom: 48px;
}

.a2p-section-head-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.a2p-section-head h2,
.a2p-feature-copy h2,
.a2p-progress-copy h2,
.a2p-content-copy h2,
.a2p-final h2 {
	margin: 0;
	color: #f7fbff;
	font-family: "Cinzel Decorative", serif;
	font-weight: 700;
	line-height: 1.1;
}

.a2p-section-head h2 {
	font-size: clamp(32px, 4vw, 52px);
}

.a2p-section-head p,
.a2p-feature-copy p,
.a2p-progress-copy p,
.a2p-content-copy p,
.a2p-final p {
	color: var(--muted);
	font: 500 13px/1.85 Inter, sans-serif;
}

.a2p-hero {
	position: relative;
	min-height: 780px;
	overflow: hidden;
	background: #020509;
}

.a2p-hero-bg {
	position: absolute;
	inset: 0;
	background: url("../img/presentation/hero.jpg") center center / cover no-repeat;
}

.a2p-hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 5, 9, .95) 0%, rgba(2, 5, 9, .83) 32%, rgba(2, 5, 9, .38) 66%, rgba(2, 5, 9, .40) 100%),
		linear-gradient(180deg, rgba(2, 5, 9, .12), rgba(2, 5, 9, .9));
}

.a2p-hero-inner {
	position: relative;
	z-index: 2;
	min-height: 780px;
	display: flex;
	align-items: center;
}

.a2p-hero-copy {
	max-width: 760px;
}

.a2p-hero h1 {
	margin: 0;
	color: #fff;
	font-family: "Cinzel Decorative", serif;
	font-size: clamp(54px, 6.3vw, 98px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.02em;
}

.a2p-hero h1 em {
	display: block;
	margin-top: 8px;
	color: var(--cyan);
	font-style: normal;
}

.a2p-hero-copy > p {
	max-width: 650px;
	margin: 28px 0 32px;
	color: #a9b9c6;
	font: 500 14px/1.9 Inter, sans-serif;
}

.a2p-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.a2p-btn {
	min-width: 190px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: none !important;
	font: 900 9px Inter, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.a2p-btn:hover {
	transform: translateY(-2px);
}

.a2p-btn-primary {
	border-color: rgba(183, 248, 255, .8);
	background: linear-gradient(180deg, #74edff, #2aa8c3);
	color: #041117 !important;
	box-shadow: 0 14px 38px rgba(53, 202, 230, .16);
}

.a2p-btn-dark {
	border-color: rgba(112, 232, 255, .18);
	background: rgba(5, 12, 19, .88);
	color: #dcecf5 !important;
}

.a2p-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.a2p-hero-points span {
	padding: 8px 10px;
	border: 1px solid rgba(112, 232, 255, .11);
	background: rgba(5, 12, 19, .56);
	color: #7f98aa;
	font: 800 7px Inter, sans-serif;
	text-transform: uppercase;
}

.a2p-scroll {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
	color: #7890a3 !important;
	text-decoration: none !important;
	font: 800 7px Inter, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.a2p-scroll i {
	width: 1px;
	height: 34px;
	background: linear-gradient(180deg, var(--cyan), transparent);
}

.a2p-subnav {
	position: sticky;
	z-index: 20;
	top: 0;
	border-top: 1px solid rgba(112, 232, 255, .08);
	border-bottom: 1px solid rgba(112, 232, 255, .10);
	background: rgba(4, 9, 14, .92);
	backdrop-filter: blur(12px);
}

.a2p-subnav .a2p-container {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.a2p-subnav a {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 18px;
	color: #7891a4 !important;
	text-decoration: none !important;
	font: 800 8px Inter, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.a2p-subnav a:hover {
	color: #e8f8ff !important;
}

.a2p-about {
	background: radial-gradient(circle at 50% 0%, rgba(64, 98, 229, .11), transparent 38%), var(--bg);
}

.a2p-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.a2p-facts article {
	position: relative;
	min-height: 180px;
	padding: 26px;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(15, 31, 49, .72), rgba(6, 14, 22, .72));
}

.a2p-facts article::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 2px;
	background: linear-gradient(90deg, var(--cyan), transparent);
}

.a2p-facts strong {
	display: block;
	color: var(--cyan);
	font: 900 32px Inter, sans-serif;
}

.a2p-facts span {
	display: block;
	margin-top: 16px;
	color: #eef8fd;
	font: 800 12px Inter, sans-serif;
}

.a2p-facts small {
	display: block;
	margin-top: 7px;
	color: #6e879a;
	font: 600 8px/1.6 Inter, sans-serif;
}

.a2p-feature-showcase {
	padding-top: 70px;
	background: #060b11;
}

.a2p-feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
	align-items: center;
	gap: 70px;
	padding: 70px 0;
	border-bottom: 1px solid rgba(112, 232, 255, .08);
}

.a2p-feature-row-reverse {
	grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
}

.a2p-feature-row-reverse .a2p-shot-wrap {
	order: 2;
}

.a2p-feature-row-reverse .a2p-feature-copy {
	order: 1;
}

.a2p-shot-wrap {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	background: #02060a;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.a2p-shot-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), inset 0 0 50px rgba(0, 0, 0, .16);
}

.a2p-shot-wrap img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.a2p-feature-copy {
	position: relative;
}

.a2p-count {
	position: absolute;
	right: 0;
	top: -36px;
	color: rgba(112, 232, 255, .08);
	font: 900 76px Inter, sans-serif;
}

.a2p-feature-copy h2 {
	font-size: clamp(34px, 4vw, 52px);
}

.a2p-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 24px;
}

.a2p-chip-row span {
	padding: 8px 10px;
	border: 1px solid rgba(112, 232, 255, .12);
	color: #7290a3;
	font: 800 7px Inter, sans-serif;
	text-transform: uppercase;
}

.a2p-mini-list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.a2p-mini-list li {
	position: relative;
	margin: 9px 0;
	padding-left: 18px;
	color: #8da3b4;
	font: 700 9px Inter, sans-serif;
}

.a2p-mini-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 1px;
	background: var(--cyan);
}

.a2p-world {
	background: linear-gradient(180deg, #07101a, #05090e);
}

.a2p-world-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.a2p-big-card {
	position: relative;
	min-height: 510px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: #020509;
}

.a2p-big-card img {
	width: 100%;
	height: 510px;
	object-fit: contain;
	object-position: center;
	background: #020509;
	transition: transform .55s ease;
}

.a2p-big-card:hover img {
	transform: scale(1.025);
}

.a2p-big-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(2, 5, 9, .94) 100%);
}

.a2p-big-card-copy {
	position: absolute;
	z-index: 2;
	left: 30px;
	right: 30px;
	bottom: 28px;
}

.a2p-big-card-copy > span {
	color: var(--cyan);
	font: 900 7px Inter, sans-serif;
	letter-spacing: .18em;
}

.a2p-big-card-copy h3 {
	margin: 9px 0 8px;
	color: #f7fbff;
	font-family: "Cinzel Decorative", serif;
	font-size: 26px;
}

.a2p-big-card-copy p {
	max-width: 500px;
	margin: 0;
	color: #8ea4b5;
	font: 500 10px/1.65 Inter, sans-serif;
}

.a2p-classes {
	background: #05090e;
}

.a2p-class-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 18px;
}

.a2p-class-grid article {
	position: relative;
	min-height: 180px;
	padding: 24px;
	border: 1px solid rgba(112, 232, 255, .1);
	background: linear-gradient(180deg, rgba(13, 29, 45, .74), rgba(7, 15, 24, .82));
}

.a2p-class-grid b {
	color: var(--cyan);
	font: 900 8px Inter, sans-serif;
}

.a2p-class-grid h3 {
	margin: 18px 0 10px;
	color: #edf7fc;
	font: 800 18px Inter, sans-serif;
}

.a2p-class-grid p {
	margin: 0;
	color: #738b9e;
	font: 500 9px/1.65 Inter, sans-serif;
}

.a2p-wide-shot {
	overflow: hidden;
	border: 1px solid var(--line);
	background: #020509;
}

.a2p-wide-shot img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.a2p-progress {
	background: radial-gradient(circle at 80% 30%, rgba(73, 100, 238, .12), transparent 34%), #07101a;
}

.a2p-progress-grid {
	display: grid;
	grid-template-columns: .88fr 1.12fr;
	align-items: center;
	gap: 68px;
}

.a2p-progress-copy h2 {
	font-size: clamp(36px, 4vw, 56px);
}

.a2p-progress-list {
	margin-top: 32px;
	border-top: 1px solid var(--line);
}

.a2p-progress-list > div {
	display: grid;
	grid-template-columns: 52px 1fr;
	padding: 18px 0;
	border-bottom: 1px solid rgba(112, 232, 255, .08);
}

.a2p-progress-list span {
	grid-row: 1 / 3;
	color: var(--cyan);
	font: 900 8px Inter, sans-serif;
}

.a2p-progress-list strong {
	color: #eaf5fb;
	font: 800 11px Inter, sans-serif;
}

.a2p-progress-list small {
	margin-top: 5px;
	color: #71899b;
	font: 600 8px Inter, sans-serif;
}

.a2p-progress-shot {
	overflow: hidden;
	border: 1px solid var(--line);
	background: #020509;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
}

.a2p-progress-shot img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.a2p-style {
	background: #05090e;
}

.a2p-style-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}

.a2p-style-grid > div {
	min-height: 128px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	border: 1px solid rgba(112, 232, 255, .1);
	background: linear-gradient(180deg, #0b1825, #07101a);
}

.a2p-style-grid span {
	color: #527184;
	font: 900 7px Inter, sans-serif;
}

.a2p-style-grid strong {
	color: #eaf5fb;
	font: 800 10px Inter, sans-serif;
}

.a2p-content {
	background: #07101a;
}

.a2p-content-layout {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	align-items: center;
	gap: 70px;
}

.a2p-content-shot {
	overflow: hidden;
	border: 1px solid var(--line);
	background: #020509;
}

.a2p-content-shot img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.a2p-content-copy h2 {
	font-size: clamp(36px, 4vw, 54px);
}

.a2p-content-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 28px;
}

.a2p-content-cards > div {
	min-height: 114px;
	padding: 18px;
	border: 1px solid rgba(112, 232, 255, .1);
	background: rgba(6, 15, 24, .7);
}

.a2p-content-cards strong {
	display: block;
	margin-bottom: 8px;
	color: #eaf5fb;
	font: 800 10px Inter, sans-serif;
}

.a2p-content-cards span {
	color: #71899b;
	font: 600 8px/1.55 Inter, sans-serif;
}

.a2p-events {
	background: #05090e;
}

.a2p-events-layout {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 50px;
}

.a2p-events-shot {
	overflow: hidden;
	border: 1px solid var(--line);
	background: #020509;
}

.a2p-events-shot img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.a2p-event-names {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.a2p-event-names > div {
	min-height: 80px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 16px;
	border: 1px solid rgba(112, 232, 255, .08);
	background: #08131e;
}

.a2p-event-names span {
	color: var(--cyan);
	font: 900 7px Inter, sans-serif;
}

.a2p-event-names strong {
	color: #dce8f0;
	font: 800 9px Inter, sans-serif;
}

.a2p-more {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #07101a;
}

.a2p-more-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.a2p-more-grid article {
	padding: 24px;
	border: 1px solid rgba(112, 232, 255, .1);
	background: #08131e;
}

.a2p-more-grid span {
	color: var(--cyan);
	font: 900 7px Inter, sans-serif;
}

.a2p-more-grid h3 {
	margin: 16px 0 8px;
	color: #eef8fd;
	font: 800 14px Inter, sans-serif;
}

.a2p-more-grid p {
	margin: 0;
	color: #71899b;
	font: 500 8px/1.6 Inter, sans-serif;
}

.a2p-faq {
	background: #05090e;
}

.a2p-faq-list {
	max-width: 980px;
}

.a2p-faq-item {
	border-bottom: 1px solid rgba(112, 232, 255, .1);
}

.a2p-faq-item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	border: 0;
	background: transparent;
	color: #eaf5fb;
	cursor: pointer;
	font: 800 11px Inter, sans-serif;
	text-align: left;
}

.a2p-faq-item button b {
	color: var(--cyan);
	font-size: 18px;
	font-weight: 400;
	transition: transform .2s ease;
}

.a2p-faq-item.is-open button b {
	transform: rotate(45deg);
}

.a2p-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .28s ease;
}

.a2p-faq-answer p {
	margin: 0;
	padding: 0 0 22px;
	color: #758c9e;
	font: 500 9px/1.7 Inter, sans-serif;
}

.a2p-final {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #020509;
}

.a2p-final-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 5, 9, .96), rgba(2, 5, 9, .65) 52%, rgba(2, 5, 9, .72)),
		url("../img/presentation/hero.jpg") center 55% / cover no-repeat;
}

.a2p-final-inner {
	position: relative;
	z-index: 2;
	padding: 90px 0;
}

.a2p-final h2 {
	max-width: 820px;
	font-size: clamp(44px, 5vw, 74px);
}

.a2p-final p {
	max-width: 620px;
}

@media (max-width: 1100px) {
	.a2p-container {
		width: min(100% - 36px, 1500px);
	}

	.a2p-section {
		padding: 82px 0;
	}

	.a2p-facts,
	.a2p-class-grid,
	.a2p-more-grid {
		grid-template-columns: 1fr 1fr;
	}

	.a2p-feature-row,
	.a2p-feature-row-reverse,
	.a2p-progress-grid,
	.a2p-content-layout,
	.a2p-events-layout {
		grid-template-columns: 1fr;
	}

	.a2p-feature-row-reverse .a2p-shot-wrap,
	.a2p-feature-row-reverse .a2p-feature-copy {
		order: initial;
	}

	.a2p-world-grid {
		grid-template-columns: 1fr;
	}

	.a2p-style-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.a2p-subnav {
		position: relative;
	}

	.a2p-subnav .a2p-container {
		overflow-x: auto;
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.a2p-container {
		width: calc(100% - 22px);
	}

	.a2p-hero,
	.a2p-hero-inner {
		min-height: 650px;
	}

	.a2p-hero-shade {
		background: linear-gradient(180deg, rgba(2, 5, 9, .48), rgba(2, 5, 9, .95) 58%, #020509);
	}

	.a2p-hero h1 {
		font-size: 46px;
	}

	.a2p-actions,
	.a2p-btn {
		width: 100%;
	}

	.a2p-facts,
	.a2p-class-grid,
	.a2p-style-grid,
	.a2p-content-cards,
	.a2p-event-names,
	.a2p-more-grid {
		grid-template-columns: 1fr;
	}

	.a2p-feature-row {
		gap: 34px;
		padding: 50px 0;
	}

	.a2p-count {
		display: none;
	}

	.a2p-big-card,
	.a2p-big-card img {
		height: 390px;
		min-height: 390px;
	}

	.a2p-wide-shot img {
		aspect-ratio: 16 / 9;
	}

	.a2p-final {
		min-height: 500px;
	}
}

.a2p-faq-item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	border: 0;
	background: transparent;
	color: #eaf5fb;
	cursor: pointer;
	font: 800 11px Inter, sans-serif;
	text-align: left;
	transition: color .2s ease;
}

.a2p-faq-item button:hover {
	color: var(--cyan);
}

.a2p-faq-item button b {
	color: var(--cyan);
	font-size: 18px;
	font-weight: 400;
	transition: transform .2s ease;
}

.a2p-faq-item.is-open button b {
	transform: rotate(45deg);
}

.a2p-faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height .3s ease,
		opacity .25s ease;
}

.a2p-faq-item.is-open .a2p-faq-answer {
	opacity: 1;
}

.a2p-faq-answer p {
	margin: 0;
	padding: 0 0 22px;
	color: #758c9e;
	font: 500 9px/1.7 Inter, sans-serif;
}

/* =========================================================
	READ MORE
========================================================= */

.a2p-readmore-btn {
	width: fit-content;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;

	margin-top: 24px;
	padding: 0;

	border: 0;
	background: transparent;

	color: var(--cyan);

	cursor: pointer;

	font: 900 8px Inter, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;

	transition: color .2s ease;
}

.a2p-readmore-btn:hover {
	color: #ffffff;
}

.a2p-readmore-btn b {
	width: 24px;
	height: 24px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(112, 232, 255, .25);

	color: var(--cyan);

	font-size: 15px;
	font-weight: 400;
	line-height: 1;

	transition:
		transform .25s ease,
		border-color .25s ease,
		background .25s ease;
}

.a2p-feature-copy.is-expanded .a2p-readmore-btn b {
	transform: rotate(45deg);

	border-color: rgba(112, 232, 255, .55);
	background: rgba(112, 232, 255, .06);
}

.a2p-readmore-content {
	max-height: 0;

	overflow: hidden;

	opacity: 0;
	transform: translateY(-8px);

	transition:
		max-height .45s ease,
		opacity .3s ease,
		transform .3s ease;
}

.a2p-feature-copy.is-expanded .a2p-readmore-content {
	opacity: 1;
	transform: translateY(0);
}

.a2p-readmore-inner {
	padding-top: 24px;
}

.a2p-readmore-inner p {
	margin: 0 0 14px;

	color: #91a7b8;

	font: 500 11px/1.85 Inter, sans-serif;
}

.a2p-readmore-inner p:last-of-type {
	margin-bottom: 0;
}

