:root {
  --vv-navy-950: #03111f;
  --vv-navy-900: #061827;
  --vv-navy-850: #0a2032;
  --vv-navy-800: #0c2940;
  --vv-blue-700: #0877a7;
  --vv-cyan-500: #18c7e8;
  --vv-cyan-400: #55dff5;
  --vv-cyan-100: #d9f7fb;
  --vv-ice: #eff8fb;
  --vv-steel-100: #e5edf1;
  --vv-steel-300: #b8c8d1;
  --vv-steel-500: #4f6675;
  --vv-steel-700: #334d5f;
  --vv-white: #ffffff;
  --vv-ink: #07192a;
  --vv-success: #0a8b68;
  --vv-warning: #b97816;
  --vv-max: 1240px;
  --vv-gutter: clamp(20px, 4vw, 56px);
  --vv-section: clamp(72px, 8vw, 128px);
  --vv-radius-sm: 12px;
  --vv-radius: 20px;
  --vv-radius-lg: 32px;
  --vv-shadow: 0 22px 70px rgba(3, 17, 31, .12);
  --vv-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  box-sizing: border-box;
  scroll-padding-top: 118px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html.vv-menu-open,
html.vv-menu-open body {
  overflow: hidden;
}

body.vv-premium-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--vv-white);
  color: var(--vv-ink);
  font-family: var(--vv-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:where(body.vv-premium-site) img {
  display: block;
  max-width: 100%;
}

:where(body.vv-premium-site) a {
  color: inherit;
  text-decoration: none;
}

:where(body.vv-premium-site) button,
:where(body.vv-premium-site) input,
:where(body.vv-premium-site) select,
:where(body.vv-premium-site) textarea {
  font: inherit;
}

:where(body.vv-premium-site) button,
:where(body.vv-premium-site) summary {
  cursor: pointer;
}

:where(body.vv-premium-site) h1,
:where(body.vv-premium-site) h2,
:where(body.vv-premium-site) h3,
:where(body.vv-premium-site) p {
  margin-top: 0;
}

:where(body.vv-premium-site) h1,
:where(body.vv-premium-site) h2,
:where(body.vv-premium-site) h3 {
  color: inherit;
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.08;
}

:where(body.vv-premium-site) h1 {
  font-size: clamp(44px, 6.5vw, 92px);
}

:where(body.vv-premium-site) h2 {
  font-size: clamp(32px, 4.2vw, 58px);
}

:where(body.vv-premium-site) h3 {
  font-size: clamp(20px, 2vw, 27px);
}

body.vv-premium-site :focus-visible {
  outline: 3px solid var(--vv-cyan-500);
  outline-offset: 4px;
}

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

.vv-skip {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 16px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--vv-white);
  color: var(--vv-ink);
  font-weight: 800;
  transition: transform .2s ease;
}

.vv-skip:focus {
  transform: translateY(0);
}

.vv-container {
  width: min(calc(100% - (var(--vv-gutter) * 2)), var(--vv-max));
  margin-inline: auto;
}

.vv-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 199, 232, .28);
  border-radius: 12px;
  background: rgba(24, 199, 232, .08);
  color: var(--vv-cyan-500);
}

.vv-icon svg,
.vv-button svg,
.vv-card__link svg,
.vv-industry-card span svg,
.vv-menu-toggle svg,
.vv-mobile-nav button svg,
.vv-chat svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-eyebrow,
.vv-card__kicker {
  margin-bottom: 18px;
  color: var(--vv-blue-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.vv-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.25;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

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

.vv-button svg {
  width: 18px;
  transition: transform .2s ease;
}

.vv-button:hover svg {
  transform: translateX(3px);
}

.vv-button--primary {
  background: linear-gradient(135deg, var(--vv-cyan-400), var(--vv-cyan-500) 55%, #13a5d8);
  box-shadow: 0 12px 28px rgba(24, 199, 232, .23);
  color: var(--vv-navy-950);
}

.vv-button--secondary {
  border-color: var(--vv-steel-300);
  background: var(--vv-white);
  color: var(--vv-ink);
}

.vv-button--secondary:hover {
  border-color: var(--vv-cyan-500);
  box-shadow: 0 12px 28px rgba(3, 17, 31, .09);
}

.vv-button--ghost,
.vv-button--ghost-light {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
  color: var(--vv-white);
}

.vv-button--ghost:hover,
.vv-button--ghost-light:hover {
  border-color: var(--vv-cyan-400);
  background: rgba(24, 199, 232, .1);
}

.vv-button--light {
  background: var(--vv-white);
  color: var(--vv-navy-950);
}

.vv-button--text {
  min-height: 0;
  justify-content: flex-start;
  padding: 8px 0;
  color: var(--vv-cyan-500);
}

.vv-button--disabled {
  border-color: var(--vv-steel-300);
  background: var(--vv-steel-100);
  color: var(--vv-steel-700);
  cursor: not-allowed;
}

.vv-button--disabled:hover {
  transform: none;
}

.vv-header {
  position: sticky;
  z-index: 9000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(85, 223, 245, .18);
  background: rgba(3, 17, 31, .985);
  color: var(--vv-white);
  transition: box-shadow .25s ease, background .25s ease;
}

.admin-bar .vv-header {
  top: 32px;
}

.vv-header.is-scrolled {
  background: rgba(3, 17, 31, .985);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
}

.vv-header__rail {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: var(--vv-steel-300);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vv-header__rail .vv-container {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.vv-header__rail span:first-child {
  margin-right: auto;
}

.vv-header__rail a:hover {
  color: var(--vv-cyan-400);
}

.vv-header__bar {
  display: grid;
  min-height: 86px;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.vv-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vv-brand img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}

.vv-brand span {
  display: grid;
  gap: 2px;
}

.vv-brand strong {
  font-size: 16px;
  letter-spacing: .02em;
}

.vv-brand small {
  color: var(--vv-steel-300);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.vv-nav {
  display: flex;
  height: 86px;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 28px);
}

.vv-nav > a,
.vv-nav summary {
  position: relative;
  padding: 31px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 730;
  list-style: none;
  white-space: nowrap;
}

.vv-nav summary::-webkit-details-marker {
  display: none;
}

.vv-nav summary::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: '';
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.vv-nav > a::before,
.vv-nav summary::before {
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 2px;
  background: var(--vv-cyan-500);
  content: '';
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.vv-nav > a:hover,
.vv-nav summary:hover,
.vv-mega[open] summary {
  color: var(--vv-white);
}

.vv-nav > a:hover::before,
.vv-nav summary:hover::before,
.vv-mega[open] summary::before {
  transform: scaleX(1);
}

.vv-mega {
  position: static;
}

.vv-mega[open] summary::after {
  transform: translateY(3px) rotate(225deg);
}

.vv-mega__panel {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  display: grid;
  width: min(calc(100vw - 48px), 1120px);
  grid-template-columns: .8fr 2fr;
  gap: 42px;
  padding: 38px;
  border: 1px solid rgba(85, 223, 245, .18);
  border-radius: 0 0 24px 24px;
  background: var(--vv-navy-900);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
  transform: translateX(-50%);
}

.vv-mega--small .vv-mega__panel {
  width: min(calc(100vw - 48px), 820px);
}

.vv-mega__panel > div:first-child > p {
  margin-bottom: 10px;
  color: var(--vv-cyan-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vv-mega__panel h2 {
  max-width: 390px;
  margin-bottom: 18px;
  font-size: 28px;
}

.vv-mega__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vv-mega__links a {
  display: grid;
  gap: 3px;
  padding: 13px 15px;
  border-radius: 10px;
  transition: background .2s ease, transform .2s ease;
}

.vv-mega__links a:hover {
  background: rgba(24, 199, 232, .09);
  transform: translateX(3px);
}

.vv-mega__links span {
  font-size: 13px;
  font-weight: 750;
}

.vv-mega__links small {
  overflow: hidden;
  color: var(--vv-steel-300);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vv-header__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.vv-app-link {
  color: var(--vv-steel-100);
  font-size: 13px;
  font-weight: 750;
}

.vv-app-link:hover {
  color: var(--vv-cyan-400);
}

.vv-header-quote {
  min-height: 44px;
  padding: 10px 16px;
}

.vv-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  background: transparent;
  color: var(--vv-white);
  font-size: 13px;
  font-weight: 800;
}

.vv-mobile-nav {
  position: fixed;
  z-index: 13000;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 26px var(--vv-gutter) 36px;
  background: var(--vv-navy-950);
}

.admin-bar .vv-mobile-nav {
  top: 32px;
}

.vv-mobile-nav[hidden] {
  display: none;
}

.vv-mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: var(--vv-steel-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vv-mobile-nav__head button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: transparent;
  color: var(--vv-white);
}

.vv-mobile-nav nav {
  display: grid;
}

.vv-mobile-nav nav a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: var(--vv-white);
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 720;
  letter-spacing: -.025em;
}

.vv-mobile-nav nav a::after {
  color: var(--vv-cyan-400);
  content: '↗';
  font-size: 18px;
}

.vv-mobile-nav__cta {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.vv-mobile-nav__cta > a:last-child {
  color: var(--vv-steel-300);
  font-size: 14px;
}

.vv-home-hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100svh - 116px));
  align-items: center;
  overflow: hidden;
  background: var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-home-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 17, 31, .98) 0%, rgba(3, 17, 31, .88) 46%, rgba(3, 17, 31, .18) 85%), linear-gradient(0deg, rgba(3, 17, 31, .48), transparent 55%);
  content: '';
}

.vv-home-hero__media,
.vv-home-hero__grid {
  position: absolute;
  inset: 0;
}

.vv-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.8) contrast(1.08);
}

.vv-home-hero__grid {
  z-index: 1;
  opacity: .13;
  background-image: linear-gradient(rgba(85, 223, 245, .36) 1px, transparent 1px), linear-gradient(90deg, rgba(85, 223, 245, .36) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.vv-home-hero__content {
  position: relative;
  z-index: 3;
  padding-block: 110px 130px;
}

.vv-home-hero .vv-eyebrow,
.vv-page-hero .vv-eyebrow,
.vv-section--dark .vv-eyebrow {
  color: var(--vv-cyan-400);
}

.vv-home-hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
}

.vv-home-hero h1 em {
  display: block;
  color: var(--vv-cyan-400);
  font-style: normal;
  font-weight: 620;
}

.vv-home-hero__content > p:not(.vv-eyebrow) {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--vv-steel-100);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.vv-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.vv-hero-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: var(--vv-steel-100);
  font-size: 12px;
  font-weight: 700;
}

.vv-scroll-cue {
  position: absolute;
  z-index: 4;
  right: var(--vv-gutter);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--vv-steel-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: right bottom;
}

.vv-scroll-cue i {
  width: 48px;
  height: 1px;
  background: var(--vv-cyan-500);
}

.vv-proof {
  border-bottom: 1px solid var(--vv-steel-100);
  background: var(--vv-white);
}

.vv-proof .vv-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vv-proof .vv-container > div {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--vv-steel-100);
}

.vv-proof .vv-container > div:first-child {
  border-left: 1px solid var(--vv-steel-100);
}

.vv-proof span {
  display: grid;
  gap: 3px;
}

.vv-proof strong {
  font-size: 14px;
}

.vv-proof small {
  color: var(--vv-steel-500);
  font-size: 12px;
}

.vv-section {
  position: relative;
  padding-block: var(--vv-section);
}

.vv-section--tint {
  background: var(--vv-ice);
}

.vv-section--dark {
  overflow: hidden;
  background: var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-section--dark::before {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(85, 223, 245, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(85, 223, 245, .025), 0 0 0 140px rgba(85, 223, 245, .018);
  content: '';
}

.vv-section-heading {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.vv-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.vv-section-heading h2 {
  margin-bottom: 20px;
}

.vv-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--vv-steel-500);
  font-size: clamp(17px, 1.7vw, 20px);
}

.vv-section--dark .vv-section-heading > p:last-child {
  color: var(--vv-steel-300);
}

.vv-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

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

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

.vv-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vv-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius);
  background: var(--vv-white);
  box-shadow: 0 1px 0 rgba(3, 17, 31, .03);
}

.vv-service-card {
  min-height: 340px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.vv-service-card:hover {
  z-index: 2;
  border-color: rgba(24, 199, 232, .55);
  box-shadow: var(--vv-shadow);
  transform: translateY(-7px);
}

.vv-card__icon {
  margin-bottom: 28px;
}

.vv-card__kicker {
  margin-bottom: 10px;
}

.vv-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.vv-card h3 a::after,
.vv-industry-card h3 a::after,
.vv-case-card h3 a::after,
.vv-feature-article h2 a::after {
  position: absolute;
  inset: 0;
  content: '';
}

.vv-card > p:not(.vv-card__kicker) {
  margin-bottom: 24px;
  color: var(--vv-steel-500);
  font-size: 14px;
}

.vv-card__link,
.vv-industry-card span,
.vv-case-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vv-blue-700);
  font-size: 13px;
  font-weight: 820;
}

.vv-card__link svg {
  transition: transform .2s ease;
}

.vv-card__link:hover svg {
  transform: translateX(4px);
}

.vv-section--dark .vv-card {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
}

.vv-section--dark .vv-card__kicker {
  color: var(--vv-cyan-400);
}

.vv-section--dark .vv-card > p:not(.vv-card__kicker) {
  color: var(--vv-steel-300);
}

.vv-section--dark .vv-card__link {
  color: var(--vv-cyan-400);
}

.vv-section-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.vv-industries-grid {
  grid-auto-rows: 390px;
}

.vv-industry-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--vv-radius);
  background: var(--vv-navy-900);
  color: var(--vv-white);
}

.vv-industry-card img,
.vv-industry-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vv-industry-card img {
  object-fit: cover;
  transition: transform .5s ease;
}

.vv-industry-card:hover img {
  transform: scale(1.045);
}

.vv-industry-card__veil {
  background: linear-gradient(0deg, rgba(3, 17, 31, .97), rgba(3, 17, 31, .12) 72%);
}

.vv-industry-card > div:last-child {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.vv-industry-card p {
  margin-bottom: 10px;
  color: var(--vv-cyan-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vv-industry-card h3 {
  position: relative;
  margin-bottom: 14px;
  font-size: 30px;
}

.vv-industry-card span {
  color: var(--vv-white);
}

.vv-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vv-process::before {
  position: absolute;
  top: 23px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(85, 223, 245, .25);
  content: '';
}

.vv-process li {
  position: relative;
  padding: 0 20px;
  text-align: center;
}

.vv-process li > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--vv-cyan-500);
  border-radius: 50%;
  background: var(--vv-navy-950);
  color: var(--vv-cyan-400);
  font-size: 11px;
  font-weight: 800;
}

.vv-process h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.vv-process p {
  margin-bottom: 0;
  color: var(--vv-steel-300);
  font-size: 13px;
}

.vv-split,
.vv-intro-grid,
.vv-double-list,
.vv-story,
.vv-app-layout,
.vv-contact-layout,
.vv-reasons,
.vv-careers,
.vv-team-model {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 100px);
  align-items: start;
}

.vv-lede {
  color: var(--vv-steel-500);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.vv-material-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--vv-steel-300);
}

.vv-material-list article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-material-list h3 {
  margin: 0;
  color: var(--vv-blue-700);
  font-size: 16px;
}

.vv-material-list p {
  margin: 0;
  color: var(--vv-steel-500);
  font-size: 14px;
}

.vv-case-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vv-case-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--vv-radius);
  background: rgba(255, 255, 255, .045);
}

.vv-section:not(.vv-section--dark) .vv-case-card {
  border-color: var(--vv-steel-100);
  background: var(--vv-white);
  box-shadow: var(--vv-shadow);
}

.vv-case-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.vv-case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.vv-case-card:hover img {
  transform: scale(1.04);
}

.vv-case-card > div {
  padding: 30px;
}

.vv-case-card h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: clamp(24px, 3vw, 34px);
}

.vv-case-card p:not(.vv-card__kicker) {
  color: var(--vv-steel-300);
}

.vv-section:not(.vv-section--dark) .vv-case-card p:not(.vv-card__kicker) {
  color: var(--vv-steel-500);
}

.vv-case-card .vv-card__link {
  color: var(--vv-cyan-400);
}

.vv-section:not(.vv-section--dark) .vv-case-card .vv-card__link {
  color: var(--vv-blue-700);
}

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

.vv-reasons__grid article {
  padding: 26px;
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius);
  background: var(--vv-ice);
}

.vv-reasons__grid h3 {
  margin: 22px 0 10px;
  font-size: 21px;
}

.vv-reasons__grid p {
  margin: 0;
  color: var(--vv-steel-500);
  font-size: 14px;
}

.vv-page-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 62vw, 680px);
  align-items: end;
  overflow: hidden;
  background: var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-page-hero__image,
.vv-page-hero__veil {
  position: absolute;
  inset: 0;
}

.vv-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vv-page-hero__veil {
  background: linear-gradient(90deg, rgba(3, 17, 31, .99) 0%, rgba(3, 17, 31, .9) 52%, rgba(3, 17, 31, .34) 100%), linear-gradient(0deg, rgba(3, 17, 31, .82), transparent 58%);
}

.vv-page-hero__inner {
  position: relative;
  z-index: 2;
  padding-block: clamp(80px, 10vw, 130px) clamp(64px, 8vw, 102px);
}

.vv-page-hero h1 {
  max-width: 1020px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6vw, 82px);
}

.vv-page-hero__copy {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--vv-steel-100);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.vv-breadcrumbs {
  margin-bottom: 48px;
}

.vv-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--vv-steel-300);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .05em;
  list-style: none;
  text-transform: uppercase;
}

.vv-breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: var(--vv-cyan-500);
  content: '/';
}

.vv-breadcrumbs a:hover {
  color: var(--vv-cyan-400);
}

.vv-numbered-list {
  border-top: 1px solid var(--vv-steel-300);
}

.vv-numbered-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-numbered-list span,
.vv-feature-card > span,
.vv-principle > span,
.vv-case-detail article > span,
.vv-solution-list article > span,
.vv-policy article section > span {
  color: var(--vv-blue-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.vv-numbered-list p {
  margin: 0;
  font-size: 17px;
  font-weight: 680;
}

.vv-feature-card,
.vv-principle {
  padding: 28px;
  border: 1px solid rgba(7, 25, 42, .09);
  border-radius: var(--vv-radius);
  background: var(--vv-white);
}

.vv-feature-card .vv-icon {
  margin: 24px 0 38px;
}

.vv-feature-card h3,
.vv-principle h3 {
  margin-bottom: 0;
  font-size: 21px;
}

.vv-principle {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
}

.vv-principle h3 {
  margin: 40px 0 12px;
}

.vv-principle p {
  margin: 0;
  color: var(--vv-steel-300);
  font-size: 14px;
}

.vv-section--dark .vv-principle > span {
  color: var(--vv-cyan-400);
}

.vv-check-panel,
.vv-scope-note,
.vv-empty-state {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(24, 199, 232, .28);
  border-radius: var(--vv-radius-lg);
  background: linear-gradient(145deg, var(--vv-white), var(--vv-cyan-100));
  box-shadow: var(--vv-shadow);
}

.vv-check-panel h2,
.vv-check-panel h3,
.vv-scope-note h3,
.vv-empty-state h2 {
  margin-bottom: 20px;
}

.vv-check-panel ul,
.vv-double-list ul {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.vv-check-panel li,
.vv-double-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(51, 77, 95, .16);
}

.vv-check-panel li .vv-icon,
.vv-double-list li .vv-icon {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
}

.vv-check-panel li .vv-icon svg,
.vv-double-list li .vv-icon svg {
  width: 17px;
}

.vv-double-list > div > h2 {
  margin-bottom: 26px;
}

.vv-compact-process {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--vv-steel-300);
  list-style: none;
}

.vv-compact-process li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-compact-process span {
  color: var(--vv-blue-700);
  font-size: 11px;
  font-weight: 850;
}

.vv-compact-process p {
  margin: 0;
}

.vv-scope-note .vv-icon {
  margin-bottom: 24px;
}

.vv-scope-note p {
  margin: 0;
  color: var(--vv-steel-700);
}

.vv-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius-lg);
  background: var(--vv-ice);
}

.vv-cta-panel h2 {
  max-width: 720px;
  margin-bottom: 15px;
}

.vv-cta-panel p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--vv-steel-500);
}

.vv-case-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vv-case-detail article {
  padding: 32px;
  border-top: 3px solid var(--vv-cyan-500);
  background: var(--vv-ice);
}

.vv-case-detail article .vv-eyebrow {
  margin: 36px 0 10px;
}

.vv-case-detail h2 {
  margin-bottom: 18px;
  font-size: 27px;
}

.vv-case-detail p:last-child {
  margin: 0;
  color: var(--vv-steel-500);
}

.vv-story__visual {
  position: relative;
}

.vv-story__visual img {
  width: 100%;
  min-height: 520px;
  border-radius: var(--vv-radius-lg);
  object-fit: cover;
}

.vv-story__visual > div {
  position: absolute;
  right: -20px;
  bottom: 28px;
  display: grid;
  min-width: 240px;
  gap: 3px;
  padding: 22px;
  border: 1px solid var(--vv-cyan-400);
  border-radius: var(--vv-radius);
  background: var(--vv-navy-950);
  color: var(--vv-white);
  box-shadow: var(--vv-shadow);
}

.vv-story__visual span {
  color: var(--vv-steel-300);
  font-size: 13px;
}

.vv-team-model {
  grid-template-columns: .72fr 1.28fr;
}

.vv-team-disciplines {
  display: grid;
  gap: 12px;
}

.vv-team-disciplines article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--vv-steel-100);
  border-radius: 16px;
  background: var(--vv-white);
  box-shadow: 0 12px 35px rgba(3, 17, 31, .06);
}

.vv-team-disciplines article > span {
  color: var(--vv-cyan-500);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.vv-team-disciplines h3 {
  margin-bottom: 7px;
  color: var(--vv-ink);
  font-size: 22px;
}

.vv-team-disciplines p {
  margin: 0;
  color: var(--vv-steel-700);
  font-size: 14px;
}

.vv-team-verification {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #aadfea;
  border-radius: var(--vv-radius-lg);
  background: linear-gradient(135deg, #effbfe, #f8fbfc);
}

.vv-team-verification .vv-icon {
  width: 64px;
  height: 64px;
  color: var(--vv-blue-700);
}

.vv-team-verification h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--vv-ink);
  font-size: clamp(28px, 3.5vw, 42px);
}

.vv-team-verification p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--vv-steel-700);
}

.vv-team-profile {
  overflow: hidden;
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius);
  background: var(--vv-white);
  box-shadow: var(--vv-shadow);
}

.vv-team-profile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vv-team-profile > div {
  display: grid;
  gap: 7px;
  padding: 24px;
}

.vv-team-profile p,
.vv-team-profile span {
  margin: 0;
  color: var(--vv-steel-500);
  font-size: 13px;
}

.vv-careers {
  grid-template-columns: 1.35fr .65fr;
}

.vv-empty-state {
  position: sticky;
  top: 150px;
}

.vv-empty-state > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--vv-blue-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vv-empty-state p {
  color: var(--vv-steel-500);
}

.vv-empty-state--wide {
  position: static;
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.vv-empty-state--wide .vv-actions {
  justify-content: center;
}

.vv-contact-layout {
  grid-template-columns: .65fr 1.35fr;
}

.vv-contact-layout aside {
  position: sticky;
  top: 150px;
}

.vv-contact-layout aside > p:not(.vv-eyebrow) {
  color: var(--vv-steel-500);
}

.vv-contact-layout dl {
  display: grid;
  gap: 0;
  margin: 36px 0;
  border-top: 1px solid var(--vv-steel-300);
}

.vv-contact-layout dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-contact-layout dt {
  color: var(--vv-steel-500);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.vv-contact-layout dd {
  margin: 0;
  font-size: 14px;
  font-weight: 680;
}

.vv-contact-layout dd a:hover {
  color: var(--vv-blue-700);
}

.vv-response-note {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: var(--vv-radius-sm);
  background: var(--vv-ice);
}

.vv-response-note span {
  display: block;
  margin-top: 3px;
  color: var(--vv-steel-500);
  font-size: 12px;
}

.vv-form-panel {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius-lg);
  background: var(--vv-white);
  box-shadow: var(--vv-shadow);
}

.vv-form-panel > h2 {
  margin-bottom: 12px;
}

.vv-form-panel > p:not(.vv-eyebrow) {
  color: var(--vv-steel-500);
}

.vv-form-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 10px;
  padding: 0;
  list-style: none;
}

.vv-form-progress li {
  display: grid;
  gap: 7px;
  padding-top: 10px;
  border-top: 3px solid var(--vv-steel-100);
  color: var(--vv-steel-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vv-form-progress li span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--vv-steel-100);
  color: var(--vv-steel-700);
  font-size: 11px;
}

.vv-form-progress li.is-active,
.vv-form-progress li.is-complete {
  border-color: var(--vv-cyan-500);
  color: var(--vv-blue-700);
}

.vv-form-progress li.is-active span,
.vv-form-progress li.is-complete span {
  background: var(--vv-navy-900);
  color: var(--vv-white);
}

.vv-form-step {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 18px 0 0;
  border: 0;
}

.vv-form-step.is-active {
  display: block;
}

.vv-form-step > legend {
  display: grid;
  width: 100%;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  margin: 0;
  padding: 24px 0 4px;
}

.vv-form-step > legend > span {
  grid-row: 1 / 3;
  color: var(--vv-cyan-500);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
}

.vv-form-step > legend strong {
  color: var(--vv-ink);
  font-size: 23px;
  letter-spacing: -.025em;
}

.vv-form-step > legend small {
  color: var(--vv-steel-500);
  font-size: 12px;
}

.vv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.vv-form-grid label:not(.vv-form-consent) {
  display: grid;
  gap: 8px;
}

.vv-form-grid label > span {
  font-size: 12px;
  font-weight: 780;
}

.vv-form-grid input,
.vv-form-grid select,
.vv-form-grid textarea {
  width: 100%;
  min-height: 51px;
  padding: 13px 14px;
  border: 1px solid var(--vv-steel-300);
  border-radius: 10px;
  background: var(--vv-white);
  color: var(--vv-ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vv-form-grid textarea {
  min-height: 150px;
  resize: vertical;
}

.vv-form-grid input:focus,
.vv-form-grid select:focus,
.vv-form-grid textarea:focus {
  border-color: var(--vv-cyan-500);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(24, 199, 232, .12);
}

.vv-form-grid label small {
  color: var(--vv-steel-500);
  font-size: 11px;
}

.vv-form-option {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--vv-steel-100);
  border-radius: 12px;
  background: #f8fbfc;
}

.vv-form-option input {
  width: 19px;
  min-height: 19px;
  margin-top: 2px;
}

.vv-form-option > span {
  display: grid;
  gap: 3px;
  color: var(--vv-ink);
  font-size: 13px !important;
}

.vv-form-full {
  grid-column: 1 / -1;
}

.vv-file-field {
  position: relative;
  grid-template-columns: auto 1fr !important;
  gap: 14px !important;
  align-items: center;
  padding: 18px;
  border: 1px dashed var(--vv-blue-700);
  border-radius: 12px;
  background: var(--vv-ice);
}

.vv-file-field > span {
  display: grid;
  gap: 2px;
}

.vv-file-field input {
  grid-column: 1 / -1;
  padding: 9px;
  background: var(--vv-white);
}

.vv-form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.vv-form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.vv-form-consent span {
  color: var(--vv-steel-700);
  font-size: 12px !important;
  font-weight: 520 !important;
}

.vv-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
}

.vv-form-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}

.vv-form-nav > span {
  margin-right: auto;
  color: var(--vv-steel-500);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.vv-form-review {
  padding: 22px;
  border: 1px solid var(--vv-steel-100);
  border-radius: 14px;
  background: #f8fbfc;
}

.vv-form-review dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 12px 0 20px;
}

.vv-form-review dl > div {
  display: grid;
  gap: 2px;
  padding: 9px 0;
  border-bottom: 1px solid var(--vv-steel-100);
}

.vv-form-review dt {
  color: var(--vv-steel-500);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vv-form-review dd {
  margin: 0;
  color: var(--vv-ink);
  font-size: 13px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.vv-form-review > div > p {
  margin: 6px 0 0;
  color: var(--vv-steel-700);
  font-size: 13px;
  white-space: pre-wrap;
}

.vv-enquiry-form button[disabled] {
  cursor: wait;
  opacity: .72;
}

.vv-form-footer p {
  display: flex;
  max-width: 440px;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  color: var(--vv-steel-500);
  font-size: 11px;
}

.vv-form-footer .vv-icon {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
}

.vv-form-status {
  min-height: 24px;
  margin-top: 14px;
  color: var(--vv-blue-700);
  font-size: 12px;
  font-weight: 700;
}

.vv-form-alert {
  display: grid;
  gap: 5px;
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(168, 70, 44, .25);
  border-radius: 12px;
  background: #fff5f1;
  color: #74301f;
}

.vv-form-alert strong {
  color: #5d2114;
}

.vv-form-alert span {
  font-size: 13px;
  line-height: 1.55;
}

.vv-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.vv-success {
  padding: 34px;
  border-radius: var(--vv-radius);
  background: var(--vv-ice);
  text-align: center;
}

.vv-success > span {
  display: inline-grid;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(10, 139, 104, .12);
  color: var(--vv-success);
}

.vv-success .vv-icon {
  border: 0;
  background: transparent;
  color: inherit;
}

.vv-success > strong {
  display: block;
  margin: 20px 0;
  color: var(--vv-success);
}

.vv-success__reference {
  display: grid;
  gap: 5px;
  margin: 24px auto;
  padding: 18px;
  border: 1px solid rgba(10, 139, 104, .24);
  border-radius: 14px;
  background: var(--vv-white);
}

.vv-success__reference small {
  color: var(--vv-steel-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vv-success__reference strong {
  color: var(--vv-success);
  font-size: clamp(20px, 3vw, 28px);
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}

.vv-success__notice {
  margin: 18px 0;
  padding: 13px 15px;
  border-radius: 10px;
  background: #fff5e8;
  color: #71430a;
  font-size: 12px;
  text-align: left;
}

.vv-success__notice--sent {
  background: #eaf9f3;
  color: #075f49;
}

.vv-next-steps {
  margin-top: 24px;
  text-align: left;
}

.vv-next-steps h3 {
  font-size: 19px;
}

.vv-next-steps ol {
  margin: 0;
  padding-left: 22px;
  color: var(--vv-steel-700);
  font-size: 13px;
}

.vv-success .vv-actions {
  justify-content: center;
  margin-top: 28px;
}

.vv-app-layout {
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
}

.vv-domain-proof {
  margin-top: 18px;
  color: var(--vv-steel-500);
  font-size: 12px;
}

.vv-app-warning {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(185, 120, 22, .3);
  border-radius: 12px;
  background: rgba(185, 120, 22, .07);
}

.vv-app-warning .vv-icon {
  color: var(--vv-warning);
}

.vv-app-warning p {
  margin: 0;
  color: var(--vv-steel-700);
  font-size: 13px;
}

.vv-solution-list {
  display: grid;
}

.vv-solution-list > article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  padding: 50px 0;
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-solution-list > article:first-child {
  border-top: 1px solid var(--vv-steel-300);
}

.vv-solution-list h2 {
  margin-bottom: 16px;
}

.vv-solution-list article p:not(.vv-eyebrow) {
  max-width: 760px;
  color: var(--vv-steel-500);
  font-size: 18px;
}

.vv-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.vv-chip-list a {
  padding: 8px 11px;
  border: 1px solid var(--vv-steel-300);
  border-radius: 999px;
  color: var(--vv-steel-700);
  font-size: 12px;
  font-weight: 700;
}

.vv-chip-list a:hover {
  border-color: var(--vv-cyan-500);
  background: var(--vv-cyan-100);
}

.vv-feature-article {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--vv-steel-100);
  border-radius: var(--vv-radius-lg);
  box-shadow: var(--vv-shadow);
}

.vv-feature-article img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.vv-feature-article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.vv-feature-article h2 {
  position: relative;
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 50px);
}

.vv-feature-article > div > p:not(.vv-eyebrow) {
  color: var(--vv-steel-500);
}

.vv-empty-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: 12px;
  background: var(--vv-ice);
  color: var(--vv-steel-500);
  font-size: 13px;
}

.vv-empty-strip strong {
  color: var(--vv-ink);
}

.vv-article {
  display: grid;
  width: min(calc(100% - (var(--vv-gutter) * 2)), 1040px);
  grid-template-columns: 230px 1fr;
  gap: 70px;
  margin-inline: auto;
  padding-block: var(--vv-section);
}

.vv-article__rail {
  position: sticky;
  top: 150px;
  display: grid;
  align-self: start;
  border-top: 1px solid var(--vv-steel-300);
}

.vv-article__rail span,
.vv-article__rail a {
  padding: 13px 0;
  border-bottom: 1px solid var(--vv-steel-300);
  font-size: 12px;
}

.vv-article__rail span {
  color: var(--vv-blue-700);
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vv-article__rail a:hover {
  color: var(--vv-blue-700);
}

.vv-article__body {
  max-width: 720px;
}

.vv-article__lead {
  color: var(--vv-steel-700);
  font-size: clamp(20px, 2.5vw, 27px);
  line-height: 1.6;
}

.vv-article__body h2 {
  margin: 56px 0 18px;
  font-size: clamp(30px, 4vw, 44px);
  scroll-margin-top: 150px;
}

.vv-article__body p:not(.vv-article__lead) {
  color: var(--vv-steel-700);
  font-size: 17px;
}

.vv-article__body .vv-button {
  margin-top: 28px;
}

.vv-faq-list {
  max-width: 920px;
}

.vv-faq-list details {
  border-bottom: 1px solid var(--vv-steel-300);
}

.vv-faq-list details:first-child {
  border-top: 1px solid var(--vv-steel-300);
}

.vv-faq-list summary {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 26px 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 720;
  letter-spacing: -.02em;
  list-style: none;
}

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

.vv-faq-list summary::after {
  color: var(--vv-blue-700);
  content: '+';
  font-size: 28px;
  font-weight: 400;
}

.vv-faq-list details[open] summary::after {
  content: '−';
}

.vv-faq-list summary span {
  color: var(--vv-blue-700);
  font-size: 12px;
  letter-spacing: .12em;
}

.vv-faq-list details p {
  max-width: 760px;
  margin: 0 0 28px 74px;
  color: var(--vv-steel-500);
}

.vv-policy {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
}

.vv-policy > aside {
  position: sticky;
  top: 150px;
  align-self: start;
}

.vv-policy > aside > p {
  color: var(--vv-blue-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vv-policy aside nav {
  display: grid;
  margin-bottom: 30px;
  border-top: 1px solid var(--vv-steel-300);
}

.vv-policy aside nav a {
  padding: 9px 0;
  border-bottom: 1px solid var(--vv-steel-300);
  color: var(--vv-steel-700);
  font-size: 13px;
}

.vv-policy aside nav a:hover {
  color: var(--vv-blue-700);
}

.vv-policy aside > div {
  display: grid;
  gap: 3px;
  padding: 18px;
  border-radius: 12px;
  background: var(--vv-ice);
  font-size: 13px;
}

.vv-policy aside > div strong {
  margin-bottom: 6px;
}

.vv-policy aside > div span {
  color: var(--vv-steel-700);
}

.vv-policy aside > div a {
  color: var(--vv-blue-700);
}

.vv-policy article {
  position: relative;
  min-width: 0;
}

.vv-policy article > *:not(.vv-policy-watermark) {
  position: relative;
  z-index: 1;
}

.vv-policy-watermark {
  position: absolute;
  z-index: 0;
  top: 250px;
  right: 4%;
  width: min(72%, 560px);
  opacity: .045;
  filter: grayscale(1);
  pointer-events: none;
  user-select: none;
}

.vv-policy article > .vv-article__lead {
  margin-bottom: 54px;
}

.vv-policy article section {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 36px 0;
  border-top: 1px solid var(--vv-steel-300);
  scroll-margin-top: 150px;
}

.vv-policy article section h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3.5vw, 42px);
}

.vv-policy article section p {
  margin: 0;
  color: var(--vv-steel-700);
  font-size: 16px;
  line-height: 1.75;
}

.vv-policy article,
.vv-policy aside,
.vv-article__body {
  color: var(--vv-ink);
}

.vv-narrow {
  max-width: 820px;
}

.vv-not-found {
  display: grid;
  min-height: 78svh;
  align-items: center;
  background: radial-gradient(circle at 80% 20%, rgba(24, 199, 232, .18), transparent 34%), var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-not-found .vv-container {
  padding-block: 100px;
}

.vv-not-found .vv-container > span {
  display: block;
  color: rgba(85, 223, 245, .38);
  font-size: clamp(110px, 24vw, 300px);
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: .7;
}

.vv-not-found h1 {
  max-width: 940px;
  margin: 28px 0;
  font-size: clamp(42px, 6vw, 76px);
}

.vv-not-found p:not(.vv-eyebrow) {
  max-width: 650px;
  color: var(--vv-steel-300);
  font-size: 18px;
}

.vv-footer {
  background: var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(110deg, var(--vv-blue-700), #0a9cc4 60%, var(--vv-cyan-500));
}

.vv-footer-cta .vv-container {
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 48px;
}

.vv-footer-cta .vv-eyebrow {
  color: var(--vv-navy-950);
}

.vv-footer-cta h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
}

.vv-footer-cta p:not(.vv-eyebrow) {
  max-width: 690px;
  margin: 0;
  color: var(--vv-navy-950);
  font-weight: 620;
}

.vv-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr .9fr .9fr .9fr 1.25fr;
  gap: clamp(28px, 3.6vw, 58px);
  padding-block: 74px 60px;
}

.vv-footer__brand {
  display: grid;
  align-content: start;
  justify-items: start;
}

.vv-footer__brand img {
  width: 168px;
  height: 168px;
  margin-bottom: 24px;
  border: 1px solid rgba(85, 223, 245, .26);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  object-fit: cover;
}

.vv-footer__brand p {
  max-width: 390px;
  color: var(--vv-steel-300);
  font-size: 13px;
}

.vv-footer__contact {
  display: grid;
  gap: 4px;
}

.vv-footer__contact a,
.vv-footer__contact span {
  margin-top: 6px;
  color: var(--vv-steel-100);
  font-size: 13px;
}

.vv-footer__contact a:hover {
  color: var(--vv-cyan-400);
}

.vv-footer__grid h2 {
  margin: 0 0 18px;
  color: var(--vv-cyan-400);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vv-footer__grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vv-footer__grid li a {
  color: var(--vv-steel-300);
  font-size: 13px;
}

.vv-footer__grid li a:hover {
  color: var(--vv-white);
}

.vv-footer__app {
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(85, 223, 245, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24, 199, 232, .12), rgba(255, 255, 255, .035));
}

.vv-footer__app h2 {
  margin-bottom: 10px;
  color: var(--vv-white);
  font-size: 22px;
  letter-spacing: -.025em;
  text-transform: none;
}

.vv-footer__app > p:not(.vv-footer__status) {
  color: var(--vv-steel-300);
  font-size: 13px;
}

.vv-footer__app .vv-button {
  width: 100%;
  margin: 6px 0 14px;
}

.vv-footer__app > small {
  display: block;
  color: var(--vv-steel-300);
  font-size: 11px;
  line-height: 1.5;
}

.vv-footer__status {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--vv-cyan-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vv-footer__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vv-cyan-400);
  box-shadow: 0 0 0 5px rgba(85, 223, 245, .12);
}

.vv-footer__bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: var(--vv-steel-300);
  font-size: 12px;
  padding-right: 220px;
}

.vv-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.vv-footer__bottom a:hover {
  color: var(--vv-cyan-400);
}

.vv-chat {
  position: fixed;
  z-index: 12000;
  right: 22px;
  bottom: 22px;
  color: var(--vv-ink);
}

.vv-chat-launch {
  display: flex;
  min-width: 188px;
  align-items: center;
  gap: 11px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--vv-cyan-400), #0ba9e7);
  box-shadow: 0 18px 44px rgba(3, 17, 31, .25);
  color: var(--vv-navy-950);
}

.vv-chat-launch[aria-expanded="true"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.vv-chat-launch__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: var(--vv-navy-950);
  color: var(--vv-cyan-400);
}

.vv-chat-launch span:last-child {
  display: grid;
  text-align: left;
}

.vv-chat-launch strong {
  font-size: 13px;
}

.vv-chat-launch small {
  font-size: 9px;
  font-weight: 670;
}

.vv-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  display: grid;
  width: min(390px, calc(100vw - 32px));
  max-height: min(650px, calc(100svh - 130px));
  grid-template-rows: auto auto minmax(130px, 1fr) auto auto auto;
  overflow: hidden;
  border: 1px solid rgba(24, 199, 232, .32);
  border-radius: 20px;
  background: var(--vv-white);
  box-shadow: 0 28px 80px rgba(3, 17, 31, .32);
}

.vv-chat-panel[hidden] {
  display: none;
}

.vv-chat-panel > header {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  background: var(--vv-navy-950);
  color: var(--vv-white);
}

.vv-chat-panel > header > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.vv-chat-panel > header > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: var(--vv-cyan-500);
  color: var(--vv-navy-950);
  font-size: 12px;
  font-weight: 900;
}

.vv-chat-panel header p {
  display: grid;
  margin: 0;
}

.vv-chat-panel header strong {
  font-size: 13px;
}

.vv-chat-panel header small {
  color: var(--vv-steel-300);
  font-size: 10px;
}

.vv-chat-panel header button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, .08);
  color: var(--vv-white);
}

.vv-chat-context {
  padding: 8px 14px;
  border-bottom: 1px solid var(--vv-steel-100);
  background: var(--vv-ice);
  color: var(--vv-steel-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vv-chat-log {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 16px;
}

.vv-chat-message {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.vv-chat-message > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--vv-navy-950);
  color: var(--vv-cyan-400);
  font-size: 8px;
  font-weight: 850;
}

.vv-chat-message > div {
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 4px 13px 13px;
  background: var(--vv-ice);
}

.vv-chat-message--user {
  flex-direction: row-reverse;
}

.vv-chat-message--user > span {
  background: var(--vv-cyan-500);
  color: var(--vv-navy-950);
}

.vv-chat-message--user > div {
  border-radius: 13px 4px 13px 13px;
  background: var(--vv-navy-900);
  color: var(--vv-white);
}

.vv-chat-message p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.vv-chat-message > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.vv-chat-message a {
  padding: 5px 7px;
  border: 1px solid rgba(8, 119, 167, .25);
  border-radius: 7px;
  color: var(--vv-blue-700);
  font-size: 9px;
  font-weight: 780;
}

.vv-chat-prompts {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 0 14px 10px;
}

.vv-chat-prompts button {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid var(--vv-steel-300);
  border-radius: 999px;
  background: var(--vv-white);
  color: var(--vv-steel-700);
  font-size: 9px;
  font-weight: 720;
}

.vv-chat-panel form {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--vv-steel-100);
}

.vv-chat-panel form input {
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--vv-steel-300);
  border-radius: 9px;
  color: var(--vv-ink);
  font-size: 11px;
}

.vv-chat-panel form button {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: var(--vv-cyan-500);
  color: var(--vv-navy-950);
}

.vv-chat-note {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--vv-steel-500);
  font-size: 8px;
  line-height: 1.4;
}

/* The replacement assistant owns the public chat surface. */
body.vv-premium-site [class*="wpchat"],
body.vv-premium-site [class*="wp-chat"],
body.vv-premium-site [id*="wpchat"],
body.vv-premium-site [id*="wp-chat"] {
  display: none !important;
}

@media (max-width: 1180px) {
  .vv-nav,
  .vv-header__actions {
    display: none;
  }

  .vv-header__bar {
    grid-template-columns: 1fr auto;
  }

  .vv-menu-toggle {
    display: inline-flex;
  }

  .vv-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vv-process {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vv-process::before {
    top: 0;
    bottom: 0;
    left: 23px;
    width: 1px;
    height: auto;
  }

  .vv-process li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 0 0 28px;
    text-align: left;
  }

  .vv-process li > span {
    margin: 0;
  }

  .vv-process li > div {
    padding-top: 11px;
  }

  .vv-footer__grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .vv-footer__grid > div:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --vv-section: 78px;
  }

  .vv-header__rail span:nth-child(2) {
    display: none;
  }

  .vv-home-hero {
    min-height: 720px;
  }

  .vv-home-hero::after {
    background: linear-gradient(90deg, rgba(3, 17, 31, .98), rgba(3, 17, 31, .75)), linear-gradient(0deg, rgba(3, 17, 31, .76), transparent);
  }

  .vv-proof .vv-container,
  .vv-grid--3,
  .vv-case-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vv-split,
  .vv-intro-grid,
  .vv-double-list,
  .vv-story,
  .vv-app-layout,
  .vv-contact-layout,
  .vv-reasons,
  .vv-careers,
  .vv-team-model {
    grid-template-columns: 1fr;
  }

  .vv-contact-layout aside,
  .vv-empty-state,
  .vv-policy > aside {
    position: static;
  }

  .vv-story__visual > div {
    right: 18px;
  }

  .vv-case-grid,
  .vv-feature-article {
    grid-template-columns: 1fr;
  }

  .vv-feature-article img {
    min-height: 340px;
  }

  .vv-article,
  .vv-policy {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .vv-article__rail {
    position: static;
  }

  .vv-policy aside nav {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .vv-footer-cta .vv-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .vv-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vv-footer__brand {
    grid-column: 1 / -1;
  }

  .vv-footer__grid > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  :root {
    --vv-gutter: 20px;
    --vv-section: 64px;
  }

  html {
    scroll-padding-top: 90px;
  }

  .admin-bar .vv-header {
    top: 46px;
  }

  .admin-bar .vv-mobile-nav {
    top: 46px;
  }

  .vv-header__rail {
    display: none;
  }

  .vv-header__bar {
    min-height: 76px;
  }

  .vv-brand img {
    width: 48px;
    height: 48px;
  }

  .vv-brand small {
    display: none;
  }

  .vv-menu-toggle span {
    display: none;
  }

  .vv-home-hero {
    min-height: calc(100svh - 76px);
  }

  .vv-home-hero__media img {
    object-position: 60% center;
  }

  .vv-home-hero__content {
    padding-block: 82px 94px;
  }

  .vv-home-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .vv-home-hero__content > p:not(.vv-eyebrow) {
    font-size: 17px;
  }

  .vv-scroll-cue {
    display: none;
  }

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

  .vv-actions .vv-button {
    width: 100%;
  }

  .vv-hero-meta {
    display: grid;
  }

  .vv-proof .vv-container,
  .vv-grid--2,
  .vv-grid--3,
  .vv-grid--4,
  .vv-case-detail,
  .vv-reasons__grid,
  .vv-footer__grid {
    grid-template-columns: 1fr;
  }

  .vv-proof .vv-container > div {
    min-height: 92px;
    border-right: 1px solid var(--vv-steel-100);
    border-left: 1px solid var(--vv-steel-100);
    border-bottom: 1px solid var(--vv-steel-100);
  }

  .vv-proof .vv-container > div:last-child {
    border-bottom: 0;
  }

  .vv-section-heading {
    margin-bottom: 34px;
  }

  .vv-section-heading h2 {
    font-size: 36px;
  }

  .vv-industries-grid {
    grid-auto-rows: 350px;
  }

  .vv-service-card {
    min-height: 0;
  }

  .vv-material-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .vv-page-hero {
    min-height: 560px;
  }

  .vv-page-hero__inner {
    padding-block: 80px 66px;
  }

  .vv-page-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .vv-breadcrumbs {
    margin-bottom: 36px;
  }

  .vv-cta-panel,
  .vv-form-footer,
  .vv-empty-strip,
  .vv-footer__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .vv-cta-panel .vv-button {
    width: 100%;
  }

  .vv-story__visual img {
    min-height: 360px;
  }

  .vv-story__visual > div {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-width: 0;
  }

  .vv-contact-layout dl > div {
    grid-template-columns: 80px 1fr;
  }

  .vv-form-panel {
    padding: 24px 18px;
    border-radius: var(--vv-radius);
  }

  .vv-form-grid {
    grid-template-columns: 1fr;
  }

  .vv-form-progress {
    gap: 5px;
  }

  .vv-form-progress li {
    font-size: 8px;
    letter-spacing: .03em;
  }

  .vv-form-progress li span {
    width: 24px;
    height: 24px;
  }

  .vv-form-step > legend {
    grid-template-columns: 34px 1fr;
  }

  .vv-form-step > legend strong {
    font-size: 20px;
  }

  .vv-form-nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .vv-form-nav .vv-button {
    width: 100%;
  }

  .vv-form-review dl {
    grid-template-columns: 1fr;
  }

  .vv-form-full {
    grid-column: auto;
  }

  .vv-file-field {
    grid-template-columns: auto 1fr !important;
  }

  .vv-form-footer .vv-button {
    width: 100%;
  }

  .vv-solution-list > article {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 38px 0;
  }

  .vv-feature-article img {
    min-height: 260px;
  }

  .vv-faq-list summary {
    grid-template-columns: 36px 1fr auto;
    gap: 10px;
    font-size: 19px;
  }

  .vv-faq-list details p {
    margin-left: 46px;
  }

  .vv-policy aside nav {
    grid-template-columns: 1fr;
  }

  .vv-policy article section {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .vv-footer-cta .vv-container {
    min-height: 0;
  }

  .vv-footer__grid > div:last-child {
    grid-column: auto;
  }

  .vv-footer__brand img {
    width: 136px;
    height: 136px;
  }

  .vv-team-verification {
    grid-template-columns: 1fr;
  }

  .vv-team-disciplines article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
    padding: 20px;
  }

  .vv-footer__bottom nav {
    gap: 12px;
  }

  .vv-footer__bottom {
    padding: 22px 0 92px;
  }

  .vv-chat {
    right: 12px;
    bottom: 12px;
  }

  .vv-chat-launch {
    min-width: 0;
    padding-right: 9px;
  }

  .vv-chat-launch span:last-child {
    display: none;
  }

  .vv-chat-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-height: calc(100svh - 24px);
  }

  .vv-chat-prompts {
    flex-wrap: wrap;
    overflow-x: hidden;
  }

  .vv-chat-prompts button {
    flex: 1 1 auto;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  :root {
    --vv-gutter: 16px;
  }

  .vv-brand span {
    display: none;
  }

  .vv-home-hero h1,
  .vv-page-hero h1 {
    font-size: 40px;
  }

  .vv-card,
  .vv-feature-card,
  .vv-principle {
    padding: 24px;
  }

  .vv-industry-card > div:last-child {
    padding: 24px;
  }

  .vv-form-progress li {
    font-size: 0;
  }

  .vv-form-progress li::after {
    content: 'Step';
    font-size: 8px;
    letter-spacing: .06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .vv-header,
  .vv-chat,
  .vv-footer-cta,
  .vv-actions {
    display: none !important;
  }

  .vv-page-hero {
    min-height: 0;
    background: #fff;
    color: #000;
  }

  .vv-page-hero__image,
  .vv-page-hero__veil {
    display: none;
  }
}
