@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
@media (min-width: 992px) {
  .block__hero-dark {
    min-height: 650px;
  }
}
.block__hero-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
  background-image: url(../img/vector-hero-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .block__hero-dark::before {
    height: 100%;
  }
}
.block__hero-dark .hero-dark__image-wrapper {
  width: 48%;
}
@media (min-width: 1200px) {
  .block__hero-dark .hero-dark__image-wrapper {
    width: auto;
  }
}
.block__hero-dark .hero-dark__image-wrapper .hero-dark__img {
  border-top-left-radius: 12rem;
}
.block__hero-dark .hero-dark__img-mobile {
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  max-height: 350px;
}