@charset "UTF-8"; 

button,
[type="button"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button,
input {
  font: inherit;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

strong {
  font-weight: 600;
}

a {
  position: relative;
  outline: none;
  color: #222;
  text-decoration: none;

  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 1 !important;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  border: none;
  border-style: none;
  vertical-align: top;
}

section {
  position: relative;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
 
