body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix {
  display: inline-block;
}
.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaderIcon {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/loading.svg) no-repeat 50% 0;
  margin-left: -20px;
  margin-top: -20px;
  display: none;
  top: 50%;
  left: 50%;
}
html {
  font-size: 13px;
}
body {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
a {
  color: #FF7B00;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-weight: 300;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
.font-35 {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 500;
}
.font-35 * {
  line-height: 1.2em;
}
@media screen and (max-width: 1300px) {
  .font-35 {
    font-size: 30px;
  }
}
.font-30 {
  font-size: 30px;
  line-height: 1.2em;
}
.font-30 * {
  line-height: 1.2em;
}
@media screen and (max-width: 1300px) {
  .font-30 {
    font-size: 25px;
  }
}
.font-25 {
  font-size: 25px;
  line-height: 1.5em;
}
.font-25 * {
  line-height: 1.5em;
}
.font-22 {
  font-size: 22px;
  line-height: 1.5em;
}
.font-22 * {
  line-height: 1.5em;
}
.font-20 {
  font-size: 20px;
  line-height: 1.6em;
}
.font-20 * {
  line-height: 1.6em;
  font-weight: 300;
}
.font-20 strong,
.font-20 b {
  font-weight: 700;
}
.font-12 {
  font-size: 12px;
}
.font-10 {
  font-size: 10px;
}
.testo {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 30px;
  border-top: 1px solid #C4C4C4;
}
.testo h1 {
  font-size: 25px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
}
.testo h1 * {
  line-height: 1.5em;
}
.testo h2 {
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 2em;
}
.testo ul,
.testo ol {
  margin: 1em 3em 2em;
}
.testo ul li,
.testo ol li {
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
  .testo {
    max-width: none;
    padding: 0 2.5vw;
  }
}
.testo a {
  text-decoration: underline;
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
#popup .testo {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}
