<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactfooter div img {
  margin: 10px 20px;
}
.informationtext {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin-top: 0;
}
.contactfooter div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
}
.section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1a272d;
}
.breadcrumb-sction-software {
  background: #bee5eb;
  position: relative;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 15px;
  padding: 0.3rem 1rem 0.3rem 0;
}
.software {
  background: #ebebeb;
  color: #000;
}
.usageinteractionsection {
  background: url(../img/usage-background.f0387f0.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 80vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlighttext {
  font-size: 22px;
}
.highlighttext,
p {
  line-height: 1.3;
  margin: 20px 0;
}
.journeyheadline {
  padding-top: 25px;
}
.streambox {
  color: #000;
  display: inline-block;
  padding: 25px;
  height: 100%;
}
.stream-zero {
  background: #2bb2df;
  color: #000;
}
.streambox img {
  margin: 0 auto;
  display: block;
}
.cta-btn {
  background: #1a272d;
  border: 1px solid #1a272d;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}
.usagesection {
  background: #010101;
  color: #fff;
}
</pre></body></html>