:root{
  --auction-blue:#173f7a;
  --auction-blue-2:#0f2e5d;
  --auction-gold:#f2b632;
  --auction-orange:#f59b22;
  --auction-shadow:0 12px 28px rgba(23,63,122,.12);
}
.auction-logo-mark{background:linear-gradient(135deg,var(--auction-blue),var(--auction-blue-2));}
.auction-hero-carousel .carousel-item::before{
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--auction-blue-2) 72%, transparent),color-mix(in srgb,var(--auction-blue) 35%, transparent) 48%,rgba(8,20,39,.08)),
    linear-gradient(0deg,rgba(0,0,0,.22),rgba(0,0,0,.04));
}
.auction-cta{
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--auction-blue) 70%, transparent),rgba(18,34,56,.48)),
    url('https://picsum.photos/1800/440?random=130') center/cover !important;
}
.auction-page-head{
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--auction-blue-2) 66%, transparent),color-mix(in srgb,var(--auction-blue) 36%, transparent)),
    url('https://picsum.photos/1800/500?random=120') center/cover !important;
}
