/* scoped: si-careers-CareersFormSection */

  .form-section:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 100%;
    height: 933px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 95px;
    background: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .form-bg:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    position: absolute;
    inset: 0;
    background-image: url('/career at shoot indoors bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 0;
  }

  .form-header:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
  }

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

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

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

  .career-form:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 691px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    position: relative;
    z-index: 1;
  }

  .form-row:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: flex;
    gap: 17px;
  }

  .form-field:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .form-field:not(.form-field--full):where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 337px;
  }

  .form-field--full:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 100%;
  }

  .form-label:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
  }

  .required:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    color: #D62121;
    font-style: italic;
  }

  .form-input:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 337px;
    height: 38px;
    padding: 7px 7px;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
    box-sizing: border-box;
    outline: none;
  }

  .form-input:focus:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    border-color: #D62121;
  }

  .radio-group:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 53px;
    height: 43px;
  }

  .radio-label:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    cursor: pointer;
  }

  .radio-input:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 19px;
    height: 19px;
    border: 1px solid #BFBFBF;
    margin: 0;
    cursor: pointer;
    accent-color: #D62121;
  }

  .form-textarea:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 682px;
    height: 184px;
    padding: 7px 7px;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
    box-sizing: border-box;
    resize: none;
    outline: none;
  }

  .form-textarea:focus:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    border-color: #D62121;
  }

  .form-submit:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 157px;
    height: 44px;
    padding: 15px 22px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 20.4px 0px rgba(214, 33, 33, 0.76);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
  }

  .form-submit:hover:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    opacity: 0.9;
  }



  html.is-mobile .form-section:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 430px;
    height: 1128px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 40px;
    background: rgba(216, 162, 162, 0.2) !important;
    align-items: center;
  }

  html.is-mobile .form-section .form-bg:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    display: block !important;
    opacity: 0.15 !important;
  }

  html.is-mobile .form-section .form-header:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    gap: 12px;
  }

  html.is-mobile .form-section .form-title:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .form-section .career-form:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 100%;
    gap: 13px;
  }

  html.is-mobile .form-section .form-row:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    flex-direction: column;
    gap: 13px;
  }

  html.is-mobile .form-section .form-field:not(.form-field--full):where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 100%;
  }

  html.is-mobile .form-section .form-field--full:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    gap: 12px;
  }

  html.is-mobile .form-section .form-field--full .form-label:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    width: 338px;
    height: 42px;
  }

  html.is-mobile .form-section .form-field--full .required:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    font-style: italic;
    font-weight: 400;
  }

  html.is-mobile .form-section .form-input:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 337px;
    height: 38px;
    padding: 7px 124px 7px 7px;
    border-radius: 8px;
    border: 1px solid #BFBFBF;
    background: rgba(255, 255, 255, 0.4);
  }

  html.is-mobile .form-section .form-textarea:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 338px;
    height: 184px;
    padding: 7px 124px 7px 7px;
    border-radius: 8px;
    border: 1px solid #BFBFBF;
    background: rgba(255, 255, 255, 0.4);
  }

  html.is-mobile .form-section .form-submit:where(.si-careers-CareersFormSection, .si-careers-CareersFormSection *){
    width: 338px;
    height: 44px;
    padding: 15px 22px;
    gap: 10px;
    border-radius: 4px;
  }
