:root {
	--vm-ink: #0a1b2c;
	--vm-navy: #071727;
	--vm-blue: #06759f;
	--vm-blue-bright: #20b9ec;
	--vm-cyan: #82dcf5;
	--vm-slate: #4e6172;
	--vm-line: #dbe6ec;
	--vm-mist: #f1f7fa;
	--vm-white: #ffffff;
}

.vmray-page .container--outer {
	max-width: 1280px;
}

.vmray-page .wrapper {
	display: block;
	padding: 0;
	background: var(--vm-white);
}

.vmray-page .primary {
	float: none;
	width: 100%;
	min-width: 0;
}

.vmray-page .footer {
	margin-top: 0;
}

.vmray-lp {
	width: 100%;
	overflow: hidden;
	color: var(--vm-ink);
	background: var(--vm-white);
}

.vmray-lp *,
.vmray-lp *::before,
.vmray-lp *::after {
	box-sizing: border-box;
}

.vmray-lp h1,
.vmray-lp h2,
.vmray-lp h3,
.vmray-lp p {
	margin-top: 0;
}

.vmray-lp h1,
.vmray-lp h2,
.vmray-lp h3,
.vmray-lp strong {
	letter-spacing: -.025em;
}

.vmray-lp a {
	text-decoration: none;
}

.vmray-lp a:focus-visible {
	outline: 3px solid var(--vm-white);
	outline-offset: 2px;
	box-shadow: 0 0 0 7px var(--vm-ink);
}

.vm-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vm-shell {
	width: min(1120px, calc(100% - 80px));
	margin: 0 auto;
}

.vm-section {
	padding: 104px 0;
}

.vm-kicker,
.vm-eyebrow {
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .18em;
	color: var(--vm-blue);
}

.vm-section h2 {
	margin-bottom: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.24;
	color: var(--vm-ink);
}

.vm-hero {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	color: var(--vm-white);
	background:
		radial-gradient(circle at 75% 42%, rgba(0, 174, 229, .2), transparent 29%),
		linear-gradient(125deg, #061321 0%, #0a2236 60%, #073b56 100%);
}

.vm-hero::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.vm-hero::after {
	position: absolute;
	bottom: -170px;
	left: -100px;
	width: 470px;
	height: 310px;
	content: "";
	background: var(--vm-blue);
	filter: blur(130px);
	opacity: .14;
}

.vm-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 54px;
	align-items: center;
	min-height: 650px;
	padding: 76px 0;
}

.vm-hero__brand {
	display: flex;
	gap: 22px;
	align-items: center;
	margin-bottom: 42px;
}

.vm-hero__brand img {
	width: 86px;
	height: 86px;
	object-fit: contain;
	background: var(--vm-white);
	border-radius: 5px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
}

.vm-hero__brand div {
	display: flex;
	flex-direction: column;
}

.vm-hero__brand span {
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .16em;
	color: #a9c6d4;
	text-transform: uppercase;
}

.vm-hero__brand strong {
	font-size: clamp(54px, 6.5vw, 84px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.055em;
	color: var(--vm-white);
}

.vm-eyebrow {
	color: var(--vm-cyan);
}

.vm-hero h1 {
	margin-bottom: 26px;
	font-size: clamp(38px, 4.6vw, 58px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.055em;
	color: var(--vm-white);
}

.vm-hero h1 em {
	font-style: normal;
	color: var(--vm-blue-bright);
}

.vm-hero__lead {
	max-width: 610px;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 1.9;
	color: #c9d8e0;
}

.vm-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
}

.vm-button {
	display: inline-flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

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

.vm-button--primary {
	color: var(--vm-white) !important;
	background: var(--vm-blue);
}

.vm-button--primary:hover {
	background: #075b88;
}

.vm-button--ghost {
	color: #d7e5eb !important;
	border-color: rgba(255, 255, 255, .24);
}

.vm-button--ghost:hover {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .45);
}

.vm-hero__support {
	margin: 0;
	font-size: 12px;
	color: #9eb6c3;
}

.vm-hero__support span {
	margin-right: 7px;
	color: var(--vm-blue-bright);
}

.vm-hero__visual {
	position: relative;
	min-height: 480px;
}

.vm-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(81, 205, 244, .22);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.vm-orbit::before,
.vm-orbit::after {
	position: absolute;
	width: 7px;
	height: 7px;
	content: "";
	background: var(--vm-blue-bright);
	border-radius: 50%;
	box-shadow: 0 0 18px var(--vm-blue-bright);
}

.vm-orbit--outer {
	width: 430px;
	height: 430px;
}

.vm-orbit--outer::before {
	top: 74px;
	right: 58px;
}

.vm-orbit--outer::after {
	bottom: 68px;
	left: 62px;
}

.vm-orbit--inner {
	width: 280px;
	height: 280px;
	border-style: dashed;
}

.vm-orbit--inner::before {
	top: -4px;
	left: 50%;
}

.vm-orbit--inner::after {
	right: 2px;
	bottom: 47px;
}

.vm-scanline {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 430px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(39, 199, 242, .7), transparent);
	box-shadow: 0 0 14px rgba(39, 199, 242, .45);
	transform: translate(-50%, -50%) rotate(-22deg);
}

.vm-core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	color: var(--vm-blue-bright);
	text-align: center;
	background: rgba(5, 32, 48, .88);
	border: 1px solid rgba(60, 209, 247, .55);
	border-radius: 50%;
	box-shadow: 0 0 65px rgba(0, 174, 229, .22), inset 0 0 35px rgba(0, 174, 229, .1);
	transform: translate(-50%, -50%);
}

.vm-core svg {
	width: 55px;
	height: 55px;
	margin-bottom: 8px;
}

.vm-core strong {
	font-size: 10px;
	line-height: 1.35;
	letter-spacing: .16em;
}

.vm-core__pulse {
	position: absolute;
	inset: -16px;
	border: 1px solid rgba(47, 204, 243, .24);
	border-radius: 50%;
}

.vm-node {
	position: absolute;
	padding: 7px 10px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	color: #9fdae9;
	background: rgba(3, 24, 38, .9);
	border-left: 2px solid var(--vm-blue);
}

.vm-node--one { top: 16%; left: 8%; }
.vm-node--two { top: 28%; right: 0; }
.vm-node--three { right: 5%; bottom: 15%; }

.vm-proof {
	color: var(--vm-white);
	background: #0b2639;
}

.vm-proof__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.vm-proof__item {
	display: flex;
	gap: 16px;
	align-items: center;
	min-height: 98px;
	padding: 20px 38px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.vm-proof__item:first-child {
	padding-left: 0;
}

.vm-proof__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.vm-proof__number {
	font-family: Georgia, serif;
	font-size: 27px;
	font-style: italic;
	color: var(--vm-blue-bright);
}

.vm-proof__item div {
	display: flex;
	flex-direction: column;
}

.vm-proof__item strong {
	font-size: 15px;
}

.vm-proof__item small {
	font-size: 11px;
	color: #8eabb9;
}

.vm-intro {
	background: var(--vm-white);
}

.vm-intro__grid {
	display: grid;
	grid-template-columns: 1fr .82fr;
	gap: 100px;
	align-items: start;
}

.vm-intro__copy {
	padding-top: 33px;
	border-top: 1px solid var(--vm-line);
}

.vm-intro__copy p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.95;
	color: var(--vm-slate);
}

.vm-section-heading {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 70px;
	align-items: end;
	margin-bottom: 54px;
}

.vm-section-heading > p {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.85;
	color: var(--vm-slate);
}

.vm-lineup {
	background: var(--vm-mist);
}

.vm-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.vm-product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 34px 30px 30px;
	background: var(--vm-white);
	border-top: 4px solid #2ab0dc;
	box-shadow: 0 12px 42px rgba(10, 36, 54, .07);
	transition: transform .22s ease, box-shadow .22s ease;
}

.vm-product:hover {
	box-shadow: 0 20px 52px rgba(10, 36, 54, .12);
	transform: translateY(-5px);
}

.vm-product--final {
	border-top-color: #087bad;
}

.vm-product--total {
	border-top-color: #274f89;
}

.vm-product__badge {
	position: absolute;
	top: -14px;
	right: 22px;
	padding: 5px 10px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	color: var(--vm-white);
	background: var(--vm-blue);
}

.vm-product__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	color: #596f7b;
}

.vm-product__topline b {
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	color: #596f7b;
}

.vm-product__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 25px;
	color: var(--vm-blue);
	background: #eaf7fb;
	border-radius: 50%;
}

.vm-product--final .vm-product__icon {
	color: #087bad;
	background: #e9f3f8;
}

.vm-product--total .vm-product__icon {
	color: #274f89;
	background: #edf1f7;
}

.vm-product__icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vm-product h3 {
	margin-bottom: 8px;
	font-size: clamp(21px, 2vw, 26px);
	color: var(--vm-ink);
}

.vm-product h3 span {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	color: #5f7480;
	text-transform: uppercase;
}

.vm-product__tagline {
	min-height: 48px;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #183c51;
}

.vm-product__description {
	margin-bottom: 24px;
	font-size: 13px;
	line-height: 1.8;
	color: var(--vm-slate);
}

.vm-product ul {
	padding: 22px 0;
	margin: auto 0 26px;
	list-style: none;
	border-top: 1px solid var(--vm-line);
	border-bottom: 1px solid var(--vm-line);
}

.vm-product li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.55;
	color: #334e5e;
}

.vm-product li:last-child {
	margin-bottom: 0;
}

.vm-product li::before {
	position: absolute;
	top: .4em;
	left: 1px;
	width: 8px;
	height: 8px;
	content: "";
	border: 2px solid var(--vm-blue);
	border-radius: 50%;
}

.vm-product > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	color: var(--vm-blue);
}

.vm-product > a:hover {
	color: #075d86;
}

.vm-analysis {
	background: var(--vm-white);
}

.vm-analysis__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.vm-analysis-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #f9fcfd;
	border: 1px solid #d5e4ea;
	box-shadow: 0 14px 44px rgba(10, 36, 54, .075);
}

.vm-analysis-card__visual {
	padding: 18px 18px 0;
	margin: 0;
	background: #e8f0f4;
}

.vm-analysis-card__visual img {
	display: block;
	width: 100%;
	height: clamp(260px, 32vw, 380px);
	object-fit: contain;
}

.vm-analysis-card__visual figcaption {
	padding: 10px 0 13px;
	font-size: 9px;
	line-height: 1.5;
	color: #627987;
	text-align: right;
}

.vm-analysis-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px 30px 28px;
}

.vm-analysis-card__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .15em;
	color: #607886;
}

.vm-analysis-card__topline span {
	color: var(--vm-blue);
}

.vm-analysis-card h3 {
	margin-bottom: 7px;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.2;
	color: var(--vm-ink);
}

.vm-analysis-card__subtitle {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
	color: #284d5f;
}

.vm-analysis-card__lead {
	margin-bottom: 24px;
	font-size: 13px;
	line-height: 1.9;
	color: var(--vm-slate);
}

.vm-analysis-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 22px;
	background: var(--vm-white);
	border-top: 1px solid var(--vm-line);
	border-left: 1px solid var(--vm-line);
}

.vm-analysis-card__meta > div {
	min-width: 0;
	padding: 14px 15px;
	border-right: 1px solid var(--vm-line);
	border-bottom: 1px solid var(--vm-line);
}

.vm-analysis-card__meta dt {
	margin-bottom: 6px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em;
	color: #667e8b;
	text-transform: uppercase;
}

.vm-analysis-card__meta dd {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.55;
	color: var(--vm-ink);
}

.vm-analysis-card__meta dd strong {
	display: block;
	font-size: 22px;
	line-height: 1.15;
	color: var(--vm-blue);
}

.vm-analysis-card__meta dd small {
	display: block;
	margin-top: 4px;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.5;
	color: #637985;
}

.vm-analysis-card__verdict {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 4px 9px;
	font-size: 10px;
	line-height: 1;
	color: #96243b;
	background: #fff0f2;
	border: 1px solid #f0c4cc;
	border-radius: 999px;
}

.vm-analysis-card__findings {
	padding: 18px 18px 16px;
	margin-bottom: 22px;
	background: var(--vm-white);
	border-left: 3px solid var(--vm-blue);
}

.vm-analysis-card__findings > strong {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .06em;
	color: var(--vm-ink);
}

.vm-analysis-card__findings ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.vm-analysis-card__findings li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 1.65;
	color: #405b69;
}

.vm-analysis-card__findings li:last-child {
	margin-bottom: 0;
}

.vm-analysis-card__findings li::before {
	position: absolute;
	top: .6em;
	left: 1px;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--vm-blue);
	border-radius: 50%;
}

.vm-analysis-card__hash {
	margin: auto 0 0;
}

.vm-analysis-card__hash span {
	display: block;
	margin-bottom: 6px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em;
	color: #667e8b;
}

.vm-analysis-card__hash code {
	display: block;
	padding: 10px 12px;
	font-size: 9px;
	line-height: 1.55;
	color: #284453;
	overflow-wrap: anywhere;
	word-break: break-word;
	background: #edf4f7;
	border-radius: 2px;
}

.vm-analysis-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	align-items: center;
	justify-content: space-between;
	padding: 19px 30px;
	background: var(--vm-white);
	border-top: 1px solid var(--vm-line);
}

.vm-analysis-card__links a {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--vm-blue);
}

.vm-analysis-card__links a:first-child {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.vm-analysis-card__links a:last-child {
	font-size: 10px;
	font-weight: 600;
	color: #506b79;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vm-analysis-card__links a:hover {
	color: #075d86;
}

.vm-analysis__note {
	padding: 17px 20px;
	margin: 22px 0 0;
	font-size: 10px;
	line-height: 1.75;
	color: #5d7480;
	background: #f3f8fa;
	border-left: 3px solid #9fb6c1;
}

.vm-analysis__note strong {
	color: var(--vm-ink);
}

.vm-analysis__cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 32px;
	align-items: center;
	padding: 26px 28px;
	margin-top: 18px;
	background: #e8f5fa;
	border: 1px solid #c7e2ed;
}

.vm-analysis__cta > div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.vm-analysis__cta strong {
	font-size: 15px;
	line-height: 1.5;
	color: var(--vm-ink);
}

.vm-analysis__cta span {
	font-size: 10px;
	line-height: 1.6;
	color: #5b7380;
}

.vm-compare {
	color: var(--vm-white);
	background: var(--vm-navy);
}

.vm-section-heading--light h2 {
	color: var(--vm-white);
}

.vm-section-heading--light > p {
	color: #9db3bf;
}

.vm-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, .1);
}

.vm-table-wrap:focus-visible {
	outline: 3px solid var(--vm-blue-bright);
	outline-offset: 4px;
}

.vm-table-help {
	display: none;
}

.vm-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: rgba(255, 255, 255, .025);
}

.vm-table th,
.vm-table td {
	padding: 21px 24px;
	font-size: 13px;
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, .08);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.vm-table tr:last-child th,
.vm-table tr:last-child td {
	border-bottom: 0;
}

.vm-table th:last-child,
.vm-table td:last-child {
	border-right: 0;
}

.vm-table thead th {
	font-size: 12px;
	letter-spacing: .03em;
	color: var(--vm-white);
	background: rgba(0, 160, 214, .1);
}

.vm-table thead th:first-child {
	color: #728d9b;
	background: transparent;
}

.vm-table tbody th {
	width: 19%;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #7e9aa8;
}

.vm-table tbody td {
	color: #ccdae1;
}

.vm-operations {
	background: #edf6fa;
}

.vm-operations__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.vm-operations__cards article {
	position: relative;
	padding: 34px 28px 30px;
	overflow: hidden;
	background: var(--vm-white);
	border: 1px solid #d5e5ec;
}

.vm-operations__cards article::after {
	position: absolute;
	top: -48px;
	right: -48px;
	width: 120px;
	height: 120px;
	content: "";
	background: rgba(7, 152, 209, .055);
	border-radius: 50%;
}

.vm-operations__number {
	display: block;
	margin-bottom: 28px;
	font-family: Georgia, serif;
	font-size: 25px;
	font-style: italic;
	color: var(--vm-blue);
}

.vm-operations__label {
	margin-bottom: 7px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .14em;
	color: #596f7b;
}

.vm-operations__cards h3 {
	margin-bottom: 16px;
	font-size: 23px;
	color: var(--vm-ink);
}

.vm-operations__cards h3 + p {
	min-height: 138px;
	margin-bottom: 22px;
	font-size: 12px;
	line-height: 1.85;
	color: var(--vm-slate);
}

.vm-operations__cards ul {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid var(--vm-line);
}

.vm-operations__cards li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 9px;
	font-size: 11px;
	line-height: 1.6;
	color: #385361;
}

.vm-operations__cards li:last-child {
	margin-bottom: 0;
}

.vm-operations__cards li::before {
	position: absolute;
	top: .55em;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--vm-blue);
	border-radius: 50%;
}

.vm-operations__note {
	padding: 18px 22px;
	margin: 22px 0 0;
	font-size: 11px;
	line-height: 1.75;
	color: #5c7380;
	background: rgba(255, 255, 255, .72);
	border-left: 3px solid var(--vm-blue);
}

.vm-operations__note strong {
	color: var(--vm-ink);
}

.vm-technology {
	background: var(--vm-white);
}

.vm-technology__grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: 100px;
}

.vm-technology__heading {
	position: sticky;
	top: 30px;
	align-self: start;
}

.vm-technology__heading > p:last-child {
	margin-top: 28px;
	font-size: 14px;
	line-height: 1.85;
	color: var(--vm-slate);
}

.vm-capabilities article {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 18px;
	padding: 30px 0;
	border-top: 1px solid var(--vm-line);
}

.vm-capabilities article:last-child {
	border-bottom: 1px solid var(--vm-line);
}

.vm-capabilities article > span {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: italic;
	color: var(--vm-blue);
}

.vm-capabilities h3 {
	margin-bottom: 9px;
	font-size: 23px;
	color: var(--vm-ink);
}

.vm-capabilities p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.8;
	color: var(--vm-slate);
}

.vm-deployment {
	background: var(--vm-mist);
}

.vm-deployment__options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 24px;
}

.vm-deployment-card {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 24px;
	padding: 38px;
	background: var(--vm-white);
	border: 1px solid #d8e6ed;
	box-shadow: 0 12px 38px rgba(10, 36, 54, .055);
}

.vm-deployment-card--onprem {
	color: var(--vm-white);
	background: #0b2639;
	border-color: #0b2639;
}

.vm-deployment-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	color: var(--vm-blue);
	background: #e8f7fc;
	border-radius: 50%;
}

.vm-deployment-card--onprem .vm-deployment-card__icon {
	color: var(--vm-blue-bright);
	background: rgba(32, 185, 236, .1);
}

.vm-deployment-card__icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vm-deployment-card__label {
	margin-bottom: 7px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .15em;
	color: var(--vm-blue);
}

.vm-deployment-card--onprem .vm-deployment-card__label {
	color: var(--vm-blue-bright);
}

.vm-deployment-card h3 {
	margin-bottom: 14px;
	font-size: 28px;
	color: var(--vm-ink);
}

.vm-deployment-card--onprem h3 {
	color: var(--vm-white);
}

.vm-deployment-card__body > p:not(.vm-deployment-card__label) {
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.85;
	color: var(--vm-slate);
}

.vm-deployment-card--onprem .vm-deployment-card__body > p:not(.vm-deployment-card__label) {
	color: #a9c0cc;
}

.vm-region-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.vm-region-list span {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 9px 11px;
	font-size: 9px;
	color: #637a87;
	background: #f3f8fa;
	border: 1px solid #dfebf0;
}

.vm-region-list b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 22px;
	font-size: 9px;
	letter-spacing: .05em;
	color: var(--vm-white);
	background: var(--vm-blue);
}

.vm-deployment-card__body > p.vm-cloud-note {
	padding: 11px 13px;
	margin: 12px 0 0;
	font-size: 10px;
	line-height: 1.7;
	color: #496674;
	background: #edf7fa;
	border: 1px solid #cfe5ed;
}

.vm-cloud-note a {
	font-weight: 700;
	color: #087aa9;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vm-onprem-note {
	padding: 11px 13px;
	font-size: 10px;
	color: #c0d4dd;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .1);
}

.vm-onprem-note span {
	margin-right: 7px;
	color: var(--vm-blue-bright);
}

.vm-onprem-support {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 54px;
	padding: 40px;
	background: var(--vm-white);
	border-left: 4px solid var(--vm-blue);
}

.vm-onprem-support__heading h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.45;
	color: var(--vm-ink);
}

.vm-onprem-support__services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.vm-onprem-support__services article {
	min-width: 0;
}

.vm-onprem-support__services article > span {
	display: block;
	margin-bottom: 13px;
	font-family: Georgia, serif;
	font-size: 19px;
	font-style: italic;
	color: var(--vm-blue);
}

.vm-onprem-support__services strong {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	color: var(--vm-ink);
}

.vm-onprem-support__services p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.7;
	color: var(--vm-slate);
}

.vm-support {
	background: var(--vm-white);
}

.vm-support__grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 100px;
}

.vm-steps {
	padding: 0;
	margin: 0;
	list-style: none;
}

.vm-steps li {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 20px;
	padding: 25px 0;
	border-top: 1px solid #cedde4;
}

.vm-steps li:last-child {
	border-bottom: 1px solid #cedde4;
}

.vm-steps li > span {
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
	color: var(--vm-blue);
}

.vm-steps strong {
	display: block;
	margin-bottom: 7px;
	font-size: 17px;
	color: var(--vm-ink);
}

.vm-steps p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.75;
	color: var(--vm-slate);
}

.vm-faq {
	background: var(--vm-mist);
}

.vm-faq__grid {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 90px;
	align-items: start;
}

.vm-faq__heading {
	position: sticky;
	top: 30px;
}

.vm-faq__heading > p:last-child {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.8;
	color: var(--vm-slate);
}

.vm-faq__items {
	border-top: 1px solid #cbdce4;
}

.vm-faq details {
	border-bottom: 1px solid #cbdce4;
}

.vm-faq summary {
	position: relative;
	padding: 24px 52px 24px 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--vm-ink);
	cursor: pointer;
	list-style: none;
}

.vm-faq summary::-webkit-details-marker {
	display: none;
}

.vm-faq summary::before,
.vm-faq summary::after {
	position: absolute;
	top: 34px;
	right: 4px;
	width: 18px;
	height: 2px;
	content: "";
	background: var(--vm-blue);
	transition: transform .2s ease;
}

.vm-faq summary::after {
	transform: rotate(90deg);
}

.vm-faq details[open] summary::after {
	transform: rotate(0deg);
}

.vm-faq summary:focus-visible {
	outline: 2px solid var(--vm-blue);
	outline-offset: 4px;
}

.vm-faq details > div {
	padding: 0 52px 22px 0;
}

.vm-faq details p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.9;
	color: var(--vm-slate);
}

.vm-faq details p a {
	font-weight: 700;
	color: #087aa9;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vm-faq details p + p {
	margin-top: 13px;
}

.vm-source-note {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 26px;
	padding-top: 28px;
	padding-bottom: 28px;
	margin-top: 52px;
	background: rgba(255, 255, 255, .72);
	border-top: 1px solid #d4e2e8;
	border-bottom: 1px solid #d4e2e8;
}

.vm-source-note strong {
	font-size: 12px;
	letter-spacing: .06em;
	color: var(--vm-ink);
}

.vm-source-note p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.8;
	color: #647a86;
}

.vm-source-note a {
	font-weight: 700;
	color: #087aa9;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vm-cta {
	position: relative;
	overflow: hidden;
	color: var(--vm-white);
	background: linear-gradient(120deg, #078bbb, #075b88);
}

.vm-cta::before {
	position: absolute;
	top: -220px;
	right: -100px;
	width: 560px;
	height: 560px;
	content: "";
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 140px rgba(255, 255, 255, .025);
}

.vm-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 70px;
	align-items: center;
	padding-top: 78px;
	padding-bottom: 78px;
}

.vm-cta .vm-kicker {
	color: #aeeaff;
}

.vm-cta h2 {
	margin-bottom: 18px;
	font-size: clamp(30px, 3.5vw, 46px);
	color: var(--vm-white);
}

.vm-cta__inner > div:first-child > p:last-child {
	max-width: 650px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #d7f0f8;
}

.vm-cta__action {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: center;
	min-width: 280px;
}

.vm-button--light {
	width: 100%;
	color: #075b88 !important;
	background: var(--vm-white);
	box-shadow: 0 10px 30px rgba(0, 40, 60, .16);
}

.vm-button--light:hover {
	background: #eafaff;
}

.vm-cta__action small {
	font-size: 11px;
	color: #c4e9f4;
}

@media (max-width: 1000px) {
	.vm-shell {
		width: min(calc(100% - 48px), 920px);
	}

	.vm-hero__grid {
		grid-template-columns: 1.15fr .85fr;
		gap: 20px;
	}

	.vm-orbit--outer,
	.vm-scanline {
		width: 340px;
	}

	.vm-orbit--outer {
		height: 340px;
	}

	.vm-orbit--inner {
		width: 225px;
		height: 225px;
	}

	.vm-products {
		gap: 12px;
	}

	.vm-product {
		padding-right: 23px;
		padding-left: 23px;
	}

	.vm-intro__grid,
	.vm-technology__grid,
	.vm-support__grid {
		gap: 55px;
	}
}

@media (min-width: 767px) and (max-width: 1000px) {
	.vmray-page .menu__btn {
		display: block;
	}

	.vmray-page .menu__list,
	.js .vmray-page .menu__list {
		position: absolute;
		z-index: 3;
		display: block;
		width: 100%;
		visibility: hidden;
		transform: scaleY(0);
		transform-origin: top left;
	}

	.vmray-page .menu__list--active,
	.js .vmray-page .menu__list--active {
		visibility: visible;
		border-top: 1px solid rgba(255, 255, 255, .1);
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		transform: scaleY(1);
	}

	.vmray-page .menu__item {
		border-left: 0;
	}
}

@media (max-width: 800px) {
	.vm-section {
		padding: 78px 0;
	}

	.vm-hero,
	.vm-hero__grid {
		min-height: auto;
	}

	.vm-hero__grid {
		grid-template-columns: 1fr;
		padding: 64px 0 42px;
	}

	.vm-hero__brand {
		margin-bottom: 36px;
	}

	.vm-hero__copy {
		max-width: 650px;
	}

	.vm-hero__visual {
		min-height: 360px;
	}

	.vm-orbit--outer,
	.vm-scanline {
		width: 360px;
	}

	.vm-orbit--outer {
		height: 360px;
	}

	.vm-proof__grid {
		width: 100%;
	}

	.vm-proof__item,
	.vm-proof__item:first-child,
	.vm-proof__item:last-child {
		padding: 20px 22px;
	}

	.vm-intro__grid,
	.vm-section-heading,
	.vm-technology__grid,
	.vm-onprem-support,
	.vm-support__grid,
	.vm-faq__grid,
	.vm-cta__inner {
		grid-template-columns: 1fr;
	}

	.vm-intro__grid,
	.vm-technology__grid,
	.vm-support__grid {
		gap: 38px;
	}

	.vm-section-heading {
		gap: 20px;
		margin-bottom: 42px;
	}

	.vm-section-heading > p {
		max-width: 620px;
	}

	.vm-table-help {
		display: block;
		margin: -20px 0 16px;
		font-size: 12px;
		line-height: 1.6;
		color: #ccdae1;
	}

	.vm-products {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.vm-analysis__grid,
	.vm-analysis__cta {
		grid-template-columns: 1fr;
	}

	.vm-analysis__grid {
		gap: 22px;
	}

	.vm-analysis__cta {
		gap: 20px;
	}

	.vm-analysis__cta .vm-button {
		justify-self: start;
	}

	.vm-operations__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.vm-operations__cards h3 + p {
		min-height: 0;
	}

	.vm-deployment__options {
		grid-template-columns: 1fr;
	}

	.vm-deployment-card {
		padding: 30px;
	}

	.vm-onprem-support {
		gap: 30px;
	}

	.vm-product {
		padding: 32px;
	}

	.vm-product__tagline {
		min-height: 0;
	}

	.vm-technology__heading {
		position: static;
	}

	.vm-faq__grid {
		gap: 36px;
	}

	.vm-faq__heading {
		position: static;
	}

	.vm-cta__inner {
		gap: 36px;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.vm-cta__action {
		align-items: flex-start;
		width: min(100%, 360px);
	}
}

@media (max-width: 560px) {
	.vm-shell {
		width: calc(100% - 36px);
	}

	.vm-section {
		padding: 64px 0;
	}

	.vm-section h2 {
		font-size: 30px;
	}

	.vm-hero__grid {
		padding-top: 46px;
	}

	.vm-hero__brand {
		margin-bottom: 30px;
	}

	.vm-hero__brand {
		gap: 15px;
	}

	.vm-hero__brand img {
		width: 68px;
		height: 68px;
	}

	.vm-hero__brand span {
		font-size: 8px;
		letter-spacing: .1em;
	}

	.vm-hero__brand strong {
		font-size: 52px;
	}

	.vm-hero h1 {
		font-size: 45px;
	}

	.vm-hero__lead {
		font-size: 14px;
	}

	.vm-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vm-button {
		width: 100%;
	}

	.vm-hero__visual {
		min-height: 310px;
		transform: scale(.86);
	}

	.vm-proof__grid {
		grid-template-columns: 1fr;
		padding: 10px 0;
	}

	.vm-proof__item,
	.vm-proof__item:first-child,
	.vm-proof__item:last-child {
		min-height: 78px;
		padding: 14px 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.vm-proof__item:last-child {
		border-bottom: 0;
	}

	.vm-intro__copy {
		padding-top: 24px;
	}

	.vm-product {
		padding: 28px 24px;
	}

	.vm-analysis-card__visual {
		padding: 12px 12px 0;
	}

	.vm-analysis-card__body {
		padding: 26px 22px 24px;
	}

	.vm-analysis-card__meta {
		grid-template-columns: 1fr;
	}

	.vm-analysis-card__links {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 22px;
	}

	.vm-analysis__cta {
		padding: 24px 22px;
	}

	.vm-analysis__cta .vm-button {
		width: 100%;
	}

	.vm-deployment__options,
	.vm-onprem-support__services {
		grid-template-columns: 1fr;
	}

	.vm-deployment-card {
		grid-template-columns: 1fr;
		padding: 28px 24px;
	}

	.vm-region-list {
		grid-template-columns: 1fr;
	}

	.vm-onprem-support {
		padding: 30px 24px;
	}

	.vm-onprem-support__services article {
		display: grid;
		grid-template-columns: 38px 1fr;
		gap: 10px;
		padding-top: 18px;
		border-top: 1px solid var(--vm-line);
	}

	.vm-onprem-support__services article > span {
		margin-bottom: 0;
	}

	.vm-source-note {
		grid-template-columns: 1fr;
		gap: 9px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.vm-product__topline {
		margin-bottom: 24px;
	}

	.vm-table th,
	.vm-table td {
		padding: 17px 18px;
	}

	.vm-capabilities article {
		grid-template-columns: 48px 1fr;
	}

	.vm-steps li {
		grid-template-columns: 44px 1fr;
	}

	.vm-cta__inner {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vm-button,
	.vm-product {
		transition: none;
	}
}
