<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contacts-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.contacts-hero .text {
  text-align: center;
}
.contacts-hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .contacts-hero .text h1 {
    font-size: 32px;
  }
}
.contacts-hero .text h1 b, .contacts-hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.contacts-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.contacts-hero .text p:last-of-type {
  margin-bottom: 30px;
}
.contacts-hero .text a {
  color: #00A9FF;
}
@media only screen and (max-width: 768px) {
  .contacts-hero .text a {
    font-size: 18px;
  }
}

.contacts-behind {
  padding: 50px 0;
}
.contacts-behind .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contacts-behind .text h2 {
    font-size: 32px;
  }
}
.contacts-behind .text a {
  color: #00A9FF;
}
.contacts-behind .text ul li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.3;
}

.contacts-invoicing {
  padding: 50px 0;
}
.contacts-invoicing .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contacts-invoicing .text h2 {
    font-size: 32px;
  }
}
.contacts-invoicing .text a {
  color: #00A9FF;
}

/*# sourceMappingURL=contacts.css.map */
</pre></body></html>