<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notify-editorial-block-wrapper {
  padding: 50px 30px;
  background-color: var(--color-rubric-9); }
  .notify-editorial-block-wrapper .left-part h2 {
    padding-top: 25px; }
  .notify-editorial-block-wrapper .right-part #notify-editorial-form {
    padding: 10px;
    width: 550px;
    max-width: 100%; }
    .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper {
      position: relative;
      padding: 17px 0px 0px 0px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper .error-message-place {
        position: absolute;
        top: -5px;
        left: 10px;
        color: var(--color-base-red);
        font-size: 0.9rem;
        font-weight: 500;
        background-color: var(--color-rubric-9);
        transition: opacity 0.6s ease, outline 0.6s ease;
        opacity: 0; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper.invalid .error-message-place {
        opacity: 1; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper input {
        border: none;
        outline: none;
        height: var(--height-primary-input);
        width: 100%;
        background-color: var(--color-surface-primary);
        color: var(--color-base-black);
        border-radius: var(--button-radius);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5rem;
        padding: 0px 20px;
        transition: box-shadow 0.6s ease;
        cursor: text;
        display: inline-block; }
        .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper input:invalid {
          box-shadow: inset 0px 0px 5px var(--color-base-red); }
        .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper input::placeholder {
          color: var(--color-base-gray); }
        .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper input:focus {
          border: none;
          outline: none; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper.bottom-squared input {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper.top-squared input {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper.left-squared input {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper.right-squared input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
    .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper {
      margin-top: 6px;
      position: relative;
      padding: 20px 0px 0px 0px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper .error-message-place {
        position: absolute;
        top: -5px;
        left: 10px;
        color: var(--color-base-red);
        font-size: 0.9rem;
        font-weight: 500;
        background-color: var(--color-rubric-9);
        transition: opacity 0.6s ease, outline 0.6s ease;
        opacity: 0; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper.invalid .error-message-place {
        opacity: 1; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper textarea {
        border: none;
        outline: none;
        background-color: var(--color-surface-primary);
        color: var(--color-base-black);
        font-size: 1rem;
        line-height: 1.25rem;
        width: 100%;
        min-height: 200px;
        padding: 15px;
        transition: box-shadow 0.6s ease;
        cursor: text; }
        .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper textarea:invalid {
          box-shadow: inset 0px 0px 5px var(--color-base-red); }
    .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-input-wrapper .error-message-place, .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .my-simple-text-wrapper .error-message-place {
      background-color: var(--color-rubric-9); }
    .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn {
      outline: none;
      display: inline-block;
      border-radius: 15px;
      padding: 8px 20px;
      border: none;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.5rem;
      color: var(--color-surface-primary);
      background-color: var(--color-base-red);
      transition: box-shadow 0.6s ease, background-color 0.6s ease;
      cursor: pointer;
      text-decoration: none;
      height: var(--height-primary-input);
      margin-top: -3px !important;
      position: relative; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.extended {
        width: 100%; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn:disabled {
        opacity: 0.9;
        cursor: not-allowed; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn:hover {
        box-shadow: inset 0px 4px 4px 0px #B40E0E; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.u-case {
        text-transform: uppercase; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.pressed {
        box-shadow: inset 0px 4px 4px 0px #B40E0E; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.iconed:before {
        margin-right: 12px;
        font-size: 1.3rem; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.left-squared {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-left: -3px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.right-squared {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-right: -3px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.top-squared {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        margin-top: 5px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn.bottom-squared {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-bottom: 5px; }
      .notify-editorial-block-wrapper .right-part #notify-editorial-form .feedback-block-wrapper .send-message-btn #notify-editorial-form-spinner {
        position: absolute;
        top: 5px;
        right: 20px; }
</pre></body></html>