.landing-page .starship .request-demo-button.btn._redesigned {
  background-color: yellow !important;
  color: #0063b5 !important;
  padding: 6px 6px;
}
.landing-page .starship .landing-top .next-product-link {
  color: yellow;
}
.landing-page .starship .product-info .product-info-header {
  color: #333333;
  background-color: #e6e6e6;
}
.landing-page .starship .trust-block h3 {
  font-size: 32px;
}
.landing-page .starship .trust-block h3 p {
  font-size: 19px;
  padding-top: 8px;
}
.landing-page .starship .pricing-block h2 p {
  font-size: 19px;
  padding-top: 8px;
}
.landing-page .starship .pricing-block .pricing-offers {
  padding-top: 0px;
}
.landing-page .starship .pricing-block .pricing-offers::before {
  content: none;
}
.landing-page .starship .pricing-block .pricing-offers .pricing-offer-card::before {
  content: none;
}
.landing-page .starship .pricing-block .pricing-offers .tier:nth-child(2n) .pricing-offer-card li h2 .offer-name {
  color: #414042;
}
.landing-page .starship .pricing-block .pricing-offers .tier:nth-child(2n) .pricing-offer-card li h2 .offer-price {
  color: #66aacc;
}
.landing-page .starship .pricing-block .pricing-offers .tier:nth-child(2n) .pricing-offer-card .compare-price a {
  color: #66aacc;
}
.starship .refund-plan-container .hint {
  margin-top: -5px;
  font-size: 13px;
}
.starship .email-preview table {
  table-layout: fixed;
  width: 100%;
  overflow-wrap: break-word;
}
.starship .sub-calc-table td,
.starship .sub-calc-table th {
  border: 1px solid #f0f0f0;
  text-align: right;
}
.starship .sub-calc-table .higlighted-column {
  background-color: #d7d7d7;
}
