.ContentEditable__Wrapper_316T0 * + h1,
  .ContentEditable__Wrapper_316T0 * + h2,
  .ContentEditable__Wrapper_316T0 * + h4,
  .ContentEditable__Wrapper_316T0 * + p {
    margin-top: 24px;
    margin-top: var(--padding--xl);
  }
  .ContentEditable__Wrapper_316T0 h3 + *,
  .ContentEditable__Wrapper_316T0 * + h3 {
    margin-top: 32px;
    margin-top: var(--padding--2xl);
  }
  .ContentEditable__Wrapper_316T0 p > b {
      font-weight: 500;
    }
  .ContentEditable__Wrapper_316T0 a:not([class]) {
    color: rgb(18, 82, 245);
    color: var(--color--second-blue);
    font-weight: 500;
    word-break: break-all;
  }
  .ContentEditable__Wrapper_316T0 a:not([class])::after {
      content: none;
    }
  .ContentEditable__Wrapper_316T0 ul,
  .ContentEditable__Wrapper_316T0 ol {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ContentEditable__Wrapper_316T0 ul > li, .ContentEditable__Wrapper_316T0 ol > li {
      position: relative;
      padding-left: 20px;
    }
  .ContentEditable__Wrapper_316T0 ul > li::before, .ContentEditable__Wrapper_316T0 ol > li::before {
        position: absolute;
      }
  .ContentEditable__Wrapper_316T0 ul > li:not(:last-child), .ContentEditable__Wrapper_316T0 ol > li:not(:last-child) {
        margin-bottom: 16px;
      }
  .ContentEditable__Wrapper_316T0 ol {
    counter-reset: counter;
  }
  .ContentEditable__Wrapper_316T0 ol > li::before {
        top: 2px;
        left: 2px;
        color: rgb(18, 82, 245);
        color: var(--color--second-blue);
        content: counter(counter);
        counter-increment: counter;
        font-size: 12px;
        line-height: 16px;
      }
  .ContentEditable__Wrapper_316T0 ul > li::before {
        top: 9px;
        left: 0;
        width: 8px;
        height: 1px;
        background: rgb(18, 82, 245);
        background: var(--color--second-blue);
        content: "";
      }
  .ContentEditable__Wrapper_316T0 * + ul,
  .ContentEditable__Wrapper_316T0 * + ol {
    margin-top: 24px;
    margin-top: var(--padding--xl);
  }
  .ContentEditable__Wrapper_316T0 td,
  .ContentEditable__Wrapper_316T0 th {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .ContentEditable__Wrapper_316T0 table {
    width: 100%;
  }
  .ContentEditable__Wrapper_316T0 tr td:first-child {
      padding-left: 5px;
      text-align: left;
      max-width: 200px;
    }
  .ContentEditable__Wrapper_316T0 tr td {
      text-align: center;
    }

.Input__Wrapper_XQm1s {
  --time: 0.3s;
  --transform--label: translate(19px, -160%) scale(0.72);

  position: relative;
  align-self: flex-start;
}

  .Input__Wrapper_XQm1s label {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    max-width: calc(100% - 48px);
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    color: rgba(var(--rgb--black), 0.5);
    font-size: 16px;
    line-height: 22px;
    pointer-events: none;
    text-overflow: ellipsis;
    transform: translate(24px, -50%);
    transform-origin: left;
    transition: background-color var(--time), transform var(--time), padding var(--time),
      color var(--time);
    white-space: nowrap;
  }

  .Input__Wrapper_XQm1s input {
    width: 100%;
    padding: 14px 24px 16px;
    border: 1px solid rgba(18, 82, 245, 0.2);
    border: 1px solid rgba(var(--rgb--second-blue), 0.2);
    border-radius: 2px;
    outline: none;
    transition: border-color var(--time), color var(--time);
  }

  .Input__Wrapper_XQm1s input.Input___active_6Aeo-,
    .Input__Wrapper_XQm1s input:focus {
      border-color: rgb(18, 82, 245);
      border-color: var(--color--second-blue);
    }

  .Input__Wrapper_XQm1s input.Input___active_6Aeo- ~ label, .Input__Wrapper_XQm1s input:focus ~ label {
        padding: 0 6px;
        background-color: rgb(255, 255, 255);
        background-color: var(--color--white);
        color: rgb(0, 0, 0);
        color: var(--color--black);
        transform: var(--transform--label);
      }

  .Input__Wrapper_XQm1s input.Input___error_2o_0X {
      border-color: rgb(249, 57, 57);
      border-color: var(--color--red);
    }

  .Input__Wrapper_XQm1s input.Input___error_2o_0X ~ label {
        color: rgb(249, 57, 57);
        color: var(--color--red);
      }

  .Input__Wrapper_XQm1s input:-webkit-autofill {
      box-shadow: 0 0 0 1000px hsl(47, 100%, 100%) inset;
      -webkit-text-fill-color: rgb(0, 0, 0);
      -webkit-text-fill-color: var(--color--black);
    }

  .Input__Wrapper_XQm1s input:-webkit-autofill ~ label {
        background-color: rgb(255, 255, 255);
        background-color: var(--color--white);
        transform: var(--transform--label);
      }

.Input__WithClearBtn_3gCXA input {
    padding-right: 41px;
  }

.Input__Clear_NkJeS {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.Input__Clear_NkJeS:hover {
    cursor: pointer;
  }

.Radio__Wrapper_30spw {
  position: relative;
  padding: 0 0 0 25px;
}

  .Radio__Wrapper_30spw input {
    display: none;
  }

  .Radio__Wrapper_30spw input:checked ~ label {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }

  .Radio__Wrapper_30spw input:checked ~ label::before {
          background-color: rgb(18, 82, 245);
          background-color: var(--color--second-blue);
          opacity: 1;
        }

  .Radio__Wrapper_30spw label {
    cursor: pointer;
  }

  .Radio__Wrapper_30spw label::before {
      position: absolute;
      top: 1px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid rgba(18, 82, 245, 0.2);
      border: 1px solid rgba(var(--rgb--second-blue), 0.2);
      background: rgb(255, 255, 255);
      background: var(--color--white);
      border-radius: 50%;
      content: "";
      transition: opacity 0.4s, background-color 0.3s;
    }

  .Radio__Wrapper_30spw label::after {
      position: absolute;
      top: 11px;
      left: 10px;
      width: 7px;
      height: 7px;
      background: rgb(255, 255, 255);
      background: var(--color--white);
      border-radius: 50%;
      content: "";
      transform: translate(-50%, -50%);
    }

  .Radio__Wrapper_30spw label:hover::before {
        opacity: 1;
      }

.RadioBundle__Wrapper_3vbWC {
  display: flex;
}

  .RadioBundle__Wrapper_3vbWC > div {
    flex-shrink: 0;
  }

  .RadioBundle__Wrapper_3vbWC > div:not(:last-child) {
      margin-right: 27px;
    }

.Breadcrumbs__Wrapper_1XGWg {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-bottom: var(--padding--lg);
}

  @media screen and (max-width: 1023px) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media (--screen--sm-max) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media screen and (min-width: 1024px) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media (--screen--md-min) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media print {.Breadcrumbs__Wrapper_1XGWg {
    display: none
}
  }

.Breadcrumbs__Arrow_35rms {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Breadcrumbs__Arrow_35rms > svg > path {
      fill: currentColor;
    }

@media screen and (max-width: 1023px) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media (--screen--sm-max) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media screen and (min-width: 1024px) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (--screen--md-min) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }


/*# sourceMappingURL=conflict-commission.6e02a6ee.chunk.css.map*/