<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --c-red: #E70F1F;
  --c-red-dark: #9D0A0B;
}

*, body, html {
  padding: 0;
  margin: 0
}
a.box-link div.item div.item-body div.body, header nav {
  overflow: hidden
}
body, html {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
* {
  box-sizing: border-box
}





header {
  position: fixed!important;
  z-index: 100;
  width: 100%
}
header nav {
  height: 70px;
  background-color: #FBFAFA;
  transition: background .4s, height .3s ease-in-out;
  color: #000;
  padding: 0;
  font-size: 15px;
  overflow: visible;
  cursor: pointer
}
header nav svg { /* logo */
  margin-top: 8px;
  margin-bottom: 8px;
  width: 215px;
  height: 52px
}

header nav #caret {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 10px
}
header nav.mobile-active #caret {
  transform: scaleY(-1)
}
header nav.mobile-active .text-links {
  opacity: 1;
  visibility: visible;
}
header nav .text-links {
  transition: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}
header nav .text-links :where(a, button) {
  display: block;
  /* margin-bottom: 14px; */
  /* margin-right: 10px; */
  color: #141b4d;
  transition: color .4s
}
header nav .text-links button {
  padding: 0;
  background: transparent;
  border: none;
}

header nav .text-links :where(a, button)[class*="current"],
header nav .text-links :where(a, button):hover,
header nav .text-links button[aria-expanded="true"] {
  color: #E70F1F;
  text-decoration: none
}

.nav-menu, .nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  header nav .text-links {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #FBFAFA;
  }
  .nav-menu &gt; li &gt; :where(a, button) {
    display: block;
    font-size: 2rem;
  }
  .nav-menu {
    padding: 0.5em 0.5em 1.25em 0.5em;
  }
  .nav-menu &gt; li + li {
    margin-top: 0.5em;
  }
  .nav-dropdown {
    margin: 1em;
  }
  .nav-dropdown li + li {
    margin-top: 0.5em;
  }
  .nav-dropdown a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {

  header nav #caret {
    display: none
  }
  header nav.intro {
    background-color: rgba(255, 255, 255, .001);
    color: #FFF
  }
  header nav.intro svg g.text path {
    fill: #F7BD15
  }
  header nav.intro div.text-links .nav-item &gt; :where(a, button) {
    color: #FFF
  }
  header nav .text-links {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible;
    text-align: right;
    float: right;
  }
  header nav .text-links :where(a, button) {
    display: inline;
    font-size: 16px;
  }

  .nav-menu {
    --gap: 1.33em;
    display: flex;
    gap: var(--gap);
    height: 100%;
    justify-content: flex-end;
  }
  .nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav-item:nth-last-child(2):before {
    content: '';
    height: 1em;
    width: 1px;
    background-color: currentColor;
    margin-right: calc(var(--gap) - 2px);
  }
  .nav-dropdown {
    min-width: 170px;
    text-align: left;
    background-color: rgb(251 250 250 / 0.85);
    position: absolute;
    z-index: 10;
    left: -1.25rem;
    top: 100%;
    transition: all 0.2s;
  }
  .nav-item &gt; button:after {
    content: '\25bc';
    display: inline-block;
    font-size: 0.65em;
    margin-left: 0.5em;
    transform: scaleY(0.7);
  }
  button[aria-expanded="false"] + .nav-dropdown {
    visibility: hidden;
    opacity: 0;
  }
  #nav-menu .nav-dropdown li + li {
    border-top: 1px solid rgb(24 31 73 / 0.5);
  }
  #nav-menu .nav-dropdown a {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    padding: 0.75rem 1.25rem;
  }
  #nav-menu .nav-dropdown a:hover {
    background-color: #FBFAFA;
  }
}








div.section#section-footer {
  border-top: 1px solid #DDD;
  padding: 10px 8.3333%;
  background: url(../images/footer-bg.gif) center center #EFEDEA;
  background-size: cover;
  text-shadow: none;
  color: #16205F
}
div.section#section-footer a {
  color: #16205F;
  transition: border .4s ease-out
}
div.section#section-footer a:focus, div.section#section-footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 100, 0)
}
div.section#section-footer a:hover {
  border-color: #16205F
}
div.section#section-footer .map {
  border: 10px solid #FFF;
  margin-bottom: 20px
}
div.section#section-footer dt {
  font-size: 15px;
  font-weight: 800
}

@media (min-width:768px) {
  div.section#section-footer {
    padding: 100px 0
  }
  div.section#section-footer .map {
    margin-bottom: 100px
  }
  div.section#section-footer dd, div.section#section-footer dt {
    margin-bottom: 30px
  }
}
div.section#section-footer dd.image img {
  width: 30px;
  height: auto
}
a.box-link {
  color: #141b4d
}
a.box-link:hover {
  text-decoration: none
}
a.box-link:hover div.item {
  background-color: #f9f7f7;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1)
}
a.box-link:hover div.item div.footer {
  background-color: #f4f2f2
}
a.box-link:hover div.item div.footer span.link {
  border-bottom: 1px solid var(--c-red)
}
a.box-link div.item {
  width: 100%;
  background: #fff;
  padding-top: 15px;
  min-height: 100px;
  border: 1px solid #d7d2cb;
  transition: background .3s, box-shadow .3s;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative
}
.video-close-btn, .video-close-btn b, .video-player {
  position: absolute;
  margin: 0
}
@media (min-width:992px) {
  a.box-link div.item {
    min-height: 215px
  }
}
@media (min-width:768px) {
  a.box-link div.item {
    padding: 0;
    min-height: 215px
  }
  a.box-link div.item.news {
    min-height: 550px
  }
}
a.box-link div.item div.item-body {
  margin: 0;
  padding: 0 18px
}
@media (min-width:768px) {
  a.box-link div.item div.item-body {
    padding: 4%
  }
}
a.box-link div.item div.item-body div.headline {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  max-height: 150px;
  margin-bottom: 15px
}
@media (min-width:768px) {
  a.box-link div.item div.item-body div.headline {
    font-size: 23px;
    line-height: 25px
  }
}
@media (min-width:992px) {
  a.box-link div.item div.item-body {
    padding: 5% 3%
  }
  a.box-link div.item div.item-body div.headline {
    font-size: 20px;
    line-height: 24px
  }
  a.box-link div.item div.item-body div.body {
    display: block
  }
}
a.box-link div.item div.item-body div.body p {
  font-size: 12px;
  line-height: 18px
}
a.box-link div.item div.footer {
  margin: 0;
  width: 100%;
  padding: 15px 5px;
  background-color: #FBFAFA;
  transition: background .3s
}
@media (min-width:768px) {
  a.box-link div.item div.item-body div.body p {
    font-size: 13px;
    line-height: 16px
  }
  a.box-link div.item div.footer {
    position: absolute;
    bottom: 0
  }
}
a.box-link div.item div.footer span.link {
  color: var(--c-red);
  border-bottom: 1px solid #FBFAFA;
  transition: border .3s
}
.video-damper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .75)
}
.video-close-btn {
  width: 30px;
  height: 30px;
  z-index: 101;
  top: 15px;
  right: 15px;
  padding: 0;
  overflow: hidden;
  background: var(--c-red);
  border-radius: 50%;
  border: 2px solid var(--c-red);
  transition: all .3s ease-out;
  cursor: pointer;
  transform-origin: center center;
  transform: scale(0) rotate(90deg)
}
.video-close-btn.active {
  transform: scale(1) rotate(0)
}
.video-close-btn:hover {
  border-color: #FFF;
  background-color: #FFF;
  transform: scale(1.1)
}
.video-close-btn b {
  display: block;
  height: 0;
  width: 0;
  padding: 0;
  border: 15px solid rgba(255, 255, 255, 0)
}
.video-close-btn b:nth-child(1) {
  border-top-color: #000;
  left: -2px;
  top: -4px
}
.video-close-btn b:nth-child(2) {
  border-left-color: #000;
  left: -3px;
  top: -2px
}
.video-close-btn b:nth-child(3) {
  border-bottom-color: #000;
  left: -2px;
  bottom: -4px
}
.video-close-btn b:nth-child(4) {
  border-right-color: #000;
  top: -2px;
  right: -3px
}
.video-player {
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%
}
@media (min-width:768px) {
  .video-player {
    width: 90%;
    height: 80%;
    margin: 5%
  }
}
.container-fluid {
  padding: 0;
  overflow-x: hidden
}
.signature svg path {
  stroke: #F7BD15
}
.page-numbers a {
  padding: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #FBFAFA;
  margin: 0;
  line-height: 35px;
  transition: background-color .3s, color .3s;
  color: #16205F;
  left: 0
}
.page-numbers a.active {
  background-color: var(--c-red);
  color: #FFF
}
.page-numbers a.arrow {
  background-color: transparent;
  color: var(--c-red)
}
.page-numbers a.arrow:hover {
  background-color: transparent;
  color: #16205F
}
.page-numbers a:focus {
  text-decoration: none
}
.page-numbers a:hover {
  text-decoration: none;
  background-color: var(--c-red);
  color: #FFF
}

.cta {
  display: inline-flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 8px;
  max-width: max-content;
  /* height: 32px; */
  margin-top: 20px;
  padding: 4px;
  border-radius: 20px;
  transition: color .4s;
  text-shadow: none;
  background-color: rgb(255 255 255 / 0.8);
}
.cta:not(:has(.copy)) {
  padding: 0;
}

@media (min-width:768px) {
  .cta {
    margin-top: 50px
  }
}
.cta .icon {
  flex: none;
  width: 32px;
  height: 32px;
  transition: background .4s ease-out, color .4s, border .4s
}
.cta .icon.circle {
  border: 2px solid var(--c-red);
  border-radius: 50%
}
.cta .icon.arrow {
  background-image: url(../images/btn-cta-arrow.png?v=202309);
  background-position: -2px -2px
}
.cta .icon.play-btn .fill {
  transition: opacity .4s;
  opacity: 0
}
.cta div, .cta svg {
  display: inline-block;
  vertical-align: middle
}
.cta div.copy {
  color: var(--c-red);
  line-height: 1.2;
  transition: color .48s;
  padding-right: 16px;
}
.section h2, .section h4 {
  margin-top: 0;
  transition-delay: 0;
  cursor: default
}
.cta.play div.copy {
  color: #FFF
}
.cta.play:hover div.copy {
  color: var(--c-red)
}
.cta:hover {
  background-color: var(--c-red);
}
.cta:hover, .cta:hover div.copy {
  color: #FFF
}
.cta.down .icon.circle.arrow {
  background-image: url(../images/btn-cta-arrow-down.png?v=202309)
}
.cta:hover .icon.circle.arrow {
  background-image: url(../images/btn-cta-arrow-white.png?v=202309)
}
.cta.down:hover .icon.circle.arrow {
  background-image: url(../images/btn-cta-arrow-down-white.png?v=202309)
}
.cta:active {
  background-color: var(--c-red-dark);
}
.cta:hover {
  text-decoration: none
}
.cta:hover .icon.circle {
  background-position-x: 30px;
  border-color: #FFF
}
.cta:hover .icon.play-btn .fill {
  opacity: 1
}

.section {
  z-index: 1;
  text-shadow: 0 0 4px #000;
  background-size: cover;
  color: #FFF
}
.section h2 {
  font-size: 30px
}
@media (min-width:768px) {
  .section h2 {
    font-size: 40px
  }
}
.section h4 {
  font-size: 20px
}
.section h4 a {
  color: currentColor;
}
</pre></body></html>