/* scoped: si-contact-ContactHeroSection */

  .hero:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    width: 100%;
    height: 219px;
    padding: 70px 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/19. Contact hero.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  .hero-content:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .hero-title:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  .hero-underline:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }



  html.is-mobile .hero:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    height: 201px;
    padding: 70px 24px;
    box-sizing: border-box;
  }

  html.is-mobile .hero .hero-title:where(.si-contact-ContactHeroSection, .si-contact-ContactHeroSection *){
    font-size: 32px;
  }
