/* Variable */
* {
  margin: 0;
  padding: 0;
}
*:last-child {
  margin-bottom: 0;
}

body {
  color: #000;
  font-family: "SVN-Gilroy", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: auto;
}


iframe {
  max-width: 100%;
}
/*# sourceMappingURL=../maps/css/reset.css.map */
