@charset "utf-8";

/* Common */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-size: 16px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea a,
button,
select {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend,
caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
address,
em,
th {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li,
span {
  margin: 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 100%;
  font-weight: normal;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
hr {
  display: none;
}
nav ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
} /*-webkit-tap-highlight-color:transparent;*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background: transparent;
  *overflow: visible;
  cursor: pointer;
}
@-moz-document button {
  padding-top: -2px;
}
pre {
  font-family: "Tahoma", sans-serif;
  font-size: 14px;
  white-space: pre-wrap;
}

p {
  line-height: 22.5px;
  text-align: justify;
  letter-spacing: -0.05px;
}
.blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}

sup,
sub {
  font-size: 11px;
}
.org img {
  height: 57.35px !important;
  width: 248px !important;
}
