/* scoped: si-faq-FAQHeroSection */

  .faq-hero:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    width: 100%;
    height: 285px;
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
    background-image: url('/6.Faq hero.webp');
    background-size: cover;
    background-position: center 10%;
    box-sizing: border-box;
  }

  .heading-group:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

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

  .title-underline:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }

  .faq-eyebrow:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){ display: none; }



  html.is-mobile .faq-hero:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    width: 430px;
    height: auto;
    min-height: 201px;
    padding: 60px 24px;
    box-sizing: border-box;
    background-image: url('/FaqMOBILE.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .faq-hero .heading-group:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    gap: 20px;
  }

  html.is-mobile .faq-hero .faq-eyebrow:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    color: #D62121;
    margin: 0;
  }

  html.is-mobile .faq-hero .hero-title:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    font-size: 32px;
    color: #FFFFFF;
  }

  html.is-mobile .faq-hero .title-underline:where(.si-faq-FAQHeroSection, .si-faq-FAQHeroSection *){
    width: 80px;
    height: 5px;
  }
