.asem-sav {
  --sav-navy: #082f4e;
  --sav-navy-deep: #061f35;
  --sav-blue: #12637f;
  --sav-teal: #18bda7;
  --sav-teal-dark: #0b8f82;
  --sav-ice: #eef5f7;
  --sav-ice-strong: #e2eef2;
  --sav-white: #ffffff;
  --sav-warm: #f6f4f0;
  --sav-text: #173b51;
  --sav-muted: #5f7785;
  --sav-border: rgba(8, 61, 85, 0.13);
  --sav-shadow: 0 24px 64px rgba(6, 38, 58, 0.12);
  color: var(--sav-text);
  background: #f9fbfc;
  overflow: visible;
}

html.asem-sav-story-page,
body.asem-sav-story-page {
  overflow-x: clip;
  overflow-y: visible;
}

.asem-sav *,
.asem-sav *::before,
.asem-sav *::after {
  box-sizing: border-box;
}

.asem-sav h1,
.asem-sav h2,
.asem-sav h3,
.asem-sav p,
.asem-sav figure {
  margin-top: 0;
}

.asem-sav h1,
.asem-sav h2,
.asem-sav h3 {
  color: var(--sav-navy-deep);
  font-weight: 700;
  letter-spacing: -0.026em;
}

.asem-sav p {
  color: var(--sav-muted);
  line-height: 1.67;
}

.asem-sav-shell {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.asem-sav-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;
}

.asem-sav-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--sav-teal-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.asem-sav-kicker::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--sav-teal);
}

.asem-sav-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
  color: #68808a;
  font-size: 13px;
}

.asem-sav-breadcrumb a {
  color: var(--sav-blue);
  font-weight: 700;
}

.asem-sav-breadcrumb a:hover {
  color: var(--sav-teal-dark);
}

.asem-sav-breadcrumb i {
  font-size: 8px;
  opacity: 0.55;
}

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

.asem-sav-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.asem-sav-button--primary {
  color: var(--sav-white);
  background: var(--sav-teal-dark);
  box-shadow: 0 12px 26px rgba(11, 143, 130, 0.22);
}

.asem-sav-button--primary:hover {
  color: var(--sav-white);
  background: #087a70;
  box-shadow: 0 16px 32px rgba(11, 143, 130, 0.28);
}

.asem-sav-button--secondary {
  color: var(--sav-navy);
  border-color: rgba(8, 47, 78, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.asem-sav-button--secondary:hover {
  color: var(--sav-navy);
  border-color: var(--sav-teal);
  background: var(--sav-white);
}

.asem-sav-hero {
  position: relative;
  padding: clamp(36px, 4vw, 54px) 0 clamp(54px, 5vw, 68px);
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(24, 189, 167, 0.1), transparent 25%),
    linear-gradient(134deg, #f4fafb 0%, #eaf3f6 62%, #dce9ee 100%);
}

.asem-sav-hero::after {
  position: absolute;
  right: -180px;
  bottom: -270px;
  width: 510px;
  height: 510px;
  content: "";
  border: 1px solid rgba(18, 99, 127, 0.14);
  border-radius: 50%;
}

.asem-sav-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 74px);
}

.asem-sav-hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(43px, 4.35vw, 66px);
  line-height: 1.055;
}

.asem-sav-hero__lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: #466270 !important;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.68 !important;
}

.asem-sav-hero__media {
  position: relative;
  min-width: 0;
  padding: 0 0 18px 20px;
}

.asem-sav-hero__media::before {
  position: absolute;
  inset: 34px 36px 0 0;
  content: "";
  border-radius: 24px 24px 8px 24px;
  background: var(--sav-teal);
}

.asem-sav-hero__media picture {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 24px 24px 8px 24px;
  box-shadow: var(--sav-shadow);
}

.asem-sav-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.asem-sav-hero__badge {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: -4px;
  display: flex;
  max-width: 260px;
  min-height: 70px;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  color: var(--sav-white);
  border-radius: 12px 4px 12px 12px;
  background: var(--sav-navy-deep);
  box-shadow: 0 18px 38px rgba(7, 30, 42, 0.22);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.45;
}

.asem-sav-hero__badge i {
  flex: 0 0 auto;
  color: var(--sav-teal);
  font-size: 23px;
}

.asem-sav-trust {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 0;
}

.asem-sav-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--sav-border);
  border-radius: 14px;
  background: var(--sav-white);
  box-shadow: 0 16px 44px rgba(7, 43, 56, 0.08);
}

.asem-sav-trust__item {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
  padding: 17px 18px;
}

.asem-sav-trust__item + .asem-sav-trust__item {
  border-left: 1px solid var(--sav-border);
}

.asem-sav-trust__item h3 {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.35;
}

.asem-sav-trust__item p {
  margin-bottom: 0;
  font-size: 11.5px;
  line-height: 1.5;
}

.asem-sav-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--sav-blue);
  border: 1px solid rgba(18, 99, 127, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.asem-sav-icon--small {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--sav-ice);
  font-size: 14px;
}

.asem-sav-section {
  padding: clamp(52px, 5vw, 68px) 0;
}

.asem-sav-heading {
  max-width: 790px;
  margin: 0 auto clamp(25px, 2.7vw, 36px);
  text-align: center;
}

.asem-sav-heading .asem-sav-kicker {
  justify-content: center;
}

.asem-sav-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(31px, 3.2vw, 47px);
  line-height: 1.12;
}

.asem-sav-heading > p:last-child {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
}

.asem-sav-heading--left {
  max-width: 690px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.asem-sav-heading--left .asem-sav-kicker {
  justify-content: flex-start;
}

.asem-sav-heading--light h2,
.asem-sav-heading--light p {
  color: var(--sav-white);
}

.asem-sav-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.asem-sav-phases {
  padding-top: clamp(52px, 4.4vw, 58px);
  padding-bottom: clamp(46px, 3.9vw, 52px);
  background: var(--sav-white);
}

.asem-sav-phases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.asem-sav-phase {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 350px;
  flex-direction: column;
  padding: 21px;
  overflow: hidden;
  border: 1px solid var(--sav-border);
  border-radius: 18px;
  background: var(--sav-ice);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.asem-sav-phase::after {
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 190px;
  height: 190px;
  content: "";
  border: 32px solid rgba(18, 99, 127, 0.045);
  border-radius: 50%;
}

.asem-sav-phase:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(6, 38, 58, 0.1);
}

.asem-sav-phase--before {
  background: #f5f7f7;
}

.asem-sav-phase--during {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, var(--sav-navy-deep), #0b4360);
}

.asem-sav-phase--after {
  background: #e8f0f4;
}

.asem-sav-phase__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 17px;
}

.asem-sav-phase__index {
  color: rgba(8, 47, 78, 0.36);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.asem-sav-phase__label {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  color: var(--sav-teal-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.asem-sav-phase h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.22;
}

.asem-sav-phase > p:not(.asem-sav-phase__label) {
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  font-size: 13.5px;
}

.asem-sav-phase ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.asem-sav-phase li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--sav-text);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.asem-sav-phase li i {
  margin-top: 4px;
  color: var(--sav-teal-dark);
  font-size: 9px;
}

.asem-sav-phase > strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 12px;
  color: var(--sav-blue);
  border-top: 1px solid var(--sav-border);
  font-size: 13px;
  line-height: 1.45;
}

.asem-sav-phase--during h3,
.asem-sav-phase--during li,
.asem-sav-phase--during > strong {
  color: var(--sav-white);
}

.asem-sav-phase--during > p:not(.asem-sav-phase__label) {
  color: rgba(255, 255, 255, 0.67);
}

.asem-sav-phase--during .asem-sav-phase__index {
  color: rgba(255, 255, 255, 0.35);
}

.asem-sav-phase--during .asem-sav-icon {
  color: var(--sav-teal);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.asem-sav-phase--during > strong {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.asem-sav-lifecycle {
  --sav-story-progress: 1;
  --sav-story-product-scale: 0.94;
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 48%, rgba(27, 123, 148, 0.24), transparent 31%),
    linear-gradient(145deg, #061b2d 0%, var(--sav-navy-deep) 50%, #0a3c55 100%);
}

.asem-sav-lifecycle::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 9.5% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

.asem-sav-lifecycle.is-sav-story-motion {
  min-height: 124vh;
  padding: 0;
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__sticky {
  position: sticky;
  top: 84px;
  display: flex;
  min-height: calc(100vh - 84px);
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 18px;
}

.asem-sav-lifecycle .asem-sav-heading {
  position: relative;
  z-index: 3;
  max-width: 840px;
  margin-bottom: 17px;
}

.asem-sav-lifecycle__stage {
  position: relative;
  z-index: 1;
  min-height: 488px;
}

.asem-sav-lifecycle__product {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(36vw, 470px);
  margin: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}

.asem-sav-lifecycle__product picture {
  display: block;
  height: 360px;
  transform: scale(var(--sav-story-product-scale));
  transform-origin: 50% 62%;
  transition: transform 80ms linear;
  will-change: transform;
}

.asem-sav-lifecycle__product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.28));
}

.asem-sav-lifecycle__product figcaption {
  width: min(100%, 430px);
  margin: -8px auto 0;
}

.asem-sav-lifecycle__product figcaption > span {
  display: block;
  margin-bottom: 4px;
  color: var(--sav-teal);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.asem-sav-lifecycle__product figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--sav-white);
  font-size: 24px;
  line-height: 1.2;
}

.asem-sav-lifecycle__product figcaption p {
  margin: 0 auto 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11.5px;
  line-height: 1.5;
}

.asem-sav-lifecycle__product figcaption a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9adbd3;
  font-size: 11px;
  font-weight: 750;
}

.asem-sav-lifecycle__steps {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.asem-sav-lifecycle__step {
  position: absolute;
  display: flex;
  width: 258px;
  min-height: 78px;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 14px;
  color: var(--sav-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(8px);
  transition: opacity 300ms ease, transform 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease;
}

.asem-sav-lifecycle__step:nth-child(1),
.asem-sav-lifecycle__step:nth-child(2) {
  top: 2%;
}

.asem-sav-lifecycle__step:nth-child(3),
.asem-sav-lifecycle__step:nth-child(4) {
  top: 39%;
}

.asem-sav-lifecycle__step:nth-child(5),
.asem-sav-lifecycle__step:nth-child(6) {
  top: 76%;
}

.asem-sav-lifecycle__step.is-left {
  left: 3%;
}

.asem-sav-lifecycle__step.is-right {
  right: 3%;
}

.asem-sav-lifecycle__step::after {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  content: "";
  opacity: 0.72;
  background: linear-gradient(90deg, rgba(24, 189, 167, 0.25), var(--sav-teal));
  transform: scaleX(1);
  transition: transform 420ms ease 90ms;
}

.asem-sav-lifecycle__step.is-left::after {
  left: 100%;
  transform-origin: left;
}

.asem-sav-lifecycle__step.is-right::after {
  right: 100%;
  background: linear-gradient(90deg, var(--sav-teal), rgba(24, 189, 167, 0.25));
  transform-origin: right;
}

.asem-sav-lifecycle__number {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #052c3d;
  border-radius: 50%;
  background: var(--sav-teal);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}

.asem-sav-lifecycle__step h3 {
  margin-bottom: 3px;
  color: var(--sav-white);
  font-size: 15.5px;
  line-height: 1.3;
}

.asem-sav-lifecycle__step > div,
.asem-sav-situation > div {
  min-width: 0;
}

.asem-sav-lifecycle__step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11.5px;
  line-height: 1.48;
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step {
  opacity: 0.035;
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-left {
  transform: translateX(-20px);
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-right {
  transform: translateX(20px);
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step::after {
  transform: scaleX(0);
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-sav-story-step-visible {
  opacity: 1;
  border-color: rgba(24, 189, 167, 0.32);
  transform: translateX(0);
}

.asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-sav-story-step-visible::after {
  transform: scaleX(1);
}

.asem-sav-field {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--sav-ice);
}

.asem-sav-field .asem-sav-heading {
  max-width: 960px;
  margin-bottom: 22px;
}

.asem-sav-field .asem-sav-heading h2 {
  font-size: clamp(30px, 2.8vw, 40px);
}

.asem-sav-field__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr);
  align-items: stretch;
  gap: 24px;
}

.asem-sav-field__media,
.asem-sav-field__secondary {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #dce8ec;
  box-shadow: 0 20px 48px rgba(6, 38, 58, 0.1);
}

.asem-sav-field__media picture,
.asem-sav-field__secondary picture {
  display: block;
  width: 100%;
  height: 100%;
}

.asem-sav-field__media img,
.asem-sav-field__secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.asem-sav-field__media:hover img,
.asem-sav-field__secondary:hover img {
  transform: scale(1.02);
}

.asem-sav-field__media {
  min-height: 450px;
}

.asem-sav-field__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.asem-sav-field__media figcaption span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--sav-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(6, 31, 53, 0.84);
  backdrop-filter: blur(8px);
  font-size: 11.5px;
  font-weight: 750;
}

.asem-sav-field__media figcaption i {
  color: var(--sav-teal);
  font-size: 9px;
}

.asem-sav-field__content {
  display: grid;
  min-width: 0;
  grid-template-rows: 155px 1fr;
  gap: 18px;
}

.asem-sav-field__secondary {
  min-height: 0;
}

.asem-sav-field__benefits {
  padding: 22px;
  border: 1px solid var(--sav-border);
  border-radius: 19px;
  background: var(--sav-white);
}

.asem-sav-field__benefits > h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.1vw, 31px);
  line-height: 1.13;
}

.asem-sav-field__benefits > p {
  margin-bottom: 13px;
  font-size: 13px;
}

.asem-sav-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.asem-sav-benefit {
  display: flex;
  min-width: 0;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(8, 61, 85, 0.09);
  border-radius: 11px;
  background: #f7fafb;
}

.asem-sav-benefit > span {
  flex: 0 0 auto;
  padding-top: 1px;
  color: var(--sav-teal-dark);
  font-size: 10px;
  font-weight: 850;
}

.asem-sav-benefit h3 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
}

.asem-sav-benefit p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.48;
}

.asem-sav-expertise {
  padding-top: 54px;
  padding-bottom: 54px;
  background: var(--sav-white);
}

.asem-sav-expertise .asem-sav-heading h2 {
  font-size: clamp(30px, 2.8vw, 40px);
}

.asem-sav-expertise__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
}

.asem-sav-expertise__intro .asem-sav-heading {
  margin-bottom: 21px;
}

.asem-sav-expertise__metrics {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  gap: 10px;
  margin-bottom: 21px;
}

.asem-sav-expertise__metrics > div {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 14px;
  background: var(--sav-navy-deep);
}

.asem-sav-expertise__metrics strong {
  display: block;
  margin-bottom: 5px;
  color: var(--sav-white);
  font-size: 40px;
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1;
}

.asem-sav-expertise__metrics strong sup {
  top: -0.7em;
  margin-left: 2px;
  color: var(--sav-teal);
  font-size: 16px;
}

.asem-sav-expertise__metrics > div > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.asem-sav-expertise__universes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.asem-sav-expertise__universe {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--sav-border);
  border-radius: 16px;
  background: var(--sav-ice);
}

.asem-sav-expertise__universe h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.asem-sav-expertise__universe > div:first-child > p {
  min-height: 38px;
  margin-bottom: 11px;
  font-size: 12.5px;
  line-height: 1.5;
}

.asem-sav-partners {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--sav-border);
}

.asem-sav-partners__logo {
  display: flex;
  min-width: 0;
  height: 44px;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
}

.asem-sav-partners__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.asem-sav-partners__logo.is-huvitz img {
  width: min(100%, 162px);
}

.asem-sav-partners__logo.is-bvi img {
  width: min(100%, 126px);
}

.asem-sav-partners__logo.is-gmv img {
  width: min(100%, 156px);
}

.asem-sav-partners__logo.is-arc img {
  max-height: 55px;
}

.asem-sav-partners__logo.is-haag img {
  width: min(100%, 136px);
}

.asem-sav-expertise__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 15px 0 0;
  color: #6b7d83;
  font-size: 11.5px;
}

.asem-sav-expertise__note i {
  margin-top: 4px;
  color: var(--sav-teal-dark);
}

.asem-sav-situations {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(135deg, #eef4f6, #e5eef2);
}

.asem-sav-situations__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
}

.asem-sav-situations__layout .asem-sav-heading {
  margin-bottom: 0;
}

.asem-sav-situations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.asem-sav-situation {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--sav-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.asem-sav-situation:hover {
  transform: translateX(3px);
  border-color: rgba(24, 189, 167, 0.35);
  background: var(--sav-white);
}

.asem-sav-situation > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--sav-white);
  border-radius: 50%;
  background: var(--sav-blue);
  font-size: 9px;
  font-weight: 850;
}

.asem-sav-situation h3 {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.35;
}

.asem-sav-situation p {
  margin-bottom: 0;
  font-size: 11.5px;
  line-height: 1.48;
}

.asem-sav-contact {
  padding: clamp(36px, 3.2vw, 42px) 0;
  background: var(--sav-white);
}

.asem-sav-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  align-items: stretch;
  gap: clamp(26px, 4vw, 54px);
  padding: clamp(26px, 3.3vw, 38px);
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 189, 167, 0.18), transparent 28%),
    linear-gradient(135deg, var(--sav-navy-deep), #0b4260);
  box-shadow: 0 24px 58px rgba(6, 38, 58, 0.14);
}

.asem-sav-contact__intro .asem-sav-kicker,
.asem-sav-contact__intro h2 {
  color: var(--sav-white) !important;
}

.asem-sav-contact__intro h2 {
  margin-bottom: 10px;
  font-size: clamp(29px, 3vw, 42px);
}

.asem-sav-contact__intro > p:last-of-type {
  max-width: 650px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.asem-sav-contact__entries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.asem-sav-contact__entries > a {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  color: var(--sav-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.asem-sav-contact__entries > a:hover {
  color: var(--sav-white);
  border-color: rgba(24, 189, 167, 0.48);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-2px);
}

.asem-sav-contact__entries > a > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--sav-teal);
  border-radius: 9px;
  background: rgba(24, 189, 167, 0.12);
}

.asem-sav-contact__entries strong,
.asem-sav-contact__entries small {
  display: block;
}

.asem-sav-contact__entries strong {
  margin-bottom: 2px;
  font-size: 12px;
}

.asem-sav-contact__entries small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 9.5px;
  line-height: 1.35;
}

.asem-sav-contact__entries > a > i {
  color: var(--sav-teal);
  font-size: 10px;
}

.asem-sav-contact__links {
  display: grid;
  align-content: center;
  grid-template-columns: 1fr;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.asem-sav-contact__links > a:not(.asem-sav-button) {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  color: var(--sav-white);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.asem-sav-contact__links > a:not(.asem-sav-button):hover {
  border-color: var(--sav-teal);
}

.asem-sav-contact__links > a:not(.asem-sav-button) > i {
  color: var(--sav-teal);
}

.asem-sav-contact__links span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 750;
}

.asem-sav-contact__links small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9.5px;
  font-weight: 650;
}

.asem-sav-final {
  position: relative;
  padding: clamp(52px, 5.5vw, 76px) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 31, 53, 0.98), rgba(6, 31, 53, 0.9)),
    url("../images/services/sav-calibration-v2-1536.webp") center 58% / cover no-repeat;
}

.asem-sav-final::after {
  position: absolute;
  top: -170px;
  right: -70px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.asem-sav-final__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.asem-sav-final__content > div:first-child {
  max-width: 710px;
}

.asem-sav-final h2 {
  margin-bottom: 11px;
  color: var(--sav-white);
  font-size: clamp(30px, 3.25vw, 45px);
  line-height: 1.14;
}

.asem-sav-final p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.asem-sav-button--light {
  color: var(--sav-navy);
  background: var(--sav-white);
}

.asem-sav-button--light:hover {
  color: var(--sav-navy);
  background: #e8f3f4;
}

.asem-sav-button--outline-light {
  color: var(--sav-white);
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.asem-sav-button--outline-light:hover {
  color: var(--sav-white);
  border-color: var(--sav-white);
  background: rgba(255, 255, 255, 0.07);
}

.asem-sav a:focus-visible,
.asem-sav button:focus-visible {
  outline: 3px solid var(--sav-teal);
  outline-offset: 3px;
}

html.asem-sav-reveal-ready .asem-sav .js-sav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms ease;
}

html.asem-sav-reveal-ready .asem-sav .js-sav-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199.98px) {
  .asem-sav-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 38px;
  }

  .asem-sav-phase {
    padding: 24px;
  }

  .asem-sav-lifecycle__product {
    width: 420px;
  }

  .asem-sav-lifecycle__product picture {
    height: 370px;
  }

  .asem-sav-lifecycle__step {
    width: 235px;
    padding: 13px;
  }

  .asem-sav-lifecycle__step::after {
    width: 34px;
  }

  .asem-sav-field__layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  }

  .asem-sav-field__benefits {
    padding: 22px;
  }

  .asem-sav-contact__panel {
    grid-template-columns: minmax(0, 1fr) 370px;
  }
}

@media (max-width: 991.98px) {
  .asem-sav-shell {
    width: min(100% - 40px, 1320px);
  }

  .asem-sav-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .asem-sav-hero__content {
    max-width: 760px;
  }

  .asem-sav-hero__media {
    max-width: 760px;
    margin: 0 auto;
  }

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

  .asem-sav-trust__item + .asem-sav-trust__item {
    border-left: 0;
  }

  .asem-sav-trust__item:nth-child(even) {
    border-left: 1px solid var(--sav-border);
  }

  .asem-sav-trust__item:nth-child(n + 3) {
    border-top: 1px solid var(--sav-border);
  }

  .asem-sav-phases__grid {
    grid-template-columns: 1fr;
  }

  .asem-sav-phase {
    min-height: 0;
  }

  .asem-sav-lifecycle,
  .asem-sav-lifecycle.is-sav-story-motion {
    min-height: 0;
    padding: 56px 0;
  }

  .asem-sav-lifecycle .asem-sav-lifecycle__sticky,
  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__sticky {
    position: static;
    display: block;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .asem-sav-lifecycle__stage {
    display: grid;
    min-height: 0;
    gap: 22px;
  }

  .asem-sav-lifecycle__product {
    position: static;
    width: min(100%, 480px);
    margin-inline: auto;
    transform: none;
  }

  .asem-sav-lifecycle__product picture {
    height: 350px;
    transform: none;
  }

  .asem-sav-lifecycle__steps {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .asem-sav-lifecycle__step,
  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step,
  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-left,
  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step.is-right {
    position: static;
    width: auto;
    min-height: 0;
    opacity: 1;
    transform: none;
  }

  .asem-sav-lifecycle__step::after {
    display: none;
  }

  .asem-sav-field__layout {
    grid-template-columns: 1fr;
  }

  .asem-sav-field__media {
    min-height: 480px;
  }

  .asem-sav-field__content {
    grid-template-rows: 260px auto;
  }

  .asem-sav-expertise__intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .asem-sav-expertise__universes {
    grid-template-columns: 1fr;
  }

  .asem-sav-expertise__universe > div:first-child > p {
    min-height: 0;
  }

  .asem-sav-situations__layout,
  .asem-sav-contact__panel {
    grid-template-columns: 1fr;
  }

  .asem-sav-situations__layout .asem-sav-heading {
    margin-bottom: 0;
  }

  .asem-sav-final__content {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .asem-sav-shell {
    width: min(100% - 30px, 1320px);
  }

  .asem-sav-hero {
    padding: 34px 0 56px;
  }

  .asem-sav-breadcrumb {
    margin-bottom: 18px;
  }

  .asem-sav-hero h1 {
    font-size: clamp(37px, 10.8vw, 51px);
  }

  .asem-sav-hero__lead {
    font-size: 15.5px;
  }

  .asem-sav-hero__media {
    padding: 0 0 13px 13px;
  }

  .asem-sav-hero__media::before {
    inset: 22px 22px 0 0;
    border-radius: 18px 18px 6px 18px;
  }

  .asem-sav-hero__media picture {
    border-radius: 18px 18px 6px 18px;
  }

  .asem-sav-hero__badge {
    right: -2px;
    bottom: -20px;
    max-width: 235px;
    min-height: 62px;
    padding: 12px 14px;
    font-size: 11px;
  }

  .asem-sav-trust {
    margin-top: -24px;
  }

  .asem-sav-section {
    padding: 48px 0;
  }

  .asem-sav-phases {
    padding-top: 56px;
  }

  .asem-sav-heading {
    margin-bottom: 24px;
  }

  .asem-sav-heading h2 {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .asem-sav-phase {
    padding: 18px;
  }

  .asem-sav-phase__top {
    margin-bottom: 12px;
  }

  .asem-sav-phase h3 {
    font-size: 21px;
  }

  .asem-sav-phase > p:not(.asem-sav-phase__label) {
    margin-bottom: 10px;
    font-size: 12.5px;
  }

  .asem-sav-phase ul {
    gap: 6px;
    margin-bottom: 10px;
  }

  .asem-sav-phase > strong {
    padding-top: 9px;
  }

  .asem-sav-lifecycle,
  .asem-sav-lifecycle.is-sav-story-motion {
    padding: 50px 0;
  }

  .asem-sav-lifecycle__product picture {
    height: 300px;
  }

  .asem-sav-lifecycle__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .asem-sav-lifecycle__step {
    min-height: 86px;
    padding: 12px;
  }

  .asem-sav-field__media {
    min-height: 330px;
  }

  .asem-sav-field__media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .asem-sav-field__media figcaption span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10.5px;
  }

  .asem-sav-field__content {
    grid-template-rows: 180px auto;
  }

  .asem-sav-field__benefits {
    padding: 19px 18px;
  }

  .asem-sav-benefits__list {
    grid-template-columns: 1fr;
  }

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

  .asem-sav-situation {
    min-height: 80px;
    gap: 8px;
  }

  .asem-sav-situation p {
    display: none;
  }

  .asem-sav-benefit p {
    font-size: 11.5px;
  }

  .asem-sav-expertise__metrics {
    gap: 9px;
  }

  .asem-sav-expertise__metrics > div {
    min-height: 102px;
    padding: 15px;
  }

  .asem-sav-expertise__metrics strong {
    font-size: 36px;
  }

  .asem-sav-expertise__universe {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 12px;
    padding: 17px;
  }

  .asem-sav-expertise__universe > div:first-child > p {
    margin-bottom: 0;
  }

  .asem-sav-expertise__universe .asem-sav-partners {
    min-height: 78px;
    padding-top: 0;
    padding-left: 12px;
    border-top: 0;
    border-left: 1px solid var(--sav-border);
  }

  .asem-sav-contact {
    padding: 38px 0;
  }

  .asem-sav-contact__panel {
    padding: 23px 19px;
  }

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

  .asem-sav-contact__entries > a {
    display: flex;
    min-height: 92px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }

  .asem-sav-contact__entries small,
  .asem-sav-contact__entries > a > i {
    display: none;
  }

  .asem-sav-contact__links {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .asem-sav-contact__links .asem-sav-button {
    grid-column: 1 / -1;
  }

  .asem-sav-contact__links span {
    font-size: 10.5px;
  }

  .asem-sav-final__content {
    gap: 27px;
  }
}

@media (max-width: 429.98px) {
  .asem-sav-shell {
    width: min(100% - 24px, 1320px);
  }

  .asem-sav-actions,
  .asem-sav-actions .asem-sav-button {
    width: 100%;
  }

  .asem-sav-button {
    padding-right: 17px;
    padding-left: 17px;
  }

  .asem-sav-hero__badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    max-width: none;
    margin: -10px 0 0 auto;
    border-radius: 9px;
  }

  .asem-sav-trust__item {
    align-items: center;
    flex-direction: row;
    gap: 7px;
    padding: 11px 10px;
  }

  .asem-sav-trust__item > div {
    min-width: 0;
  }

  .asem-sav-trust__item p {
    display: none;
  }

  .asem-sav-trust__item h3 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .asem-sav-trust__item .asem-sav-icon--small {
    width: 32px;
    height: 32px;
  }

  .asem-sav-lifecycle__product picture {
    height: 265px;
  }

  .asem-sav-lifecycle__product figcaption strong {
    font-size: 21px;
  }

  .asem-sav-field__media {
    min-height: 310px;
  }

  .asem-sav-field__content {
    grid-template-rows: 165px auto;
  }

  .asem-sav-field__media figcaption {
    display: grid;
    grid-template-columns: 1fr;
  }

  .asem-sav-field__media figcaption span {
    width: max-content;
    max-width: 100%;
  }

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

  .asem-sav-partners {
    gap: 13px;
  }

  .asem-sav-contact__links {
    padding: 10px;
  }
}

@media (min-width: 360px) and (max-width: 767.98px) {
  .asem-sav-benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 389.98px) {
  .asem-sav-lifecycle__step,
  .asem-sav-situation {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asem-sav *,
  .asem-sav *::before,
  .asem-sav *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.asem-sav-reveal-ready .asem-sav .js-sav-reveal {
    opacity: 1;
    transform: none;
  }

  .asem-sav-lifecycle.is-sav-story-motion {
    min-height: 0;
    padding: clamp(64px, 6.3vw, 88px) 0;
  }

  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__sticky {
    position: static;
    min-height: 0;
    padding: 0;
  }

  .asem-sav-lifecycle.is-sav-story-motion .asem-sav-lifecycle__step {
    opacity: 1;
    transform: none;
  }

  .asem-sav-lifecycle__product picture {
    transform: none;
  }
}
