<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}
body {
  width: 100vw !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#features-frame {
  width: 100%;
  height: auto;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck {
  max-width: 800px;
  margin: auto;
}

.card-deck .card {
  min-width: 220px;
}

@media (max-width: 768px) {
  .card-deck {
    max-width: 100%;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

li {
  line-height: 1.75;
}

.mobile-imgs {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
}
.flex {
  flex: 1;
  justify-content: space-around;
}
.mobile-img {
  max-width: 95%;
  display: block;
  margin: auto;
}

.section {
  margin-bottom: 100px;
}
</pre></body></html>