* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: hsl(0, 0%, 30%);
}
a {
  color: hsl(199, 99%, 38%);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.cwp-p {
  padding: 0 25px;
}
.cwp {
  max-width: 1024px;
  margin: 0 auto;
}
.fit {
  display: inline-block;
  white-space: nowrap;
}
header {
  background: #000;
  overflow: hidden;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 12px;
  color: #FFF;
  font-weight: 400;
  font-size: 31px;
}
header .cwp {
  margin-top: 0.27em;
  margin-bottom: 0.18em;
}
header a {
  color: inherit;
  text-decoration: none;
}
header a:hover {
  text-decoration: none;
}
h1 {
  margin: 0.9em auto 0.32em;
  font-size: 18px;
}
.h2-wp {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 14px;
  overflow: hidden;
}
h2 {
  margin: 0.9em auto 0.32em;
  font-size: 18px;
}
h1,
h2 {
  color: hsl(0, 0%, 32%);
}
.agencies {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.5em;
  line-height: 1.7em;
}
.ads {
  margin-top: 18px;
  margin-bottom: 26px;
}
.ad {
  margin: 14px 0;
  line-height: 1.5em;
}
.line-0 {
  color: hsl(199, 99%, 38%);
  font-weight: 500;
  font-size: 18px;
}
.line-1 {
  font-size: 18px;
}
footer {
  color: hsl(0, 0%, 85%);
  background: #000;
  padding-bottom: 30px !important;
  font-size: 18px;
  font-weight: 500;
}
footer h3 {
  margin-bottom: 0;
}
footer .grid-c-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
}
@media screen and (min-device-width: 500px) and (-webkit-min-device-pixel-ratio: 1) {
  footer .grid-c-2 {
    grid-template-columns: 1fr 1fr;
  }
  footer .grid-c-2 h3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}
.links-site h1 {
  font-weight: 300;
  font-size: 32px;
}
.links-site .content h2 {
  margin: 15px 0;
  font-weight: 400;
}
.links-site footer {
  margin: 30px 0 0;
  padding-top: 1em;
}
/*# sourceMappingURL=landing.css.map */