.mvah-home,
.mvah-home * {
  box-sizing: border-box;
}

.mvah-home {
  color: #071b3d;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  margin: 76px auto;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
}

.mvah-home:not(.is-ready) {
  visibility: hidden;
}

.mvah-home a {
  text-decoration: none;
}

.mvah-home__panel {
  background: #071b3d;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 22px 55px rgba(7, 27, 61, 0.18);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  min-height: 500px;
  overflow: hidden;
}

.mvah-home__media {
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.mvah-home__media::after {
  background: linear-gradient(180deg, transparent 55%, rgba(4, 16, 37, 0.76) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.mvah-home__media picture,
.mvah-home__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.mvah-home__media img {
  object-fit: cover;
  object-position: center center;
}

.mvah-home__media-label {
  align-items: center;
  bottom: 22px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  left: 24px;
  letter-spacing: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.mvah-home__media-label span {
  background: #f6b400;
  height: 3px;
  width: 28px;
}

.mvah-home__content {
  align-self: center;
  padding: 48px 46px;
}

.mvah-home__kicker {
  color: #f6b400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mvah-home h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0 0 20px;
  max-width: 540px;
}

.mvah-home__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.mvah-home__benefits {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
  margin: 0 0 24px;
  padding: 6px 0;
}

.mvah-home__benefits li {
  align-items: baseline;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1fr);
  padding: 8px 0;
}

.mvah-home__benefits strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mvah-home__benefits li:last-child strong {
  color: #67dd93;
}

.mvah-home__benefits span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12.5px;
  line-height: 1.35;
}

.mvah-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mvah-home__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mvah-home__button:hover,
.mvah-home__button:focus-visible {
  transform: translateY(-1px);
}

.mvah-home .mvah-home__button--primary,
.mvah-home .mvah-home__button--primary:link,
.mvah-home .mvah-home__button--primary:visited {
  background: #f6b400;
  border-color: #f6b400;
  color: #071b3d;
}

.mvah-home .mvah-home__button--primary:hover,
.mvah-home .mvah-home__button--primary:focus-visible {
  background: #ffca2c;
  border-color: #ffca2c;
  color: #071b3d;
}

.mvah-home .mvah-home__button--secondary,
.mvah-home .mvah-home__button--secondary:link,
.mvah-home .mvah-home__button--secondary:visited {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.mvah-home .mvah-home__button--secondary:hover,
.mvah-home .mvah-home__button--secondary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #071b3d;
}

.mvah-home__note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11.5px;
  line-height: 1.45;
  margin: 17px 0 0;
}

.mvah-home__process {
  background: #eef5ff;
  border: 1px solid #d8e5f6;
  border-radius: 0 0 8px 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.mvah-home__process li {
  min-height: 110px;
  padding: 22px 24px;
  position: relative;
}

.mvah-home__process li + li {
  border-left: 1px solid #d8e5f6;
}

.mvah-home__process span {
  color: #0057d8;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}

.mvah-home__process strong {
  color: #071b3d;
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 4px;
}

.mvah-home__process small {
  color: #526883;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .mvah-home {
    margin: 60px auto;
  }

  .mvah-home__panel {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .mvah-home__content {
    padding: 38px 32px;
  }

  .mvah-home h2 {
    font-size: 37px;
  }

  .mvah-home__benefits li {
    display: block;
  }

  .mvah-home__benefits span {
    display: block;
    margin-top: 3px;
  }
}

@media (max-width: 760px) {
  .mvah-home {
    margin: 48px auto;
    padding: 0 16px;
  }

  .mvah-home__panel {
    display: block;
    min-height: 0;
  }

  .mvah-home__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .mvah-home__media img {
    object-position: 43% center;
  }

  .mvah-home__media-label {
    bottom: 16px;
    font-size: 10px;
    left: 18px;
  }

  .mvah-home__content {
    padding: 32px 24px 30px;
  }

  .mvah-home__kicker {
    font-size: 11px;
  }

  .mvah-home h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .mvah-home__lead {
    font-size: 15px;
  }

  .mvah-home__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mvah-home__button {
    width: 100%;
  }

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

  .mvah-home__process li {
    min-height: 104px;
    padding: 18px;
  }

  .mvah-home__process li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d8e5f6;
  }

  .mvah-home__process li:nth-child(4) {
    border-top: 1px solid #d8e5f6;
  }
}

@media (max-width: 390px) {
  .mvah-home {
    padding: 0 12px;
  }

  .mvah-home__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mvah-home h2 {
    font-size: 31px;
  }

  .mvah-home__process li {
    padding: 16px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvah-home__button {
    transition: none;
  }
}
