<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-wrapper{clear:left;position:relative;}
.hero-text{
  padding:0 10px;
  width:100%;
  margin-top:40px;
  }
.hero-text h1{font-weight:300;font-size:2rem;opacity:0.1;}
.hero-wrapper{
  background:#f0f0f0;
  background-repeat: no-repeat;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  -o-background-size: inherit;
  display: inline-block;
  width: 100%;
  background-position: 98% center;
  background-size: inherit;
  height: 340px;
  }  
.hero-message{position:relative;}
.hero-content{position:relative;}
#hero-title {width:70%;transition:all .4s ease-in 0s;}
#hero-heading{transition:all .5s ease-in 0s;opacity:0;animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s;}
#hero-description {transition:all 1s ease-in 0s;opacity:0;animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s;}
#hero-button{opacity:0;animation-delay:0.2s; -moz-animation-delay:0.2s; -webkit-animation-delay:0.2s;}</pre></body></html>