<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Offers */
.offer-items.wrapper-outter .offer-item.wrapper-outter .background-border{
  background-color: white;
  border: 2px solid #183271 !important;
  border-radius: 15px;
  box-shadow: 0px 0px 4px black;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper{}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .title{
  font-size: 32px !important;
  line-height: 1.15;
  color:#ed5d1d;
  margin-bottom:10px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .subtitle{
  font-size: 24px !important;
  line-height: 1.15;
  margin-bottom:10px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .content{}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .disclaimer &gt; p{}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .postscript &gt; p{}
/* Landing Pages */
html body.single-offer_landing{
  background: white;
  background-image: none;
}
html body.single-offer_landing &gt; .container{
  margin-top: 20px;
}
html body.single-offer_landing .seg-offer-landing{
  padding-top:1em;
}
html body.single-offer_landing .seg-offer-landing .ol-cols{
  column-gap: 10px;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper, html body.single-offer_landing .seg-offer-landing .ol-form-wrapper{
	display: block !important;
  height: 100%;
}
html body.single-offer_landing .seg-offer-landing .ol-form-wrapper{
  background-color: #022948;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper .olc-value{
  /*-webkit-text-stroke: 2px white;
  text-shadow: -2px 2px 8px rgba(0,0,0,0.65);*/
  background-color: white;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper .olc-title{
  text-shadow: -2px 2px 8px rgba(0,0,0,0.65);
  background-color: white;
}
html body.single-offer_landing .seg-offer-landing .ol-form-wrapper .olf-description a{
  color:white;
}
</pre></body></html>