@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-green: #051651;
  --color-green-500: #18dcb8;
  --color-green-400: #18dcb8;
  --color-blue: #7d3fff;
  --color-blue-500: #7d3fff;
  --color-pink: #a770ff;
  --color-pink-500: #a770ff;
  --color-red: #7d3fff;
  --color-red-500: #7d3fff;
  --color-yellow: #18dcb8;
  --color-yellow-500: #18dcb8;
  --color-beige-400: #f7f8ff;
  --color-beige: #f7f8ff;
  --color-charcoal: #051651;
  --font-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: #f7f8ff;
}

.c-menu-desktop_logo img,
.c-menu-mobile_logo img {
  display: block;
  width: clamp(150px, 14vw, 226px);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

#cc-main {
  display: none;
}

.c-preloader [data-preloader-svg-wrap] {
  visibility: hidden;
}

.viva-preloader-mark {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.viva-preloader-mark img {
  display: block;
  width: clamp(68px, 8vw, 126px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(5, 22, 81, 0.22));
  will-change: transform, opacity;
}

.c-menu-desktop_logo,
.c-menu-mobile_logo {
  display: inline-flex;
  align-items: center;
}

.c-menu-desktop_logo {
  width: 230px;
  height: 46px;
}

.c-menu-mobile_logo {
  width: 184px;
  height: 38px;
}

.c-hero-home_inner,
.c-hero-home_inner.-sticky {
  background:
    radial-gradient(circle at 16% 22%, rgba(167, 112, 255, 0.82), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(24, 220, 184, 0.28), transparent 25%),
    linear-gradient(135deg, #7d3fff 0%, #6b2fe7 44%, #490a9b 76%, #051651 100%);
}

.c-hero-home_inner::before {
  background-color: #7d3fff;
}

.c-hero-home_title,
.c-hero-home_tagline {
  color: #ffffff;
  letter-spacing: -0.04em;
}

.c-hero-home_title {
  font-size: min(var(--text-heading-2xl), 5vw) !important;
  font-weight: 700;
}

.c-hero-home_container {
  min-height: 80svh;
}

@media (min-width: 1000px) and (min-aspect-ratio: 16 / 9) {
  .heading-2xl {
    font-size: 4vw;
  }
}

.c-homepage-timeline {
  background:
    linear-gradient(180deg, #f7f8ff 0%, #ffffff 46%, #f7f8ff 100%);
}

.c-homepage-timeline_intro_illustration_inner::before {
  content: none;
}

.c-homepage-timeline_intro_illustration_inner::after {
  content: none;
}

.c-homepage-timeline_intro_illustration {
  width: min(88vw, 1120px, calc(52svh * 860 / 620));
  aspect-ratio: 860 / 620;
}

.c-homepage-timeline_intro_illustration_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.viva-team-lottie {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-height: 52svh;
  aspect-ratio: 860 / 620;
  padding: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 54px rgba(5, 22, 81, 0.16));
}

.viva-team-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .c-hero-home_title {
    font-size: min(5vw, 5rem) !important;
  }

  .c-homepage-timeline_intro_illustration {
    width: min(66vw, 1120px, calc(52svh * 860 / 620));
    margin-bottom: 0;
    padding-top: 0;
  }

  .c-homepage-timeline_intro_illustration_sticky {
    align-items: flex-end;
  }
}

@media (min-width: 1000px) and (max-height: 850px) {
  .c-homepage-timeline_intro_illustration {
    width: min(62vw, 940px, calc(42svh * 860 / 620));
  }

  .viva-team-lottie {
    max-height: 42svh;
  }
}

.c-homepage-timeline_intro_path path,
#desktop-svg path,
#mobile-svg path,
svg path[stroke="#8ED462"] {
  stroke: #9b51e0;
}

.c-tile-animated {
  color: #051651;
}

.c-tile-animated_bg.-colored {
  background: linear-gradient(135deg, #7d3fff, #18dcb8);
}

.viva-story-card {
  pointer-events: none;
}

.viva-story-card .c-tile-animated {
  pointer-events: auto;
}

.viva-story-card-lottie {
  position: absolute;
  z-index: 2;
  width: clamp(286px, 35vw, 624px);
  aspect-ratio: 1;
  pointer-events: none;
  filter: drop-shadow(0 28px 42px rgba(5, 22, 81, 0.14));
}

.viva-story-card-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

.viva-story-card-lottie--secondary {
  z-index: 1;
}

.viva-story-card-lottie-1 {
  top: 50%;
  right: calc(100% + clamp(28px, 4vw, 72px));
  transform: translateY(-50%);
}

.viva-story-card-lottie-2 {
  top: 50%;
  left: calc(100% + clamp(28px, 4vw, 72px));
  transform: translateY(-50%);
}

.viva-story-card-lottie-3 {
  top: 50%;
  left: clamp(-170px, -9vw, -80px);
  width: clamp(247px, 29vw, 494px);
  opacity: 0.92;
  transform: translate(-64%, -50%);
}

.viva-story-card-lottie-3-secondary {
  top: 50%;
  right: clamp(-170px, -9vw, -80px);
  left: auto;
  width: clamp(247px, 29vw, 494px);
  opacity: 0.88;
  transform: translate(64%, -50%);
}

.viva-story-card-lottie-4 {
  top: 50%;
  right: calc(100% + clamp(28px, 4vw, 72px));
  transform: translateY(-50%);
}

.viva-story-final-lottie {
  position: absolute;
  z-index: 3;
  top: 84%;
  left: 50%;
  width: min(42vw, 686px);
  max-width: 42%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 32px 46px rgba(5, 22, 81, 0.14));
}

.viva-story-final-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-button,
.c-button-quote,
.c-menu-desktop_contact,
.c-menu-mobile_contact {
  border-radius: 8px;
  font-weight: 500;
}

.c-button_label,
.c-button-quote_label,
.c-menu-mobile_contact,
.c-menu-desktop_link_label,
.c-menu-mobile_nav_label,
.c-menu-desktop_dropdown_link,
.c-menu-desktop_dropdown_cta_label,
.viva-work-at-viva,
.viva-book-call-submit {
  font-weight: 500;
}

.c-button .svg-arrow-right,
.c-button-quote .svg-arrow-right,
.c-menu-desktop_dropdown_cta .svg-arrow-right,
.viva-book-call-submit-icon {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

.viva-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.viva-work-at-viva {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(5, 22, 81, 0.18);
  border-radius: 8px;
  color: #051651;
  font-weight: 500;
  padding: 0 18px;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.viva-work-at-viva:hover {
  border-color: #7d3fff;
  background: #7d3fff;
  color: #ffffff;
}

.viva-mobile-contact-mark {
  display: inline-grid;
  overflow: hidden;
  place-items: center;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.viva-mobile-contact-mark img {
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.viva-brand-logo-item {
  min-width: clamp(180px, 16vw, 260px);
  justify-content: center;
  padding: 20px 34px;
  background-color: #ffffff;
}

.viva-brand-logo-visual {
  width: clamp(120px, 11vw, 190px);
  height: 52px;
  color: #051651;
}

.viva-brand-logo-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.viva-brand-logo-item .c-brands-section_item_title {
  display: none;
}

.viva-brands-shell {
  background-color: #18dcb8;
}

.button-green,
.button-yellow,
.button-red,
.button-blue,
.button-pink {
  --color-button: #ffffff;
  --color-button-background: #051651;
  --color-button-background-hover: #7d3fff;
}

.button-red.button-primary,
.button-blue.button-primary {
  --button-color: #ffffff;
  --button-color-hover: #ffffff;
}

.c-numbers-stack,
.c-footer {
  background-color: #f7f8ff;
}

c-deluxe-callout,
.viva-contact-callout {
  background-color: #9b51e0;
  color: #ffffff;
}

.viva-contact-callout {
  padding-block: var(--spacing-fluid-4xl);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  scroll-margin-top: calc(var(--menu-bar-height) + 24px);
}

#deluxecallout-25 {
  background: transparent;
  border-radius: 0;
  min-height: 0;
  padding-block: 0;
}

.c-numbers-stack {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#deluxecallout-25 .heading-2xl {
  max-width: 1180px;
  margin-inline: auto;
}

.viva-book-call-wrap {
  display: flex;
  justify-content: center;
}

.viva-book-call-form {
  --viva-form-control-height: 54px;
  display: grid;
  width: min(100%, 1240px);
  align-items: end;
  gap: clamp(14px, 1.4vw, 20px);
  padding: 0;
}

.viva-book-call-progress {
  --viva-progress: 33%;
  --viva-progress-wave-h: 14px;
  --viva-progress-wave-w: 44px;
  --viva-progress-wave-svg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 14'><path d='M0,4.2c11,0,11,6,22,6s11-6,22-6' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  width: min(100%, 820px);
  margin: 0 auto clamp(10px, 1.2vw, 18px);
  text-align: left;
}

.viva-book-call-progress-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.viva-book-call-progress-meta strong {
  color: #ffffff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.viva-book-call-progress-track {
  position: relative;
  height: var(--viva-progress-wave-h);
  overflow: hidden;
}

.viva-book-call-progress-track::before,
.viva-book-call-progress-track span {
  content: "";
  position: absolute;
  inset: 0;
  height: var(--viva-progress-wave-h);
  -webkit-mask-image: var(--viva-progress-wave-svg);
  mask-image: var(--viva-progress-wave-svg);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: var(--viva-progress-wave-w) var(--viva-progress-wave-h);
  mask-size: var(--viva-progress-wave-w) var(--viva-progress-wave-h);
}

.viva-book-call-progress-track::before {
  background: rgba(255, 255, 255, 0.2);
}

.viva-book-call-progress-track span {
  width: 33%;
  background: linear-gradient(90deg, #18dcb8 0%, #a770ff 55%, #ffffff 100%);
  animation: wave-scroll 3s linear infinite;
  transition: width 260ms ease;
}

.viva-book-call-progress-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(12px, 0.92vw, 14px);
  font-weight: 600;
  text-align: center;
}

.viva-book-call-progress-steps li {
  position: relative;
  padding-top: 12px;
}

.viva-book-call-progress-steps li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
}

.viva-book-call-progress-steps li.is-active,
.viva-book-call-progress-steps li.is-complete {
  color: #ffffff;
}

.viva-book-call-progress-steps li.is-active::before,
.viva-book-call-progress-steps li.is-complete::before {
  background: #18dcb8;
  box-shadow: 0 0 0 5px rgba(24, 220, 184, 0.16);
}

.viva-book-call-step {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(230px, auto);
  align-items: end;
  gap: clamp(14px, 1.4vw, 20px);
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.viva-book-call-step-size {
  grid-template-columns: minmax(0, 1fr);
}

.viva-book-call-form[data-step="size"] .viva-book-call-step-person,
.viva-book-call-form[data-step="size"] .viva-book-call-step-company,
.viva-book-call-form[data-step="person"] .viva-book-call-step-size,
.viva-book-call-form[data-step="person"] .viva-book-call-step-company,
.viva-book-call-form[data-step="company"] .viva-book-call-step-size,
.viva-book-call-form[data-step="company"] .viva-book-call-step-person {
  display: none;
}

.viva-book-call-step legend {
  grid-column: 1 / -1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.viva-book-call-step-help,
.viva-book-call-step-title {
  grid-column: 1 / -1;
  margin: 2px 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.viva-company-size-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
  min-width: 0;
}

.viva-company-size-option {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.viva-company-size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.viva-company-size-option span {
  display: flex;
  height: var(--viva-form-control-height);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #051651;
  font-size: 1rem;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.viva-company-size-option input:checked + span,
.viva-company-size-option input:focus-visible + span {
  border-color: #18dcb8;
  background: #18dcb8;
  color: #051651;
  box-shadow: 0 0 0 4px rgba(24, 220, 184, 0.18);
}

.viva-book-call-back {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: start;
  margin-bottom: -8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.viva-book-call-back:hover,
.viva-book-call-back:focus-visible {
  color: #ffffff;
}

.viva-book-call-form.is-complete .viva-book-call-step {
  display: none;
}

.viva-book-call-form.is-complete::after {
  content: "Thanks. We will confirm your discovery call shortly.";
  grid-column: 1 / -1;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
}

.viva-book-call-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.viva-book-call-field label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.viva-book-call-field input {
  width: 100%;
  height: var(--viva-form-control-height);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #051651;
  font: inherit;
  font-weight: 700;
  outline: none;
  padding: 0 16px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.viva-book-call-field input::placeholder {
  color: rgba(5, 22, 81, 0.42);
  font-weight: 600;
}

.viva-book-call-field input:focus {
  border-color: #18dcb8;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(24, 220, 184, 0.22);
}

.viva-book-call-submit {
  display: inline-flex;
  height: var(--viva-form-control-height);
  min-height: var(--viva-form-control-height);
  align-items: center;
  justify-content: center;
  gap: 16px;
  justify-self: stretch;
  border: 0;
  border-radius: 8px;
  background: #18dcb8;
  color: #051651;
  cursor: pointer;
  font: inherit;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  padding: 0 26px;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.viva-book-call-submit:hover {
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(5, 22, 81, 0.22);
  transform: translateY(-2px);
}

.viva-book-call-submit-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #051651;
  color: #ffffff;
  line-height: 1;
}

.c-footer {
  min-height: 0;
}

div.viva-story-path-stage {
  overflow: hidden;
}

.c-homepage-timeline_end {
  overflow: hidden;
  z-index: 12;
}

.c-homepage-timeline_end_green_back,
.c-homepage-timeline_end_green_middle,
.c-homepage-timeline_end_green_front {
  max-width: none;
  height: auto;
}

.c-homepage-timeline_end_green_back {
  z-index: 1;
  bottom: -10%;
  left: -8%;
  width: 116%;
}

.c-homepage-timeline_end_green_middle {
  z-index: 2;
  bottom: -20%;
  left: -9%;
  width: 118%;
}

.c-homepage-timeline_end_green_front {
  z-index: 3;
  bottom: -24%;
  left: -11%;
  width: 122%;
}

@media (max-width: 999px) {
  .c-homepage-timeline_end_green_back,
  .c-homepage-timeline_end_green_middle,
  .c-homepage-timeline_end_green_front {
    left: -9%;
    width: 118%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-homepage-timeline_end_green_front {
    bottom: -20%;
    left: -11%;
    width: 122%;
  }
}

.viva-footer-sitemap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
}

.viva-footer-sitemap_group {
  min-width: 0;
}

.viva-footer-sitemap_group h4 {
  margin: 0 0 14px;
  color: #051651;
  font-size: 15px;
  font-weight: 700;
}

.viva-footer-sitemap_group ul,
.viva-footer-social {
  display: flex;
  gap: 8px;
}

.viva-footer-sitemap_group ul {
  flex-direction: column;
}

.viva-footer-sitemap_group a {
  color: rgba(5, 22, 81, 0.78);
  font-size: 14px;
  line-height: 1.35;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.viva-footer-sitemap_group a:hover {
  color: #7d3fff;
}

.c-footer_contact {
  color: rgba(5, 22, 81, 0.82);
}

.viva-footer-social {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.viva-footer-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(5, 22, 81, 0.12);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.viva-footer-social a:hover {
  background: #18dcb8;
  border-color: #18dcb8;
  transform: translateY(-2px);
}

.viva-footer-social img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.c-footer_contact a:hover {
  color: #7d3fff;
}

.viva-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  color: rgba(5, 22, 81, 0.72);
}

.viva-footer-legal a,
.viva-footer-legal button {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.viva-footer-legal a:hover,
.viva-footer-legal button:hover {
  color: #7d3fff;
}

c-menu-desktop > nav > div:nth-of-type(2) {
  display: block;
}

.c-numbers-stack_card.-blue,
.c-numbers-stack_card.-green,
.c-numbers-stack_card.-red,
.c-numbers-stack_card.-yellow {
  --background-color: #ffffff;
  --color: #051651;
  border: 1px solid rgba(5, 22, 81, 0.1);
}

.c-brands-section_item_visual {
  filter: grayscale(1);
  opacity: 0.72;
}

@media (max-width: 699px) {
  .c-hero-home,
  .c-hero-home_inner,
  .c-hero-home_inner.-sticky {
    background:
      radial-gradient(circle at 16% 20%, rgba(167, 112, 255, 0.72), transparent 38%),
      linear-gradient(150deg, #9b51e0 0%, #7d3fff 48%, #670aff 100%);
  }

  .c-hero-home_container {
    min-height: calc(100svh + var(--radius-lg));
  }

  .c-hero-home_title {
    font-size: clamp(3.25rem, 14.5vw, 4.75rem) !important;
    line-height: 0.96;
  }

  .c-hero-home_tagline {
    font-size: clamp(1.25rem, 5.8vw, 1.8rem);
    line-height: 1.18;
  }

  body {
    line-height: 1.42;
  }

  :where(.heading-2xl, .heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs, .c-hero-home_title, .c-numbers-stack_title, .c-tile-animated_title) {
    line-height: 1.08;
  }

  :where(p, .body-lg, .c-tile-animated_description, .c-numbers-stack_text, .c-numbers-stack_card_description) {
    line-height: 1.42;
  }

  .c-homepage-timeline_intro_illustration {
    width: 112vw;
    overflow: visible;
  }

  .c-homepage-timeline_intro_path {
    display: none;
  }

  .viva-team-lottie {
    top: auto;
    bottom: clamp(48px, 8svh, 76px);
    width: min(98%, calc(34svh * 860 / 620));
  }

  .viva-book-call-form {
    grid-template-columns: 1fr;
  }

  .viva-book-call-step,
  .viva-book-call-step-size {
    grid-template-columns: 1fr;
  }

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

  .viva-book-call-submit {
    width: 100%;
  }

  .viva-footer-sitemap {
    grid-template-columns: 1fr 1fr;
  }

  .viva-story-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 5vw, 24px);
  }

  .viva-story-card-lottie {
    position: relative;
    z-index: 2;
    inset: auto;
    order: -1;
    width: 90%;
    max-width: 420px;
    opacity: 0.92;
    transform: none;
    margin-inline: auto;
  }

  .viva-story-card-lottie-1 {
    margin-inline: auto;
  }

  .viva-story-card-lottie-2 {
    margin-inline: auto;
  }

  .viva-story-card-lottie-3 {
    width: 90%;
    max-width: 420px;
    margin-inline: auto;
  }

  .viva-story-card-lottie-3-secondary {
    order: 2;
    width: 90%;
    max-width: 420px;
    margin-inline: auto;
  }

  .viva-story-card-lottie-4 {
    margin-inline: auto;
    order: 2;
  }

  .viva-story-final-lottie {
    top: 90%;
    width: min(57vw, 252px);
    max-width: 57%;
  }

  .c-homepage-timeline_end {
    pointer-events: none;
  }
}

@media (max-width: 999px) {
  .viva-story-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 5vw, 24px);
  }

  .viva-story-card .c-tile-animated {
    position: relative;
    z-index: 4;
  }

  .viva-story-card-lottie {
    position: relative;
    z-index: 2;
    inset: auto;
    order: -1;
    width: 90%;
    max-width: 420px;
    opacity: 0.92;
    transform: none;
    margin-inline: auto;
  }

  .viva-story-card-lottie-3,
  .viva-story-card-lottie-3-secondary {
    width: 90%;
    max-width: 420px;
    margin-inline: auto;
  }

  .viva-story-card-lottie-3-secondary {
    order: 2;
  }

  .viva-story-card-lottie-4 {
    order: 2;
  }
}

body.admin-bar {
  --viva-admin-bar-offset: 32px;
}

body.admin-bar .c-menu-desktop,
body.admin-bar .c-menu-mobile,
body.admin-bar .c-preloader {
  top: var(--viva-admin-bar-offset);
}

body.admin-bar .c-preloader {
  height: calc(100% - var(--viva-admin-bar-offset) + var(--radius-lg));
}

@media (max-width: 782px) {
  body.admin-bar {
    --viva-admin-bar-offset: 46px;
  }
}

.c-button,
.viva-button,
.viva-book-call-submit {
  --button-height: 52px;
  --button-radius: 8px;
  --button-padding: 8px;
  --button-gap: 12px;
  --button-icon-width: 34px;
  --button-font-size: clamp(18px, 1.25vw, 20px);
  --button-label-transform: translate3d(calc(var(--button-icon-width) + var(--button-gap)), 0, 0);
  --button-transition-duration: 180ms;
  border-radius: var(--button-radius);
  color: var(--button-color);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.c-button::before,
.viva-button::before,
.viva-book-call-submit::before {
  background: var(--viva-button-background, var(--button-background));
  border: 1px solid var(--viva-button-border, transparent);
  box-sizing: border-box;
}

.c-button .c-button_label,
.viva-button .c-button_label,
.viva-book-call-submit .c-button_label {
  font-weight: 500;
  white-space: nowrap;
}

.c-button .c-button_icon,
.viva-button .c-button_icon,
.viva-book-call-submit .c-button_icon {
  background: var(--viva-button-icon-background, var(--button-icon-background));
  color: var(--viva-button-icon-color, currentColor);
}

.c-button .svg-arrow-right,
.viva-button .svg-arrow-right,
.viva-book-call-submit .svg-arrow-right {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

.button-primary,
.viva-button-primary {
  --button-color: #ffffff;
  --button-color-hover: #ffffff;
  --viva-button-background: linear-gradient(268.01deg, #8015e8 -7.03%, #670aff 137.11%);
  --viva-button-icon-background: rgba(255, 255, 255, 0.16);
  --viva-button-icon-color: #ffffff;
}

.button-secondary,
.viva-button-secondary {
  --button-color: #051651;
  --button-color-hover: #051651;
  --viva-button-background: #ffffff;
  --viva-button-border: rgba(5, 22, 81, 0.18);
  --viva-button-icon-background: rgba(24, 220, 184, 0.14);
  --viva-button-icon-color: #18dcb8;
}

.button-green.button-secondary,
.viva-button-tertiary,
.viva-book-call-submit {
  --button-color: #051651;
  --button-color-hover: #051651;
  --viva-button-background: #18dcb8;
  --viva-button-icon-background: #051651;
  --viva-button-icon-color: #ffffff;
}

.viva-header-actions .c-button {
  --button-height: 48px;
  --button-icon-width: 28px;
  --button-padding: 8px;
  --button-font-size: 18px;
}

.viva-work-at-viva {
  min-height: var(--button-height);
  padding: var(--button-padding);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.viva-button-secondary:hover,
.viva-button-secondary:focus-visible {
  --button-color-hover: #ffffff;
  --viva-button-background: #18dcb8;
  --viva-button-border: #18dcb8;
  --viva-button-icon-background: rgba(255, 255, 255, 0.18);
  --viva-button-icon-color: #ffffff;
  color: #ffffff;
}

.button-secondary:hover .c-button_label,
.button-secondary:focus-visible .c-button_label,
.viva-button-secondary:hover .c-button_label,
.viva-button-secondary:focus-visible .c-button_label {
  color: #ffffff;
}

.button-secondary:hover .c-button_icon,
.button-secondary:focus-visible .c-button_icon,
.viva-button-secondary:hover .c-button_icon,
.viva-button-secondary:focus-visible .c-button_icon {
  color: #ffffff;
}

.c-button,
.viva-button,
.viva-book-call-submit {
  --button-height: 48px;
  --button-icon-width: 28px;
  --button-gap: 12px;
  --button-font-size: 1rem;
  --viva-button-padding-y: 10px;
  --viva-button-padding-x: 10px;
  --button-padding: var(--viva-button-padding-x);
  --button-label-transform: translate3d(calc(var(--button-icon-width) + var(--button-gap)), 0, 0);
  min-height: var(--button-height);
  padding: var(--viva-button-padding-y) var(--viva-button-padding-x);
  font-size: 1rem;
}

.c-button .c-button_label,
.viva-button .c-button_label,
.viva-book-call-submit .c-button_label {
  padding: 0 12px;
}

.c-button .c-button_icon,
.viva-button .c-button_icon,
.viva-book-call-submit .c-button_icon {
  width: var(--button-icon-width);
  height: var(--button-icon-width);
}

.c-button .c-button_icon.-hover,
.viva-button .c-button_icon.-hover,
.viva-book-call-submit .c-button_icon.-hover {
  top: var(--viva-button-padding-y);
  left: var(--viva-button-padding-x);
  transform: translateY(0) scale(0);
}

.c-button:hover .c-button_icon.-hover,
.button-hover:hover .c-button_icon.-hover,
.viva-button:hover .c-button_icon.-hover,
.viva-book-call-submit:hover .c-button_icon.-hover {
  transform: translateY(0) scale(1);
}

.viva-header-actions .c-button {
  --button-height: 48px;
  --button-icon-width: 28px;
  --button-font-size: 1rem;
}

.c-menu-desktop_link,
.c-menu-desktop_link:hover,
.c-menu-desktop_link:focus-visible,
.c-menu-desktop_item.active .c-menu-desktop_link {
  color: #051651;
}

.c-menu-desktop_link_icon,
.c-menu-desktop_link:hover .c-menu-desktop_link_icon,
.c-menu-desktop_link:focus-visible .c-menu-desktop_link_icon {
  color: currentColor;
  opacity: 1;
}

.c-menu-desktop_link_icon .svg-chevron-down {
  transform: rotate(-90deg) rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 180ms ease;
}

.c-menu-desktop_item.active .c-menu-desktop_link_icon .svg-chevron-down,
.c-menu-desktop_link:hover .c-menu-desktop_link_icon .svg-chevron-down,
.c-menu-desktop_link:focus-visible .c-menu-desktop_link_icon .svg-chevron-down {
  transform: rotate(0deg);
}

.c-menu-desktop_dropdown_cta {
  background: #7d3fff;
}

.c-menu-desktop_dropdown_cta:hover,
.c-menu-desktop_dropdown_cta:focus-visible {
  background: #7d3fff;
}

.viva-book-call-form .viva-book-call-field input,
.viva-book-call-form .viva-book-call-submit,
.viva-book-call-form .viva-company-size-option span {
  box-sizing: border-box;
  height: var(--viva-form-control-height);
  min-height: var(--viva-form-control-height);
}

.viva-book-call-form .viva-book-call-submit {
  align-self: end;
  padding-top: 0;
  padding-bottom: 0;
  transform: none;
}

.viva-book-call-form .viva-book-call-submit:hover,
.viva-book-call-form .viva-book-call-submit:focus-visible {
  height: var(--viva-form-control-height);
  min-height: var(--viva-form-control-height);
  box-shadow: 0 14px 32px rgba(5, 22, 81, 0.18);
  transform: none;
}
