/*!
 * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease, -webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
@charset "UTF-8";
/* Third Party Payload
================================================ */
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/* Partials
================================================ */
/**
 * 1. Always reset this sucks.
 * 2. Inherit from default setting
 */
* {
  margin: 0; /* 1 */
  padding: 0; /* 1 */
  border: 0; /* 1 */
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Prevent certain mobile browsers from automatically zooming fonts.
 * 2. Border box sizing
 * 3. Smooth scroll
 */
html {
  -ms-text-size-adjust: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Set default font styles
 * 2. Beautiful fonts again
 * 3. Prevent horizontal scroll
 */
body {
  font-size: 16px; /* 1 */
  -moz-osx-font-smoothing: grayscale; /* 2 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * All Headings look the same
 */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  font-weight: normal;
}

/**
 * 1. Reset link styles
 * 2. Sized links
 * 3. Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none; /* 1 */
  color: inherit; /* 1 */
  display: inline-block; /* 2 */
  background-color: transparent; /* 3 */
  outline: none;
}

a[href=""] {
  pointer-events: none;
}

/**
 * No bullets anymore
 */
ol,
ul {
  list-style: none;
}

/**
 * blockquote styles
 */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/**
 * Layout styles
 */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/**
 * Remove all default styles and all elements look the same
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  border: 0;
  outline: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  vertical-align: top;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Avoid no background on Edge and IE
 */
option {
  background-color: inherit;
}

/**
 * Set a color on active state
 */
a:active,
button:active {
  color: inherit;
}

/**
 * Prevent chrome autofill style
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/**
 * You should define size for textarea
 */
textarea {
  resize: none;
}

/**
 * Pointer cursor for buttons
 */
input[type=button],
button {
  cursor: pointer;
}

/**
 * Pointer default for disabled buttons
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Remove space after each image
 * 2. Ensure responsive images
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  display: block; /* 1 */
  max-width: 100%; /* 2 */
  height: auto; /* 2 */
  border-style: none; /* 3 */
}

/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Attributes & states
 */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #212B32;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
:is(h1, h2, h3, h4, h5, h6),
:is(.h1, .h2, .h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .h4, div#journeyPlannerForm .journey-form .journey-basic h2, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3, .h5, .h6) {
  font-weight: bold;
}
:is(h1, h2, h3, h4, h5, h6).blue,
:is(.h1, .h2, .h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .h4, div#journeyPlannerForm .journey-form .journey-basic h2, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3, .h5, .h6).blue {
  color: #003087;
}

h1, .h1 {
  font-size: 32px;
  line-height: 36px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 32px;
}

h3, .h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2 {
  font-size: 25px;
  line-height: 29px;
}

h4, .h4, div#journeyPlannerForm .journey-form .journey-basic h2, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3 {
  font-size: 20px;
  line-height: 24px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 19px;
}

/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:focus-visible {
  outline: 5px auto blue;
  outline-offset: 3px;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/Frutiger-Regular.eot");
  src: url("../fonts/Frutiger-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger-Regular.woff") format("woff"), url("../fonts/Frutiger-Regular.ttf") format("truetype"), url("../fonts/Frutiger-Regular.svg#Frutiger-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/Frutiger-Bold.eot");
  src: url("../fonts/Frutiger-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger-Bold.woff") format("woff"), url("../fonts/Frutiger-Bold.ttf") format("truetype"), url("../fonts/Frutiger-Bold.svg#Frutiger-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/Frutiger-Black.eot");
  src: url("../fonts/Frutiger-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Frutiger-Black.woff") format("woff"), url("../fonts/Frutiger-Black.ttf") format("truetype"), url("../fonts/Frutiger-Black.svg#Frutiger-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
body.noscroll, html.noscroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

.unsupported-browser {
  display: none;
  padding: 30px;
}
.unsupported-browser__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.unsupported-browser__inner h3 {
  margin-bottom: 20px;
}
.unsupported-browser__inner p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.unsupported-browser__links {
  display: flex;
  align-items: center;
}
.unsupported-browser__links li {
  width: 56px;
  height: 56px;
}
.unsupported-browser__links li:not(:last-of-type) {
  margin-right: 15px;
}
.unsupported-browser__link {
  display: block;
  height: 100%;
  width: 100%;
  background-size: 56px 56px;
}
.unsupported-browser__link--chrome {
  background-image: url(../images/misc/Google_Chrome-Logo.wine.png);
}
.unsupported-browser__link--edge {
  background-image: url(../images/misc/Microsoft_Edge-New-Logo.wine.png);
}
.unsupported-browser__link--firefox {
  background-image: url(../images/misc/firefox-logo.png);
}
.unsupported-browser__link:hover {
  opacity: 0.7;
}
.unsupported-browser--active {
  display: block;
  z-index: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

input:not([type=submit]), textarea {
  cursor: text;
}

input[type=submit], select {
  cursor: pointer;
}

.wp-block-image .alignright, .wp-block-image .alignleft, .wp-block-image .alignone, .wp-block-image .aligncenter, img.alignright, img.alignleft, img.alignone, img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img, .wp-block-image .alignone img, .wp-block-image .aligncenter img, img.alignright img, img.alignleft img, img.alignone img, img.aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image .alignright, img.alignright {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignleft, img.alignleft {
  margin: 1em 0;
  float: none;
}

.wp-block-image .alignnone, img.alignnone {
  margin: 1em 0;
  float: none;
}

.wp-block-image .aligncenter, img.aligncenter {
  display: block;
  margin: 1em;
  float: none;
}

@media only screen and (min-width: 768px) {
  .wp-block-image .alignright, img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .wp-block-image .alignleft, img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .wp-block-image .aligncenter, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
button:focus, button:focus-visible,
a:focus,
a:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:focus-visible,
.swiper-button-next:focus,
.swiper-button-next:focus-visible {
  outline-color: #0057A8;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

button,
a {
  cursor: pointer;
}

button:not(.autoplay-toggle):focus, button:not(.autoplay-toggle):focus-visible,
a:focus,
a:focus-visible {
  text-decoration: underline;
}

.ui-btn, .page__main .post-password-form p input[type=submit], div#journeyPlannerForm .journey-form .journey-basic button[type=submit], .gform_wrapper .gform_button, .gform_wrapper .gform_drop_area .gform_button_select_files {
  height: 47px;
  padding: 0 15px;
  min-width: 150px;
  transition: all 0.2s ease;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.ui-btn--blue, .page__main .post-password-form p input[type=submit], div#journeyPlannerForm .journey-form .journey-basic button[type=submit], .gform_wrapper .gform_button, .gform_wrapper .gform_drop_area .gform_button_select_files {
  background: #0057A8;
  color: #fff;
}
.ui-btn svg, .page__main .post-password-form p input[type=submit] svg, div#journeyPlannerForm .journey-form .journey-basic button[type=submit] svg, .gform_wrapper .gform_button svg, .gform_wrapper .gform_drop_area .gform_button_select_files svg {
  margin-right: 10px;
}

.ui-link, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after {
  min-height: 25px;
  background-size: 25px;
  background-position: 99% 50%;
  background-repeat: no-repeat;
  padding-right: 37px;
}
.ui-link--blue, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after {
  color: #0057A8;
  background-image: url("../images/icons/circle-arrow-blue.svg");
}
.ui-link--white {
  background-image: url("../images/icons/circle-arrow-white.svg");
}
.ui-link--download {
  color: #0057A8;
  font-size: 18px;
  font-weight: 700;
  background-image: url("../images/icons/circle-arrow-download.svg");
  padding-right: 55px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  line-height: 1.5;
}

.page-link {
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.page-link span {
  flex: 1;
}
.page-link--default {
  padding: 14px 100px 14px 28px;
  line-height: 1.2;
  background: #CCE3F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 20px) 50%/47px no-repeat;
  height: 73px;
}
.page-link--image, .page-link--papers {
  height: 97px;
}
.page-link--image {
  overflow: hidden;
  background: #F0F4F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 20px) 50%/47px no-repeat;
}
.page-link--image img {
  height: 100%;
  width: 183px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-link--image span {
  padding: 0 44px;
}
.page-link--papers {
  padding: 16px 25px;
  background: #F0F4F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 25px) 50%/47px no-repeat;
}
.page-link--papers svg {
  margin-right: 20px;
}

.searchform {
  width: 100%;
  max-width: 530px;
  background-color: #E8EDEE;
  border-radius: 46px;
  position: relative;
  display: flex;
  border: 2px solid #E8EDEE;
}
.searchform > * {
  height: 46px;
}
.searchform input {
  flex: 1;
  padding: 0 53px 0 25px;
  border-radius: 43px 0 0 43px;
  width: 100%;
  font-size: 16px;
}
.searchform input::-webkit-input-placeholder, .searchform input::-moz-placeholder, .searchform input:-ms-input-placeholder, .searchform input:-moz-placeholder {
  color: #768692;
}
.searchform input::-webkit-search-decoration, .searchform input::-webkit-search-cancel-button, .searchform input::-webkit-search-results-button, .searchform input::-webkit-search-results-decoration {
  display: none;
}
.searchform input:focus, .searchform input:focus-visible {
  outline-offset: -2px;
}
.searchform button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  top: 0;
  cursor: pointer;
}
.searchform button[type=submit] {
  border-radius: 0 46px 46px 0;
  background: #0057A8;
  right: 0;
  border-radius: 0 46px 46px 0;
  background: #0057A8;
  width: 53px;
}
.searchform button[type=submit]:hover, .searchform button[type=submit]:focus {
  background: #003087;
}
.searchform button.searchform__clear {
  right: 53px;
  width: 46px;
  color: #0057A8;
  display: none;
}
.searchform button.searchform__clear:focus, .searchform button.searchform__clear:focus-visible {
  outline-offset: -2px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.social-icons__icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: #fff;
  font-size: 18px;
  color: #003087;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
}
.social-icons__icon:hover {
  transform: scale(1.05);
}

.swiper:not(.swiper-initialized) {
  opacity: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  flex: 1;
  font-size: 11px;
  line-height: 1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal:not(.swiper-pagination-bullets-dynamic) {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.8);
}
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.6);
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 3px;
  border: 1px solid #003087;
  background: transparent;
  height: 9px;
  width: 9px;
  opacity: 1;
  font-size: 11px;
  line-height: 1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003087;
}

.swiper-button-next,
.swiper-button-prev {
  height: 47px !important;
  width: 47px !important;
  border-radius: 47px;
  background: url("../images/icons/circle-arrow-white-dark.svg") center/contain no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next--blue,
.swiper-button-prev--blue {
  background: url("../images/icons/circle-arrow-blue.svg") center/contain no-repeat;
}
.swiper-button-next--grey,
.swiper-button-prev--grey {
  background: url("../images/icons/circle-arrow-grey.svg") center/contain no-repeat;
}
.swiper-button-next[aria-disabled=true],
.swiper-button-prev[aria-disabled=true] {
  display: none;
}

.swiper-button-prev {
  transform: scale(-1);
  left: -23px !important;
}

.swiper-button-next {
  right: -23px !important;
}

#__ba_launchpad {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}

@media only screen and (min-width: 1025px) {
  .ui-link, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after {
    text-underline-offset: 3px;
    transition: all 0.2s ease;
  }
  .ui-link:hover, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:hover:after {
    text-decoration: underline;
  }
  .ui-link:not(.ui-link--nohover):hover, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:not(.ui-link--nohover):hover:after {
    padding-right: 40px;
  }
  .page-link {
    transition: all 0.1s ease;
  }
  .page-link:hover {
    outline-color: #0057A8;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
  .page-link--default:hover {
    background: #CCE3F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 17px) 50%/47px no-repeat;
  }
  .page-link--image:hover {
    background: #F0F4F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 17px) 50%/47px no-repeat;
  }
  .page-link--papers:hover {
    background: #F0F4F5 url("../images/icons/circle-arrow-blue.svg") calc(100% - 22px) 50%/47px no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  #__ba_launchpad {
    right: 25px;
    bottom: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  #__ba_launchpad {
    right: 15px;
    top: 15px;
  }
}
/* Components Payload
================================================ */
.skip-link {
  left: -100%;
  position: absolute;
  top: 0;
}
.skip-link:focus-within {
  position: static;
  left: 0;
}
.skip-link__btn {
  width: 100%;
}
.skip-link__btn:focus {
  box-sizing: border-box;
  margin: 8px auto;
  max-width: 100%;
  padding: 3px 15px;
}

.header {
  background-color: #fff;
}
.header__top .container {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__top__logo--lg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__eyebrow {
    display: none;
  }
  .header__top {
    height: 110px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__top .container {
    padding: 0 20px;
  }
  .header__top__logo {
    margin-right: 20px;
  }
  .header__top__mobile-search {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px;
    background: #0057A8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin: 0 5px 0 auto;
  }
  .header__top__search {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #E8EDEE;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
  }
  .header__top__search__close {
    width: 50px;
    height: 50px;
  }
  .header__top__search--active {
    opacity: 1;
    visibility: visible;
  }
  .header__top__nav-toggle {
    z-index: 100;
    width: 117px;
    height: 50px;
    background: #F0F4F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #003087;
    font-weight: 700;
  }
  .header__top__nav-toggle svg {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .header__top__logo--sm {
    display: none;
  }
  .header__top__logo > img {
    width: 230px;
  }
  .header__top__mobile-search {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .header > * {
    display: flex;
    align-items: center;
  }
  .header__eyebrow {
    height: 46px;
    background: #425563;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .header__eyebrow .nav {
    display: flex;
    align-items: center;
  }
  .header__eyebrow .nav > li {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header__eyebrow .nav > li.menu-item-has-children .menu-item__toggle {
    line-height: 1;
    margin-left: 4px;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    border-radius: 25px;
    color: #fff;
  }
  .header__eyebrow .nav > li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    background: #F0F4F5;
    color: #212B32;
    z-index: 10;
    margin: 0 -30px;
    white-space: nowrap;
    padding: 20px 30px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
  }
  .header__eyebrow .nav > li.menu-item-has-children .sub-menu > li > a {
    padding: 1.5px 0;
  }
  .header__eyebrow .nav > li.menu-item-has-children .sub-menu > li > a:hover {
    color: #0057A8;
  }
  .header__eyebrow .nav > li.menu-item-has-children:hover .sub-menu, .header__eyebrow .nav > li.menu-item-has-children.active .sub-menu, .header__eyebrow .nav > li.menu-item-has-children[aria-expanded=true] .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header__eyebrow .nav > li.menu-item-has-children.active .menu-item__toggle, .header__eyebrow .nav > li.menu-item-has-children[aria-expanded=true] .menu-item__toggle {
    outline-color: #0057A8;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
  .header__eyebrow .nav > li:not(:last-child) {
    margin-right: 50px;
  }
  .header__eyebrow .nav > li:not(.btn) > a {
    height: 46px;
    display: inline-flex;
    align-items: center;
  }
  .header__eyebrow .nav > li.btn {
    margin-right: auto;
  }
  .header__eyebrow .nav > li.btn > a {
    background: #003087;
    padding: 0 16px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    padding-top: 3px;
  }
  .header__top {
    height: 120px;
  }
  .header__top .container {
    justify-content: space-between;
  }
  .header__top__logo > img {
    width: 275px;
  }
  .header__top__mobile-search {
    display: none;
  }
  .header__top__search {
    flex: 1;
    max-width: 530px;
  }
  .header__top__search__close {
    display: none;
  }
  .header__top__nav-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header__eyebrow .nav > li.menu-item-has-children .menu-item__toggle {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__navigation {
    position: fixed;
    height: calc(100% - 108px);
    height: calc(100dvh - 108px);
    width: 100%;
    top: 109px;
    background: #fff;
    left: 0;
    z-index: 100;
    overflow: auto;
    border-top: 1px solid #E8EDEE;
    transition: opacity 0.2s ease;
  }
  .header__navigation:not(.open) {
    opacity: 0;
    visibility: hidden;
  }
  .header__navigation .container {
    padding: 0;
  }
  .header__navigation .nav li.menu-item-has-children {
    position: relative;
  }
  .header__navigation .nav li.back-step .back-to-menu {
    height: 68px;
    padding: 0 30px;
    background: #CCE3F5;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: 700;
  }
  .header__navigation .nav li.back-step .back-to-menu svg {
    margin-right: 15px;
  }
  .header__navigation .nav > li a {
    padding: 20px 30px;
    border-bottom: 1px solid #E8EDEE;
    border-color: #F0F4F5 !important;
    width: 100%;
  }
  .header__navigation .nav > li:last-child > a {
    border-color: #ebe9e9 !important;
  }
  .header__navigation .nav > li.menu-item-has-children .menu-item__toggle {
    position: absolute;
    right: 30px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
  }
  .header__navigation .nav > li.menu-item-has-children .menu-item__toggle svg {
    font-size: 12px;
  }
  .header__navigation .nav > li.menu-item-has-children > .menu-item__toggle {
    top: 18px;
    width: 30px;
    height: 30px;
    background: #0057A8;
    color: #fff;
    transform: rotate(-90deg);
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap, .header__navigation .nav > li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 109px;
    position: fixed;
    width: 100%;
    height: calc(100% - 108px);
    height: calc(100dvh - 108px);
    overflow: auto;
    transition: transform 0.2s ease;
    z-index: 1;
    background: #F0F4F5;
    border-top: 1px solid #ebe9e9;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap:not(.open), .header__navigation .nav > li.menu-item-has-children > .sub-menu:not(.open) {
    transform: translateX(100%);
  }
  .header__navigation .nav > li.menu-item-has-children > .sub-menu > li a {
    border-color: #ebe9e9 !important;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu {
    background: #F0F4F5;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu .menu-item__toggle svg {
    width: 30px;
    height: 30px;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li a {
    border-color: #ebe9e9 !important;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .menu-item__toggle {
    top: 12px;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .sub-menu {
    background: #fff;
    left: 0;
    top: 109px;
    position: fixed;
    width: 100%;
    height: calc(100% - 108px);
    height: calc(100dvh - 108px);
    overflow: auto;
    transition: transform 0.2s ease;
    z-index: 1;
    border-top: 1px solid #E8EDEE;
    padding-bottom: 110px;
  }
  .header__navigation .nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .sub-menu:not(.open) {
    transform: translateX(100%);
  }
  .header__navigation .nav.eyebrow-nav {
    background: #F0F4F5;
  }
  .header__navigation .nav.eyebrow-nav > li > a {
    font-weight: 600;
    border-color: #ebe9e9 !important;
    color: #0057A8;
  }
  .header__navigation .nav.eyebrow-nav > li.menu-item-has-children > .menu-item__toggle {
    background: #0057A8;
    transform: rotate(-90deg);
  }
  .header__navigation .nav.eyebrow-nav > li.menu-item-has-children > .menu-item__toggle svg {
    color: #fff;
  }
}
@media only screen and (max-width: 1199px) {
  .header__navigation .nav > li .mega-menu__wrap .container > img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header__navigation {
    height: 50px;
    position: relative;
  }
  .header__navigation .nav.main-nav {
    display: flex;
    justify-content: space-between;
  }
  .header__navigation .nav.main-nav .back-step {
    display: none;
  }
  .header__navigation .nav.main-nav > li > a {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding-top: 4px;
    font-weight: 700;
    border-bottom: 4px solid;
  }
  .header__navigation .nav.main-nav > li:not(:last-child) {
    flex-grow: 1;
  }
  .header__navigation .nav.main-nav > li:not(:hover) > a {
    border-color: #fff !important;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children {
    display: flex;
    align-items: center;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .menu-item__toggle {
    line-height: 1;
    font-weight: 700;
    color: #003087;
    font-size: 13px;
    position: relative;
    border-radius: 25px;
    margin-left: 4px;
    background-color: transparent !important;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .menu-item__toggle .arrow-button {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    display: block;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .menu-item__toggle .arrow-button svg {
    height: 25px;
    width: 25px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children.mega-menu > .menu-item__toggle {
    max-height: 13px;
    top: -1px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children > .mega-menu__wrap,
  .header__navigation .nav.main-nav > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 100%;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children > .sub-menu {
    position: absolute;
    padding: 27px 15px 32px;
    background: #F0F4F5;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children > .sub-menu > li {
    border-bottom: 1px solid #DEDEDE;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap {
    position: absolute;
    width: 100%;
    background: #F0F4F5;
    left: 0;
    padding: 27px 0 32px;
    z-index: 11;
    font-size: 16px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container {
    display: flex;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > img {
    width: 354px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 75px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu {
    position: relative;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li {
    width: 350px;
    border-bottom: 1px solid #DEDEDE;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li:first-child {
    border-top: 1px solid #DEDEDE;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li > a {
    padding: 12px 4px;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li > a:hover {
    color: #0057A8;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children {
    display: flex;
    align-items: center;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > a {
    padding-right: 5px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children .menu-item__toggle {
    margin-left: 10px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 360px;
    padding-left: 75px;
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    padding: 1.5px 0;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    color: #0057A8;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children:hover .menu-item__toggle, .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children.active .menu-item__toggle, .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children[aria-expanded=true] .menu-item__toggle {
    outline-color: #0057A8;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children:hover .sub-menu, .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children.active .sub-menu, .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children[aria-expanded=true] .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children .mega-menu__wrap .container > .sub-menu > li.menu-item-has-children[aria-expanded=true] + .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children.mega-menu--cols .mega-menu__wrap .container > .sub-menu {
    -moz-columns: 2;
         columns: 2;
    height: 312px;
    -moz-column-fill: auto;
         column-fill: auto;
    -moz-column-gap: 75px;
         column-gap: 75px;
    width: 100%;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children.mega-menu--cols .mega-menu__wrap .container > .sub-menu > li {
    width: 315px;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children.mega-menu--cols.sub-menu-balance .mega-menu__wrap .container > .sub-menu {
    height: auto;
    min-height: 312px;
    -moz-column-fill: balance;
         column-fill: balance;
  }
  .header__navigation .nav.main-nav > li.menu-item-has-children:hover > .sub-menu,
  .header__navigation .nav.main-nav > li.menu-item-has-children:hover > .mega-menu__wrap, .header__navigation .nav.main-nav > li.menu-item-has-children.active > .sub-menu,
  .header__navigation .nav.main-nav > li.menu-item-has-children.active > .mega-menu__wrap, .header__navigation .nav.main-nav > li.menu-item-has-children[aria-expanded=true] > .sub-menu,
  .header__navigation .nav.main-nav > li.menu-item-has-children[aria-expanded=true] > .mega-menu__wrap {
    opacity: 1;
    visibility: visible;
  }
  .header__navigation .nav.eyebrow-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header__navigation .nav > li.menu-item-has-children .menu-item__toggle {
    margin-left: 8px;
  }
}
.footer-search {
  background: #005EB8;
}
.footer-search__heading {
  color: #fff;
  font-weight: 700;
}
.footer-search__heading p:not(.h3) {
  margin-bottom: 10px;
}
.footer-search .searchform {
  background-color: #fff;
  border-color: #fff;
}

.footer {
  background: #003087;
  color: #fff;
}
.footer .container {
  display: flex;
}
.footer__main {
  flex: 1;
  margin-right: 30px;
}
.footer__main__social {
  padding: 23px 0 35px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__main .menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer__main .menu > li > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.2;
}
.footer__main__copy, .footer__main__p81 {
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .footer-search {
    padding: 65px 0;
  }
  .footer-search__heading {
    margin-bottom: 30px;
  }
  .footer-search .searchform {
    max-width: 100%;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .container {
    flex-direction: column-reverse;
  }
  .footer .values-wrap {
    display: none;
  }
  .footer__main {
    display: flex;
    flex-direction: column;
  }
  .footer__main__social {
    padding: 70px 0 35px;
    flex-direction: column;
  }
  .footer__main__social .social-icons {
    margin-bottom: 20px;
  }
  .footer__main .menu {
    flex-wrap: wrap;
    text-align: center;
    gap: 12px 20px;
    justify-content: center;
  }
  .footer__main__copy {
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer__main__p81 {
    order: 2;
    text-align: center;
  }
  .footer__cqc {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-search {
    height: 215px;
    display: flex;
    align-items: center;
  }
  .footer-search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer {
    padding: 90px 0 60px;
  }
  .footer__main .values-wrap {
    height: auto;
    max-width: 744px;
    margin-bottom: 55px;
  }
  .footer__main .values-wrap__icon img {
    height: 64px;
    width: 64px;
  }
  .footer__main .values-wrap__icon .h5 {
    color: #fff !important;
    font-size: 14px;
  }
  .footer__main__social {
    padding: 23px 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__main__copy {
    margin-bottom: 40px;
  }
  .footer__cqc {
    width: 258px;
  }
  .footer__cqc div.cqc-widget {
    height: 337px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    font-size: 16px;
  }
  .footer__main .values-wrap__icon .h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer {
    font-size: 18px;
  }
  .footer__main .values-wrap__icon .h5 {
    font-size: 18px;
  }
}
.gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0;
}
.gform_wrapper .gform_submission_error, .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gfield_label {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.gform_wrapper .gfield_required {
  color: #dc0000;
  font-size: 14px;
  margin-left: 5px;
}
.gform_wrapper .gfield_required .gfield_required_text {
  font-style: normal;
}
.gform_wrapper .gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_wrapper .gform_drop_area {
  background: white;
  border: 1px dashed #231F20;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 35px;
}
.gform_wrapper .gform_fields .gfield--type-honeypot {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_fields .gfield--type-consent a {
  color: #0057A8;
  text-decoration: underline;
}
.gform_wrapper .gform_fields .gfield--type-consent a:hover {
  text-decoration: none;
}
.gform_wrapper .gform_fields .gfield--type-consent label {
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}
.gform_wrapper .gform_fields .gfield--type-consent label:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #fff;
  font-family: "Font Awesome 6 Free";
  ont-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 900;
}
.gform_wrapper .gform_fields .gfield--type-consent input {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .gform_fields .gfield--type-consent input:not(:checked):focus + label:before {
  content: "\f00c";
  border: 2px solid #dc0000;
}
.gform_wrapper .gform_fields .gfield--type-consent input:checked + label:before {
  content: "\f00c";
}
.gform_wrapper .gform_fields .gfield.gfield_visibility_hidden {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_fields .gfield.gfield_html {
  margin: -10px 0 10px;
}
.gform_wrapper .gform_fields .gfield.gfield_html ul li:not(:last-of-type) {
  margin-bottom: 10px !important;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]),
.gform_wrapper .gform_fields .gfield textarea,
.gform_wrapper .gform_fields .gfield select {
  border: 1px solid #212B32;
  background-color: white;
  width: 100%;
  border-radius: 10px;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):focus,
.gform_wrapper .gform_fields .gfield textarea:focus,
.gform_wrapper .gform_fields .gfield select:focus {
  border-color: #003087;
}
.gform_wrapper .gform_fields .gfield input[type=text],
.gform_wrapper .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_fields .gfield input[type=email],
.gform_wrapper .gform_fields .gfield select {
  padding: 0 20px;
  height: 43px;
}
.gform_wrapper .gform_fields .gfield textarea {
  height: 190px;
  padding: 20px;
}
.gform_wrapper .gform_fields .gfield select {
  background-image: url(../images/icons/arrow-down.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 12px;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_fields .gfield .gchoice {
  padding: 0;
  display: flex;
  line-height: 1.2;
}
.gform_wrapper .gform_fields .gfield .gchoice label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gform_wrapper .gform_fields .gfield .gchoice label:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #fff;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 900;
}
.gform_wrapper .gform_fields .gfield .gchoice input {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .gform_fields .gfield .gchoice input:not(:checked):focus + label:before {
  content: "\f00c";
  border: 2px solid #003087;
}
.gform_wrapper .gform_fields .gfield .gchoice input:checked + label:before {
  content: "\f00c";
}
.gform_wrapper .gform_fields .gfield .gchoice:not(:last-of-type) {
  margin-bottom: 14px;
}
.gform_wrapper .gform_fields .gfield.gfield_error {
  position: relative;
}
.gform_wrapper .gform_fields .gfield.gfield_error input,
.gform_wrapper .gform_fields .gfield.gfield_error textarea,
.gform_wrapper .gform_fields .gfield.gfield_error select {
  border: 1px solid #dc0000;
  background-color: #fef3f4;
}
.gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  padding: 0;
  background: none;
  border: none;
  color: #dc0000;
  font-weight: bold;
  margin-top: 8px;
}
.gform_wrapper .gform_fields .gfield.hidden_label label {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gform_wrapper .gform_callout p {
  font-size: 15px;
}
.gform_wrapper .gform_callout p:not(:last-child) {
  margin-bottom: 10px;
}
.gform_wrapper .gform_button:focus, .gform_wrapper .gform_button:focus-visible {
  outline: 5px auto blue;
  outline-offset: 3px;
}
.gform_wrapper .gform_footer {
  position: relative;
  margin: 35px 0 0;
}
.gform_wrapper .gform_footer #gform_ajax_spinner_1 {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
  }
  .gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
    font-size: 16px;
  }
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 3rem;
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  border-radius: 5px;
}
.alert a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.alert a:hover {
  text-decoration: none;
}
.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.body-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content > *:not(:last-child), .body-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content > *:not(:last-child), .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content > *:not(:last-child), .gform_wrapper .gform_fields .gfield.gfield_html > *:not(:last-child) {
  margin-bottom: 22px;
}
.body-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content embed, .body-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content embed, .gform_wrapper .gform_fields .gfield.gfield_html embed,
.body-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content iframe,
.body-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content iframe,
.gform_wrapper .gform_fields .gfield.gfield_html iframe,
.body-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content object,
.body-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content object,
.gform_wrapper .gform_fields .gfield.gfield_html object {
  max-width: 100%;
}
.body-content iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement iframe[src^="https://www.youtube.com"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header iframe[src^="https://www.youtube.com"], .body-content .su-spoiler .su-spoiler-content iframe[src^="https://www.youtube.com"], .gform_wrapper .gform_fields .gfield.gfield_html iframe[src^="https://www.youtube.com"] {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.body-content img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div img, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header img, .body-content .su-spoiler .su-spoiler-content img, .gform_wrapper .gform_fields .gfield.gfield_html img {
  height: auto;
  max-width: 100%;
}
.body-content figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement figure, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header figure, .body-content .su-spoiler .su-spoiler-content figure, .gform_wrapper .gform_fields .gfield.gfield_html figure {
  margin: 1em 0;
  max-width: 100%;
}
.body-content figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement figure figcaption, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header figure figcaption, .body-content .su-spoiler .su-spoiler-content figure figcaption, .gform_wrapper .gform_fields .gfield.gfield_html figure figcaption {
  margin-top: 10px;
  font-style: italic;
}
.body-content b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div b, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement b, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header b, .body-content .su-spoiler .su-spoiler-content b, .gform_wrapper .gform_fields .gfield.gfield_html b, .body-content strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement strong, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header strong, .body-content .su-spoiler .su-spoiler-content strong, .gform_wrapper .gform_fields .gfield.gfield_html strong {
  font-weight: bold;
}
.body-content ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ul li:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ul li:not(:last-child), .body-content .su-spoiler .su-spoiler-content ul li:not(:last-child), .gform_wrapper .gform_fields .gfield.gfield_html ul li:not(:last-child),
.body-content ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ol li:not(:last-child),
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ol li:not(:last-child),
.body-content .su-spoiler .su-spoiler-content ol li:not(:last-child),
.gform_wrapper .gform_fields .gfield.gfield_html ol li:not(:last-child) {
  margin-bottom: 5px;
}
.body-content ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ul, .body-content .su-spoiler .su-spoiler-content ul, .gform_wrapper .gform_fields .gfield.gfield_html ul {
  list-style: none;
}
.body-content ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ul li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ul li, .body-content .su-spoiler .su-spoiler-content ul li, .gform_wrapper .gform_fields .gfield.gfield_html ul li {
  padding-left: 27px;
  position: relative;
}
.body-content ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ul li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ul li:before, .body-content .su-spoiler .su-spoiler-content ul li:before, .gform_wrapper .gform_fields .gfield.gfield_html ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
.body-content ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ol, .body-content .su-spoiler .su-spoiler-content ol, .gform_wrapper .gform_fields .gfield.gfield_html ol {
  list-style: none;
  counter-reset: ol-counter;
}
.body-content ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ol li, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ol li, .body-content .su-spoiler .su-spoiler-content ol li, .gform_wrapper .gform_fields .gfield.gfield_html ol li {
  padding-left: 27px;
  position: relative;
  counter-increment: ol-counter;
}
.body-content ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement ol li:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header ol li:before, .body-content .su-spoiler .su-spoiler-content ol li:before, .gform_wrapper .gform_fields .gfield.gfield_html ol li:before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
}
.body-content li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement li > ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header li > ul, .body-content .su-spoiler .su-spoiler-content li > ul, .gform_wrapper .gform_fields .gfield.gfield_html li > ul,
.body-content li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement li > ol,
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header li > ol,
.body-content .su-spoiler .su-spoiler-content li > ol,
.gform_wrapper .gform_fields .gfield.gfield_html li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.body-content dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header dt, .body-content .su-spoiler .su-spoiler-content dt, .gform_wrapper .gform_fields .gfield.gfield_html dt {
  font-weight: 700;
}
.body-content dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement dd, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header dd, .body-content .su-spoiler .su-spoiler-content dd, .gform_wrapper .gform_fields .gfield.gfield_html dd {
  margin: 0 1.5em 1.5em;
}
.body-content .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .wp-block-separator, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .wp-block-separator, .body-content .su-spoiler .su-spoiler-content .wp-block-separator, .gform_wrapper .gform_fields .gfield.gfield_html .wp-block-separator {
  background: #eaeaea;
  border: none;
  height: 1px;
  margin: 40px 0;
}
.body-content .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .wp-block-separator.is-style-wide, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .wp-block-separator.is-style-wide, .gform_wrapper .gform_fields .gfield.gfield_html .wp-block-separator.is-style-wide {
  width: 100%;
}
.body-content hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header hr, .body-content .su-spoiler .su-spoiler-content hr, .gform_wrapper .gform_fields .gfield.gfield_html hr {
  margin: 40px 0 !important;
  border-bottom: 1px solid #E8EDEE;
}
.body-content table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table, .body-content .su-spoiler .su-spoiler-content table, .gform_wrapper .gform_fields .gfield.gfield_html table {
  border-collapse: collapse;
  width: 100%;
}
.body-content table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table thead th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table thead th, .body-content .su-spoiler .su-spoiler-content table thead th, .gform_wrapper .gform_fields .gfield.gfield_html table thead th {
  font-weight: 600;
}
.body-content table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table td, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table td, .body-content .su-spoiler .su-spoiler-content table td, .gform_wrapper .gform_fields .gfield.gfield_html table td, .body-content table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table th, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table th, .body-content .su-spoiler .su-spoiler-content table th, .gform_wrapper .gform_fields .gfield.gfield_html table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.body-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table td ol, .body-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ol, .gform_wrapper .gform_fields .gfield.gfield_html table td ol, .body-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table td ul, .body-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table td ul, .gform_wrapper .gform_fields .gfield.gfield_html table td ul, .body-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table th ol, .body-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ol, .gform_wrapper .gform_fields .gfield.gfield_html table th ol, .body-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table th ul, .body-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div .su-spoiler .su-spoiler-content .su-spoiler .su-spoiler-content table th ul, .gform_wrapper .gform_fields .gfield.gfield_html table th ul {
  margin: 0 0 0 15px;
}
.body-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table td ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table td ul, .body-content .su-spoiler .su-spoiler-content table td ul, .gform_wrapper .gform_fields .gfield.gfield_html table td ul, .body-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table th ul, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table th ul, .body-content .su-spoiler .su-spoiler-content table th ul, .gform_wrapper .gform_fields .gfield.gfield_html table th ul {
  list-style: disc;
}
.body-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table td ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table td ol, .body-content .su-spoiler .su-spoiler-content table td ol, .gform_wrapper .gform_fields .gfield.gfield_html table td ol, .body-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table th ol, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table th ol, .body-content .su-spoiler .su-spoiler-content table th ol, .gform_wrapper .gform_fields .gfield.gfield_html table th ol {
  list-style: decimal;
}
.body-content table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement table tbody tr:nth-child(odd), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header table tbody tr:nth-child(odd), .body-content .su-spoiler .su-spoiler-content table tbody tr:nth-child(odd), .gform_wrapper .gform_fields .gfield.gfield_html table tbody tr:nth-child(odd) {
  background-color: #F0F4F5;
}
.body-content em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div em, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement em, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header em, .body-content .su-spoiler .su-spoiler-content em, .gform_wrapper .gform_fields .gfield.gfield_html em {
  font-style: italic;
}
.body-content a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement a:not(.hj-button), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header a:not(.hj-button), .body-content .su-spoiler .su-spoiler-content a:not(.hj-button), .gform_wrapper .gform_fields .gfield.gfield_html a:not(.hj-button) {
  color: #0057A8;
  font-weight: normal;
  text-decoration: underline;
  display: inline;
}
.body-content blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement blockquote, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header blockquote, .body-content .su-spoiler .su-spoiler-content blockquote, .gform_wrapper .gform_fields .gfield.gfield_html blockquote {
  font-style: italic;
  padding: 30px 30px 30px 75px;
  line-height: 1.6;
  position: relative;
  background: #CCE3F5;
  border-radius: 0 6px 6px 0;
  border-left: 8px solid #0057A8;
}
.body-content blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement blockquote > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header blockquote > *:not(:last-child), .body-content .su-spoiler .su-spoiler-content blockquote > *:not(:last-child), .gform_wrapper .gform_fields .gfield.gfield_html blockquote > *:not(:last-child) {
  margin-bottom: 22px;
}
.body-content blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement blockquote:before, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header blockquote:before, .body-content .su-spoiler .su-spoiler-content blockquote:before, .gform_wrapper .gform_fields .gfield.gfield_html blockquote:before {
  content: '"';
  color: #0057A8;
  font-size: 60px;
  position: absolute;
  left: 15px;
  top: -5px;
  font-weight: 900;
}
.body-content blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement blockquote span, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header blockquote span, .body-content .su-spoiler .su-spoiler-content blockquote span, .gform_wrapper .gform_fields .gfield.gfield_html blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
}
.body-content .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery, .body-content .su-spoiler .su-spoiler-content .gallery, .gform_wrapper .gform_fields .gfield.gfield_html .gallery {
  display: grid;
  grid-gap: 1.5em;
}
.body-content .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery .gallery-item, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery .gallery-item, .gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.body-content .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery .gallery-item img, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery .gallery-item img, .gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item img {
  height: auto;
  max-width: 100%;
}
.body-content .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery .gallery-item img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery .gallery-item img.animate, .gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item img.animate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.body-content .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery .gallery-item:hover img.animate, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery .gallery-item:hover img.animate, .gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item:hover img.animate {
  opacity: 1;
}
.body-content .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-2, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-2, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.body-content .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-3, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-3, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.body-content .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-4, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-4, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.body-content .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-5, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-5, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.body-content .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-6, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-6, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.body-content .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-7, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-7, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.body-content .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-8, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-8, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.body-content .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery.gallery-columns-9, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery.gallery-columns-9, .gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.body-content .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler, .body-content .su-spoiler .su-spoiler-content .su-spoiler, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler {
  border: none;
}
.body-content .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-title, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-title {
  padding: 16px 100px 16px 28px;
  background: #CCE3F5 url("../images/icons/accordion-arrow-blue.svg") calc(100% - 20px) 50%/47px no-repeat;
  border-radius: 6px;
  font-weight: 600;
  min-height: 73px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  border: none;
}
.body-content .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-title .su-spoiler-icon, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-title .su-spoiler-icon, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-title .su-spoiler-icon {
  display: none;
}
.body-content .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler:not(.su-spoiler-closed), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler:not(.su-spoiler-closed), .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler:not(.su-spoiler-closed) {
  outline-color: #0057A8;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}
.body-content .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title {
  outline: none !important;
  background: #CCE3F5 url("../images/icons/accordion-arrow-blue-active.svg") calc(100% - 20px) 50%/47px no-repeat;
}
.body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content {
  padding: 20px 20px 20px 28px;
}
.body-content span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement span[style="color: #ff0000;"], .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header span[style="color: #ff0000;"], .gform_wrapper .gform_fields .gfield.gfield_html span[style="color: #ff0000;"], .body-content .su-spoiler .su-spoiler-content span[style="color: #ff0000;"] {
  color: #EB0000 !important;
}

@media (max-width: 767px) {
  .body-content .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery, .gform_wrapper .gform_fields .gfield.gfield_html .gallery, .body-content .su-spoiler .su-spoiler-content .gallery {
    display: block;
  }
  .body-content .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .gallery .gallery-item:not(:last-of-type), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .gallery .gallery-item:not(:last-of-type), .gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .body-content hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement hr, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header hr, .gform_wrapper .gform_fields .gfield.gfield_html hr, .body-content .su-spoiler .su-spoiler-content hr {
    margin: 60px 0 !important;
  }
}
.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.news-card a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  height: auto;
}
.news-card a:is(:hover, :focus) .news-card__text h3 {
  text-decoration: underline;
}
.news-card a:is(:hover, :focus) .news-card__imagewrap img {
  transform: scale(1.1);
}
.news-card a:focus {
  outline: 5px auto blue;
  outline-offset: 3px;
}
.news-card__imagewrap {
  overflow: hidden;
  aspect-ratio: 354/189;
}
.news-card__imagewrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s;
}
.news-card__text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
.news-card__text__date {
  margin-bottom: 10px;
  font-size: 14px;
}
.news-card__text h3 {
  margin-bottom: 20px;
}
.news-card__text .ui-link, .news-card__text .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .news-card__text .hj-job-details:after {
  margin-top: auto;
}
.news-card__text--cropped h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card--grey {
  background: #F0F4F5;
}

@media only screen and (min-width: 768px) {
  .news-card__text {
    padding: 32px 35px;
  }
}
.values-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.values-wrap__icon {
  display: flex;
  align-items: center;
}
.values-wrap__icon img {
  margin: 0 13px 0 0;
}

@media only screen and (max-width: 1024px) {
  .values-wrap {
    flex-direction: column;
    padding: 65px 0;
  }
  .values-wrap > .h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .values-wrap > h2 {
    margin-bottom: 50px;
  }
  .values-wrap__icon {
    width: 184px;
  }
  .values-wrap__icon:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .values-wrap {
    flex-direction: row;
    height: 214px;
  }
  .values-wrap > .h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .values-wrap > h2 {
    margin-right: 30px;
  }
}
.masthead {
  position: relative;
  display: flex;
  align-items: center;
  background: rgb(0, 48, 135);
  background: linear-gradient(315deg, rgb(0, 48, 135) 0%, rgb(0, 94, 184) 100%);
}
.masthead__image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.masthead__image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.masthead__heading {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  background: #003087;
  color: #fff;
}
.masthead__heading svg {
  position: relative;
  font-size: 25px;
}

@media only screen and (max-width: 1024px) {
  .masthead {
    padding: 40px 0;
  }
  .masthead__heading {
    padding: 20px 25px;
  }
  .masthead__heading svg {
    margin: -5px 5px 0 0;
  }
  .masthead p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .masthead {
    height: 270px;
  }
  .masthead__heading {
    height: 130px;
    padding: 0 56px 0 50px;
  }
  .masthead__heading svg {
    margin: -5px 15px 0 0;
  }
}
.give-feedback {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #E8EDEE;
}
.give-feedback__modified {
  margin-bottom: 20px;
}
.give-feedback .accordion-container .accordion-strip {
  max-width: 100%;
}
.give-feedback .accordion-container .accordion-strip .accordion-button button {
  font-size: 18px;
  height: 86px;
}
.give-feedback .gform_wrapper {
  padding: 25px;
  border-radius: 0;
  background: #F0F4F5;
}

@media only screen and (min-width: 1025px) {
  .give-feedback {
    padding: 64px 0;
  }
}
.accordions .body-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-employer-footer > div, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .hj-box-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-overview, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-description, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-organisation, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-description, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-role-requirement, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-employer-header, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .accordions div, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .accordions .su-spoiler-content, .accordions .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .accordions .su-spoiler-content, .accordions .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .accordions .gfield.gfield_html, .accordions .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .accordions div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .accordions .su-spoiler-content, .accordions .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .accordions .su-spoiler-content {
  margin-bottom: 30px;
}

.accordion-container .accordion-strip {
  border-radius: 6px;
}
.accordion-container .accordion-strip .accordion-button button {
  padding: 16px 90px 16px 20px;
  background: #CCE3F5 url("../images/icons/accordion-arrow-blue.svg") calc(100% - 20px) 50%/47px no-repeat;
  border-radius: 6px;
  font-weight: 600;
  min-height: 73px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  line-height: 1.2;
}
.accordion-container .accordion-strip .accordion-button button[aria-expanded=true] {
  background: #CCE3F5 url("../images/icons/accordion-arrow-blue-active.svg") calc(100% - 20px) 50%/47px no-repeat;
}
.accordion-container .accordion-strip .accordion-panel.hidden {
  display: none;
}
.accordion-container .accordion-strip.active {
  outline-color: #0057A8;
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 2px;
}

@media only screen and (min-width: 768px) {
  .accordion-container .accordion-strip .accordion-button button {
    padding: 16px 100px 16px 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordion-container .accordion-strip {
    max-width: 546px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion-container .accordion-strip {
    max-width: 756px;
  }
}
@media only screen and (min-width: 1400px) {
  .accordion-container .accordion-strip {
    max-width: 866px;
  }
}
.team-card > img {
  width: 100%;
  aspect-ratio: 225/300;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.team-card figcaption > *:not(:last-child) {
  margin-bottom: 8px;
}
.team-card figcaption p {
  line-height: 1.2;
  font-size: 14px;
  text-wrap: balance;
}

.team-card-link {
  background: #F0F4F5;
  border: 1px solid #E8EDEE;
  border-radius: 4px;
  overflow: hidden;
}
.team-card-link .team-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-card-link .team-card > img {
  margin-bottom: 0;
}
.team-card-link .team-card figcaption {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.team-card-link .team-card figcaption .ui-link, .team-card-link .team-card figcaption .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .team-card-link .team-card figcaption .hj-job-details:after {
  margin-top: auto;
}

.page-card {
  position: relative;
  background: #F0F4F5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-card:is(:hover, :focus) .page-card__text h3 {
  text-decoration: underline;
}
.page-card:is(:hover, :focus) .page-card__imagewrap img {
  transform: scale(1.1);
}
.page-card:focus {
  outline: 5px auto blue;
  outline-offset: 3px;
}
.page-card__imagewrap {
  overflow: hidden;
  aspect-ratio: 354/189;
  max-height: 246px;
}
.page-card__imagewrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s;
}
.page-card__text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
.page-card__text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-card__text p {
  margin-bottom: 20px;
}
.page-card__text .ui-link, .page-card__text .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .page-card__text .hj-job-details:after {
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
  .page-card__text {
    padding: 32px 35px;
  }
}
.page__main__breadcrumbs {
  line-height: 1.2;
  margin-bottom: 66px;
  display: flex;
  font-size: 16px;
}
.page__main__breadcrumbs > p {
  margin-right: 12px;
}
.page__main__breadcrumbs .fa-angle-right {
  font-size: 12px;
  margin: 0 5px;
}
.page__main__breadcrumbs ul {
  display: flex;
  align-items: center;
}
.page__main__breadcrumbs ul li {
  display: none;
}
.page__main__breadcrumbs ul li + li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  margin-right: 12px;
  font-weight: 900;
  font-size: 10px;
}
.page__main__breadcrumbs ul li a {
  color: #0057A8;
  text-decoration: underline;
}
.page__main__breadcrumbs ul li:first-of-type, .page__main__breadcrumbs ul li:nth-last-child(-n+2) {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.page__main__breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:nth-child(1)) span {
  display: flex;
  align-items: center;
}
.page__main__breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:nth-child(1)) span:before {
  order: -1;
  content: "...";
  margin-right: 12px;
}
.page__main__breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:nth-child(1)) span:after {
  order: -1;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  margin-right: 12px;
  font-weight: 900;
  font-size: 10px;
}
.page__main__breadcrumbs ul li:last-of-type {
  flex-shrink: 1;
}
.page__main__breadcrumbs ul li:not(:last-of-type) {
  margin-right: 12px;
}

@media only screen and (max-width: 1024px) {
  .page__main__breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .page__main__breadcrumbs {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #scrollToTop {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  #scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: calc((100vw - 960px) / 2 + 155px);
    color: #003087;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
  }
  #scrollToTop svg {
    position: relative;
    top: 6px;
    margin-left: 8px;
  }
  #scrollToTop.fixed {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  #scrollToTop {
    right: calc((100vw - 1170px) / 2 + 155px);
  }
}
@media only screen and (min-width: 1400px) {
  #scrollToTop {
    right: calc((100vw - 1280px) / 2 + 155px);
  }
}
.image-content__imagewrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-content__text .h5 {
  margin-bottom: 18px;
}
.image-content__text .h3, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .image-content__text h2 {
  margin-bottom: 30px;
}
.image-content__text .body-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-employer-footer > div, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text .hj-box-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-overview, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-description, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-organisation, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-description, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-role-requirement, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-employer-header, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .image-content__text div, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .image-content__text .gfield.gfield_html, .image-content__text .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .image-content__text #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .image-content__text div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .image-content__text .su-spoiler-content, .image-content__text .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .image-content__text .su-spoiler-content {
  margin-bottom: 50px;
}
.image-content--white {
  background-color: #fff;
}
.image-content--blue {
  background: rgb(0, 48, 135);
  background: linear-gradient(315deg, rgb(0, 48, 135) 0%, rgb(0, 94, 184) 100%);
}
.image-content--blue .image-content__text > * {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .image-content {
    padding: 50px 0 70px;
  }
  .image-content__imagewrap {
    margin-bottom: 40px;
    aspect-ratio: 546/379;
  }
}
@media only screen and (min-width: 1025px) {
  .image-content {
    padding: 123px 0 142px;
  }
  .image-content .container {
    display: flex;
    align-items: center;
  }
  .image-content--blue .image-content__imagewrap, .image-content--white .image-content__imagewrap {
    width: 450px;
  }
  .image-content--blue .image-content__text, .image-content--white .image-content__text {
    flex: 1;
    max-width: 414px;
    margin: 0 auto;
    padding: 0 0 0 30px;
  }
  .image-content--blue.image-content--reverse .container, .image-content--white.image-content--reverse .container {
    flex-direction: row-reverse;
  }
  .image-content--blue.image-content--reverse .image-content__text, .image-content--white.image-content--reverse .image-content__text {
    box-sizing: content-box;
    padding: 0 30px 0 0;
  }
  .image-content--banner-image {
    padding: 78px 0;
    position: relative;
  }
  .image-content--banner-image .image-content__imagewrap {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .image-content--banner-image .image-content__text {
    background: #fff;
    position: relative;
    padding: 84px 66px 72px;
    width: 100%;
    max-width: 546px;
  }
  .image-content--banner-image.image-content--reverse .container {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .image-content--blue .image-content__imagewrap, .image-content--white .image-content__imagewrap {
    width: 546px;
  }
}
.content-block--red {
  background: #F8DEED;
}
.content-block--red ul li:before, .content-block--red ol li:before {
  color: #AE2573;
}
.content-block--grey {
  background: #F0F4F5;
}
.content-block--blue {
  background: #CCE3F5;
}
.content-block--blue ul li:before, .content-block--blue ol li:before {
  color: #0057A8;
}

@media only screen and (max-width: 1024px) {
  .content-block:not(.content-block--none) {
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-block:not(.content-block--none) {
    padding: 45px 54px;
  }
}
.images-block__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.images-block__wrap figure {
  flex: 1;
}
.images-block__wrap figure img,
.images-block__wrap figure button {
  width: 100%;
}
.images-block__wrap figure figcaption {
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
  line-height: 21px;
}
.images-block__wrap figure button {
  position: relative;
}
.images-block__wrap figure button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "Enlarge image";
  background: rgba(33, 43, 50, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  will-change: opacity;
}
.images-block__wrap figure button:hover:after {
  opacity: 1;
  visibility: visible;
}
.images-block__wrap--grid {
  display: grid;
  grid-gap: 30px;
}
.images-block__wrap--slider {
  box-sizing: content-box;
  padding: 30px !important;
  margin: -30px !important;
}
.images-block__wrap--slider .swiper-wrapper {
  display: flex;
}
.images-block__wrap--slider .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.images-block__wrap--slider .swiper-pagination {
  justify-content: center;
  margin: 20px 0 0;
}
.images-block__wrap--slider .swiper-button-next {
  transform: translate(-30px, -15px);
}
.images-block__wrap--slider .swiper-button-prev {
  transform: translate(30px, -15px) scale(-1);
}

@media only screen and (min-width: 650px) {
  .images-block__wrap--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .images-block__wrap--slider {
    width: 546px;
  }
}
@media only screen and (min-width: 1200px) {
  .images-block__wrap--slider {
    width: 756px;
  }
}
.page-block.our-values .values-wrap > .h3, .page-block.our-values .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .values-wrap > h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .page-block.our-values .values-wrap > h2 {
  margin-right: -20px;
}
.page-block.our-values .values-wrap__icon {
  flex-direction: column;
}
.page-block.our-values .values-wrap__icon img {
  margin: 0 0 13px 0;
}

@media only screen and (max-width: 1024px) {
  .page-block.our-values {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .page-block.our-values .values-wrap {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-block.our-values .values-wrap {
    padding: 0 56px 0 38px;
  }
}
.download-links .body-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-employer-footer > div, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links .hj-box-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-overview, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-description, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-organisation, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-description, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-role-requirement, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-employer-header, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .download-links div, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .download-links .su-spoiler-content, .download-links .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .download-links .su-spoiler-content, .download-links .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .download-links .gfield.gfield_html, .download-links .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .download-links #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .download-links div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .download-links .su-spoiler-content, .download-links .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .download-links .su-spoiler-content {
  margin-bottom: 30px;
}
.download-links__list > li:not(:last-child) {
  margin-bottom: 15px;
}

.video-embeds .body-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-employer-footer > div, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds .hj-box-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-overview, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-description, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-organisation, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-description, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-role-requirement, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-employer-header, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .video-embeds div, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .video-embeds .gfield.gfield_html, .video-embeds .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .video-embeds #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .video-embeds div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .video-embeds .su-spoiler-content, .video-embeds .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .video-embeds .su-spoiler-content {
  margin-bottom: 30px;
}
.video-embeds__wrap {
  position: relative;
}
.video-embeds__wrap iframe, .video-embeds__wrap video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}
.video-embeds__wrap iframe:not(:last-child), .video-embeds__wrap video:not(:last-child) {
  margin-bottom: 30px;
}
.video-embeds__wrap .swiper {
  padding: 30px;
  margin: -30px;
}

@media only screen and (min-width: 1025px) {
  .video-embeds__wrap .swiper {
    width: 606px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-embeds__wrap .swiper {
    width: 816px;
  }
}
@media only screen and (min-width: 1400px) {
  .accordion-container .accordion-strip {
    max-width: 926px;
  }
}
.page-links__list > li:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .page-links__list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.accordions .accordion-container .accordion-strip:not(:last-child) {
  margin-bottom: 12px;
}
.accordions .accordion-container .accordion-strip .body-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-employer-footer > div, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip .hj-box-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-overview, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-description, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-organisation, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-description, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-role-requirement, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-employer-header, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .accordions .accordion-container .accordion-strip div, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .accordions .accordion-container .accordion-strip .gfield.gfield_html, .accordions .accordion-container .accordion-strip .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .accordions .accordion-container .accordion-strip #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .accordions .accordion-container .accordion-strip div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content, .accordions .accordion-container .accordion-strip .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .accordions .accordion-container .accordion-strip .su-spoiler-content {
  padding: 20px 20px 20px 28px;
}

@media only screen and (min-width: 768px) {
  .accordions .accordion-container .accordion-strip:not(:last-child) {
    margin-bottom: 17px;
  }
}
.table-block table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.table-block table thead th {
  font-weight: 600;
}
.table-block table td, .table-block table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px;
  vertical-align: top;
}
.table-block table td ol, .table-block table td ul, .table-block table th ol, .table-block table th ul {
  margin: 0 0 0 15px;
}
.table-block table td ul, .table-block table th ul {
  list-style: disc;
}
.table-block table td ol, .table-block table th ol {
  list-style: decimal;
}
.table-block table tbody tr:nth-child(odd) {
  background-color: #F0F4F5;
}

.team-block .body-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-employer-footer > div, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block .hj-box-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-overview, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-description, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-organisation, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-description, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-role-requirement, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-employer-header, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .team-block div, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .team-block .su-spoiler-content, .team-block .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .team-block .su-spoiler-content, .team-block .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .team-block .gfield.gfield_html, .team-block .body-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .team-block #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .team-block div .su-spoiler .su-spoiler-content, .body-content .su-spoiler .team-block .su-spoiler-content, .team-block .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .team-block .su-spoiler-content {
  margin-bottom: 30px;
}
.team-block__grid {
  display: grid;
  grid-gap: 30px;
}

@media only screen and (min-width: 650px) {
  .team-block__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .team-block__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
.image-link-cards__grid:not(.image-link-cards__grid--1) {
  display: grid;
  grid-gap: 30px;
}

@media only screen and (min-width: 1025px) {
  .image-link-cards__grid:not(.image-link-cards__grid--1) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.jobs-board #hj-feed-wrapper #hj-menu #hj-account-menu {
  display: none;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title {
  margin-bottom: 30px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3 {
  margin-top: 10px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert > *:not(:last-child) {
  margin-bottom: 30px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-summary {
  background: #F0F4F5;
  padding: 30px 30px 15px;
  margin-bottom: 50px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-summary dl dt {
  text-align: left;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job dl.hj-dl-float {
  margin-bottom: -15px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job dl.hj-dl-float dt, .jobs-board #hj-feed-wrapper #hj-content #hj-job dl.hj-dl-float dd {
  margin: 0 0 15px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job dl.hj-dl-float dt {
  text-align: left;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-standard-box {
  border-radius: 6px;
  overflow: hidden;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-standard-box .hj-box-heading {
  background: #CCE3F5;
  font-weight: 600;
  padding: 16px 28px 16px 28px;
  color: #212B32;
  font-size: 16px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-standard-box .hj-box-content {
  padding: 20px 20px 20px 28px;
  border: none;
  background: #F0F4F5;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-apply-online {
  width: 100%;
  height: 67px;
  padding: 0 15px;
  min-width: 150px;
  transition: all 0.2s ease;
  font-weight: 700;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 30px 0 !important;
  font-size: 16px;
  background: #AE2573;
  color: #fff;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-other-jobs-links {
  text-align: left;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-other-jobs-links a {
  color: #0057A8;
  font-weight: normal;
  text-decoration: underline;
  display: inline;
}
.jobs-board #hj-feed-wrapper #hj-content ul.mime-attachments {
  margin: 0;
}
.jobs-board #hj-feed-wrapper #hj-content .zc-user-messages .hj-alert {
  background-color: #F2D4D1;
  border: none;
  margin-bottom: 40px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2 {
  text-align: left;
  margin-bottom: 30px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
  max-width: unset;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul li {
  width: unset;
  max-width: unset;
  min-width: unset;
  margin: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul li a:focus {
  outline: 5px auto blue;
  outline-offset: 3px;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon {
  border: none;
  display: flex;
  flex-direction: column;
  background-color: #F0F4F5;
  overflow: hidden;
  flex: 1;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon h3.hj-css-icon-text {
  padding: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon div:not(.hj-css-icon) {
  flex: 1;
  color: white;
  padding: 20px;
  width: unset;
  display: block;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon .hj-css-icon {
  width: unset;
  min-width: unset;
  position: relative;
  overflow: hidden;
  height: unset;
  aspect-ratio: 16/12;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon .hj-css-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:hover, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:focus {
  background: #F0F4F5;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:hover h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:focus h3 {
  background: none;
  color: #212B32;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:hover div:not(.hj-css-icon) h3, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:focus div:not(.hj-css-icon) h3 {
  text-decoration: underline;
}
.jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:hover .hj-css-icon img, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hj-css-sector-icon:focus .hj-css-icon img {
  transform: scale(1.1);
}
.jobs-board #hj-feed-wrapper #hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form-widget {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default {
  background: #F0F4F5;
  padding: 30px;
  margin: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default label {
  display: block;
  margin-bottom: 20px;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q {
  background: #ffffff;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 53px 0 25px;
  border: 1px solid transparent;
  margin: 0 0 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 43px;
  margin: 0;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q::-webkit-input-placeholder {
  color: #768692;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q::-moz-placeholder {
  color: #768692;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q:-ms-input-placeholder {
  color: #768692;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q:-moz-placeholder {
  color: #768692;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
  width: 53px;
  border-radius: 0 46px 46px 0;
  background: #003087 url("../images/icons/search-w.svg") center/18px no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0;
  font-size: 0;
  height: 46px;
  border: none;
}
.jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:hover, .jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit:focus {
  background: #0057A8 url("../images/icons/search-w.svg") center/18px no-repeat;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list h2 {
  margin-bottom: 25px;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-eligibility-note {
  background-color: #f8d4d1;
  height: 35px;
  line-height: 35px;
  background-position: left 5px center;
  font-weight: bold;
  padding: 0 12px 0 40px;
  margin: 0 0 20px;
  display: inline-flex;
  float: left;
  clear: both;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-sorter {
  text-align: left;
  margin: 0 0 50px;
  background: #F0F4F5;
  padding: 30px;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-sorter #frmSorter .form-widget {
  padding: 0;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-sorter #frmSorter label {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-sorter #frmSorter select {
  padding: 0 20px;
  height: 43px;
  border: 1px solid #231F20;
  background-color: white;
  width: 100%;
  border-radius: 10px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 12px;
  background-repeat: no-repeat;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle {
  color: #0057A8;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol li {
  border: none;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li {
  border-color: #E8EDEE;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li:first-child {
  border-top: 1px solid #E8EDEE;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li:last-child {
  border-bottom: 1px solid #E8EDEE;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li a:hover, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li a:focus {
  background: #F0F4F5;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details {
  position: relative;
  margin-top: 25px;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after {
  content: "View job details";
  display: inline-flex;
  height: 25px;
  float: left;
  clear: both;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details > div {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EDEE;
  width: 100%;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details > div:last-child {
  border: none;
}
.jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-field-caption {
  font-weight: bold;
  float: none;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs:first-of-type {
  margin: 0 0 50px;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs:last-of-type {
  margin: 50px 0 0;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs li a {
  color: #0057A8;
  text-decoration: underline;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs li a:hover {
  text-decoration: none;
}
.jobs-board #hj-feed-wrapper #hj-content .breadcrumbs li:not(.current):after {
  content: " \f105 ";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 0 5px;
}
.jobs-board #hj-feed-wrapper .hj-employer-icons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.jobs-board #hj-feed-wrapper .hj-employer-icons a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .jobs-board #hj-menu {
    margin-bottom: 40px;
  }
  .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job .hj-job-detail.hj-grade {
    float: left;
    clear: both;
  }
}
@media only screen and (min-width: 650px) {
  .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .jobs-board #hj-feed-wrapper #hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form-widget {
    flex-direction: row;
  }
  .jobs-board #hj-feed-wrapper #hj-content #JobSearch_default input#JobSearch\.q {
    width: unset;
    flex: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul .hj-css-sector-icon div:not(.hj-css-icon) {
    padding: 30px 20px;
  }
  .jobs-board #hj-content #hj-main .hj-simple-search form#JobSearch.hj-full-width-inputs .form-widget {
    max-width: unset !important;
  }
}
@media only screen and (min-width: 1200px) {
  .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-cards__wrap {
  display: flex;
  gap: 30px;
}
.contact-cards__wrap .contact-card:nth-child(4n+1), .contact-cards__wrap .contact-card:nth-child(4n+4) {
  background: #CCE3F5;
}
.contact-cards__wrap .contact-card:nth-child(4n+2) {
  background: #F8DEED;
}
.contact-cards__wrap .contact-card:nth-child(4n+3) {
  background: #F0F4F5;
}

@media only screen and (max-width: 767px) {
  .contact-cards__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-cards__wrap .contact-card {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-cards__wrap {
    flex-wrap: wrap;
  }
  .contact-cards__wrap .contact-card {
    width: calc(50% - 15px);
  }
  .contact-cards__wrap--odd .contact-card:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-cards__wrap .contact-card {
    padding: 45px;
  }
}
.image-content-block > img {
  width: 100%;
  aspect-ratio: 384/288;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .image-content-block > img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .image-content-block {
    display: flex;
    align-items: flex-start;
  }
  .image-content-block > img {
    width: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-content-block__content {
    flex: 1;
  }
  .image-content-block:not(.image-content-block--reverse) .image-content-block__content {
    margin-left: 40px;
  }
  .image-content-block--reverse {
    flex-direction: row-reverse;
  }
  .image-content-block--reverse .image-content-block__content {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-content-block > img {
    width: 384px;
    height: 288px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-content-block:not(.image-content-block--reverse) .image-content-block__content {
    margin-left: 60px;
  }
  .image-content-block--reverse {
    flex-direction: row-reverse;
  }
  .image-content-block--reverse .image-content-block__content {
    margin-right: 60px;
  }
}
button,
a[type=button] {
  border: none !important;
}

body *:focus, body *:focus-visible {
  outline: 2px solid #0057A8 !important;
}

div#journeyPlannerForm h1,
div#journeyPlannerForm h2,
div#journeyPlannerForm p,
div#journeyPlannerForm input,
div#journeyPlannerForm label,
div#journeyPlannerForm button,
div#journeyPlannerForm select {
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212B32 !important;
}

.widget-control {
  display: none;
}

div#journeyPlannerForm .journey-form {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: #E5F1FA;
  border: none;
  box-shadow: none !important;
}
div#journeyPlannerForm .journey-form .journey-basic {
  padding: 20px;
  margin: 0;
  overflow: auto;
}
div#journeyPlannerForm .journey-form .journey-basic h2 {
  margin: 0 0 30px;
  text-align: left;
  line-height: 1;
}
div#journeyPlannerForm .journey-form .journey-basic input,
div#journeyPlannerForm .journey-form .journey-basic select.timeIntervals {
  height: 50px;
  border: none;
  margin-bottom: 13px;
  font-size: 16px;
}
div#journeyPlannerForm .journey-form .journey-basic input:focus, div#journeyPlannerForm .journey-form .journey-basic input:focus-visible,
div#journeyPlannerForm .journey-form .journey-basic select.timeIntervals:focus,
div#journeyPlannerForm .journey-form .journey-basic select.timeIntervals:focus-visible {
  outline: 2px solid #0057A8 !important;
}
div#journeyPlannerForm .journey-form .journey-basic input#origin,
div#journeyPlannerForm .journey-form .journey-basic input#destination {
  width: 100%;
  border-radius: 50px;
  padding-left: 25px;
}
div#journeyPlannerForm .journey-form .journey-basic input#datePicker,
div#journeyPlannerForm .journey-form .journey-basic select.timeIntervals {
  padding-left: 60px;
  text-align: left;
  background-position: 20px 50%;
  text-indent: 0;
}
div#journeyPlannerForm .journey-form .journey-basic input#datePicker {
  border-radius: 50px 0 0 50px;
  background-image: url(../images/icons/calendar.svg);
  background-size: 22.5px;
}
div#journeyPlannerForm .journey-form .journey-basic .pika-single.is-bound {
  top: 0 !important;
  left: 0 !important;
  border: 1px solid #003087;
}
div#journeyPlannerForm .journey-form .journey-basic .pika-single.is-bound .is-selected .pika-button {
  background: #003087;
  color: #fff !important;
}
div#journeyPlannerForm .journey-form .journey-basic button.search-cancel {
  margin: 13px 5px;
}
div#journeyPlannerForm .journey-form .journey-basic button.search-cancel:nth-of-type(2) {
  top: 148px;
}
div#journeyPlannerForm .journey-form .journey-basic ul.place-list {
  border: 2px solid #003087;
}
div#journeyPlannerForm .journey-form .journey-basic ul.place-list li:active,
div#journeyPlannerForm .journey-form .journey-basic ul.place-list li.focus {
  background: #003087;
}
div#journeyPlannerForm .journey-form .journey-basic select.timeIntervals {
  border-radius: 0 50px 50px 0;
  border-left: 1px solid #768692;
  background-image: url(../images/icons/time.svg);
  background-size: 20px;
}
div#journeyPlannerForm .journey-form .journey-basic div#swapOriginDestination {
  top: 115px;
  height: 50px;
  right: 15px;
  width: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background: #fff url(../images/icons/double-arrow.svg) center/14px no-repeat;
}
div#journeyPlannerForm .journey-form .journey-basic div#swapOriginDestination svg {
  display: none;
}
div#journeyPlannerForm .journey-form .journey-basic button[type=submit] {
  margin: 0;
}
div#journeyPlannerForm .journey-form .journey-basic button[type=submit] p {
  color: #fff !important;
}
div#journeyPlannerForm .journey-form .journey-basic button[type=submit] .___feedback .spinner .circle1,
div#journeyPlannerForm .journey-form .journey-basic button[type=submit] .___feedback .spinner .circle2 {
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
div#journeyPlannerForm .journey-form .journey-basic button[type=submit].disabled p {
  display: none;
}
div#journeyPlannerForm .journey-form .journey-basic #tilSupport {
  top: auto;
  bottom: 52px;
  padding: 0 35px !important;
  text-align: left;
  width: auto;
}
div#journeyPlannerForm .journey-form .journey-basic a.advanced-toggle {
  display: none !important;
}
div#journeyPlannerForm .journey-form .journey-basic .warning p {
  padding: 8px 10px 8px 20px !important;
}
div#journeyPlannerForm .journey-form .journey-basic #origVal,
div#journeyPlannerForm .journey-form .journey-basic #destinationVal {
  width: calc(100% - 70px);
  left: 35px;
  border-radius: 4px;
}
div#journeyPlannerForm .journey-form .journey-basic #origVal p,
div#journeyPlannerForm .journey-form .journey-basic #destinationVal p {
  color: #fff !important;
  font-size: 13px;
}
div#journeyPlannerForm .journey-form .journey-basic #origVal {
  top: 145px !important;
}
div#journeyPlannerForm .journey-form .journey-basic #destinationVal {
  top: 210px !important;
}

div#journeyPlannerResults .journey-response:not(.visible) {
  display: none;
}

@media only screen and (min-width: 650px) {
  div#journeyPlannerForm .journey-form .journey-basic {
    padding: 35px;
  }
}
.trust-board-papers .body-content, .trust-board-papers .gform_wrapper .gform_fields .gfield.gfield_html, .gform_wrapper .gform_fields .trust-board-papers .gfield.gfield_html, .trust-board-papers .body-content .su-spoiler .su-spoiler-content, .body-content .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers .hj-box-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-job-advert-overview, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-job-advert-description, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-job-advert-organisation, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-job-description, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-job-role-requirement, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-employer-header, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .trust-board-papers div, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .trust-board-papers .su-spoiler-content, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div, .jobs-board #hj-feed-wrapper #hj-content #hj-job .trust-board-papers #hj-employer-footer > div, .trust-board-papers .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .trust-board-papers .su-spoiler-content {
  margin-bottom: 30px;
}
.trust-board-papers__grid {
  display: grid;
  grid-gap: 25px 30px;
}

@media only screen and (min-width: 650px) {
  .trust-board-papers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.spacer hr {
  border-bottom: 1px solid #E8EDEE;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.ed-wait-times .ed-group {
  border-radius: 6px;
  display: grid;
  grid-gap: 20px;
}
.ed-wait-times .ed-group:not(:last-child) {
  margin-bottom: 40px;
}
.ed-wait-times .ed-block {
  position: relative;
}
.ed-wait-times .ed-block > svg {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  display: flex;
  justify-content: center;
}
.ed-wait-times .ed-block > svg#clipboard {
  height: 45px;
}
.ed-wait-times .ed-block__icon {
  background-color: #003087;
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 20px;
  position: relative;
}
.ed-wait-times .ed-block__icon__inner {
  background-color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  animation: pulse 1s infinite;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.ed-wait-times .ed-block__text .h4, .ed-wait-times .ed-block__text .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title .ed-wait-times .ed-block__text h3, .ed-wait-times .ed-block__text .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .ed-wait-times .ed-block__text .hj-jobtitle, .ed-wait-times .ed-block__text div#journeyPlannerForm .journey-form .journey-basic h2, div#journeyPlannerForm .journey-form .journey-basic .ed-wait-times .ed-block__text h2, .ed-wait-times .ed-block__text p {
  margin-bottom: 5px;
}
.ed-wait-times .ed-block__text .h3, .ed-wait-times .ed-block__text .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .ed-wait-times .ed-block__text h2 {
  text-transform: capitalize;
}
.ed-wait-times .ed-block--blue {
  color: #fff;
  background: #003087;
}
.ed-wait-times .ed-block--blue .ui-btn, .ed-wait-times .ed-block--blue .page__main .post-password-form p input[type=submit], .page__main .post-password-form p .ed-wait-times .ed-block--blue input[type=submit], .ed-wait-times .ed-block--blue .gform_wrapper .gform_drop_area .gform_button_select_files, .gform_wrapper .gform_drop_area .ed-wait-times .ed-block--blue .gform_button_select_files, .ed-wait-times .ed-block--blue .gform_wrapper .gform_button, .gform_wrapper .ed-wait-times .ed-block--blue .gform_button, .ed-wait-times .ed-block--blue div#journeyPlannerForm .journey-form .journey-basic button[type=submit], div#journeyPlannerForm .journey-form .journey-basic .ed-wait-times .ed-block--blue button[type=submit] {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.ed-wait-times .ed-block--green {
  background: #89c75a;
}
.ed-wait-times .ed-block--red {
  background: #dc372e;
  color: #fff;
}
.ed-wait-times .ed-block--red svg path {
  fill: #fff;
}
.ed-wait-times .ed-block--amber {
  background: #ffd863;
}

@media only screen and (max-width: 1024px) {
  .ed-wait-times .ed-group__header .ui-link, .ed-wait-times .ed-group__header .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .ed-wait-times .ed-group__header .hj-job-details:after {
    margin-top: 10px;
  }
  .ed-wait-times .ed-block {
    padding: 30px 30px;
  }
  .ed-wait-times .ed-block svg {
    display: none;
  }
  .ed-wait-times .ed-block__text .h4, .ed-wait-times .ed-block__text .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title h3, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title .ed-wait-times .ed-block__text h3, .ed-wait-times .ed-block__text .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .hj-jobtitle, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .ed-wait-times .ed-block__text .hj-jobtitle, .ed-wait-times .ed-block__text div#journeyPlannerForm .journey-form .journey-basic h2, div#journeyPlannerForm .journey-form .journey-basic .ed-wait-times .ed-block__text h2 {
    font-size: 16px;
  }
  .ed-wait-times .ed-block .ui-btn, .ed-wait-times .ed-block .page__main .post-password-form p input[type=submit], .page__main .post-password-form p .ed-wait-times .ed-block input[type=submit], .ed-wait-times .ed-block .gform_wrapper .gform_drop_area .gform_button_select_files, .gform_wrapper .gform_drop_area .ed-wait-times .ed-block .gform_button_select_files, .ed-wait-times .ed-block .gform_wrapper .gform_button, .gform_wrapper .ed-wait-times .ed-block .gform_button, .ed-wait-times .ed-block div#journeyPlannerForm .journey-form .journey-basic button[type=submit], div#journeyPlannerForm .journey-form .journey-basic .ed-wait-times .ed-block button[type=submit] {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 650px) {
  .ed-wait-times .ed-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ed-wait-times .ed-group__header .ui-link, .ed-wait-times .ed-group__header .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .ed-wait-times .ed-group__header .hj-job-details:after {
    margin-top: 0;
  }
  .ed-wait-times .ed-block {
    padding: 30px 30px 30px 100px;
  }
  .ed-wait-times .ed-block__icon {
    position: absolute;
    left: 33px;
    top: 30px;
    margin-bottom: 0;
  }
  .ed-wait-times .ed-block > svg {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
  }
  .ed-wait-times .ed-block > svg#clipboard {
    height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .ed-wait-times .ed-group {
    grid-gap: 30px;
  }
  .ed-wait-times .ed-group:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .ed-wait-times .ed-block {
    grid-gap: 30px;
  }
  .ed-wait-times .ed-block--blue .ui-btn, .ed-wait-times .ed-block--blue .page__main .post-password-form p input[type=submit], .page__main .post-password-form p .ed-wait-times .ed-block--blue input[type=submit], .ed-wait-times .ed-block--blue .gform_wrapper .gform_drop_area .gform_button_select_files, .gform_wrapper .gform_drop_area .ed-wait-times .ed-block--blue .gform_button_select_files, .ed-wait-times .ed-block--blue .gform_wrapper .gform_button, .gform_wrapper .ed-wait-times .ed-block--blue .gform_button, .ed-wait-times .ed-block--blue div#journeyPlannerForm .journey-form .journey-basic button[type=submit], div#journeyPlannerForm .journey-form .journey-basic .ed-wait-times .ed-block--blue button[type=submit] {
    position: absolute;
    right: 30px;
    top: calc(50% - 23px);
    margin-top: 0;
  }
}
/* Pages Payload
================================================ */
.error404__content {
  padding: 50px 0;
  text-align: center;
  background: #F0F4F5;
}
.error404__content h1 {
  font-size: 7em;
  color: #003087;
  line-height: 1;
  margin-bottom: 30px;
}
.error404__content p a {
  color: #0057A8;
  font-weight: normal;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .error404__content {
    padding: 150px 0;
  }
}
.single-post__main__image {
  margin-bottom: 50px;
  width: 100%;
}
.single-post__main .body-content *, .single-post__main .gform_wrapper .gform_fields .gfield.gfield_html *, .gform_wrapper .gform_fields .single-post__main .gfield.gfield_html *, .single-post__main .body-content .su-spoiler .su-spoiler-content *, .body-content .su-spoiler .single-post__main .su-spoiler-content *, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .single-post__main .su-spoiler-content *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main .hj-box-content *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-overview *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-description *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-organisation *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-description *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-role-requirement *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-header *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .single-post__main div *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .single-post__main .su-spoiler-content *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .single-post__main .su-spoiler-content *, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div *, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-footer > div *, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .single-post__main .su-spoiler-content * {
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.single-post__main .body-content > *:not(:last-child), .single-post__main .gform_wrapper .gform_fields .gfield.gfield_html > *:not(:last-child), .gform_wrapper .gform_fields .single-post__main .gfield.gfield_html > *:not(:last-child), .single-post__main .body-content .su-spoiler .su-spoiler-content > *:not(:last-child), .body-content .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .su-spoiler-content > *:not(:last-child), .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main .hj-box-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-overview > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-description > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-organisation > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-description > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-role-requirement > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-header > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement div > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .single-post__main div > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-footer > div > *:not(:last-child), .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .su-spoiler-content > *:not(:last-child), .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .single-post__main .su-spoiler-content > *:not(:last-child) {
  margin-bottom: 22px !important;
}
.single-post__main .body-content p, .single-post__main .gform_wrapper .gform_fields .gfield.gfield_html p, .gform_wrapper .gform_fields .single-post__main .gfield.gfield_html p, .single-post__main .body-content .su-spoiler .su-spoiler-content p, .body-content .su-spoiler .single-post__main .su-spoiler-content p, .gform_wrapper .gform_fields .gfield.gfield_html .su-spoiler .single-post__main .su-spoiler-content p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main .hj-box-content p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-overview p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-description p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-advert-organisation p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-description p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-job-role-requirement p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-header p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .single-post__main div p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-box-content .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-overview .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-description .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-advert-organisation .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-description .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-job-role-requirement .su-spoiler .single-post__main .su-spoiler-content p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-header .su-spoiler .single-post__main .su-spoiler-content p, .single-post__main .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div p, .jobs-board #hj-feed-wrapper #hj-content #hj-job .single-post__main #hj-employer-footer > div p, .jobs-board #hj-feed-wrapper #hj-content #hj-job #hj-employer-footer > div .su-spoiler .single-post__main .su-spoiler-content p {
  font-size: 16px !important;
}

@media only screen and (max-width: 1024px) {
  .single-post__main__back {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post__main__back {
    margin-top: 50px;
  }
}
.search__main {
  background: #F0F4F5;
  padding: 50px 0;
}
.search__main h1 mark {
  background-color: transparent;
}
.search__main__heading {
  margin-bottom: 40px;
}
.search__main .search-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.search__main .search-item > a {
  width: 100%;
}
.search__main .search-item > p {
  color: #0057A8;
  margin-bottom: 10px;
}
.search__main .search-item:first-of-type {
  border-top: 1px solid #ccc;
}
.search__main__filters {
  background: #fff;
  padding: 30px;
}
.search__main__filters > .h5 {
  margin-bottom: 20px;
}
.search__main__filters__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__main__filters__list .active {
  text-decoration: underline;
  font-weight: 700;
}
.search__main__didyoumean a {
  color: #0057A8;
  font-weight: normal;
  text-decoration: underline;
  display: inline;
}
.search__main__didyoumean--results {
  margin: -10px 0 30px;
}
.search__main__didyoumean--noresults {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .search__main__filters {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .search__main {
    padding: 80px 0;
  }
  .search__main .search-item {
    padding: 35px 0;
  }
  .search__main__filters {
    margin-bottom: 30px;
  }
  .search__main__filters__list {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .search__main__filters__list {
    gap: 40px;
  }
  .search__main .search-item {
    background: url("../images/icons/circle-arrow-blue.svg") calc(100% - 20px) 50%/47px no-repeat;
    padding-right: 100px;
  }
  .search__main .search-item > a:hover {
    color: #0057A8;
    text-decoration: underline;
  }
  .search__main__filters {
    display: flex;
    align-items: center;
  }
  .search__main__filters > .h5 {
    margin: 0 40px 0 0;
  }
}
body.home {
  background-color: #F0F4F5;
}

.hp-hero__slider.swiper {
  overflow: visible;
}
.hp-hero__slider.swiper .hp-slide {
  height: 100%;
  position: relative;
}
.hp-hero__slider.swiper .hp-slide .container {
  box-sizing: border-box;
}
.hp-hero__slider.swiper .hp-slide__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hp-hero__slider.swiper .hp-slide__text {
  background: #003087;
  color: #fff;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.hp-hero__slider.swiper .hp-slide__text > p {
  max-width: 525px;
}
.hp-hero__slider.swiper .hp-slide__text > *:not(:last-child) {
  margin-bottom: 32px;
}
.hp-hero__slider__nav {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.hp-hero__slider__nav .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hp-hero__slider__nav__wrap {
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.hp-hero__slider__nav__wrap .autoplay-toggle {
  width: 30px;
  height: 30px;
  background: #F8DEED;
  color: #0057A8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.hp-hero__slider__nav__wrap .autoplay-toggle:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.hp-hero__slider__nav__wrap .autoplay-toggle.pause:before {
  content: "\f04c";
}
.hp-hero__slider__nav__wrap .autoplay-toggle.play:before {
  content: "\f04b";
}
.hp-hero__slider__nav__wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding: 0 10px 0 6px;
}

.hp-page-links {
  position: relative;
  z-index: 1;
}
.hp-page-links__wrap {
  background: #fff;
}
.hp-page-links__grid {
  display: grid;
  grid-gap: 13px;
}

.latest-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-news__slider .swiper {
  padding: 30px;
  margin: -30px;
}
.latest-news__slider .swiper .swiper-wrapper {
  display: flex;
}
.latest-news__slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}

.our-values {
  background: #CCE3F5;
}

@media only screen and (max-width: 767px) {
  .hp-hero {
    background: #003087;
  }
  .hp-hero__slider.swiper .hp-slide .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hp-hero__slider.swiper .swiper-wrapper {
    display: flex;
  }
  .hp-hero__slider.swiper .hp-slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .hp-hero__slider.swiper .hp-slide__image {
    width: 100%;
  }
  .hp-hero__slider.swiper .hp-slide__text {
    padding: 35px 35px 90px;
    flex: 1;
  }
  .hp-hero__slider.swiper .hp-slide .container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .hp-hero__slider__nav {
    bottom: 35px;
  }
  .hp-hero__slider__nav__wrap {
    margin: 0;
  }
  .hp-page-links {
    margin: 0 0 60px;
  }
  .hp-page-links__wrap {
    padding: 35px 30px 55px;
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .hp-page-links__wrap .h3, .hp-page-links__wrap .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hp-page-links__wrap h2 {
    margin-bottom: 25px;
  }
  .latest-news {
    margin-bottom: 65px;
    position: relative;
  }
  .latest-news .container {
    display: flex;
    flex-direction: column;
  }
  .latest-news__header {
    display: contents;
  }
  .latest-news__header h2 {
    margin-bottom: 35px;
  }
  .latest-news__header .ui-link, .latest-news__header .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .hj-job-details:after, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol > li .latest-news__header .hj-job-details:after {
    order: 2;
    width: 135px;
    left: 0;
    right: 30px;
    margin: 35px auto 0;
  }
  .latest-news__slider__nav {
    position: absolute;
    right: 30px;
    top: -10px;
    display: flex;
    align-items: center;
  }
  .latest-news__slider .swiper-button-next,
  .latest-news__slider .swiper-button-prev {
    position: relative;
    left: 0 !important;
    margin-top: 0;
  }
  .latest-news__slider .swiper-button-prev {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .hp-hero {
    padding-bottom: 30px;
  }
  .hp-hero__slider.swiper .hp-slide__text {
    margin-top: -100px;
    max-width: 560px;
    padding: 35px;
  }
  .hp-hero__slider__nav {
    bottom: 0;
  }
  .hp-hero__slider__nav .container {
    justify-content: flex-end;
  }
  .hp-page-links__wrap {
    padding: 46px 50px;
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
  .hp-page-links__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .hp-hero {
    padding-bottom: 0;
  }
  .hp-hero__slider.swiper .hp-slide {
    padding-top: 63px;
  }
  .hp-hero__slider.swiper .hp-slide__text {
    max-width: 625px;
    min-height: 256px;
    padding: 50px;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .hp-hero__slider.swiper .hp-slide__image {
    min-height: 585px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .hp-hero__slider.swiper .hp-slide__image > img {
    height: 100%;
  }
  .hp-hero__slider__nav {
    bottom: 35px;
  }
  .hp-page-links {
    margin: 0 0 80px;
  }
  .hp-page-links__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hp-page-links__wrap .h3, .hp-page-links__wrap .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .hp-page-links__wrap h2 {
    margin-bottom: 44px;
  }
  .latest-news {
    margin-bottom: 120px;
  }
  .latest-news__header {
    margin-bottom: 40px;
  }
  .latest-news__slider {
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .hp-hero__slider.swiper .hp-slide__text {
    margin: 0 -50px 50px;
  }
}
.page__wrap {
  position: relative;
}
.page__wrap--grey {
  background: #F0F4F5;
}
.page__main__breadcrumbs {
  line-height: 1.2;
}
.page__main__breadcrumbs > strong {
  margin-right: 12px;
}
.page__main__breadcrumbs .fa-angle-right {
  font-size: 12px;
  margin: 0 5px;
}
.page__main__breadcrumbs a {
  color: #0057A8;
  text-decoration: underline;
}
.page__main .post-password-form {
  padding: 30px;
  background: #F0F4F5;
}
.page__main .post-password-form p {
  display: flex;
}
.page__main .post-password-form p:first-child {
  margin-bottom: 15px;
}
.page__main .post-password-form p label {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.page__main .post-password-form p input[type=password] {
  border: 1px solid #212B32;
  background-color: white;
  border-radius: 10px;
  padding: 0 20px;
  height: 43px;
  margin: 0 10px;
}
.page__main .post-password-form p input[type=password]:focus {
  border-color: #003087;
}
.page__main .post-password-form p input[type=submit] {
  border-radius: 10px;
  height: 43px;
}
.page__main .post-password-form p input[type=submit]:focus, .page__main .post-password-form p input[type=submit]:focus-visible {
  outline: 5px auto blue;
  outline-offset: 3px;
}
.page__main--full {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.page__sidebar {
  background: #F0F4F5;
  position: relative;
}
.page__sidebar__wrap {
  position: sticky;
  top: 45px;
}
.page__sidebar__wrap > * {
  position: relative;
  z-index: 1;
}
.page__sidebar h3, .page__sidebar .h3, .page__sidebar .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector h2, .jobs-board #hj-feed-wrapper #hj-content #hj-select-sector .page__sidebar h2 {
  margin-bottom: 15px;
  display: block;
}
.page__sidebar__featured {
  margin-bottom: 50px;
  border-radius: 4px;
  width: 100%;
}
.page__sidebar ul {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.page__sidebar ul > .page_item:first-child:not(.current_page_item):not(.page_item--top) > a {
  border-top: 1px solid #DEDEDE;
}
.page__sidebar ul > .page_item > a {
  padding: 12px 10px;
  width: 100%;
  line-height: 1.2;
}
.page__sidebar ul > .page_item.current_page_item > a {
  background: #003087;
  color: #fff;
  border-radius: 4px;
}
.page__sidebar ul > .page_item:not(.current_page_item):not(.page_item--top) > a {
  border-bottom: 1px solid #DEDEDE;
}
.page__sidebar ul > .page_item:not(.current_page_item):not(.page_item--top) > a:focus, .page__sidebar ul > .page_item:not(.current_page_item):not(.page_item--top) > a:focus-visible {
  outline-offset: 0px;
}
.page__sidebar ul > .page_item:not(.current_page_item):not(.page_item--top) > a:hover {
  color: #003087;
}
.page__sidebar ul > .page_item--top > a {
  background: #CCE3F5;
  border-radius: 4px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  font-weight: 700;
}
.page__sidebar ul > .page_item--top > a svg {
  margin-right: 18px;
}
.page__sidebar ul > .page_item--last:not(:first-child) {
  margin-top: 33px;
}
.page__sidebar__filter {
  border: 1px solid #212B32;
  background-color: white;
  width: 100%;
  height: 45px;
  border-radius: 45px;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: calc(100% - 15px) center;
  background-size: auto 13px;
  background-repeat: no-repeat;
  padding: 0 45px 0 20px;
}
.page__sidebar__filter:focus {
  border-color: #003087;
}
.page__sidebar__notice {
  padding: 35px;
  color: #fff;
  margin-top: 50px;
}
.page__sidebar__notice--pink {
  background: #AE2573;
}
.page__sidebar__notice--pink a {
  color: white !important;
}
.page__sidebar__notice--blue {
  background: #0057A8;
}
.page__sidebar__notice--blue a {
  color: white !important;
}
.page__sidebar__notice > *:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 649px) {
  .page__main .post-password-form p {
    flex-direction: column;
  }
  .page__main .post-password-form p input[type=password] {
    flex: 1;
    margin-right: 0;
  }
  .page__main .post-password-form p input[type=submit] {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .page__sidebar {
    width: 100%;
    padding: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .page__main {
    padding: 30px 0 50px 0;
  }
  .page__main .page-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .page__main .page-block__heading {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__wrap .container {
    display: flex;
  }
  .page__sidebar {
    width: 322px;
    padding: 45px 0 118px 35px;
  }
  .page__sidebar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: 100%;
    background: #F0F4F5;
    width: calc((100vw - 930px) / 2);
    z-index: -1;
  }
  .page__main {
    padding: 50px 0 118px 0;
    flex: 1;
  }
  .page__main .page-block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .page__main .page-block__heading {
    margin-bottom: 30px;
  }
  .page__main--sidebar {
    padding-right: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .page__sidebar:after {
    width: calc((100vw - 1140px) / 2);
  }
}
.news-grid {
  display: grid;
  grid-gap: 30px;
}

.pagination {
  margin-top: 50px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers > li {
  margin: 0 5px;
}
.pagination .page-numbers > li > * {
  height: 35px;
  width: 35px;
}
.pagination .page-numbers > li > *.current {
  font-weight: 700;
  background: #003087;
  color: #fff;
}
.pagination .page-numbers > li > a {
  background: #F0F4F5;
}

@media only screen and (max-width: 1024px) {
  body.blog .page__wrap .container,
  body.archive.date .page__wrap .container {
    display: flex;
    flex-direction: column;
  }
  body.blog .page__wrap .page__main,
  body.archive.date .page__wrap .page__main {
    order: 1;
  }
}
@media only screen and (min-width: 650px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-search__box {
  padding: 35px 35px 50px 30px;
  background: #CCE3F5;
}
.service-search__box .searchform {
  width: 100%;
}
.service-search__box .searchform input {
  background: white;
}
.service-search__box__top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.service-search__box__top a {
  color: #0057A8;
  display: flex;
  align-items: center;
  transition: 0.25s;
}
.service-search__box__top a:hover {
  color: #003087;
}
.service-search__box__top a:after {
  content: "\f2f9";
  font-family: "Font Awesome 6 Free";
  margin-left: 10px;
  font-weight: 900;
}

.service-finder > .h4, .jobs-board #hj-feed-wrapper #hj-content #hj-job .hj-job-title .service-finder > h3, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list .hj-job-list-entry .service-finder > .hj-jobtitle, div#journeyPlannerForm .journey-form .journey-basic .service-finder > h2 {
  margin-bottom: 30px;
}
.service-finder__clear {
  transition: 240ms all cubic-bezier(0, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
  grid-column: span 2;
  background: #AE2573;
  color: #fff;
  font-weight: 700;
}
.service-finder__clear svg {
  margin-right: 3px;
}
.service-finder__clear--show {
  opacity: 1;
  pointer-events: auto;
}
.service-finder__letters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 67.5px));
  grid-gap: 8px;
  margin-bottom: 55px;
}
.service-finder__letters .letter {
  width: 67.5px;
  aspect-ratio: 1/0.94;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  background: #F0F4F5;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: 0.3s;
  color: #212B32;
}
.service-finder__letters .letter:hover, .service-finder__letters .letter:focus {
  background: #0057A8;
  color: white;
}
.service-finder__letters .letter--active {
  background: #0057A8;
  color: white;
}
.service-finder__letters .letter:disabled {
  cursor: not-allowed;
  color: rgba(35, 31, 32, 0.3);
  pointer-events: none;
}
.service-finder__results-group {
  background: #E5F1FA;
  padding: 0 0 20px;
}
.service-finder__services a {
  position: relative;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s;
  width: 100%;
}
.service-finder__services a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  color: white;
  opacity: 0;
  transition: 0.3s;
  right: 15px;
  position: absolute;
}
.service-finder__services a:hover, .service-finder__services a:focus {
  background: #003087;
  color: white;
  font-weight: bold;
}
.service-finder__services a:hover:after, .service-finder__services a:focus:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .service-search__box__top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .service-finder__results-group {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: -50px;
  }
  .service-finder__results-group h2 {
    margin-bottom: 0;
    padding: 15px 30px;
  }
  .service-finder__services a {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .service-finder__letters {
    grid-gap: 10px 15px;
  }
  .service-finder__results-group h2 {
    padding: 25px 45px;
  }
  .service-finder__services a {
    padding: 15px 40px 15px 45px;
  }
  .service-finder__services a:after {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .service-finder__letters {
    grid-template-columns: repeat(auto-fit, minmax(min-content, 75px));
  }
  .service-finder__letters .letter {
    width: 75px;
  }
}
.download-search__list {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.download-search__list .sort {
  margin-left: 10px;
}
.download-search__list .sort:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.download-search__list .sort--asc:after {
  content: "\f15d";
}
.download-search__list .sort--desc:after {
  content: "\f15e";
}
.download-search__list th,
.download-search__list td {
  text-align: left;
  border-bottom: 1px solid #E8EDEE;
}
.download-search__list th:first-of-type,
.download-search__list td:first-of-type {
  width: 60%;
}
.download-search__list th {
  background-color: #F0F4F5;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  padding: 20px;
}
.download-search__list td {
  padding: 16px 20px;
  color: #425563;
}
.download-search__list tr:hover {
  background-color: rgba(204, 227, 245, 0.15);
}
.download-search__list a {
  color: #0057A8;
  font-weight: normal;
  text-decoration: underline;
}
.download-search__list a:is(:hover, :focus) {
  transform: scale(1.25);
}
.download-search__list a:not(:last-of-type) {
  margin-right: 15px;
}
.download-search__list td:last-child {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .download-search__list thead {
    display: none;
  }
  .download-search__list tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E8EDEE;
    position: relative;
    padding: 25px 10px;
  }
  .download-search__list tbody tr:first-of-type {
    border-top: 1px solid #E8EDEE;
  }
  .download-search__list tbody td {
    position: relative;
    border-bottom: none;
    width: 100%;
    padding: 0 0 0 70px;
  }
  .download-search__list tbody td:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: attr(data-title);
    width: 90px;
    flex-shrink: 0;
    font-weight: bold;
  }
  .download-search__list tbody td:first-of-type {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .download-search__list th:first-of-type, .download-search__list td:first-of-type {
    width: 70%;
  }
}
.quick-links h4 {
  margin-bottom: 30px;
}
.quick-links__list > li:not(:last-child) {
  margin-bottom: 15px;
}
.quick-links__list > li > .ui-link, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol.quick-links__list > li > .hj-job-details:after {
  font-weight: 700;
  text-decoration: underline;
  padding-right: 45px;
}

@media only screen and (min-width: 650px) {
  .quick-links__list > li > .ui-link, .jobs-board #hj-feed-wrapper #hj-content .hj-job-list ol.quick-links__list > li > .hj-job-details:after {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .quick-links h4 {
    margin-bottom: 40px;
  }
  .quick-links__list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.single-board-member .page__wrap .container,
  body.single-nhs-heroes .page__wrap .container {
    display: flex;
    flex-direction: column;
  }
  body.single-board-member .page__wrap .page__sidebar,
  body.single-nhs-heroes .page__wrap .page__sidebar {
    display: contents;
  }
  body.single-board-member .page__wrap .page__sidebar__wrap,
  body.single-nhs-heroes .page__wrap .page__sidebar__wrap {
    display: contents;
  }
  body.single-board-member .page__wrap .page__sidebar__featured,
  body.single-nhs-heroes .page__wrap .page__sidebar__featured {
    order: -1;
    margin: 30px 0 0;
  }
  body.single-board-member .page__wrap .page__sidebar ul,
  body.single-nhs-heroes .page__wrap .page__sidebar ul {
    margin-bottom: 30px;
  }
}
body.page-template-iframe {
  margin: 30px;
}

/*# sourceMappingURL=style.css.map*/