<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* nav */
.careers-nav .nav-link {
    font-family: var(--font-sans-serif);
    letter-spacing: 0.1rem;
    color: var(--color-navy) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.careers-nav .nav-link:hover,
.careers-nav .nav-item.current .nav-link {
    background: var(--color-light-gray);
    color: var(--color-blue) !important;
}

/* awards */
.award {
  width: 180px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 3.2rem;
}
.award-title {
    background: #febf3f;
    color: #2c2b24;
}
.award:not(:last-of-type) {
  margin-right: 0;
}
.award-title:before {
  content: "";
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 45px solid #febf3f;
  position: absolute;
  width: 0;
  left: 0;
  top: -45px;
}
.award .award-title .top {
    font-size: 4rem;
    font-weight: 900;
    padding-top: 0.5rem;
    line-height: 3.2rem;
}
.award .award-title span {
    display: block;
    text-transform: uppercase;
    line-height: 1;
}
.award .award-title .work {
    font-size: 2.5rem;
    font-weight: 100;
}
.award .award-title .places {
    font-size: 2rem;
    font-weight: 100;
}
.award .award-title .places:after {
  content: "";
  height: 2px;
  background: #2c2b24;
  display: block;
  width: 56%;
  margin: 1px auto 5px;
}
.award .award-title .year {
    font-weight: 900;
    font-size: 2rem;
}
.award .award-footer {
    background-color: #515044;
    padding: 1rem;
    margin-top: 3rem;
    position: relative;
}
.award .award-footer:before {
    content: "";
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 22.1px solid #515044;
    position: absolute;
    width: 0;
    left: 0;
    top: -22.1px;
}
.award .fortune {
   width: 100% !important;
   height: 100% !important;
}

.as-seen-in .logos div {
    padding: 0 1.5%;
    margin-bottom: 15px;
}
.as-seen-in div img {
    max-width: 100%;
    max-height: 20px;
}

@media (min-width: 992px) {
    .as-seen-in div img {
        max-height: 100%;
    }
}</pre></body></html>