@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a, a:visited {
  color: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
ol, ul {
  list-style: none
}
img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0
}
img, video {
  max-width: 100%;
  height: auto;
  margin: 0 auto
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
ins {
  text-decoration: none
}
ins, mark {
  background-color: #ff9;
  color: #000
}
mark {
/*  font-style: italic;*/
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
[hidden] {
  display: none !important
}
[disabled] {
  cursor: not-allowed
}
:focus:not(:focus-visible) {
  outline: 0
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.clearfix {
  min-height: 1px
}
* html .clearfix {
  height: 1px
}
button, input[type=button], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=image], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  -webkit-appearance: none;
  appearance: none;
  font-size: 1pc;
  vertical-align: top;
  cursor: pointer
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  width: 100%;
  min-height: 2.4em
}
button, input[type=button], input[type=reset], input[type=submit] {
  min-height: 2.4em
}
input[type=image] {
  max-width: 100%
}
textarea {
  height: auto;
  min-height: 3em;
  resize: vertical
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  padding-left: .4em;
  background: 0;
  border: 0;
  border-radius: 0
}
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  background: 0;
  border: 0;
  border-radius: 0
}
select::-ms-expand {
  display: none
}