/* Clearing
--------------------------------------*/
.clear {
  position: relative;
}

.clear::before,
.clear::after {
  content: "";
  display: table;
  clear: both;
}
/*# sourceMappingURL=clear.css.map */
