/* scoped: si-careers-CareersHeroSection */

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

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

  .hero-title:where(.si-careers-CareersHeroSection, .si-careers-CareersHeroSection *){
    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-careers-CareersHeroSection, .si-careers-CareersHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }



  html.is-mobile .careers-hero:where(.si-careers-CareersHeroSection, .si-careers-CareersHeroSection *){
    width: 430px;
    height: 201px;
    padding: 70px 54px;
    box-sizing: border-box;
    background: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.is-mobile .careers-hero:where(.si-careers-CareersHeroSection, .si-careers-CareersHeroSection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/20.NewsMOBILE.webp');
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: 0;
  }

  html.is-mobile .careers-hero .hero-content:where(.si-careers-CareersHeroSection, .si-careers-CareersHeroSection *){
    position: relative;
    z-index: 1;
    gap: 16px;
  }

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