<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Transitions
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Paths
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 10rem;
}
::-webkit-scrollbar {
  width: 5px;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: inherit;
}
/* not always a margin-top */
.card h1,
.news-article h1,
footer h1,
.card h2,
.news-article h2,
footer h2,
.card h3,
.news-article h3,
footer h3,
.card h4,
.news-article h4,
footer h4 {
  margin-top: 0;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: 500;
  font-style: normal;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a:hover:not(.btn),
.color-inherit a:focus:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
a {
  color: #005696;
}
a:hover {
  color: #0065b0;
}
img {
  max-width: 100%;
}
a.btn:hover,
.buttons-block a:hover {
  text-decoration: none !important;
}
/* buttons */
.btn {
  border-radius: 1.5rem;
  font-size: inherit;
}
.btn.btn-primary {
  background-color: #005696;
  border-color: #005696;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #005696;
}
.btn.btn-primary.yellow {
  background-color: #FFDD00;
  border-color: #FFDD00;
  color: #000;
}
.btn.btn-primary.yellow:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
footer .btn.btn-primary.yellow:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-light {
  background-color: #fff;
  border: 1px solid #005696;
  color: #000;
}
.btn.btn-light:hover {
  background-color: #005696;
  color: #fff;
  border-color: #fff;
}
.buttons-block a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 1.5rem;
  font-size: inherit;
  color: #fff;
  background-color: #005696;
  border-color: #005696;
}
.buttons-block a:hover {
  background-color: transparent;
  color: #005696;
}
.highlight-text {
  padding: 0.1em 0.25em;
  background: #FFDD00;
  display: inline-block;
  color: #000;
}
.highlight-text:before {
  margin-right: 0.25em;
}
table p {
  margin-bottom: 0;
}
main .row:not(form):not(.news-article) {
  justify-content: center;
}
main section img + .container .row {
  justify-content: normal;
}
/*
|--------------------------------------------------------------------------
| Logo (header &amp; footer
|--------------------------------------------------------------------------
*/
.navbar-brand img {
  width: 50vw;
  max-width: 250px;
}
@media (min-width: 1600px) {
  .navbar-brand img {
    max-width: 372px;
  }
}
/*
|--------------------------------------------------------------------------
| Custom Animation
|--------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*
|--------------------------------------------------------------------------
| special links
|--------------------------------------------------------------------------
*/
main a[href^="mailto:"],
footer a[href^="mailto:"],
main a[href^="tel:"],
footer a[href^="tel:"],
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link),
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link),
main a[href$=".pdf"],
footer a[href$=".pdf"],
main a[href$=".rtf"],
footer a[href$=".rtf"],
main a[href$=".doc"],
footer a[href$=".doc"],
main a[href$=".docx"],
footer a[href$=".docx"],
main a[href$=".xlsx"],
footer a[href$=".xlsx"],
main a.download-link,
footer a.download-link {
  /* powerpoints */
  /* archives */
  /* videos */
  /* images */
  /* documents like word */
  /* excel */
}
main a[href^="mailto:"]:before,
footer a[href^="mailto:"]:before,
main a[href^="tel:"]:before,
footer a[href^="tel:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link):before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link):before,
main a[href$=".pdf"]:before,
footer a[href$=".pdf"]:before,
main a[href$=".rtf"]:before,
footer a[href$=".rtf"]:before,
main a[href$=".doc"]:before,
footer a[href$=".doc"]:before,
main a[href$=".docx"]:before,
footer a[href$=".docx"]:before,
main a[href$=".xlsx"]:before,
footer a[href$=".xlsx"]:before,
main a.download-link:before,
footer a.download-link:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  margin-right: 0.25em;
}
main a[href^="mailto:"].download-link:before,
footer a[href^="mailto:"].download-link:before,
main a[href^="tel:"].download-link:before,
footer a[href^="tel:"].download-link:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link).download-link:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link).download-link:before,
main a[href$=".pdf"].download-link:before,
footer a[href$=".pdf"].download-link:before,
main a[href$=".rtf"].download-link:before,
footer a[href$=".rtf"].download-link:before,
main a[href$=".doc"].download-link:before,
footer a[href$=".doc"].download-link:before,
main a[href$=".docx"].download-link:before,
footer a[href$=".docx"].download-link:before,
main a[href$=".xlsx"].download-link:before,
footer a[href$=".xlsx"].download-link:before,
main a.download-link.download-link:before,
footer a.download-link.download-link:before {
  content: "\F346";
}
main a[href^="mailto:"][href^="mailto:"]:before,
footer a[href^="mailto:"][href^="mailto:"]:before,
main a[href^="tel:"][href^="mailto:"]:before,
footer a[href^="tel:"][href^="mailto:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="mailto:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="mailto:"]:before,
main a[href$=".pdf"][href^="mailto:"]:before,
footer a[href$=".pdf"][href^="mailto:"]:before,
main a[href$=".rtf"][href^="mailto:"]:before,
footer a[href$=".rtf"][href^="mailto:"]:before,
main a[href$=".doc"][href^="mailto:"]:before,
footer a[href$=".doc"][href^="mailto:"]:before,
main a[href$=".docx"][href^="mailto:"]:before,
footer a[href$=".docx"][href^="mailto:"]:before,
main a[href$=".xlsx"][href^="mailto:"]:before,
footer a[href$=".xlsx"][href^="mailto:"]:before,
main a.download-link[href^="mailto:"]:before,
footer a.download-link[href^="mailto:"]:before {
  content: "\f32c";
}
main a[href^="mailto:"][href^="tel:"]:before,
footer a[href^="mailto:"][href^="tel:"]:before,
main a[href^="tel:"][href^="tel:"]:before,
footer a[href^="tel:"][href^="tel:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="tel:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="tel:"]:before,
main a[href$=".pdf"][href^="tel:"]:before,
footer a[href$=".pdf"][href^="tel:"]:before,
main a[href$=".rtf"][href^="tel:"]:before,
footer a[href$=".rtf"][href^="tel:"]:before,
main a[href$=".doc"][href^="tel:"]:before,
footer a[href$=".doc"][href^="tel:"]:before,
main a[href$=".docx"][href^="tel:"]:before,
footer a[href$=".docx"][href^="tel:"]:before,
main a[href$=".xlsx"][href^="tel:"]:before,
footer a[href$=".xlsx"][href^="tel:"]:before,
main a.download-link[href^="tel:"]:before,
footer a.download-link[href^="tel:"]:before {
  content: "\f5b4";
}
main a[href^="mailto:"][href^="http"]:not(.social-link):before,
footer a[href^="mailto:"][href^="http"]:not(.social-link):before,
main a[href^="tel:"][href^="http"]:not(.social-link):before,
footer a[href^="tel:"][href^="http"]:not(.social-link):before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="http"]:not(.social-link):before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="http"]:not(.social-link):before,
main a[href$=".pdf"][href^="http"]:not(.social-link):before,
footer a[href$=".pdf"][href^="http"]:not(.social-link):before,
main a[href$=".rtf"][href^="http"]:not(.social-link):before,
footer a[href$=".rtf"][href^="http"]:not(.social-link):before,
main a[href$=".doc"][href^="http"]:not(.social-link):before,
footer a[href$=".doc"][href^="http"]:not(.social-link):before,
main a[href$=".docx"][href^="http"]:not(.social-link):before,
footer a[href$=".docx"][href^="http"]:not(.social-link):before,
main a[href$=".xlsx"][href^="http"]:not(.social-link):before,
footer a[href$=".xlsx"][href^="http"]:not(.social-link):before,
main a.download-link[href^="http"]:not(.social-link):before,
footer a.download-link[href^="http"]:not(.social-link):before {
  content: "\F1C5";
}
main a[href^="mailto:"][href$=".pdf"]:before,
footer a[href^="mailto:"][href$=".pdf"]:before,
main a[href^="tel:"][href$=".pdf"]:before,
footer a[href^="tel:"][href$=".pdf"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pdf"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pdf"]:before,
main a[href$=".pdf"][href$=".pdf"]:before,
footer a[href$=".pdf"][href$=".pdf"]:before,
main a[href$=".rtf"][href$=".pdf"]:before,
footer a[href$=".rtf"][href$=".pdf"]:before,
main a[href$=".doc"][href$=".pdf"]:before,
footer a[href$=".doc"][href$=".pdf"]:before,
main a[href$=".docx"][href$=".pdf"]:before,
footer a[href$=".docx"][href$=".pdf"]:before,
main a[href$=".xlsx"][href$=".pdf"]:before,
footer a[href$=".xlsx"][href$=".pdf"]:before,
main a.download-link[href$=".pdf"]:before,
footer a.download-link[href$=".pdf"]:before {
  content: "\F756";
}
main a[href^="mailto:"][href$=".ppt"]:before,
footer a[href^="mailto:"][href$=".ppt"]:before,
main a[href^="tel:"][href$=".ppt"]:before,
footer a[href^="tel:"][href$=".ppt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ppt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ppt"]:before,
main a[href$=".pdf"][href$=".ppt"]:before,
footer a[href$=".pdf"][href$=".ppt"]:before,
main a[href$=".rtf"][href$=".ppt"]:before,
footer a[href$=".rtf"][href$=".ppt"]:before,
main a[href$=".doc"][href$=".ppt"]:before,
footer a[href$=".doc"][href$=".ppt"]:before,
main a[href$=".docx"][href$=".ppt"]:before,
footer a[href$=".docx"][href$=".ppt"]:before,
main a[href$=".xlsx"][href$=".ppt"]:before,
footer a[href$=".xlsx"][href$=".ppt"]:before,
main a.download-link[href$=".ppt"]:before,
footer a.download-link[href$=".ppt"]:before,
main a[href^="mailto:"][href$=".pptx"]:before,
footer a[href^="mailto:"][href$=".pptx"]:before,
main a[href^="tel:"][href$=".pptx"]:before,
footer a[href^="tel:"][href$=".pptx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptx"]:before,
main a[href$=".pdf"][href$=".pptx"]:before,
footer a[href$=".pdf"][href$=".pptx"]:before,
main a[href$=".rtf"][href$=".pptx"]:before,
footer a[href$=".rtf"][href$=".pptx"]:before,
main a[href$=".doc"][href$=".pptx"]:before,
footer a[href$=".doc"][href$=".pptx"]:before,
main a[href$=".docx"][href$=".pptx"]:before,
footer a[href$=".docx"][href$=".pptx"]:before,
main a[href$=".xlsx"][href$=".pptx"]:before,
footer a[href$=".xlsx"][href$=".pptx"]:before,
main a.download-link[href$=".pptx"]:before,
footer a.download-link[href$=".pptx"]:before,
main a[href^="mailto:"][href$=".pptm"]:before,
footer a[href^="mailto:"][href$=".pptm"]:before,
main a[href^="tel:"][href$=".pptm"]:before,
footer a[href^="tel:"][href$=".pptm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptm"]:before,
main a[href$=".pdf"][href$=".pptm"]:before,
footer a[href$=".pdf"][href$=".pptm"]:before,
main a[href$=".rtf"][href$=".pptm"]:before,
footer a[href$=".rtf"][href$=".pptm"]:before,
main a[href$=".doc"][href$=".pptm"]:before,
footer a[href$=".doc"][href$=".pptm"]:before,
main a[href$=".docx"][href$=".pptm"]:before,
footer a[href$=".docx"][href$=".pptm"]:before,
main a[href$=".xlsx"][href$=".pptm"]:before,
footer a[href$=".xlsx"][href$=".pptm"]:before,
main a.download-link[href$=".pptm"]:before,
footer a.download-link[href$=".pptm"]:before {
  content: "\F3AF";
}
main a[href^="mailto:"][href$=".zip"]:before,
footer a[href^="mailto:"][href$=".zip"]:before,
main a[href^="tel:"][href$=".zip"]:before,
footer a[href^="tel:"][href$=".zip"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".zip"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".zip"]:before,
main a[href$=".pdf"][href$=".zip"]:before,
footer a[href$=".pdf"][href$=".zip"]:before,
main a[href$=".rtf"][href$=".zip"]:before,
footer a[href$=".rtf"][href$=".zip"]:before,
main a[href$=".doc"][href$=".zip"]:before,
footer a[href$=".doc"][href$=".zip"]:before,
main a[href$=".docx"][href$=".zip"]:before,
footer a[href$=".docx"][href$=".zip"]:before,
main a[href$=".xlsx"][href$=".zip"]:before,
footer a[href$=".xlsx"][href$=".zip"]:before,
main a.download-link[href$=".zip"]:before,
footer a.download-link[href$=".zip"]:before,
main a[href^="mailto:"][href$=".rar"]:before,
footer a[href^="mailto:"][href$=".rar"]:before,
main a[href^="tel:"][href$=".rar"]:before,
footer a[href^="tel:"][href$=".rar"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rar"]:before,
main a[href$=".pdf"][href$=".rar"]:before,
footer a[href$=".pdf"][href$=".rar"]:before,
main a[href$=".rtf"][href$=".rar"]:before,
footer a[href$=".rtf"][href$=".rar"]:before,
main a[href$=".doc"][href$=".rar"]:before,
footer a[href$=".doc"][href$=".rar"]:before,
main a[href$=".docx"][href$=".rar"]:before,
footer a[href$=".docx"][href$=".rar"]:before,
main a[href$=".xlsx"][href$=".rar"]:before,
footer a[href$=".xlsx"][href$=".rar"]:before,
main a.download-link[href$=".rar"]:before,
footer a.download-link[href$=".rar"]:before,
main a[href^="mailto:"][href$=".tar"]:before,
footer a[href^="mailto:"][href$=".tar"]:before,
main a[href^="tel:"][href$=".tar"]:before,
footer a[href^="tel:"][href$=".tar"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar"]:before,
main a[href$=".pdf"][href$=".tar"]:before,
footer a[href$=".pdf"][href$=".tar"]:before,
main a[href$=".rtf"][href$=".tar"]:before,
footer a[href$=".rtf"][href$=".tar"]:before,
main a[href$=".doc"][href$=".tar"]:before,
footer a[href$=".doc"][href$=".tar"]:before,
main a[href$=".docx"][href$=".tar"]:before,
footer a[href$=".docx"][href$=".tar"]:before,
main a[href$=".xlsx"][href$=".tar"]:before,
footer a[href$=".xlsx"][href$=".tar"]:before,
main a.download-link[href$=".tar"]:before,
footer a.download-link[href$=".tar"]:before,
main a[href^="mailto:"][href$=".tar.gz"]:before,
footer a[href^="mailto:"][href$=".tar.gz"]:before,
main a[href^="tel:"][href$=".tar.gz"]:before,
footer a[href^="tel:"][href$=".tar.gz"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar.gz"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar.gz"]:before,
main a[href$=".pdf"][href$=".tar.gz"]:before,
footer a[href$=".pdf"][href$=".tar.gz"]:before,
main a[href$=".rtf"][href$=".tar.gz"]:before,
footer a[href$=".rtf"][href$=".tar.gz"]:before,
main a[href$=".doc"][href$=".tar.gz"]:before,
footer a[href$=".doc"][href$=".tar.gz"]:before,
main a[href$=".docx"][href$=".tar.gz"]:before,
footer a[href$=".docx"][href$=".tar.gz"]:before,
main a[href$=".xlsx"][href$=".tar.gz"]:before,
footer a[href$=".xlsx"][href$=".tar.gz"]:before,
main a.download-link[href$=".tar.gz"]:before,
footer a.download-link[href$=".tar.gz"]:before,
main a[href^="mailto:"][href$=".7z"]:before,
footer a[href^="mailto:"][href$=".7z"]:before,
main a[href^="tel:"][href$=".7z"]:before,
footer a[href^="tel:"][href$=".7z"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".7z"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".7z"]:before,
main a[href$=".pdf"][href$=".7z"]:before,
footer a[href$=".pdf"][href$=".7z"]:before,
main a[href$=".rtf"][href$=".7z"]:before,
footer a[href$=".rtf"][href$=".7z"]:before,
main a[href$=".doc"][href$=".7z"]:before,
footer a[href$=".doc"][href$=".7z"]:before,
main a[href$=".docx"][href$=".7z"]:before,
footer a[href$=".docx"][href$=".7z"]:before,
main a[href$=".xlsx"][href$=".7z"]:before,
footer a[href$=".xlsx"][href$=".7z"]:before,
main a.download-link[href$=".7z"]:before,
footer a.download-link[href$=".7z"]:before {
  content: "\F3BF";
}
main a[href^="mailto:"][href$=".avi"]:before,
footer a[href^="mailto:"][href$=".avi"]:before,
main a[href^="tel:"][href$=".avi"]:before,
footer a[href^="tel:"][href$=".avi"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".avi"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".avi"]:before,
main a[href$=".pdf"][href$=".avi"]:before,
footer a[href$=".pdf"][href$=".avi"]:before,
main a[href$=".rtf"][href$=".avi"]:before,
footer a[href$=".rtf"][href$=".avi"]:before,
main a[href$=".doc"][href$=".avi"]:before,
footer a[href$=".doc"][href$=".avi"]:before,
main a[href$=".docx"][href$=".avi"]:before,
footer a[href$=".docx"][href$=".avi"]:before,
main a[href$=".xlsx"][href$=".avi"]:before,
footer a[href$=".xlsx"][href$=".avi"]:before,
main a.download-link[href$=".avi"]:before,
footer a.download-link[href$=".avi"]:before,
main a[href^="mailto:"][href$=".h264"]:before,
footer a[href^="mailto:"][href$=".h264"]:before,
main a[href^="tel:"][href$=".h264"]:before,
footer a[href^="tel:"][href$=".h264"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".h264"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".h264"]:before,
main a[href$=".pdf"][href$=".h264"]:before,
footer a[href$=".pdf"][href$=".h264"]:before,
main a[href$=".rtf"][href$=".h264"]:before,
footer a[href$=".rtf"][href$=".h264"]:before,
main a[href$=".doc"][href$=".h264"]:before,
footer a[href$=".doc"][href$=".h264"]:before,
main a[href$=".docx"][href$=".h264"]:before,
footer a[href$=".docx"][href$=".h264"]:before,
main a[href$=".xlsx"][href$=".h264"]:before,
footer a[href$=".xlsx"][href$=".h264"]:before,
main a.download-link[href$=".h264"]:before,
footer a.download-link[href$=".h264"]:before,
main a[href^="mailto:"][href$=".m4v"]:before,
footer a[href^="mailto:"][href$=".m4v"]:before,
main a[href^="tel:"][href$=".m4v"]:before,
footer a[href^="tel:"][href$=".m4v"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".m4v"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".m4v"]:before,
main a[href$=".pdf"][href$=".m4v"]:before,
footer a[href$=".pdf"][href$=".m4v"]:before,
main a[href$=".rtf"][href$=".m4v"]:before,
footer a[href$=".rtf"][href$=".m4v"]:before,
main a[href$=".doc"][href$=".m4v"]:before,
footer a[href$=".doc"][href$=".m4v"]:before,
main a[href$=".docx"][href$=".m4v"]:before,
footer a[href$=".docx"][href$=".m4v"]:before,
main a[href$=".xlsx"][href$=".m4v"]:before,
footer a[href$=".xlsx"][href$=".m4v"]:before,
main a.download-link[href$=".m4v"]:before,
footer a.download-link[href$=".m4v"]:before,
main a[href^="mailto:"][href$=".mkv"]:before,
footer a[href^="mailto:"][href$=".mkv"]:before,
main a[href^="tel:"][href$=".mkv"]:before,
footer a[href^="tel:"][href$=".mkv"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mkv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mkv"]:before,
main a[href$=".pdf"][href$=".mkv"]:before,
footer a[href$=".pdf"][href$=".mkv"]:before,
main a[href$=".rtf"][href$=".mkv"]:before,
footer a[href$=".rtf"][href$=".mkv"]:before,
main a[href$=".doc"][href$=".mkv"]:before,
footer a[href$=".doc"][href$=".mkv"]:before,
main a[href$=".docx"][href$=".mkv"]:before,
footer a[href$=".docx"][href$=".mkv"]:before,
main a[href$=".xlsx"][href$=".mkv"]:before,
footer a[href$=".xlsx"][href$=".mkv"]:before,
main a.download-link[href$=".mkv"]:before,
footer a.download-link[href$=".mkv"]:before,
main a[href^="mailto:"][href$=".mov"]:before,
footer a[href^="mailto:"][href$=".mov"]:before,
main a[href^="tel:"][href$=".mov"]:before,
footer a[href^="tel:"][href$=".mov"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mov"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mov"]:before,
main a[href$=".pdf"][href$=".mov"]:before,
footer a[href$=".pdf"][href$=".mov"]:before,
main a[href$=".rtf"][href$=".mov"]:before,
footer a[href$=".rtf"][href$=".mov"]:before,
main a[href$=".doc"][href$=".mov"]:before,
footer a[href$=".doc"][href$=".mov"]:before,
main a[href$=".docx"][href$=".mov"]:before,
footer a[href$=".docx"][href$=".mov"]:before,
main a[href$=".xlsx"][href$=".mov"]:before,
footer a[href$=".xlsx"][href$=".mov"]:before,
main a.download-link[href$=".mov"]:before,
footer a.download-link[href$=".mov"]:before,
main a[href^="mailto:"][href$=".mp4"]:before,
footer a[href^="mailto:"][href$=".mp4"]:before,
main a[href^="tel:"][href$=".mp4"]:before,
footer a[href^="tel:"][href$=".mp4"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mp4"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mp4"]:before,
main a[href$=".pdf"][href$=".mp4"]:before,
footer a[href$=".pdf"][href$=".mp4"]:before,
main a[href$=".rtf"][href$=".mp4"]:before,
footer a[href$=".rtf"][href$=".mp4"]:before,
main a[href$=".doc"][href$=".mp4"]:before,
footer a[href$=".doc"][href$=".mp4"]:before,
main a[href$=".docx"][href$=".mp4"]:before,
footer a[href$=".docx"][href$=".mp4"]:before,
main a[href$=".xlsx"][href$=".mp4"]:before,
footer a[href$=".xlsx"][href$=".mp4"]:before,
main a.download-link[href$=".mp4"]:before,
footer a.download-link[href$=".mp4"]:before,
main a[href^="mailto:"][href$=".mpeg"]:before,
footer a[href^="mailto:"][href$=".mpeg"]:before,
main a[href^="tel:"][href$=".mpeg"]:before,
footer a[href^="tel:"][href$=".mpeg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpeg"]:before,
main a[href$=".pdf"][href$=".mpeg"]:before,
footer a[href$=".pdf"][href$=".mpeg"]:before,
main a[href$=".rtf"][href$=".mpeg"]:before,
footer a[href$=".rtf"][href$=".mpeg"]:before,
main a[href$=".doc"][href$=".mpeg"]:before,
footer a[href$=".doc"][href$=".mpeg"]:before,
main a[href$=".docx"][href$=".mpeg"]:before,
footer a[href$=".docx"][href$=".mpeg"]:before,
main a[href$=".xlsx"][href$=".mpeg"]:before,
footer a[href$=".xlsx"][href$=".mpeg"]:before,
main a.download-link[href$=".mpeg"]:before,
footer a.download-link[href$=".mpeg"]:before,
main a[href^="mailto:"][href$=".mpg"]:before,
footer a[href^="mailto:"][href$=".mpg"]:before,
main a[href^="tel:"][href$=".mpg"]:before,
footer a[href^="tel:"][href$=".mpg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpg"]:before,
main a[href$=".pdf"][href$=".mpg"]:before,
footer a[href$=".pdf"][href$=".mpg"]:before,
main a[href$=".rtf"][href$=".mpg"]:before,
footer a[href$=".rtf"][href$=".mpg"]:before,
main a[href$=".doc"][href$=".mpg"]:before,
footer a[href$=".doc"][href$=".mpg"]:before,
main a[href$=".docx"][href$=".mpg"]:before,
footer a[href$=".docx"][href$=".mpg"]:before,
main a[href$=".xlsx"][href$=".mpg"]:before,
footer a[href$=".xlsx"][href$=".mpg"]:before,
main a.download-link[href$=".mpg"]:before,
footer a.download-link[href$=".mpg"]:before,
main a[href^="mailto:"][href$=".ogv"]:before,
footer a[href^="mailto:"][href$=".ogv"]:before,
main a[href^="tel:"][href$=".ogv"]:before,
footer a[href^="tel:"][href$=".ogv"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ogv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ogv"]:before,
main a[href$=".pdf"][href$=".ogv"]:before,
footer a[href$=".pdf"][href$=".ogv"]:before,
main a[href$=".rtf"][href$=".ogv"]:before,
footer a[href$=".rtf"][href$=".ogv"]:before,
main a[href$=".doc"][href$=".ogv"]:before,
footer a[href$=".doc"][href$=".ogv"]:before,
main a[href$=".docx"][href$=".ogv"]:before,
footer a[href$=".docx"][href$=".ogv"]:before,
main a[href$=".xlsx"][href$=".ogv"]:before,
footer a[href$=".xlsx"][href$=".ogv"]:before,
main a.download-link[href$=".ogv"]:before,
footer a.download-link[href$=".ogv"]:before,
main a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
main a[href^="tel:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
main a[href$=".pdf"][href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
main a[href$=".rtf"][href$=".webm"]:before,
footer a[href$=".rtf"][href$=".webm"]:before,
main a[href$=".doc"][href$=".webm"]:before,
footer a[href$=".doc"][href$=".webm"]:before,
main a[href$=".docx"][href$=".webm"]:before,
footer a[href$=".docx"][href$=".webm"]:before,
main a[href$=".xlsx"][href$=".webm"]:before,
footer a[href$=".xlsx"][href$=".webm"]:before,
main a.download-link[href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F37B";
}
main a[href^="mailto:"][href$=".svg"]:before,
footer a[href^="mailto:"][href$=".svg"]:before,
main a[href^="tel:"][href$=".svg"]:before,
footer a[href^="tel:"][href$=".svg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".svg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".svg"]:before,
main a[href$=".pdf"][href$=".svg"]:before,
footer a[href$=".pdf"][href$=".svg"]:before,
main a[href$=".rtf"][href$=".svg"]:before,
footer a[href$=".rtf"][href$=".svg"]:before,
main a[href$=".doc"][href$=".svg"]:before,
footer a[href$=".doc"][href$=".svg"]:before,
main a[href$=".docx"][href$=".svg"]:before,
footer a[href$=".docx"][href$=".svg"]:before,
main a[href$=".xlsx"][href$=".svg"]:before,
footer a[href$=".xlsx"][href$=".svg"]:before,
main a.download-link[href$=".svg"]:before,
footer a.download-link[href$=".svg"]:before,
main a[href^="mailto:"][href$=".gif"]:before,
footer a[href^="mailto:"][href$=".gif"]:before,
main a[href^="tel:"][href$=".gif"]:before,
footer a[href^="tel:"][href$=".gif"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".gif"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".gif"]:before,
main a[href$=".pdf"][href$=".gif"]:before,
footer a[href$=".pdf"][href$=".gif"]:before,
main a[href$=".rtf"][href$=".gif"]:before,
footer a[href$=".rtf"][href$=".gif"]:before,
main a[href$=".doc"][href$=".gif"]:before,
footer a[href$=".doc"][href$=".gif"]:before,
main a[href$=".docx"][href$=".gif"]:before,
footer a[href$=".docx"][href$=".gif"]:before,
main a[href$=".xlsx"][href$=".gif"]:before,
footer a[href$=".xlsx"][href$=".gif"]:before,
main a.download-link[href$=".gif"]:before,
footer a.download-link[href$=".gif"]:before,
main a[href^="mailto:"][href$=".jpeg"]:before,
footer a[href^="mailto:"][href$=".jpeg"]:before,
main a[href^="tel:"][href$=".jpeg"]:before,
footer a[href^="tel:"][href$=".jpeg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpeg"]:before,
main a[href$=".pdf"][href$=".jpeg"]:before,
footer a[href$=".pdf"][href$=".jpeg"]:before,
main a[href$=".rtf"][href$=".jpeg"]:before,
footer a[href$=".rtf"][href$=".jpeg"]:before,
main a[href$=".doc"][href$=".jpeg"]:before,
footer a[href$=".doc"][href$=".jpeg"]:before,
main a[href$=".docx"][href$=".jpeg"]:before,
footer a[href$=".docx"][href$=".jpeg"]:before,
main a[href$=".xlsx"][href$=".jpeg"]:before,
footer a[href$=".xlsx"][href$=".jpeg"]:before,
main a.download-link[href$=".jpeg"]:before,
footer a.download-link[href$=".jpeg"]:before,
main a[href^="mailto:"][href$=".jpg"]:before,
footer a[href^="mailto:"][href$=".jpg"]:before,
main a[href^="tel:"][href$=".jpg"]:before,
footer a[href^="tel:"][href$=".jpg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpg"]:before,
main a[href$=".pdf"][href$=".jpg"]:before,
footer a[href$=".pdf"][href$=".jpg"]:before,
main a[href$=".rtf"][href$=".jpg"]:before,
footer a[href$=".rtf"][href$=".jpg"]:before,
main a[href$=".doc"][href$=".jpg"]:before,
footer a[href$=".doc"][href$=".jpg"]:before,
main a[href$=".docx"][href$=".jpg"]:before,
footer a[href$=".docx"][href$=".jpg"]:before,
main a[href$=".xlsx"][href$=".jpg"]:before,
footer a[href$=".xlsx"][href$=".jpg"]:before,
main a.download-link[href$=".jpg"]:before,
footer a.download-link[href$=".jpg"]:before,
main a[href^="mailto:"][href$=".png"]:before,
footer a[href^="mailto:"][href$=".png"]:before,
main a[href^="tel:"][href$=".png"]:before,
footer a[href^="tel:"][href$=".png"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".png"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".png"]:before,
main a[href$=".pdf"][href$=".png"]:before,
footer a[href$=".pdf"][href$=".png"]:before,
main a[href$=".rtf"][href$=".png"]:before,
footer a[href$=".rtf"][href$=".png"]:before,
main a[href$=".doc"][href$=".png"]:before,
footer a[href$=".doc"][href$=".png"]:before,
main a[href$=".docx"][href$=".png"]:before,
footer a[href$=".docx"][href$=".png"]:before,
main a[href$=".xlsx"][href$=".png"]:before,
footer a[href$=".xlsx"][href$=".png"]:before,
main a.download-link[href$=".png"]:before,
footer a.download-link[href$=".png"]:before,
main a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
main a[href^="tel:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
main a[href$=".pdf"][href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
main a[href$=".rtf"][href$=".webm"]:before,
footer a[href$=".rtf"][href$=".webm"]:before,
main a[href$=".doc"][href$=".webm"]:before,
footer a[href$=".doc"][href$=".webm"]:before,
main a[href$=".docx"][href$=".webm"]:before,
footer a[href$=".docx"][href$=".webm"]:before,
main a[href$=".xlsx"][href$=".webm"]:before,
footer a[href$=".xlsx"][href$=".webm"]:before,
main a.download-link[href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F42A";
}
main a[href^="mailto:"][href$=".docm"]:before,
footer a[href^="mailto:"][href$=".docm"]:before,
main a[href^="tel:"][href$=".docm"]:before,
footer a[href^="tel:"][href$=".docm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docm"]:before,
main a[href$=".pdf"][href$=".docm"]:before,
footer a[href$=".pdf"][href$=".docm"]:before,
main a[href$=".rtf"][href$=".docm"]:before,
footer a[href$=".rtf"][href$=".docm"]:before,
main a[href$=".doc"][href$=".docm"]:before,
footer a[href$=".doc"][href$=".docm"]:before,
main a[href$=".docx"][href$=".docm"]:before,
footer a[href$=".docx"][href$=".docm"]:before,
main a[href$=".xlsx"][href$=".docm"]:before,
footer a[href$=".xlsx"][href$=".docm"]:before,
main a.download-link[href$=".docm"]:before,
footer a.download-link[href$=".docm"]:before,
main a[href^="mailto:"][href$=".docx"]:before,
footer a[href^="mailto:"][href$=".docx"]:before,
main a[href^="tel:"][href$=".docx"]:before,
footer a[href^="tel:"][href$=".docx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docx"]:before,
main a[href$=".pdf"][href$=".docx"]:before,
footer a[href$=".pdf"][href$=".docx"]:before,
main a[href$=".rtf"][href$=".docx"]:before,
footer a[href$=".rtf"][href$=".docx"]:before,
main a[href$=".doc"][href$=".docx"]:before,
footer a[href$=".doc"][href$=".docx"]:before,
main a[href$=".docx"][href$=".docx"]:before,
footer a[href$=".docx"][href$=".docx"]:before,
main a[href$=".xlsx"][href$=".docx"]:before,
footer a[href$=".xlsx"][href$=".docx"]:before,
main a.download-link[href$=".docx"]:before,
footer a.download-link[href$=".docx"]:before,
main a[href^="mailto:"][href$=".dot"]:before,
footer a[href^="mailto:"][href$=".dot"]:before,
main a[href^="tel:"][href$=".dot"]:before,
footer a[href^="tel:"][href$=".dot"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dot"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dot"]:before,
main a[href$=".pdf"][href$=".dot"]:before,
footer a[href$=".pdf"][href$=".dot"]:before,
main a[href$=".rtf"][href$=".dot"]:before,
footer a[href$=".rtf"][href$=".dot"]:before,
main a[href$=".doc"][href$=".dot"]:before,
footer a[href$=".doc"][href$=".dot"]:before,
main a[href$=".docx"][href$=".dot"]:before,
footer a[href$=".docx"][href$=".dot"]:before,
main a[href$=".xlsx"][href$=".dot"]:before,
footer a[href$=".xlsx"][href$=".dot"]:before,
main a.download-link[href$=".dot"]:before,
footer a.download-link[href$=".dot"]:before,
main a[href^="mailto:"][href$=".dotm"]:before,
footer a[href^="mailto:"][href$=".dotm"]:before,
main a[href^="tel:"][href$=".dotm"]:before,
footer a[href^="tel:"][href$=".dotm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotm"]:before,
main a[href$=".pdf"][href$=".dotm"]:before,
footer a[href$=".pdf"][href$=".dotm"]:before,
main a[href$=".rtf"][href$=".dotm"]:before,
footer a[href$=".rtf"][href$=".dotm"]:before,
main a[href$=".doc"][href$=".dotm"]:before,
footer a[href$=".doc"][href$=".dotm"]:before,
main a[href$=".docx"][href$=".dotm"]:before,
footer a[href$=".docx"][href$=".dotm"]:before,
main a[href$=".xlsx"][href$=".dotm"]:before,
footer a[href$=".xlsx"][href$=".dotm"]:before,
main a.download-link[href$=".dotm"]:before,
footer a.download-link[href$=".dotm"]:before,
main a[href^="mailto:"][href$=".dotx"]:before,
footer a[href^="mailto:"][href$=".dotx"]:before,
main a[href^="tel:"][href$=".dotx"]:before,
footer a[href^="tel:"][href$=".dotx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotx"]:before,
main a[href$=".pdf"][href$=".dotx"]:before,
footer a[href$=".pdf"][href$=".dotx"]:before,
main a[href$=".rtf"][href$=".dotx"]:before,
footer a[href$=".rtf"][href$=".dotx"]:before,
main a[href$=".doc"][href$=".dotx"]:before,
footer a[href$=".doc"][href$=".dotx"]:before,
main a[href$=".docx"][href$=".dotx"]:before,
footer a[href$=".docx"][href$=".dotx"]:before,
main a[href$=".xlsx"][href$=".dotx"]:before,
footer a[href$=".xlsx"][href$=".dotx"]:before,
main a.download-link[href$=".dotx"]:before,
footer a.download-link[href$=".dotx"]:before,
main a[href^="mailto:"][href$=".odt"]:before,
footer a[href^="mailto:"][href$=".odt"]:before,
main a[href^="tel:"][href$=".odt"]:before,
footer a[href^="tel:"][href$=".odt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".odt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".odt"]:before,
main a[href$=".pdf"][href$=".odt"]:before,
footer a[href$=".pdf"][href$=".odt"]:before,
main a[href$=".rtf"][href$=".odt"]:before,
footer a[href$=".rtf"][href$=".odt"]:before,
main a[href$=".doc"][href$=".odt"]:before,
footer a[href$=".doc"][href$=".odt"]:before,
main a[href$=".docx"][href$=".odt"]:before,
footer a[href$=".docx"][href$=".odt"]:before,
main a[href$=".xlsx"][href$=".odt"]:before,
footer a[href$=".xlsx"][href$=".odt"]:before,
main a.download-link[href$=".odt"]:before,
footer a.download-link[href$=".odt"]:before,
main a[href^="mailto:"][href$=".rtf"]:before,
footer a[href^="mailto:"][href$=".rtf"]:before,
main a[href^="tel:"][href$=".rtf"]:before,
footer a[href^="tel:"][href$=".rtf"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rtf"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rtf"]:before,
main a[href$=".pdf"][href$=".rtf"]:before,
footer a[href$=".pdf"][href$=".rtf"]:before,
main a[href$=".rtf"][href$=".rtf"]:before,
footer a[href$=".rtf"][href$=".rtf"]:before,
main a[href$=".doc"][href$=".rtf"]:before,
footer a[href$=".doc"][href$=".rtf"]:before,
main a[href$=".docx"][href$=".rtf"]:before,
footer a[href$=".docx"][href$=".rtf"]:before,
main a[href$=".xlsx"][href$=".rtf"]:before,
footer a[href$=".xlsx"][href$=".rtf"]:before,
main a.download-link[href$=".rtf"]:before,
footer a.download-link[href$=".rtf"]:before,
main a[href^="mailto:"][href$=".doc"]:before,
footer a[href^="mailto:"][href$=".doc"]:before,
main a[href^="tel:"][href$=".doc"]:before,
footer a[href^="tel:"][href$=".doc"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".doc"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".doc"]:before,
main a[href$=".pdf"][href$=".doc"]:before,
footer a[href$=".pdf"][href$=".doc"]:before,
main a[href$=".rtf"][href$=".doc"]:before,
footer a[href$=".rtf"][href$=".doc"]:before,
main a[href$=".doc"][href$=".doc"]:before,
footer a[href$=".doc"][href$=".doc"]:before,
main a[href$=".docx"][href$=".doc"]:before,
footer a[href$=".docx"][href$=".doc"]:before,
main a[href$=".xlsx"][href$=".doc"]:before,
footer a[href$=".xlsx"][href$=".doc"]:before,
main a.download-link[href$=".doc"]:before,
footer a.download-link[href$=".doc"]:before {
  content: "\F38D";
}
main a[href^="mailto:"][href$=".xlsx"]:before,
footer a[href^="mailto:"][href$=".xlsx"]:before,
main a[href^="tel:"][href$=".xlsx"]:before,
footer a[href^="tel:"][href$=".xlsx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsx"]:before,
main a[href$=".pdf"][href$=".xlsx"]:before,
footer a[href$=".pdf"][href$=".xlsx"]:before,
main a[href$=".rtf"][href$=".xlsx"]:before,
footer a[href$=".rtf"][href$=".xlsx"]:before,
main a[href$=".doc"][href$=".xlsx"]:before,
footer a[href$=".doc"][href$=".xlsx"]:before,
main a[href$=".docx"][href$=".xlsx"]:before,
footer a[href$=".docx"][href$=".xlsx"]:before,
main a[href$=".xlsx"][href$=".xlsx"]:before,
footer a[href$=".xlsx"][href$=".xlsx"]:before,
main a.download-link[href$=".xlsx"]:before,
footer a.download-link[href$=".xlsx"]:before,
main a[href^="mailto:"][href$=".xlsm"]:before,
footer a[href^="mailto:"][href$=".xlsm"]:before,
main a[href^="tel:"][href$=".xlsm"]:before,
footer a[href^="tel:"][href$=".xlsm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsm"]:before,
main a[href$=".pdf"][href$=".xlsm"]:before,
footer a[href$=".pdf"][href$=".xlsm"]:before,
main a[href$=".rtf"][href$=".xlsm"]:before,
footer a[href$=".rtf"][href$=".xlsm"]:before,
main a[href$=".doc"][href$=".xlsm"]:before,
footer a[href$=".doc"][href$=".xlsm"]:before,
main a[href$=".docx"][href$=".xlsm"]:before,
footer a[href$=".docx"][href$=".xlsm"]:before,
main a[href$=".xlsx"][href$=".xlsm"]:before,
footer a[href$=".xlsx"][href$=".xlsm"]:before,
main a.download-link[href$=".xlsm"]:before,
footer a.download-link[href$=".xlsm"]:before,
main a[href^="mailto:"][href$=".xlsb"]:before,
footer a[href^="mailto:"][href$=".xlsb"]:before,
main a[href^="tel:"][href$=".xlsb"]:before,
footer a[href^="tel:"][href$=".xlsb"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsb"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsb"]:before,
main a[href$=".pdf"][href$=".xlsb"]:before,
footer a[href$=".pdf"][href$=".xlsb"]:before,
main a[href$=".rtf"][href$=".xlsb"]:before,
footer a[href$=".rtf"][href$=".xlsb"]:before,
main a[href$=".doc"][href$=".xlsb"]:before,
footer a[href$=".doc"][href$=".xlsb"]:before,
main a[href$=".docx"][href$=".xlsb"]:before,
footer a[href$=".docx"][href$=".xlsb"]:before,
main a[href$=".xlsx"][href$=".xlsb"]:before,
footer a[href$=".xlsx"][href$=".xlsb"]:before,
main a.download-link[href$=".xlsb"]:before,
footer a.download-link[href$=".xlsb"]:before,
main a[href^="mailto:"][href$=".xltx"]:before,
footer a[href^="mailto:"][href$=".xltx"]:before,
main a[href^="tel:"][href$=".xltx"]:before,
footer a[href^="tel:"][href$=".xltx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltx"]:before,
main a[href$=".pdf"][href$=".xltx"]:before,
footer a[href$=".pdf"][href$=".xltx"]:before,
main a[href$=".rtf"][href$=".xltx"]:before,
footer a[href$=".rtf"][href$=".xltx"]:before,
main a[href$=".doc"][href$=".xltx"]:before,
footer a[href$=".doc"][href$=".xltx"]:before,
main a[href$=".docx"][href$=".xltx"]:before,
footer a[href$=".docx"][href$=".xltx"]:before,
main a[href$=".xlsx"][href$=".xltx"]:before,
footer a[href$=".xlsx"][href$=".xltx"]:before,
main a.download-link[href$=".xltx"]:before,
footer a.download-link[href$=".xltx"]:before,
main a[href^="mailto:"][href$=".xltm"]:before,
footer a[href^="mailto:"][href$=".xltm"]:before,
main a[href^="tel:"][href$=".xltm"]:before,
footer a[href^="tel:"][href$=".xltm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltm"]:before,
main a[href$=".pdf"][href$=".xltm"]:before,
footer a[href$=".pdf"][href$=".xltm"]:before,
main a[href$=".rtf"][href$=".xltm"]:before,
footer a[href$=".rtf"][href$=".xltm"]:before,
main a[href$=".doc"][href$=".xltm"]:before,
footer a[href$=".doc"][href$=".xltm"]:before,
main a[href$=".docx"][href$=".xltm"]:before,
footer a[href$=".docx"][href$=".xltm"]:before,
main a[href$=".xlsx"][href$=".xltm"]:before,
footer a[href$=".xlsx"][href$=".xltm"]:before,
main a.download-link[href$=".xltm"]:before,
footer a.download-link[href$=".xltm"]:before,
main a[href^="mailto:"][href$=".xls"]:before,
footer a[href^="mailto:"][href$=".xls"]:before,
main a[href^="tel:"][href$=".xls"]:before,
footer a[href^="tel:"][href$=".xls"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xls"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xls"]:before,
main a[href$=".pdf"][href$=".xls"]:before,
footer a[href$=".pdf"][href$=".xls"]:before,
main a[href$=".rtf"][href$=".xls"]:before,
footer a[href$=".rtf"][href$=".xls"]:before,
main a[href$=".doc"][href$=".xls"]:before,
footer a[href$=".doc"][href$=".xls"]:before,
main a[href$=".docx"][href$=".xls"]:before,
footer a[href$=".docx"][href$=".xls"]:before,
main a[href$=".xlsx"][href$=".xls"]:before,
footer a[href$=".xlsx"][href$=".xls"]:before,
main a.download-link[href$=".xls"]:before,
footer a.download-link[href$=".xls"]:before,
main a[href^="mailto:"][href$=".xlt"]:before,
footer a[href^="mailto:"][href$=".xlt"]:before,
main a[href^="tel:"][href$=".xlt"]:before,
footer a[href^="tel:"][href$=".xlt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlt"]:before,
main a[href$=".pdf"][href$=".xlt"]:before,
footer a[href$=".pdf"][href$=".xlt"]:before,
main a[href$=".rtf"][href$=".xlt"]:before,
footer a[href$=".rtf"][href$=".xlt"]:before,
main a[href$=".doc"][href$=".xlt"]:before,
footer a[href$=".doc"][href$=".xlt"]:before,
main a[href$=".docx"][href$=".xlt"]:before,
footer a[href$=".docx"][href$=".xlt"]:before,
main a[href$=".xlsx"][href$=".xlt"]:before,
footer a[href$=".xlsx"][href$=".xlt"]:before,
main a.download-link[href$=".xlt"]:before,
footer a.download-link[href$=".xlt"]:before,
main a[href^="mailto:"][href$=".xml"]:before,
footer a[href^="mailto:"][href$=".xml"]:before,
main a[href^="tel:"][href$=".xml"]:before,
footer a[href^="tel:"][href$=".xml"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xml"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xml"]:before,
main a[href$=".pdf"][href$=".xml"]:before,
footer a[href$=".pdf"][href$=".xml"]:before,
main a[href$=".rtf"][href$=".xml"]:before,
footer a[href$=".rtf"][href$=".xml"]:before,
main a[href$=".doc"][href$=".xml"]:before,
footer a[href$=".doc"][href$=".xml"]:before,
main a[href$=".docx"][href$=".xml"]:before,
footer a[href$=".docx"][href$=".xml"]:before,
main a[href$=".xlsx"][href$=".xml"]:before,
footer a[href$=".xlsx"][href$=".xml"]:before,
main a.download-link[href$=".xml"]:before,
footer a.download-link[href$=".xml"]:before,
main a[href^="mailto:"][href$=".xlam"]:before,
footer a[href^="mailto:"][href$=".xlam"]:before,
main a[href^="tel:"][href$=".xlam"]:before,
footer a[href^="tel:"][href$=".xlam"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlam"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlam"]:before,
main a[href$=".pdf"][href$=".xlam"]:before,
footer a[href$=".pdf"][href$=".xlam"]:before,
main a[href$=".rtf"][href$=".xlam"]:before,
footer a[href$=".rtf"][href$=".xlam"]:before,
main a[href$=".doc"][href$=".xlam"]:before,
footer a[href$=".doc"][href$=".xlam"]:before,
main a[href$=".docx"][href$=".xlam"]:before,
footer a[href$=".docx"][href$=".xlam"]:before,
main a[href$=".xlsx"][href$=".xlam"]:before,
footer a[href$=".xlsx"][href$=".xlam"]:before,
main a.download-link[href$=".xlam"]:before,
footer a.download-link[href$=".xlam"]:before {
  content: "\F368";
}
.hidden-link {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
header::-webkit-scrollbar {
  display: none;
}
header.nav-expanded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005696;
  transition: all 0.35s ease;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay {
  background-color: transparent;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  height: 115%;
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .btn.search-button {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #FFDD00;
}
.search-form .btn.search-button:hover,
.search-form .btn.search-button:focus {
  background-color: transparent;
  color: #FFDD00;
}
@media (min-width: 992px) {
  .search-form .search-input {
    display: none;
  }
  .search-form.show-input .search-input {
    display: block;
  }
  .search-form.show-input .btn.search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
    color: #005696;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 45px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  background-color: #fff;
}
.navbar-toggler .menu-icon:before {
  top: -10px;
}
.navbar-toggler .menu-icon:after {
  bottom: -10px;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/
.dropdown-menu {
  overflow: hidden;
}
#main-nav a.active {
  color: #FFDD00;
}
#main-nav .dropdown-item {
  color: #005696;
}
#main-nav .dropdown-item.active,
#main-nav .dropdown-item:active {
  color: #FFDD00;
  background-color: #fff;
}
/*
|--------------------------------------------------------------------------
| Tabs
|--------------------------------------------------------------------------
*/
.nav-tabs .nav-link {
  color: #000;
}
.nav-tabs .nav-link.active {
  color: #005696;
  font-weight: bold;
}
.tab-pane {
  padding: 22px;
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle .dropdown-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url('/static/img/chevron-right-white.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle.show .dropdown-toggler {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
    right: 5px;
  }
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    min-width: 0;
  }
}
/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/
#banner .ratio {
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
}
@media (min-width: 768px) {
  #banner .ratio {
    --bs-aspect-ratio: 50%;
  }
  #banner .ratio.ratio-4to1 {
    --bs-aspect-ratio: 25%;
  }
  #banner .ratio.ratio-3to1 {
    --bs-aspect-ratio: 33.333333%;
  }
}
#banner .ratio &gt; * {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  filter: drop-shadow(0 0 0.3rem #000);
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 40px 60px;
}
@media (max-width: 767.98px) {
  .carousel .carousel-caption {
    font-size: smaller;
    left: 0;
    right: 0;
  }
}
.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption a {
  color: inherit;
}
.carousel .carousel-caption p {
  font-size: 37px;
  margin-bottom: 0;
}
.carousel .carousel-indicators {
  right: unset;
  margin-right: unset;
  top: 50%;
  margin-left: 15px;
  flex-direction: column;
  transform: translateY(-50%);
}
.carousel .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
  background-color: #005696;
  border-width: 5px;
}
.carousel .carousel-indicators [data-bs-target].active {
  background-color: #FFDD00;
}
/*
|--------------------------------------------------------------------------
| Gallerie fancybox
|--------------------------------------------------------------------------
*/
[data-fancybox] figure {
  cursor: pointer;
}
/*
|--------------------------------------------------------------------------
| news
|--------------------------------------------------------------------------
*/
.news-date-categories-list {
  line-height: 1;
}
.news-date-categories-list .list-inline-item {
  margin-right: 0;
}
.news-date-categories-list .list-inline-item:not(:first-child) {
  padding-left: 1em;
  border-left: 1px solid;
  margin-left: 1em;
}
/*
|--------------------------------------------------------------------------
| video embed
|--------------------------------------------------------------------------
*/
.video-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Hero Sections
|--------------------------------------------------------------------------
*/
.section-split.has-bg .buttons-block a,
.section-parallax.has-bg .buttons-block a,
.section-backgrounded.has-bg .buttons-block a,
.section-split.has-bg .btn,
.section-parallax.has-bg .btn,
.section-backgrounded.has-bg .btn {
  color: inherit;
  background: transparent;
  border-color: inherit;
}
.section-split.grey,
.section-parallax.grey,
.section-backgrounded.grey {
  background: #F5F5F5 url('/static/img/section-bg-grey.svg') 0 50% no-repeat;
  background-size: contain;
}
.section-split.grey::after,
.section-parallax.grey::after,
.section-backgrounded.grey::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.section-split .split-section-image-alt,
.section-parallax .split-section-image-alt,
.section-backgrounded .split-section-image-alt {
  width: 33%;
}
@media (min-width: 992px) {
  .section-split .align-items-center p:last-child {
    margin-bottom: 0;
  }
}
.section-parallax {
  overflow: hidden;
  clip-path: inset(0);
}
.section-parallax .parallax-image {
  left: 0;
  top: 0;
}
.section-parallax:not(.section-slider) .parallax-content {
  filter: drop-shadow(0 0 1rem #000);
}
.section-parallax.section-slider img.parallax-image {
  filter: blur(10px) brightness(75%);
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: calc(50% - 18px) !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-fit {
    height: 100%;
  }
}
.img-fit {
  object-fit: cover;
  object-position: center center;
}
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/
.card {
  overflow: hidden;
}
.card.blue-border {
  border: 5px solid #005696;
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  transition: 0.3s all ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.15);
}
.card h2 {
  font-size: 25px;
  font-weight: bold;
}
.icon-card .logo-image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 767.98px) {
  .icon-card .logo-image {
    padding-top: 180px;
  }
}
.icon-card .logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 25px);
  max-width: calc(100% - 25px);
  transition: 0.3s all ease-in-out;
}
.icon-card:hover .logo-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.col-xl-3 .icon-card .logo-image {
  padding-top: 80%;
}
@media (min-width: 1200px) {
  .person-card {
    flex-direction: row;
  }
  .person-card img {
    width: 45% !important;
    object-fit: cover;
  }
  .person-card .card-content .card-lead {
    font-size: 80%;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .person-card .card-content {
    min-height: 300px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .person-card .card-content {
    min-height: 370px;
  }
}
.person-card.no-border {
  border: none;
}
.person-card.no-border img {
  width: 100% !important;
}
/*
|--------------------------------------------------------------------------
| Banner Card
|--------------------------------------------------------------------------
*/
.banner-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .banner-cards {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
}
.banner-card {
  position: relative;
  cursor: pointer;
}
.banner-card .card {
  background-color: transparent;
  border: unset;
  border-radius: 0;
}
.banner-card .card .banner-card-image {
  text-align: center;
  transform: translateY(50%);
}
.banner-card .card .card-body-wrapper {
  text-align: center;
}
.banner-card .card .card-body-wrapper .card-body {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 30px 30px 30px 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .banner-card .card .card-body-wrapper .card-body {
    padding: 60px 30px 30px 30px;
  }
}
.banner-card .card .card-body-wrapper .card-body:hover {
  background-color: #fff;
}
@media (min-width: 992px) {
  .banner-card .card .card-body-wrapper .card-body h3 {
    font-weight: normal;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .banner-card .card .card-body-wrapper .card-body h3 {
    font-weight: normal;
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .banner-card .card .card-body-wrapper .card-body p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .banner-card .card .card-body-wrapper .card-body p {
    font-size: 21px;
  }
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1rem 0;
  background-image: url('/static/img/footer-bg.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-bar a {
  font-weight: 400;
  color: inherit;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
/*
|--------------------------------------------------------------------------
| cookie banner
|--------------------------------------------------------------------------
*/
#cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  font-size: inherit;
}
.accordion-item .accordion-header .accordion-button:hover,
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #FFDD00;
  border-color: #FFDD00;
  color: #000;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button .bi {
  font-size: inherit;
  transition: all 0.3s;
}
/*
|--------------------------------------------------------------------------
| VBN Events
|--------------------------------------------------------------------------
*/
.form-floating label {
  font-size: 18px;
}
.no-p-margin p {
  margin-bottom: 0;
}
.box-grey {
  background-color: #EEEEEE;
  border-radius: 0.25rem;
}
.grey-text {
  color: #ced4da;
}
.box-hints {
  background-color: #FFDD00;
  border-radius: 0.25rem;
}
.box-grey-border {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .event-card {
    flex-direction: row;
  }
  .event-card img {
    width: 45% !important;
    object-fit: cover;
  }
  .event-card .card-content {
    width: 55%;
  }
}
.event-confirmation-table td {
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .event-confirmation-table td {
    display: block;
  }
  .event-confirmation-table td:first-child::after {
    content: ":";
  }
  .event-confirmation-table td:last-child {
    margin-bottom: 0.5rem;
  }
}
/*
|--------------------------------------------------------------------------
| VBN Notarensuche
|--------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .member-search-wrap {
    position: absolute;
    bottom: 0;
    padding-bottom: 3rem;
  }
  .member-search-wrap h1,
  .member-search-wrap h2 {
    margin-top: 0;
    color: #FFDD00;
  }
}
.member-search-wrap .btn.btn-primary:hover,
.member-search-wrap .btn.btn-primary:focus {
  background-color: #FFDD00;
  border-color: #000;
  color: #000;
}
.member-search-wrap .member-search-input,
.member-search-wrap .member-search-select {
  background-color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: inherit;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #ced4da;
  border-radius: 1.5rem;
}
.member-search-wrap .member-search-input.member-search-select,
.member-search-wrap .member-search-select.member-search-select {
  padding-right: 2rem;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.member-search-wrap .member-search-input:not(:placeholder-shown),
.member-search-wrap .member-search-select:not(:placeholder-shown),
.member-search-wrap .member-search-input:focus,
.member-search-wrap .member-search-select:focus {
  border: 1px solid #000;
  outline: none;
}
@media (max-width: 991.98px) {
  .member-search-wrap .member-search-input,
  .member-search-wrap .member-search-select {
    width: 100%;
  }
}
#member-table thead th {
  font-weight: bold;
  color: #005696;
}
#member-table thead th.sorting {
  cursor: pointer;
}
#member-table thead th.sorting:before {
  display: none;
}
#member-table thead th.sorting:after {
  content: "\f283";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  right: auto;
  line-height: inherit;
  font-size: inherit;
  color: #000;
  opacity: 1;
  margin-left: 0.25rem;
}
#member-table thead th.sorting_asc:before,
#member-table thead th.sorting_desc:before {
  display: none;
}
#member-table thead th.sorting_asc:after,
#member-table thead th.sorting_desc:after {
  content: "";
  display: inline-block;
  background-position: center center;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  transform: translateY(0.15rem);
  position: relative;
  opacity: 1;
  right: auto;
  line-height: inherit;
  font-size: inherit;
  vertical-align: 0em;
}
#member-table thead th.sorting_asc.sorting_desc:after,
#member-table thead th.sorting_desc.sorting_desc:after {
  transform: rotate(180deg) translateY(-0.15rem);
}
#member-table tbody td .boring-link {
  color: inherit;
  text-decoration: none;
}
#member-table.collapsed .dtr-control:before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.5rem;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-size: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.35s ease;
}
#member-table.collapsed .dt-hasChild .dtr-control:before {
  transform: rotate(180deg);
}
#member-table.collapsed ul.dtr-details {
  background: transparent;
  padding: 0;
  list-style: none;
}
#member-table.collapsed ul.dtr-details .dtr-title {
  font-weight: bold;
}
#member-table.collapsed ul.dtr-details .dtr-title:not(:empty) {
  margin-right: 0.5rem;
}
#member-table.collapsed ul.dtr-details .dtr-title:not(:empty):after {
  content: ":";
}
#member-table.collapsed ul.dtr-details a {
  font-size: larger;
  margin-top: 0.25rem;
  display: block;
}
#member-table_paginate {
  float: none;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
#member-table_paginate .paginate_button.current {
  border: none;
  background: transparent;
  font-weight: bold;
  color: #005696 !important;
}
#member-table_paginate .paginate_button:hover,
#member-table_paginate .paginate_button:focus {
  color: #fff !important;
  background: #005696 !important;
  border: none !important;
}
#member-table_paginate .paginate_button.next,
#member-table_paginate .paginate_button.previous {
  width: 2rem;
  color: transparent !important;
  position: relative;
  margin: 0;
}
#member-table_paginate .paginate_button.next.disabled,
#member-table_paginate .paginate_button.previous.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#member-table_paginate .paginate_button.next:before,
#member-table_paginate .paginate_button.previous:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-size: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}
#member-table_paginate .paginate_button.next.next:hover:before,
#member-table_paginate .paginate_button.previous.next:hover:before,
#member-table_paginate .paginate_button.next.previous:hover:before,
#member-table_paginate .paginate_button.previous.previous:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}
#member-table_paginate .paginate_button.next.next::before,
#member-table_paginate .paginate_button.previous.next::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#member-table_paginate .paginate_button.next.previous:before,
#member-table_paginate .paginate_button.previous.previous:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.member-address p {
  margin-bottom: 0;
}
.tab {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.tab button.tablinks-musa,
.tab button.tablinks-berner-notar {
  padding: 16px;
  font-size: 0.8rem;
}
.tab button.tablinks-musa.active,
.tab button.tablinks-berner-notar.active {
  background-color: #005696;
  color: #fff;
}
.tab button.tablinks-berner-notar {
  padding: 9px 16px;
}
#musaAccordion .accordion-item button.accordion-button,
#berner_notarAccordion .accordion-item button.accordion-button {
  word-break: break-all;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  border: 1px solid #ccc;
}
.tabcontent .accordion-item h2.accordion-header {
  margin-top: 0;
}
.tabcontent .accordion-item h2.accordion-header button.accordion-button {
  font-size: 0.9rem;
}
.tabcontent .accordion-item div.accordion-collapse.show {
  min-height: 2000px;
}
.musa-page .accordion-item .accordion-header .accordion-button.naglasi,
.berner-notar-page .accordion-item .accordion-header .accordion-button.naglasi {
  background-color: #e3ebfc;
}
.musa-page .accordion-item .accordion-header .accordion-button.naglasi:hover,
.berner-notar-page .accordion-item .accordion-header .accordion-button.naglasi:hover,
.musa-page .accordion-item .accordion-header .accordion-button.naglasi[aria-expanded="true"],
.berner-notar-page .accordion-item .accordion-header .accordion-button.naglasi[aria-expanded="true"] {
  background-color: #FFDD00;
  color: #005696;
}
.musa-page .accordion-item .accordion-header .accordion-button:not(.collapsed),
.berner-notar-page .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #005696;
}
.musa-page .accordion-item .accordion-header .accordion-button::after,
.berner-notar-page .accordion-item .accordion-header .accordion-button::after {
  display: block;
}
.musa-page .scaled-iframe,
.berner-notar-page .scaled-iframe {
  margin-top: 2rem;
  scale: 1.5;
  transform: translate(25%, 15%);
}
@media (max-width: 1199.98px) {
  .musa-page .scaled-iframe,
  .berner-notar-page .scaled-iframe {
    scale: 1;
    transform: translate(15%, 0%);
  }
}
@media (max-width: 991.98px) {
  .musa-page .scaled-iframe,
  .berner-notar-page .scaled-iframe {
    scale: 0.7;
    transform: translate(-18%, -27%);
    min-width: 440px;
  }
}
.security-check {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.security-check.visible {
  max-height: 100px;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: all;
}
</pre></body></html>