<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#want {
  width: 154px;
  height: 30px;
  font-family: HelveticaNeue;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  color: #4a4a4a;
  margin-left: 75px;
  margin-bottom: 25px;
}
#or {
  width: 48px;
  height: 38px;
  font-family: HelveticaNeue;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #9e9e9e;
}
#company {
  z-index: 90;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.who {
  width: 100%;
  font-family: HelveticaNeue;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #4a4a4a;
}
.desc {
  float: right;
  width: 50%;
  margin-top: -265px;
  margin-right: -105px;
}
.whoDesc {
  width: 301px;
  height: 320px;
  font-family: HelveticaNeue;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  color: #787878;
}
.advertisers {
  background: #0a2342;
  margin: auto;
  display: block;
  position: relative;
}
.were124 {
  font-family: HelveticaNeue;
  font-size: 52px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #eaeff3;
  margin-bottom: 50px;
}
.were124 span {
  font-weight: 900;
  font-stretch: condensed;
}

.row {
  display: inline;
}
.navbar-brand .navbar-img {
  display: none;
}

#modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#modal {
  background: #fff;
  z-index: 101;
  width: 90vw;
  max-width: 600px;
  position: fixed;
  top: 40px;
  left: calc(50% - 300px);
  padding: 40px;
}

#modal h2 {
  margin-bottom: 5px;
}

#modal .subtitle {
  font-size: 1.3rem;
  margin-bottom: 25px;
}

#modal p:last-child {
  margin-bottom: 0;
}

#modal p.close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#modal p.close button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  text-indent: -99999px;
}

#modal p.close button::before,
#modal p.close button::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 15px;
}

#modal p.close button::before {
  transform: rotate(45deg);
}

#modal p.close button::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 660px) {
  #modal {
    left: calc(50% - 90vw / 2);
  }
}

.btn-toggle .fa-bars {
  color: #fff !important;
}
</pre></body></html>