<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.logo {
  display: flex;
}

.mission {
  display: flex;
  max-height: 300px;
  padding-top: 10px;
  margin: 20px;
}

.limes {
  flex: 1;
}

.misstate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  flex: 2;
}

.who {
  display: flex;
  max-height: 300px;
  padding-top: 10px;
}

.whocopy {
  display:flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  padding: 20px;
  max-height: 200px;
  max-width: 500px;
  background-image: linear-gradient(#3254a4, #233570);
}

.blueberries {
  flex: 1;
}

.what {
  display: flex;
  max-height: 300px;
  padding-top: 10px;
  justify-content: space-between;

}

.oranges {
  flex: 1;
}

.whatcopy {
  display:flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  padding: 20px;
  max-height: 200px;
  max-width: 450px;
  background-image: linear-gradient(#fe8501, #c26d10);
}

p {
  font-family: sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

a {
  text-decoration: none;
  color: #3254a4;
}

a:link {
  text-decoration: none;
  color: #3254a4;
}

a:hover {
  text-decoration: none;
  color: #fe8501;
}

p.misstatement {
  color: #0f7f40;
  font-size: 24px;
}

p.whoweare {
  color: white;
  font-weight: lighter;
}

p.whatwedo {
  color: white;
  font-weight: lighter;
}

p.mistitle {
  color: #0f7f40;
  font-size: 32px;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

.footer {
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    background-image: linear-gradient(#3254a4, #233570);
    color: white;
    font-size: 11px;
    font-weight: lighter;
    text-align: center;
}

.footer .contact .company {
    font-size: 16px;
    font-weight: normal;
}
</pre></body></html>