.hero-image {
  background-image: none;
}

.hero-mosaic {
  display: block;
  background: #0b43bd;
  overflow: hidden;
}

.hero-mosaic img {
  position: absolute;
  display: block;
  width: clamp(150px, 18vw, 290px);
  height: clamp(105px, 13vw, 205px);
  object-fit: cover;
  opacity: .32;
  filter: grayscale(.08) saturate(.9) brightness(1.12) contrast(.92);
  mix-blend-mode: screen;
  border-radius: 3px;
  box-shadow: 0 20px 45px rgba(0, 10, 70, .22);
}

.hero-mosaic img:nth-child(1) { left: -3%; top: 13%; transform: rotate(-8deg); }
.hero-mosaic img:nth-child(2) { left: 18%; top: -5%; transform: rotate(5deg) scale(.82); }
.hero-mosaic img:nth-child(3) { left: 39%; top: 20%; transform: rotate(-4deg) scale(.72); }
.hero-mosaic img:nth-child(4) { right: 4%; top: 8%; transform: rotate(7deg) scale(1.08); }
.hero-mosaic img:nth-child(5) { left: 8%; top: 49%; transform: rotate(4deg) scale(.76); }
.hero-mosaic img:nth-child(6) { left: 30%; bottom: -3%; transform: rotate(-7deg) scale(.9); }
.hero-mosaic img:nth-child(7) { left: 55%; top: 53%; transform: rotate(8deg) scale(.68); }
.hero-mosaic img:nth-child(8) { right: -4%; top: 43%; transform: rotate(-5deg) scale(.86); }
.hero-mosaic img:nth-child(9) { left: 67%; bottom: -5%; transform: rotate(3deg) scale(.72); }
.hero-mosaic img:nth-child(10) { left: -5%; bottom: -4%; transform: rotate(9deg) scale(.66); }

.hero-shade {
  background: linear-gradient(90deg, rgba(4, 34, 145, .78) 0%, rgba(5, 47, 174, .65) 48%, rgba(8, 55, 178, .4) 100%),
    linear-gradient(0deg, rgba(3, 24, 116, .25), transparent 58%);
}

.hero-brand {
  position: absolute;
  z-index: 3;
  top: 125px;
  right: clamp(32px, 7vw, 120px);
  width: clamp(190px, 16vw, 280px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .38));
}

.unit {
  min-height: 470px;
  padding: 0;
  overflow: hidden;
}

.unit-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.unit-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

@media (max-width: 600px) {
  .hero-mosaic {
    background: #0b43bd;
  }

  .hero-mosaic img {
    width: 135px;
    height: 92px;
    opacity: .29;
  }

  .hero-mosaic img:nth-child(1) { left: -14%; top: 10%; transform: rotate(-9deg) scale(.9); }
  .hero-mosaic img:nth-child(2) { left: 39%; top: 4%; transform: rotate(7deg) scale(.7); }
  .hero-mosaic img:nth-child(3) { left: 72%; top: 19%; transform: rotate(-5deg) scale(.82); }
  .hero-mosaic img:nth-child(4) { left: 8%; top: 29%; transform: rotate(6deg) scale(.72); }
  .hero-mosaic img:nth-child(5) { left: 50%; top: 39%; transform: rotate(-8deg) scale(.88); }
  .hero-mosaic img:nth-child(6) { left: -10%; top: 50%; transform: rotate(5deg) scale(.67); }
  .hero-mosaic img:nth-child(7) { left: 67%; top: 59%; transform: rotate(9deg) scale(.72); }
  .hero-mosaic img:nth-child(8) { left: 20%; top: 69%; transform: rotate(-6deg) scale(.8); }
  .hero-mosaic img:nth-child(9) { left: 55%; top: 82%; transform: rotate(4deg) scale(.66); }
  .hero-mosaic img:nth-child(10) { left: -12%; bottom: -2%; transform: rotate(8deg) scale(.72); }

  .hero-shade {
    background: linear-gradient(90deg, rgba(4, 34, 145, .8), rgba(7, 52, 180, .57)),
      linear-gradient(0deg, rgba(3, 24, 116, .25), transparent 58%);
  }

  .hero-brand {
    top: 92px;
    right: 20px;
    width: 145px;
  }

  .hero-content {
    padding-top: 135px;
  }

  .unit {
    min-height: 0;
  }
}
