
/* hero-fade-3 vo-g-mtroo87q */
.vo-g-mtroo87q {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.vo-g-mtroo87q figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}
.vo-g-mtroo87q figure:first-child { opacity: 1; }
.vo-g-mtroo87q.vo-g-mtroo87q-js figure { opacity: 0; }
.vo-g-mtroo87q.vo-g-mtroo87q-js figure.vo-g-mtroo87q-on { opacity: 1; }
.vo-g-mtroo87q img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vo-g-mtroo87q .vo-s-a img { object-position: 50% 40%; }
@media (max-aspect-ratio: 3 / 4) {
  .vo-g-mtroo87q .vo-s-a img { object-position: 50% 35%; }
  .vo-g-mtroo87q .vo-s-b img { object-position: 50% 50%; }
  .vo-g-mtroo87q .vo-s-c img { object-position: 50% 45%; }
}
@media (min-aspect-ratio: 2 / 1) {
  .vo-g-mtroo87q .vo-s-a img { object-position: 50% 40%; }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mtroo87q figure { transition: none; }
}

/* checkxl-6 vo-g-mtroo9du */
.vo-g-mtroo9du {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, clamp(150px, 16.6vw, 260px));
  grid-template-areas: "a a b b" "a a c c" "d d e e" "f f e e";
  gap: clamp(4px, 0.6vw, 8px);
}
.vo-g-mtroo9du figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.vo-g-mtroo9du img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vo-g-mtroo9du figure:hover img { transform: scale(1.04); }
.vo-g-mtroo9du figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #C70000;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vo-g-mtroo9du figure:hover::after { opacity: 0.85; }
.vo-g-mtroo9du .vo-s-a { grid-area: a; }
.vo-g-mtroo9du .vo-s-b { grid-area: b; }
.vo-g-mtroo9du .vo-s-c { grid-area: c; }
.vo-g-mtroo9du .vo-s-d { grid-area: d; }
.vo-g-mtroo9du .vo-s-e { grid-area: e; }
.vo-g-mtroo9du .vo-s-f { grid-area: f; }
@media (max-width: 768px) {
  .vo-g-mtroo9du {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, clamp(140px, 24vw, 210px));
    grid-template-areas: "a a" "a a" "b b" "b b" "c c" "c c" "d d" "d d" "e e" "e e" "f f" "f f";
  }
}
@media (max-width: 480px) {
  .vo-g-mtroo9du { grid-template-rows: repeat(12, clamp(110px, 30vw, 170px)); }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mtroo9du img, .vo-g-mtroo9du figure::after { transition: none; }
  .vo-g-mtroo9du figure:hover img { transform: none; }
}
