/* AXIOMA Black White hero fix v1.0.1 */
.aofp--blackwhite .aofp-hero{
  position:relative!important;
  overflow:hidden!important;
  clip-path:inset(0);
  background:#0b090d!important;
}
.aofp--blackwhite .aofp-hero__image{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center 28%!important;
  transform:scale(1.055);
  transform-origin:center center;
}
.aofp--blackwhite .aofp-hero__veil{
  inset:0!important;
  background:
    linear-gradient(180deg,rgba(10,8,12,.22) 0%,rgba(10,8,12,.28) 48%,rgba(10,8,12,.88) 86%,#0b090d 100%),
    linear-gradient(90deg,rgba(10,8,12,.985) 0%,rgba(10,8,12,.90) 46%,rgba(10,8,12,.48) 100%)!important;
}
.aofp--blackwhite .aofp-hero__inner{
  position:relative;
  z-index:1;
}
.aofp--blackwhite .aofp-decision{
  position:relative;
  z-index:2;
}
@media(max-width:1024px){
  .aofp--blackwhite .aofp-hero__image{object-position:58% 26%!important;transform:scale(1.08)}
  .aofp--blackwhite .aofp-hero__veil{background:linear-gradient(180deg,rgba(10,8,12,.38) 0%,rgba(10,8,12,.66) 70%,#0b090d 100%),linear-gradient(90deg,rgba(10,8,12,.95) 0%,rgba(10,8,12,.76) 72%,rgba(10,8,12,.58) 100%)!important}
}
@media(max-width:767px){
  .aofp--blackwhite .aofp-hero__image{object-position:62% 24%!important;transform:scale(1.10)}
}
