/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html,
body {
  font-size: 1em;
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  background: transparent none no-repeat scroll center center / contain;
  border: 0 none;
  border-radius: 0;
  border-image: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: inherit;
  height: auto;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-rendering: geometricprecision;
  vertical-align: baseline;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
menu,
nav,
section {
  display: block;
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  display: block;
}
figcaption,
figure,
img,
main {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
}
img[src=''] {
  display: none;
}
span {
  font-size: inherit;
  line-height: inherit;
  white-space: break-spaces;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
p:empty,
ul:empty,
ol:empty {
  display: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-size: inherit;
  font-weight: inherit;
  font-weight: bolder;
  color: inherit;
}
em {
  font-style: italic;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small,
.small {
  font-size: 75%;
}
large,
.large {
  font-size: 141%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
label,
input,
select,
option,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
}
button,
input,
optgroup,
select,
option,
textarea {
  color: inherit;
  font-family: inherit;
}
button,
optgroup,
select,
option {
  cursor: pointer;
}
button,
input {
  overflow: visible;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input:focus,
textarea:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #536;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
select::-ms-expand {
  display: none;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: hidden;
  resize: vertical;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input[name='h8pt'] {
  display: none !important;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template,
[hidden] {
  display: none;
}
.group:after {
  content: '';
  display: table;
  clear: both;
}
