<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  background: #f3f3f3;
  font-family: "acumin-pro", sans-serif;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.content p:last-of-type {
  margin-bottom: 1em;
}

.hero-body .container {
  max-width: 700px;
}

.hero-body .title {
  color: hsl(192deg, 17%, 99%) !important;
}

.hero-body .subtitle {
  color: hsl(192deg, 17%, 99%) !important;
  padding-top: 2rem;
  line-height: 1.5;
}

.fancytext {
  text-transform: uppercase;
  font-weight: 200;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.fancytext span {
  font-weight: 800;
  font-size: 2.3rem;
}

.hero-body h2 {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.features {
  padding: 5rem 0;
}

.tag:not(body).is-primary {
  background-color: #47b511;
  color: #fff;
}

.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.card-image &gt; .fa {
  font-size: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #209cee;
}

.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
}

.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
}

.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}

.intro {
  padding: 5rem 0;
  text-align: center;
}

.sandbox {
  padding: 5rem 0;
}

.hero.is-info {
  background-color: #005a9c;
  color: #fff;
}

.hero.is-info.is-bold {
  position: relative;
  background-size: cover;
}

.hero.is-info.is-bold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgba(6, 113, 191, 0.87) 0, rgba(0, 90, 156, 0.87) 71%, rgba(3, 87, 148, 0.87) 100%);
  pointer-events: none;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #fff;
  color: #0263ac;
}

.navbar-item.has-dropdown a.navbar-link {
  color: #fff;
}

.navbar-item.has-dropdown a.navbar-link::after {
  color: #fff;
}

.navbar-link::after {
  border-color: #fff;
}

.is-hoverable:hover .navbar-link::after {
  border-color: #0263ac;
}

.navbar-dropdown .navbar-item {
  color: #0263ac !important;
}

.navbar-dropdown .navbar-item:hover {
  color: #fff !important;
}

.hero.is-info a.navbar-item.is-active, .hero.is-info a.navbar-item:hover {
  background-color: #03528e;
  color: #fff;
}

.subtitle {
  font-weight: 300;
}

.careerbar h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.careerbar ul {
  margin-bottom: 2.2rem !important;
}

.footer {
  background-color: #636363;
  color: #fff;
  padding: 2rem 1.5rem 0.5rem;
  margin-top: 3rem;
}

.footer section {
  margin-bottom: 2rem;
}

.footer h4 {
  font-weight: 800;
  margin-top: 1.2rem;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer ul {
  margin-top: 0.5rem;
}

.footer ul li {
  font-size: 0.9rem;
}

.footer .is-size-7 p {
  font-size: 0.8rem;
}

.button.is-primary {
  background-color: #005a9c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover {
  background-color: #0175cc;
}

.latest-news, .content h2 {
  margin: 1.2em 0 -0.2em;
}

.content .date {
  margin-bottom: 0.2em !important;
  font-style: italic;
  color: #888 !important;
}

.brands {
  padding: 2em;
}

.subtitle.spacer {
  margin-top: -0.8em !important;
}

.carousel.is-2 .carousel-container .carousel-item {
  padding: 0;
}

.slider {
  margin-top: 2.5em;
}

.slider img {
  width: 100%;
  height: 100%;
}

.hero.is-medium .hero-body {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: none;
    background-color: #014a82;
  }
  .navbar-dropdown .navbar-item {
    color: #a9daff !important;
  }
  .hero.is-medium .hero-body {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .fancytext {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  .fancytext span {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>