/* scoped: si-contact-ContactFormSection */

  .contact-section:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 100%;
    height: 563px;
    padding: 70px 54px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    box-sizing: border-box;
  }

  .form-box:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 686px;
    height: 493px;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .form-title:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    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-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #D62121;
  }

  .contact-form:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .form-row:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    gap: 20px;
  }

  .input-wrap:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    position: relative;
    width: 333px;
  }

  .input-wrap--textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 686px;
  }

  .asterisk:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #D62121;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
  }

  .asterisk--textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    top: 9px;
    transform: none;
  }

  .form-input:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
    height: 38px;
    padding: 7px 10px 7px 18px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    box-sizing: border-box;
    outline: none;
  }

  .form-input:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *)::placeholder{
    color: #9499A8;
  }

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

  .form-textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 686px;
    height: 100px;
    padding: 12px 10px 7px 18px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    box-sizing: border-box;
    resize: none;
    outline: none;
  }

  .form-textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *)::placeholder{
    color: #9499A8;
  }

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

  .checkbox-row:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 686px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .checkbox-input:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 23px;
    height: 23px;
    border: 2px solid #262527;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
    accent-color: #D62121;
  }

  .checkbox-label:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #272727;
  }

  .consent-link:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #D62121;
    text-decoration: underline;
  }

  .captcha-placeholder:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 238px;
    height: 59px;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    background: #F9F9F9;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .captcha-inner:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .captcha-checkbox:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
  }

  .captcha-label:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
    flex: 1;
    cursor: pointer;
  }

  .captcha-logo:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-left: auto;
  }

  .captcha-logo-icon:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 8px;
    font-weight: 700;
    color: #4A90D9;
  }

  .captcha-logo-sub:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 7px;
    color: #9499A8;
  }

  .cf-error:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #D62121;
    margin: 0;
    min-height: 16px;
  }

  .cf-success:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a7a1a;
    margin: 0;
    display: none;
  }

  .cf-success.visible:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: block;
  }

  .form-submit:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    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: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
  }

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



  html.is-mobile .m-section-line:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: block !important;
    width: 354px;
    height: 1px;
    background: #FFFFFF;
    flex-shrink: 0;
    margin-bottom: 37px;
  }

  html.is-mobile .m-contact-header:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 37px;
  }

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

  html.is-mobile .m-contact-underline:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }

  html.is-mobile .contact-section:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 430px;
    min-height: 977px;
    padding: 40px 54px;
    box-sizing: border-box;
    background-image: url('/ContactMOBILE.webp');
    background-size: cover;
    background-position: center top;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  html.is-mobile .m-contact-info:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  html.is-mobile .m-info-logo:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 289px;
    height: 81px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 16px;
  }

  html.is-mobile .m-info-details:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 289px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
  }

  html.is-mobile .m-info-contact-rows:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  html.is-mobile .m-info-row:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
  }

  html.is-mobile .m-info-text:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: left;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
    white-space: nowrap;
  }

  html.is-mobile .m-info-socials:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
  }

  html.is-mobile .contact-section .form-box:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 100%;
    height: auto;
    gap: 13px;
    margin-bottom: 74px;
  }

  html.is-mobile .contact-section .form-title:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    font-size: 22px;
    color: #FFFFFF;
  }

  html.is-mobile .contact-section .form-title-red:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #D62121;
  }

  html.is-mobile .contact-section .checkbox-label:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #FFFFFF;
  }

  html.is-mobile .contact-section .captcha-label:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #272727;
  }

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

  html.is-mobile .contact-section .input-wrap:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
  }

  html.is-mobile .contact-section .input-wrap--textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
  }

  html.is-mobile .contact-section .form-input:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
  }

  html.is-mobile .contact-section .form-textarea:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
  }

  html.is-mobile .contact-section .checkbox-row:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
    height: auto;
  }

  html.is-mobile .contact-section .captcha-placeholder:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 238px;
    height: 59px;
  }

  html.is-mobile .contact-section .captcha-label:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    color: #272727;
  }

  html.is-mobile .contact-section .form-submit:where(.si-contact-ContactFormSection, .si-contact-ContactFormSection *){
    width: 333px;
  }
