<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 20px;
  color: #212529;
  font-family: "Lora", "Times New Roman", serif;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus, a:hover {
  color: #1d428a;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #1d428a;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #1d428a;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}
#mainNav .navbar-nav &gt; li.nav-item &gt; a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav &gt; li.nav-item &gt; a {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-nav &gt; li.nav-item &gt; a:focus, #mainNav .navbar-nav &gt; li.nav-item &gt; a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -67px;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #1d428a;
  }
  #mainNav.is-fixed .navbar-nav &gt; li.nav-item &gt; a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav &gt; li.nav-item &gt; a:focus, #mainNav.is-fixed .navbar-nav &gt; li.nav-item &gt; a:hover {
    color: #1d428a;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}
header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}
header.masthead .post-heading h1 {
  font-size: 35px;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora", "Times New Roman", serif;
}
header.masthead .post-heading .meta a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview &gt; a {
  color: #212529;
}
.post-preview &gt; a:focus, .post-preview &gt; a:hover {
  text-decoration: none;
  color: #1d428a;
}
.post-preview &gt; a &gt; .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview &gt; a &gt; .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}
.post-preview &gt; .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}
.post-preview &gt; .post-meta &gt; a {
  text-decoration: none;
  color: #212529;
}
.post-preview &gt; .post-meta &gt; a:focus, .post-preview &gt; .post-meta &gt; a:hover {
  text-decoration: underline;
  color: #1d428a;
}
@media only screen and (min-width: 768px) {
  .post-preview &gt; a &gt; .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: "Lora", "Times New Roman", serif;
}
.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: "Lora", "Times New Roman", serif;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}
.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #1d428a;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary {
  background-color: #1d428a;
  border-color: #1d428a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #16336a !important;
  border-color: #16336a !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}

.btn-secondary:hover {
  background-color: #1d428a;
}

.btn-primary {
  border-radius: 0.5rem;
}

header.m-masthead {
  position: relative;
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
}

header.m-masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

header.m-masthead .page-heading,
header.m-masthead .post-heading,
header.m-masthead .site-heading {
  padding: 100px 0 30px;
}

@media only screen and (min-width: 768px) {
  header.m-masthead .page-heading,
  header.m-masthead .post-heading,
  header.m-masthead .site-heading {
    padding: 100px 0 30px;
  }
}
header.m-masthead .page-heading,
header.m-masthead .site-heading {
  text-align: center;
}

header.m-masthead .page-heading h1,
header.m-masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.m-masthead .page-heading .subheading,
header.m-masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.m-masthead .page-heading h1,
  header.m-masthead .site-heading h1 {
    font-size: 50px;
  }
}
header.m-masthead .post-heading h1 {
  font-size: 35px;
}

header.m-masthead .post-heading .meta,
header.m-masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.m-masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header.m-masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora", "Times New Roman", serif;
}

@media only screen and (min-width: 768px) {
  header.m-masthead .post-heading h1 {
    font-size: 55px;
  }
  header.m-masthead .post-heading .subheading {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    top: -100px;
  }
  #mainNav .navbar-brand {
    color: #000;
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  #mainNav .navbar-nav.m-dark &gt; li.nav-item &gt; a {
    color: #000;
  }
  #mainNav .navbar-nav.m-dark &gt; li.nav-item &gt; a:focus,
  #mainNav .navbar-nav.m-dark &gt; li.nav-item &gt; a:hover {
    color: rgba(0, 0, 0, 0.8);
  }
}
.posts-grid {
  display: grid;
  row-gap: 2rem;
  column-gap: 2.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media only screen and (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.home-grid-item {
  margin-bottom: 1rem;
}

.post-preview-date {
  font-size: 16px;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 10px;
  color: #868e96;
}

.post-preview-date &gt; a {
  text-decoration: none;
  color: #212529;
}

.post-preview-date &gt; a:focus,
.post-preview-date &gt; a:hover {
  text-decoration: underline;
  color: #0085a1;
}

.post-preview-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}

.post-preview-author {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  color: #868e96;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.post-preview-author &gt; a {
  text-decoration: none;
  color: #212529;
}

.post-preview-author &gt; a:focus,
.post-preview-author &gt; a:hover {
  text-decoration: underline;
  color: #0085a1;
}

.big-post-preview {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .big-post-preview {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .big-post-preview {
    margin-bottom: 40px;
  }
}
.big-post-preview-img-container {
  flex: 1;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .big-post-preview-img-container {
    display: flex;
    justify-content: end;
  }
}
.post-preview-img {
  object-fit: cover;
  border-radius: 1rem;
}

.apply-btn {
  background-color: #4285f4;
  color: #fff;
  border-color: #4285f4;
  border-radius: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .apply-btn {
    margin-top: 0;
    margin-left: 30px;
  }
}
.apply-btn &gt; a:focus,
.apply-btn &gt; a:hover {
  text-decoration: none;
  color: lightgray;
}

.post-preview-author-image {
  width: 45px;
  height: 45px;
  margin-top: 2px;
  margin-right: -10px;
  border-radius: 9999px;
}
.post-preview-author-image:last-of-type {
  margin-right: 15px;
}
.post-preview-author-image:nth-child(1) {
  z-index: 50;
}
.post-preview-author-image:nth-child(2) {
  z-index: 40;
}
.post-preview-author-image:nth-child(3) {
  z-index: 30;
}
.post-preview-author-image:nth-child(4) {
  z-index: 20;
}
.post-preview-author-image:nth-child(5) {
  z-index: 10;
}

.post-author-image {
  width: 75px;
  height: 75px;
  margin-right: -12px;
  border-radius: 50%;
}
.post-author-image:last-of-type {
  margin-right: 25px;
}
.post-author-image:nth-child(1) {
  z-index: 50;
}
.post-author-image:nth-child(2) {
  z-index: 40;
}
.post-author-image:nth-child(3) {
  z-index: 30;
}
.post-author-image:nth-child(4) {
  z-index: 20;
}
.post-author-image:nth-child(5) {
  z-index: 10;
}

pre.highlight {
  margin: 1em;
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}

.highlight .cp {
  color: #999999;
  font-weight: bold;
}

.highlight .c1 {
  color: #999988;
  font-style: italic;
}

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
  color: #999988;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

.highlight .ge {
  color: #000000;
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  color: #000000;
  font-weight: bold;
}

.highlight .kd {
  color: #000000;
  font-weight: bold;
}

.highlight .kn {
  color: #000000;
  font-weight: bold;
}

.highlight .kp {
  color: #000000;
  font-weight: bold;
}

.highlight .kr {
  color: #000000;
  font-weight: bold;
}

.highlight .kt {
  color: #445588;
  font-weight: bold;
}

.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold;
}

.highlight .mf {
  color: #009999;
}

.highlight .mh {
  color: #009999;
}

.highlight .il {
  color: #009999;
}

.highlight .mi {
  color: #009999;
}

.highlight .mo {
  color: #009999;
}

.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #d14;
}

.highlight .s2 {
  color: #d14;
}

.highlight .se {
  color: #d14;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #d14;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #d14;
}

.highlight .ss {
  color: #990073;
}

.highlight .s, .highlight .sa, .highlight .dl {
  color: #d14;
}

.highlight .na {
  color: #008080;
}

.highlight .bp {
  color: #999999;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #445588;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #990000;
  font-weight: bold;
}

.highlight .nf, .highlight .fm {
  color: #990000;
  font-weight: bold;
}

.highlight .nl {
  color: #990000;
  font-weight: bold;
}

.highlight .nn {
  color: #555555;
}

.highlight .nt {
  color: #000080;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .nv, .highlight .vm {
  color: #008080;
}

.highlight .ow {
  color: #000000;
  font-weight: bold;
}

.highlight .o {
  color: #000000;
  font-weight: bold;
}

.highlight .w {
  color: #bbbbbb;
}

.highlight {
  background-color: #f8f8f8;
}

.newsletter-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 120px;
  padding: 52px;
  border-radius: 52px;
  background-color: #041f42;
  gap: 60px;
}

@media (min-width: 770px) {
  .newsletter-container {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .newsletter-container {
    gap: 180px;
  }
}
.newsletter-container * {
  font-family: Rubik;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.newsletter-form-container {
  width: 100%;
  min-width: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 770px) {
  .newsletter-form-container {
    width: fit-content;
    min-width: 370px;
  }
}
.newsletter-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
}

.newsletter-subtitle {
  font-size: 14px;
  line-height: 14px;
}

.newsletter-form {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 12px;
}

@media (min-width: 570px) {
  .newsletter-form-container {
    font-size: 16px;
  }
}
.newsletter-email-input {
  position: relative;
  background-color: #fff;
  color: #222;
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border-radius: 25px;
  border: none;
  padding: 0 110px 0 25px;
  outline: none;
  transition: 300ms box-shadow;
}

.newsletter-email-input::placeholder {
  color: #d0dde7;
  opacity: 1;
}

.newsletter-email-input:focus,
.newsletter-email-input:hover {
  box-shadow: 0 4px 10px -1px rgba(29, 66, 138, 0.15);
}

.newsletter-subscribe-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 29px;
  border-radius: 15px;
  padding: 0 1.2em;
  background-color: #1f75fe;
  border: none;
  cursor: pointer;
  transition: 200ms background-color;
}

.newsletter-subscribe-button:hover {
  background-color: #1f9cfe;
}

.newsletter-subscribe-button:disabled {
  background-color: #8897a5;
}

.newsletter-error-message {
  position: absolute;
  bottom: calc(-8px - 1em);
  left: 20px;
  color: #e32636;
}

.newsletter-blue-text {
  color: #1f75fe;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
}

.newsletter-background {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(11, 40px);
  grid-template-rows: repeat(2, 96px);
  gap: 16px;
}

@media (max-width: 770px) {
  .newsletter-background {
    display: none;
  }
}
.newsletter-background &gt; div {
  border-radius: 8px;
  background-color: #0e2d60;
  grid-column-start: var(--index);
  grid-column-end: calc(var(--index) + 2);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-background &gt; div &gt; img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.newsletter-background &gt; div:nth-child(odd) {
  grid-row-start: 1;
  grid-row-end: 2;
  transform: translate(0, -400%);
}

.newsletter-background &gt; div:nth-child(even) {
  grid-row-start: 2;
  grid-row-end: 3;
  transform: translate(0, 400%);
}

.on-screen .newsletter-background &gt; div {
  transition: transform calc((10 - var(--index)) * 100ms);
  opacity: 1;
  transform: translate(0, 0);
}

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