body {
  margin: 0;
  font: 16px/1.4 "Gotham Book", sans-serif;
  font-weight: 400;
}

html {
  font-size: 16px;
}

img {
  border-style: none;
}
input,
textarea,
select {
  font-family: "Gotham Book", sans-serif;
  vertical-align: middle;
  line-height: 1;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
article {
  text-align: justify;
  margin-bottom: 25px;
}
p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 1rem;
}

i {
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
  font-style: italic;
}

strong,
b {
  font-family: "Gotham Book", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  color: #000000;
  font-family: "Gotham", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

h1 {
  font-weight: 700;
  line-height: 1;
  font-family: "Gotham", sans-serif;
}
h2,
h3 {
  font-family: "Gotham Book", sans-serif;
  font-weight: 400;
}
section {
  padding-bottom: 50px;
  padding-top: 50px;
}
.bg {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  max-width: 100%;
}
.no_bullet_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
