/* Start custom CSS */#term-sheet {
  & .content {
    & .skip {
      & label {
        &::before {
          display: none;
        }
      }
    }
  }
}/* End custom CSS */