<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.usp-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
  padding: 50px 45px;
}
@media only screen and (max-width: 999.98px) {
  .usp-banner {
    padding: 25px 10px;
  }
}
.usp-banner .container {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  flex: 1;
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .container {
    display: flex;
    justify-content: center;
  }
}
.usp-banner .text-with-icons {
  gap: 20px;
}
.usp-banner .text-with-icons &gt; * {
  flex-basis: 290px;
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons &gt; * {
    flex-basis: 0;
  }
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons .usp-content {
    display: flex;
    justify-content: start;
  }
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons .usp-content .usp-text-content {
    text-align: left;
  }
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons .usp-content .usp-text-content .prose {
    font-size: 14px;
  }
}
.usp-banner .text-with-icons .usp-content .constrained-image {
  min-height: 65px;
}
@media only screen and (max-width: 999.98px) {
  .usp-banner .text-with-icons .usp-content .constrained-image {
    width: 60px;
  }
}
.usp-banner .usp-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.usp-banner .usp-single .usp-title {
  font-size: 18px;
}
.usp-banner .usp-single .usp-subtitle {
  font-size: 14px;
}
.usp-banner .h6 {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
}
</pre></body></html>