.overview-command-banner{
  position:relative;
  width:100%;
  aspect-ratio:3/1;
  min-height:0;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background-image:var(--overview-hero-image,url('/assets/overview-hero.webp?v=3'));
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#050607;
  image-rendering:auto;
}
.overview-command-banner.overview-command-banner-exact::before{
  display:none;
  content:none;
}
.overview-banner-hotspot{
  position:absolute;
  z-index:3;
  display:block;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  color:transparent;
  font-size:0;
  opacity:0;
  cursor:pointer;
}
.overview-banner-hotspot.hotspot-orbat{
  left:4.2%;
  top:71.1%;
  width:12.9%;
  height:10.6%;
}
.overview-banner-hotspot.hotspot-doctrine{
  left:17.2%;
  top:71.1%;
  width:13.3%;
  height:10.6%;
}
.overview-banner-hotspot:focus-visible{
  opacity:1;
  outline:2px solid var(--red2);
  outline-offset:2px;
  background:rgba(142,31,47,.08);
}
.overview-about-card{min-height:280px}
.overview-closing-banner{
  width:100%;
  min-height:clamp(185px,19vw,285px);
  aspect-ratio:464/116;
  margin:0 0 42px;
  display:block;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background-image:url('/assets/overview-strength.webp');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
}
@media(max-width:760px){
  .overview-command-banner{
    aspect-ratio:3/1;
    min-height:0;
    background-size:cover;
  }
  .overview-closing-banner{
    min-height:170px;
    aspect-ratio:auto;
    background-position:center center;
  }
}
