/* scoped: si-careers-CareersIntroSection */

  .intro-section:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    width: 100%;
    height: 399px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
  }

  .intro-content:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .intro-title:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .intro-title-red:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    color: #D62121;
  }

  .intro-underline:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .intro-text-block:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 560px;
  }

  .intro-text:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    text-align: left;
  }



  html.is-mobile .intro-section:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    width: 430px;
    height: 443px;
    padding: 80px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
  }

  html.is-mobile .intro-section .intro-content:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    align-items: center;
    gap: 16px;
  }

  html.is-mobile .intro-section .intro-title:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
  }

  html.is-mobile .intro-section .intro-title-dark:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    white-space: nowrap;
    color: #272727;
  }

  html.is-mobile .intro-section .intro-underline:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  html.is-mobile .intro-section .intro-text-block:where(.si-careers-CareersIntroSection, .si-careers-CareersIntroSection *){
    max-width: 100%;
    margin-top: 12px;
  }
