<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.segment-features-box {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto 120px auto;  
  overflow-x: hidden;
}
.segment-feature-item {
  display: flex;
}
.segment-feature-item &gt; * {
  flex: 1;
}
.segment-feature-notes {
  display: flex;
  flex-direction: column;
  margin: 60px 70px 0 0;
  font-weight: 400;
  color: #222222;
}
.segment-feature-notes h2 {
  margin: 0 0 24px 0;
}
.segment-feature-notes-right {
  margin: 60px 0 0 70px;
}
.pills {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 30px;
  background: linear-gradient(90deg, #004097 0%, #4391FA 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  margin: 0 0 48px 0;
}
.segment-feature-text {
  font-size: 16px;
   line-height: 28px; 
}

.segment-feature-item img {
  width: 700px;
  height: 420px
}

.segment-feature-list {
  display: flex;
  flex-direction: column;
}
.segment-feature-list-item {
  display: flex;
  margin: 0 0 10px 0;
}
.segment-feature-list-item .circular {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border: 2px solid #E72521;
  border-radius: 50%;
  margin: 10px 12px 0 0;
}
.segment-feature-list-item-box {
  display: flex;
  flex-direction: column;
}
.segment-feature-list-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.segment-feature-list-item-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.animated {
  -webkit-animation-fill-mode: none!important;
  animation-fill-mode: none!important;
}
</pre></body></html>