/* --------------------------------------------------

  :::  Reset Styles

-------------------------------------------------- */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

article, aside, figcaption, figure, figure img, footer, header, main, nav, section, video {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  display: block;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

abbr {
  cursor: help;
  text-decoration: none;
  border-bottom: 2px dotted currentColor;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

strong, b {
  font-weight: 600;
}

small {
  font-size: inherit;
}

sup, sub {
  font-size: 60%;
}

sub {
  vertical-align: -22%;
}

mark {
  background-color: transparent;
}