@charset "UTF-8";
/* ----------------------------------------------------- */
/* -------------- FRAMEWORKS (optionnels) -------------- */
/*!
 * Font Awesome Free 6.5.1 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.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"); }
.fab {
  font-family: "Font Awesome 6 Brands"; }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"); }
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"); }
.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 {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

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

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

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

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

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

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

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

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  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 {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-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));
    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% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-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));
    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% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  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; }

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lightgallery/lg.eot?n1z373");
  src: url("../fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/lightgallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/* ----------------------------------------------------- */
/* ------------------- THEME DE BASE ------------------- */
/* ----------------------------------------------------- */
/* --------------------- VARIABLES --------------------- */
/* LAYOUT */
/* TYPOGRAPHY */
/* COLORS */
/* ASSETS */
/* TRANSITIONS */
/* MIXINS */
/* ----------------------------------------------------- */
/* ----------------------- FONTS ----------------------- */
/* ----------------------- OUILAB ----------------------- */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/gothamrnd_bold.woff2") format("woff2"), url("../fonts/gotham/gothamrnd_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/gothamrnd_medium.woff2") format("woff2"), url("../fonts/gotham/gothamrnd_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/gothamrnd_book.woff2") format("woff2"), url("../fonts/gotham/gothamrnd_book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham/gothamrnd_light.woff2") format("woff2"), url("../fonts/gotham/gothamrnd_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
/* ----------------------- OPEN SANS  ----------------------- */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-300.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/opensans/open-sans-v27-latin-800.woff2") format("woff2"), url("../fonts/opensans/open-sans-v27-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/*---------------------------------------------------------------
-----------------------------------------------------------------
-----------------------------------------------------------------*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.top {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0; }
  .top .top-header .btn-outline-light {
    transition: all 0.3s ease-in-out; }
    .top .top-header .btn-outline-light:hover {
      background-color: #017bbe;
      color: #FFF;
      border-color: #27b2fe; }

.navigation-wrapper {
  width: 100%;
  z-index: 1020;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  margin-top: 10px; }
  .navigation-wrapper .mega-indicator {
    display: none !important; }
  .navigation-wrapper.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    margin-top: 0px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease-out; }
    .navigation-wrapper.fixed-header .logo-wrapper .custom-logo img {
      opacity: 1; }
    .navigation-wrapper.fixed-header .logo-wrapper .custom-logo-secondary {
      opacity: 0; }
    .navigation-wrapper.fixed-header #mega-menu-wrap-mainMenu.fixed-wrap #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
      font-family: "Gotham", sans-serif;
      display: block;
      font-weight: 400 !important;
      color: #133b6e !important;
      font-size: 1.13rem;
      position: relative;
      letter-spacing: -0.02rem;
      padding-right: 0.3rem !important;
      padding-left: 0.3rem !important; }
      .navigation-wrapper.fixed-header #mega-menu-wrap-mainMenu.fixed-wrap #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:after {
        background-color: rgba(19, 59, 110, 0.1) !important; }
      .navigation-wrapper.fixed-header #mega-menu-wrap-mainMenu.fixed-wrap #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:hover:after {
        background-color: #133b6e !important; }
    .navigation-wrapper.fixed-header #mega-menu-wrap-mainMenu.fixed-wrap #mega-menu-mainMenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after, .navigation-wrapper.fixed-header #mega-menu-wrap-mainMenu.fixed-wrap #mega-menu-mainMenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
      background-color: #133b6e !important; }

.logo-wrapper {
  position: relative;
  width: 220px;
  margin-right: 0px;
  z-index: 999; }
  .logo-wrapper .custom-logo,
  .logo-wrapper .custom-logo-secondary {
    display: block;
    transition: opacity 0.3s ease; }
  .logo-wrapper .custom-logo img {
    width: 170px;
    padding: 0;
    background: white;
    border-radius: 20px;
    opacity: 0; }
  .logo-wrapper .custom-logo-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 220px;
    padding: 0 5px;
    background: transparent;
    border-radius: 20px;
    margin: -10px 20px 0 0; }

@media screen and (max-width: 320px) {
  body .fixed-header .logo-wrapper {
    width: 160px !important; }

  .logo-wrapper {
    width: 160px; }
    .logo-wrapper .custom-logo img {
      width: 160px; }
    .logo-wrapper .custom-logo-secondary {
      width: 160px;
      margin: 0px 10px 0 0; } }
body #mega-menu-wrap-mainMenu {
  background: transparent;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center; }
  body #mega-menu-wrap-mainMenu:before, body #mega-menu-wrap-mainMenu:after {
    display: block !important; }
  body #mega-menu-wrap-mainMenu .mega-menu-toggle {
    background: rgba(19, 59, 110, 0.7);
    border: 1px solid #FFF;
    border-radius: 8px; }
    body #mega-menu-wrap-mainMenu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    body #mega-menu-wrap-mainMenu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    body #mega-menu-wrap-mainMenu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
      background-color: #FFF; }
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu {
    margin: 0 0 0 auto !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
      background: transparent; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link > a.mega-menu-link:after {
        background-color: white !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
      font-family: "Gotham", sans-serif;
      display: block;
      font-weight: 400 !important;
      color: #FFF !important;
      font-size: 1.13rem;
      position: relative;
      letter-spacing: -0.02rem;
      padding-right: 0.3rem !important;
      padding-left: 0.3rem !important;
      border: none;
      line-height: inherit;
      height: auto; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:hover {
        background: transparent;
        border: none; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:after {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        height: 2px !important;
        width: calc(100% - 0.6rem) !important;
        left: 0.3rem !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        bottom: 0 !important;
        transform: none !important;
        margin: 0 !important; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:hover:after {
        background-color: white !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
      background: transparent; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
        background-color: white !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
      background-color: white !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu {
      padding-top: 15px;
      background: transparent; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row {
        background: white;
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        padding: 10px;
        border: none; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul {
        list-style: none !important;
        padding-left: 0; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item {
        padding: 0.15rem .5rem; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
          font-size: 0.875rem;
          color: #133b6e !important;
          padding: 0;
          line-height: normal; }
          body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
            color: var(--bs-primary);
            background: transparent; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item-has-children {
        font-weight: 700;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        text-transform: uppercase; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item-has-children a {
          color: #133b6e; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item-has-children li.menu-item {
          text-transform: initial;
          font-weight: 500;
          line-height: 1.7rem; }
          body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item-has-children li.menu-item a {
            color: #017bbe; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu .widget-title {
        font-weight: bold;
        color: #333;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu .hidden {
        visibility: hidden !important;
        display: none !important; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
        padding: 0.15rem .5rem; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
          font-size: .9rem;
          color: #133b6e !important;
          padding: 0 0 5px 0;
          line-height: normal;
          margin-bottom: 10px;
          border-bottom: 2px solid #cecece; }
          body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
            color: var(--bs-primary);
            background: transparent;
            border-bottom: 2px solid #133b6e; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item h4.mega-block-title {
          font-size: .9rem;
          color: #133b6e !important;
          padding: 0 0 5px 0;
          line-height: normal;
          margin-bottom: 10px;
          border-bottom: 2px solid #cecece;
          font-weight: 700 !important;
          letter-spacing: 0; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item .wp-caption {
          width: 100% !important; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item img {
          width: 100% !important; }
        body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item .wp-caption-text {
          display: none !important; }
body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  border-bottom: 0 !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  position: relative;
  letter-spacing: -0.5px; }
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: '';
    content: '';
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    color: #c1c1c1;
    margin-left: -0.5rem;
    font-weight: 600;
    font-size: 50%;
    line-height: 3; }
body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-bottom: 0 !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important; }
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover:before {
    color: #133b6e; }
body .fixed-header .logo-wrapper {
  width: 200px; }
body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
  font-family: "Gotham", sans-serif;
  display: block;
  font-weight: 400 !important;
  color: #133b6e !important;
  font-size: 1.13rem;
  position: relative;
  letter-spacing: -0.02rem;
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important; }
  body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:after {
    background-color: rgba(19, 59, 110, 0.1) !important; }
  body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:hover:after {
    background-color: #133b6e !important; }
body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: transparent; }
  body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
    background-color: white !important; }
body .fixed-header #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after {
  background-color: white !important; }

.mega-search-wrap {
  position: relative;
  margin-left: auto; }
  .mega-search-wrap .mega-search-desktop {
    display: none; }
    @media (min-width: 1199px) {
      .mega-search-wrap .mega-search-desktop {
        display: flex;
        width: 180px; }
        .mega-search-wrap .mega-search-desktop .search-input {
          border-radius: 8px 0 0 8px;
          border: 1px solid rgba(255, 255, 255, 0.2);
          background: rgba(255, 255, 255, 0.1);
          color: #FFF;
          height: 38px;
          padding: 0.375rem 0.75rem;
          width: 100%; }
          .mega-search-wrap .mega-search-desktop .search-input::placeholder {
            color: rgba(255, 255, 255, 0.7); }
        .mega-search-wrap .mega-search-desktop .search-submit {
          border-radius: 0 8px 8px 0;
          background: #f08028;
          color: white;
          border: none;
          padding: 0 15px; }
          .mega-search-wrap .mega-search-desktop .search-submit:hover {
            background: #d6670f; } }

@media (max-width: 1198.98px) {
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu {
    background-color: white;
    border-radius: 0;
    padding: 20px !important;
    top: 50px; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
      font-family: "Gotham", sans-serif;
      display: block;
      font-weight: 400 !important;
      color: #133b6e !important;
      font-size: 1.13rem;
      position: relative;
      letter-spacing: -0.02rem;
      padding-right: 0.3rem !important;
      padding-left: 0.3rem !important; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:after {
        background-color: rgba(19, 59, 110, 0.1) !important; }
      body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:hover:after {
        background-color: #133b6e !important; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu .mega-sub-menu {
      position: static;
      box-shadow: none;
      padding: 0; }
  body #mega-menu-wrap-mainMenu .mega-menu-toggle .mega-toggle-block-0 {
    margin: 0; } }
@media (max-width: 1198.98px) {
  .mega-search-mobile .search-container {
    display: flex;
    align-items: center; }
  .mega-search-mobile .search-input-group {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    position: absolute;
    right: 100%; }
    .mega-search-mobile .search-input-group.expanded {
      width: 200px; }
      .mega-search-mobile .search-input-group.expanded .search-input {
        padding: 6px 12px;
        border: 1px solid #FFF;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        color: #FFF; }
  .mega-search-mobile .search-button {
    background-color: #f08028;
    color: white;
    border: none;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mega-search-mobile .search-button:hover {
      background-color: #d6670f; }

  .col-auto.order-2 {
    padding-right: 5px; }

  .mega-menu-toggle {
    margin-left: 0 !important; } }
@media (min-width: 1199px) {
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.15rem;
    padding: 0 0.6rem; }
    body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link:after {
      width: calc(100% - 1.2rem) !important;
      left: 0.6rem !important; } }
@media (min-width: 1400px) {
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item {
    margin: 0 14px 0 0; }
  body #mega-menu-wrap-mainMenu #mega-menu-mainMenu > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.35rem;
    padding: 0 0.6rem; } }
.search-toggle-btn {
  background-color: #f08028;
  color: white;
  border: none;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .search-toggle-btn:hover {
    background-color: #d6670f; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 59, 110, 0.97);
  z-index: 9999;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(5px);
  padding-top: 10%; }
  .search-overlay.active {
    opacity: 1;
    visibility: visible; }
  .search-overlay .search-overlay-content {
    width: 100%;
    max-width: 800px;
    padding: 2rem;
    position: relative; }
  .search-overlay .search-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .search-overlay .search-close-btn:hover {
      transform: rotate(90deg); }
  .search-overlay h2 {
    color: white;
    margin-bottom: 2rem;
    text-align: center; }
  .search-overlay .is-search-form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden; }
    .search-overlay .is-search-form input[type="search"] {
      background: transparent;
      border: none;
      color: white;
      font-size: 1.2rem !important;
      padding: 1rem;
      height: 60px;
      width: 100%;
      border-radius: 20px; }
      .search-overlay .is-search-form input[type="search"]::placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .search-overlay .is-search-form button {
      background: #f08028;
      color: white;
      height: 60px;
      width: 60px; }
      .search-overlay .is-search-form button:hover {
        background: #d6670f; }
  .search-overlay .is-search-sections {
    margin-top: 2rem;
    color: white; }
    .search-overlay .is-search-sections .is-search-section-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #f4f4f4; }
    .search-overlay .is-search-sections .is-search-item {
      padding: 1rem;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.05);
      margin-bottom: 1rem;
      transition: all 0.3s ease-in-out; }
      .search-overlay .is-search-sections .is-search-item:hover {
        background: rgba(255, 255, 255, 0.1); }
      .search-overlay .is-search-sections .is-search-item a {
        color: white;
        text-decoration: none; }
        .search-overlay .is-search-sections .is-search-item a:hover {
          color: #f08028; }
      .search-overlay .is-search-sections .is-search-item .is-search-content {
        font-size: 0.9rem;
        opacity: 0.8; }

.is-ajax-search-result {
  background-color: transparent !important;
  border: none !important;
  margin-top: 20px; }
  .is-ajax-search-result .is-ajax-search-post {
    background-color: transparent !important; }
  .is-ajax-search-result .is-ajax-search-post, .is-ajax-search-result .is-ajax-search-post-details {
    clear: both;
    padding: 12px;
    border-bottom: 1px solid #017bbe;
    background-color: transparent !important; }
  .is-ajax-search-result .is-ajax-search-details .is-title a, .is-ajax-search-result .is-ajax-search-post .is-title a {
    text-transform: none !important;
    font-size: 1rem;
    color: #FFF;
    font-weight: 600; }
  .is-ajax-search-result .is-search-sections .thumbnail img {
    max-width: 55px;
    border-radius: 100%;
    border: 2px solid #FFF; }
  .is-ajax-search-result .is-ajax-search-result .is-ajax-search-details .is-title a, .is-ajax-search-result .is-ajax-search-result .is-ajax-search-post .is-title a {
    text-transform: none !important;
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFF; }
  .is-ajax-search-result .is-ajax-result-description {
    color: #FFF;
    font-size: 14px;
    margin-top: 10px; }

.is-ajax-search-post {
  background: transparent !important; }

div.is-ajax-search-result {
  background: transparent !important;
  border: none !important;
  margin-top: 20px !important; }

#is-ajax-search-result-8 .is-ajax-search-post {
  background: transparent !important; }

@media (max-width: 1198.98px) {
  .search-overlay .search-overlay-content {
    padding: 1rem; }
  .search-overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .search-overlay .is-search-form input[type="search"] {
    font-size: 1rem;
    height: 50px; }
  .search-overlay .is-search-form button {
    height: 50px;
    width: 50px; } }
/* Style pour le menu mobile */
/* Style du menu mobile */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #133b6e;
  /* Fond semi-transparent foncé */
  z-index: 1000;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* Permet de cliquer à travers quand fermé */
  clip-path: circle(0% at calc(100% - 30px) 30px);
  /* Position initiale du clip-path */
  font-family: "Gotham", sans-serif; }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  opacity: 0;
  /* Pour l'animation GSAP */ }

.mobile-menu-header .logo-wrapper {
  width: inherit; }

.mobile-menu-header .logo-wrapper .custom-logo-secondary {
  margin: 0px 0px 0 0 !important; }

.mobile-menu-logo {
  max-width: 140px;
  /* Ajustez selon la taille souhaitée */ }

.mobile-menu-logo img {
  width: 100%;
  height: auto; }

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.mobile-menu-container {
  padding: 20px 0 40px;
  position: relative; }

/* Bouton de fermeture du menu mobile */
.mobile-menu-close-btn {
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease; }

.mobile-menu-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-toggler {
  background-color: #017bbe;
  padding: .6rem;
  border-radius: 8px;
  border: 0px solid #226ac5; }
  .navbar-toggler:hover {
    background-color: #FFF; }
    .navbar-toggler:hover .hamburger-icon span {
      background: #017bbe; }

/* Hamburger icon */
.hamburger-icon {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer; }

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.hamburger-icon span:nth-child(1) {
  top: 0px; }

.hamburger-icon span:nth-child(2) {
  top: 9px; }

.hamburger-icon span:nth-child(3) {
  top: 18px; }

/* Hamburger animé quand menu ouvert */
.menu-open .hamburger-icon span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg); }

.menu-open .hamburger-icon span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.menu-open .hamburger-icon span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg); }

/* Boutons utilitaires */
.mobile-utility-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "full full" "left right";
  gap: 15px;
  margin-bottom: 40px; }

.utility-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #133b6e;
  background-color: white;
  border-radius: 8px;
  padding: 10px 10px;
  transition: all 0.3s ease;
  font-weight: 600; }

.utility-btn i {
  font-size: 24px;
  margin-bottom: 8px; }

.utility-btn-full {
  grid-area: full;
  /* Occupe toute la largeur */ }

.utility-btn:nth-of-type(2) {
  grid-area: left;
  /* Première colonne de la deuxième ligne */ }

.utility-btn:nth-of-type(3) {
  grid-area: right;
  /* Deuxième colonne de la deuxième ligne */ }

.utility-btn:hover, .utility-btn:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none; }

/* Menu de navigation */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.mobile-menu > li {
  margin-bottom: 5px;
  opacity: 0;
  /* Pour l'animation GSAP */
  transform: translateY(20px);
  /* Pour l'animation GSAP */ }

.mobile-menu > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 8px;
  position: relative;
  border-radius: 10px; }
  .mobile-menu > li > a:hover {
    background: rgba(1, 123, 190, 0.85);
    color: white; }

.mobile-menu .menu-item-has-children.active > a {
  background: rgba(1, 123, 190, 0.85);
  color: white; }

.mobile-menu .sub-menu {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 5px 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease; }

.mobile-menu .sub-menu a {
  color: white;
  font-size: 1.1rem;
  padding: 5px 0;
  display: block; }

.mobile-menu .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 8px;
  transition: transform 0.3s;
  background-color: #FFF;
  padding: 0 .5rem;
  border-radius: 8px;
  color: #017bbe; }

.mobile-menu .menu-item-has-children.active > a::after {
  transform: rotate(180deg); }

.mobile-menu .menu-item-has-children.active .sub-menu {
  max-height: 500px;
  /* Une valeur suffisamment grande */ }

/* Style de l'overlay de recherche */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 59, 110, 0.98);
  /* Fond semi-transparent foncé */
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.search-overlay.active {
  visibility: visible;
  opacity: 1; }

.search-overlay-content {
  position: relative;
  padding-top: 100px; }

.search-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  background: none;
  color: white;
  font-size: 24px;
  cursor: pointer; }

/* ----------------------------------------------------- */
/* -------------------- FOOTER ------------------------- */
.prefooter {
  background-color: #017bbe !important;
  margin: 40px 0 0 0; }
  .prefooter .social-buttons {
    float: left; }
    .prefooter .social-buttons .social-button {
      font-size: 1.6rem; }
      .prefooter .social-buttons .social-button a {
        height: 34px;
        width: 34px;
        line-height: 34px;
        background-color: #133b6e;
        color: #FFF;
        border-radius: 4px; }
        .prefooter .social-buttons .social-button a:hover {
          color: #FFF;
          background-color: #040c17; }

footer.bg-dark {
  margin: 0px 0 0 0;
  padding: 40px 0 0px 0;
  background-color: #133b6e !important; }
  footer.bg-dark h5 {
    font-size: 1.2rem;
    color: white;
    margin-bottom: .5rem;
    margin-top: 2rem; }
  footer.bg-dark li {
    font-size: .9rem;
    color: white; }
    footer.bg-dark li a {
      color: rgba(255, 255, 255, 0.8); }
      footer.bg-dark li a:hover {
        color: white !important; }
  footer.bg-dark .btn-outline-light {
    transition: all 0.3s ease-in-out; }
    footer.bg-dark .btn-outline-light:hover {
      background-color: #017bbe;
      color: #FFF;
      border-color: #27b2fe; }
  footer.bg-dark .logos-btn {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #017bbe; }
    footer.bg-dark .logos-btn .footer-logo-ouilab {
      width: 320px; }

footer .footer__copyright {
  background-color: #0f2f58;
  margin-top: 2.5rem;
  padding: 1.5rem 0 1.5rem 0; }

/* ===== BOUTON BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 85px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: rgba(1, 123, 190, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .back-to-top:hover {
    background-color: #015a8b;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
  .back-to-top.show {
    opacity: 1;
    visibility: visible; }
  .back-to-top:active {
    transform: translateY(0); }

@media (max-width: 1200px) {
  footer .btn-outline-light {
    margin: 0.4rem auto 0.4rem auto !important; } }
@media (max-width: 767.98px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    font-size: 1rem; }

  footer .btn-link-footer .btn {
    margin: 1rem auto 1rem auto !important;
    width: 100%; }
  footer .footer_btn_social {
    margin: 1rem auto 1rem auto !important; }
  footer h5 {
    text-align: center; }
  footer .footer__bloc .content {
    text-align: center; }
    footer .footer__bloc .content li {
      list-style: none; }
  footer .navigation .col {
    width: 100% !important;
    flex: inherit !important; }
  footer .logos-btn {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #017bbe; }
    footer .logos-btn p {
      text-align: center; }
    footer .logos-btn .footer-logo-ouilab {
      width: 280px; } }
@media (max-width: 420px) {
  .navigation .col {
    width: 100% !important;
    flex: inherit !important; } }
/* -----------------------------------------------------
 >>> TABLE DES MATIÈRES:

0. 	General
1. 	Recurents class items
2. 	Header
3. 	Footer
4.  Sidebar
5. 	Sections
6. 	Home (template)
7. 	Page Templates
8.  Post: Single
9. Post: Archive, Category, Taxonomy
10. Others
-------------------------------------------------------- */
/* ----------------------------------------------------- */
/* --------------------- 0. GENERAL--------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  word-wrap: normal; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300; }
  html img,
  html video {
    max-width: 100%;
    height: auto; }
  html svg {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none; }
  html br {
    margin-bottom: 5px; }
  html hr {
    margin: 30px 0; }
  html a[href]:not([class]) {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #133b6e;
  overflow: hidden;
  background-color: #FFF;
  background-image: none;
  background-size: 100% auto;
  background-attachment: fixed; }
  body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
    font-family: "Gotham", sans-serif;
    font-weight: 500 !important;
    color: #133b6e;
    position: relative; }
  body .h1,
  body h1 {
    font-size: 3rem;
    margin-bottom: 40px;
    letter-spacing: -1px; }
  body .h2,
  body h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: -1px; }
  body .h3,
  body h3 {
    font-size: 2rem;
    letter-spacing: -1px; }
  body .h4,
  body h4 {
    font-size: 1.8rem;
    letter-spacing: -1px; }
  body .h5,
  body h5 {
    font-size: 1.5rem;
    letter-spacing: -1px; }
  body .h6,
  body h6 {
    font-size: 1.25rem;
    letter-spacing: -1px; }
  body a {
    cursor: pointer;
    text-decoration: none;
    color: #017bbe; }
    body a:hover {
      text-decoration: none !important;
      color: #000; }
  body b,
  body strong {
    font-weight: 700; }

.none {
  display: none !important;
  visibility: hidden !important; }

/****** COLOR  *******/
.bleuclair {
  background-color: #017bbe;
  color: #017bbe; }

.bleufonce {
  background-color: #133b6e;
  color: #133b6e; }

.bg-primary, .btn-primary {
  background-color: #017bbe !important; }

.text-primary {
  color: #017bbe !important; }

.text-success {
  color: #f08028 !important; }

.bg-success {
  background-color: #f08028 !important; }

.btn-12 {
  font-size: 1.1rem; }

.progress-bar {
  background-color: #017bbe !important; }

.btn-secondary {
  background-color: #133b6e !important;
  border-color: #133b6e !important; }
  .btn-secondary:hover {
    background-color: #0a1f3a !important;
    border-color: #0a1f3a !important; }

.bg-secondary {
  background-color: #133b6e !important; }

.btn-success {
  background-color: #f08028 !important;
  border-color: #f08028 !important; }
  .btn-success:hover {
    background-color: #cd620e !important;
    border-color: #cd620e !important; }

.btn-outline-primary {
  color: #017bbe;
  border-color: #017bbe; }
  .btn-outline-primary:hover {
    color: #FFF;
    background-color: #017bbe;
    border-color: #017bbe; }

.btn:hover {
  background-color: #017bbe;
  border-color: #017bbe; }

.bg-gray {
  background-color: #efefef; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  .section-labo h2 {
    font-size: 2.5rem !important;
    text-align: center; } }
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem !important;
    margin-bottom: 10px !important; } }
/* --------------------- min-width  -------------------- */
/*********   HERO   *********/
.hero-offres {
  height: 300px;
  background-color: #133b6e;
  padding-top: 150px; }
  .hero-offres h1, .hero-offres .h1 {
    color: #FFF; }
  @media screen and (max-width: 768px) {
    .hero-offres {
      height: 250px;
      padding-top: 90px; }
      .hero-offres h1 {
        font-size: 1.9rem;
        text-align: center; }
      .hero-offres #breadcrumb {
        text-align: center; } }

.hero-page, .hero-labo, .hero, .hero-actualite, .hero-blog {
  position: relative;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 10rem 0 0rem 0;
  background-color: #133b6e;
  margin: 0 0 0rem 0; }
  .hero-page .hero-overlay, .hero-labo .hero-overlay, .hero .hero-overlay, .hero-actualite .hero-overlay, .hero-blog .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 59, 110, 0.85); }
  .hero-page .container, .hero-labo .container, .hero .container, .hero-actualite .container, .hero-blog .container {
    position: relative;
    z-index: 2; }
  .hero-page h1, .hero-page .h1, .hero-labo h1, .hero-labo .h1, .hero h1, .hero .h1, .hero-actualite h1, .hero-actualite .h1, .hero-blog h1, .hero-blog .h1 {
    color: #FFF;
    margin-bottom: 1rem; }
    .hero-page h1 small, .hero-page .h1 small, .hero-labo h1 small, .hero-labo .h1 small, .hero h1 small, .hero .h1 small, .hero-actualite h1 small, .hero-actualite .h1 small, .hero-blog h1 small, .hero-blog .h1 small {
      color: ligthen(#017bbe, 20%);
      font-size: 80%; }
  .hero-page .breadcrumb, .hero-labo .breadcrumb, .hero .breadcrumb, .hero-actualite .breadcrumb, .hero-blog .breadcrumb {
    color: #FFF; }
    .hero-page .breadcrumb a, .hero-labo .breadcrumb a, .hero .breadcrumb a, .hero-actualite .breadcrumb a, .hero-blog .breadcrumb a {
      color: rgba(255, 255, 255, 0.8);
      transition: color all ease-in-out 0.3s; }
      .hero-page .breadcrumb a:hover, .hero-labo .breadcrumb a:hover, .hero .breadcrumb a:hover, .hero-actualite .breadcrumb a:hover, .hero-blog .breadcrumb a:hover {
        color: #FFF; }

.hero-labo {
  background-image: url(../img/hero-labo.jpg);
  background-size: cover;
  background-position: center top;
  padding-top: 10rem;
  padding-bottom: 2rem; }

/*********   BREADCRUMB   *********/
#breadcrumb, #breadcrumbs {
  font-size: 85% !important;
  margin-bottom: 2rem;
  color: #FFF; }
  #breadcrumb a, #breadcrumbs a {
    color: #FFF;
    padding: 0 .2rem;
    border-radius: 4px; }
    #breadcrumb a:hover, #breadcrumbs a:hover {
      color: #FFF;
      background-color: #019cf1; }

.hero-actualite, .hero-blog {
  position: relative;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 10rem 0 0rem 0;
  background-color: #133b6e;
  margin-bottom: 0; }
  .hero-actualite .hero-overlay, .hero-blog .hero-overlay {
    background: rgba(19, 59, 110, 0.9); }
  .hero-actualite #breadcrumbs a, .hero-actualite #breadcrumbs span, .hero-blog #breadcrumbs a, .hero-blog #breadcrumbs span {
    color: #FFF; }

.hero-single {
  min-height: 100px !important; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 768px) {
  .hero-page, .hero-labo, .hero, .hero-actualite, .hero-blog {
    margin-bottom: 0 !important;
    padding: 6rem 0 1rem 0 !important;
    min-height: inherit !important; }
    .hero-page h1, .hero-page .h1, .hero-labo h1, .hero-labo .h1, .hero h1, .hero .h1, .hero-actualite h1, .hero-actualite .h1, .hero-blog h1, .hero-blog .h1 {
      font-size: 2.4rem;
      text-align: center; }
    .hero-page #breadcrumb, .hero-page #breadcrumbs, .hero-labo #breadcrumb, .hero-labo #breadcrumbs, .hero #breadcrumb, .hero #breadcrumbs, .hero-actualite #breadcrumb, .hero-actualite #breadcrumbs, .hero-blog #breadcrumb, .hero-blog #breadcrumbs {
      text-align: center;
      margin-bottom: 0rem !important; } }
/* --------------------- min-width  -------------------- */
/*********   BLOCS DE CONTENU   *********/
ul {
  padding-left: .5rem; }

.bloc-title .bloc__content {
  padding: 0 2rem; }
.bloc-title h2 {
  color: #133b6e;
  position: relative; }
  .bloc-title h2:after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #cecece;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-radius: 6px; }
.bloc-title h3, .bloc-title h4, .bloc-title h5 {
  color: #017bbe; }
.bloc-title h3 {
  font-size: 1.6rem;
  letter-spacing: -1px; }
.bloc-title h4 {
  font-size: 1.4rem; }
.bloc-title h5 {
  font-size: 1.3rem !important; }

.archive-introduction {
  margin-top: 1.5rem; }

.bloc {
  padding: 2rem 0 0 0; }
  .bloc .sur-titre {
    color: #017bbe;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    font-size: 1.1rem; }
    .bloc .sur-titre:before {
      content: '';
      font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
      font-size: 50%; }
  .bloc h2 {
    color: #133b6e;
    position: relative; }
    .bloc h2:after {
      content: '';
      width: 50px;
      height: 5px;
      background-color: #cecece;
      position: absolute;
      bottom: -15px;
      left: 0;
      border-radius: 6px; }
  .bloc h3, .bloc h4, .bloc h5 {
    color: #017bbe; }
  .bloc h3 {
    font-size: 1.6rem;
    letter-spacing: -1px; }
  .bloc h4 {
    font-size: 1.4rem; }
  .bloc h5 {
    font-size: 1.3rem !important; }
  .bloc .bloc__content {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.8rem; }
  .bloc.bloc-standard .bloc__content {
    padding: 0 2rem; }
  .bloc.bloc-standard.formulaire_reclamation .colonne-1 {
    font-size: 0.9rem !important;
    color: rgba(0, 0, 0, 0.7) !important; }
  .bloc .content-title {
    margin-bottom: 2rem; }
  .bloc .bloc__img {
    margin-bottom: 1rem;
    padding: 0rem;
    transition: all ease-in-out 0.3s; }
    .bloc .bloc__img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 20px;
      border: 10px solid #FFF; }
    .bloc .bloc__img.no-deco {
      padding: 0 0 0 1.5rem; }
    .bloc .bloc__img.deco {
      position: relative;
      padding: 2rem; }
      .bloc .bloc__img.deco img {
        border-radius: 100%; }
      .bloc .bloc__img.deco:before {
        content: '';
        width: calc(75% - 4rem);
        height: calc(75% - 4rem);
        background-image: url(../img/bg/ouliab-photo.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        top: -20px;
        left: -100px;
        z-index: -1; }
      .bloc .bloc__img.deco.photo-right:before {
        background-image: url(../img/bg/points.png);
        left: inherit;
        top: 340px;
        right: -280px;
        width: calc(100% - 4rem);
        height: calc(100% - 4rem);
        background-size: 40% auto; }
    .bloc .bloc__img.deco:before {
      content: '';
      width: calc(75% - 4rem);
      height: calc(75% - 4rem);
      background-image: url(../img/bg/ouliab-photo.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      top: -20px;
      left: -100px;
      z-index: -1; }
    .bloc .bloc__img.deco.photo-right.col-lg-4:before {
      background-image: url(../img/bg/points.png);
      left: inherit;
      top: 240px;
      right: -159px;
      width: calc(100% - 4rem);
      height: calc(100% - 4rem);
      background-size: 40% auto; }
  .bloc ul {
    list-style: none; }
    .bloc ul li {
      list-style: none;
      position: relative;
      line-height: 1.6;
      padding: 0 0 0 1rem; }
      .bloc ul li:before {
        content: '';
        font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
        font-size: 70%;
        font-weight: 700;
        color: #017bbe;
        color: silver;
        position: absolute;
        top: .3rem;
        left: -.3rem; }
      .bloc ul li ul {
        padding-left: .5rem; }
        .bloc ul li ul li:before {
          content: '';
          font-size: 60%;
          top: .4rem;
          left: -.1rem; }

@media screen and (max-width: 768px) {
  .bloc {
    padding: 1.5rem 0; }
    .bloc .content-title {
      margin-bottom: 1.5rem; }
    .bloc .bloc__content {
      margin-bottom: .2rem; }
    .bloc .bloc__img {
      margin-bottom: 1rem;
      padding: 0 !important;
      text-align: center; }
      .bloc .bloc__img img {
        width: 50%; }
      .bloc .bloc__img.deco {
        padding: 0rem 2rem !important; }
        .bloc .bloc__img.deco img {
          width: 100% !important;
          border-radius: 200px 20px !important; }
        .bloc .bloc__img.deco:before {
          width: calc(40% - 1rem);
          height: 100%;
          top: -20px;
          left: 20px;
          display: none; }
        .bloc .bloc__img.deco.photo-right:before {
          left: inherit;
          top: 150px;
          right: 0;
          width: calc(40% - 1rem);
          height: calc(100% - 1rem);
          background-size: 50% auto;
          display: none; } }
.bloc-intro .accroche {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #133b6e; }

.bloc-standard .notification {
  margin-top: 2rem;
  color: #FFF;
  background-color: #2a85c4;
  padding: 1.5rem 4.5rem .5rem 1.5rem;
  border-radius: 22px;
  font-size: .9rem;
  line-height: 1.2rem;
  position: relative; }
  .bloc-standard .notification h2, .bloc-standard .notification h3, .bloc-standard .notification h4, .bloc-standard .notification h5 {
    color: #FFF; }
  .bloc-standard .notification ul {
    padding-left: 1rem; }
  .bloc-standard .notification li {
    font-size: .9rem;
    line-height: 1.2rem;
    padding-bottom: .2rem; }
    .bloc-standard .notification li:before {
      color: #FFF;
      top: 0; }
  .bloc-standard .notification:after {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../img/bg/notification.png);
    background-size: 100% auto;
    position: absolute;
    right: -15px;
    top: -15px; }

.bloc.video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .bloc.video .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bloc-double {
  padding: 2rem;
  background-color: #f4f4f4;
  border-radius: 12px; }
  .bloc-double .content-title {
    margin-bottom: .5rem; }
  .bloc-double .content-bloc-double {
    margin-bottom: 1.5rem; }
  .bloc-double .content {
    font-size: 90%; }
  .bloc-double .colonne-1 .content-title, .bloc-double .colonne-2 .content-title {
    margin-bottom: 0; }
  .bloc-double .liste-puces-carrees ul, .bloc-double .liste-puces-fleche ul {
    list-style: none; }
    .bloc-double .liste-puces-carrees ul li, .bloc-double .liste-puces-fleche ul li {
      list-style: none;
      position: relative;
      line-height: 1.6;
      padding: 0 0 0 1rem; }
      .bloc-double .liste-puces-carrees ul li:before, .bloc-double .liste-puces-fleche ul li:before {
        content: '';
        font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
        font-size: 70%;
        font-weight: 700;
        color: #017bbe;
        color: silver;
        position: absolute;
        top: .3rem;
        left: -.3rem; }
      .bloc-double .liste-puces-carrees ul li ul, .bloc-double .liste-puces-fleche ul li ul {
        padding-left: .5rem; }
        .bloc-double .liste-puces-carrees ul li ul li:before, .bloc-double .liste-puces-fleche ul li ul li:before {
          content: '';
          font-size: 60%;
          top: .4rem;
          left: -.1rem; }
  .bloc-double .liste-puces-fleche ul li:before {
    content: ''; }
  .bloc-double .photos-items.bloc__img {
    margin-bottom: 1.5rem;
    overflow: hidden; }
    .bloc-double .photos-items.bloc__img img {
      width: 100%;
      height: auto;
      transition: transform 0.3s ease; }
    .bloc-double .photos-items.bloc__img.deco {
      position: relative; }
      .bloc-double .photos-items.bloc__img.deco:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 1rem;
        left: 1rem;
        background-color: rgba(19, 59, 110, 0.2);
        z-index: -1; }
      .bloc-double .photos-items.bloc__img.deco img {
        border: 3px solid #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
      .bloc-double .photos-items.bloc__img.deco:hover img {
        transform: scale(1.03); }
    .bloc-double .photos-items.bloc__img.no-deco img {
      border-radius: 12px; }
    .bloc-double .photos-items.bloc__img.no-deco:hover img {
      transform: scale(1.05); }
  @media screen and (max-width: 768px) {
    .bloc-double {
      padding-bottom: .2rem; }
      .bloc-double .content {
        margin-bottom: .2rem; } }
  .bloc-double.mobile-side-images .colonne-1 .photos-items.bloc__img, .bloc-double.mobile-side-images .colonne-2 .photos-items.bloc__img {
    max-width: 50%;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.5rem; }
  .bloc-double.mobile-side-images .colonne-1:after, .bloc-double.mobile-side-images .colonne-2:after {
    content: "";
    display: table;
    clear: both; }
  .bloc-double.centered-content .colonne-1, .bloc-double.centered-content .colonne-2 {
    text-align: center; }
    .bloc-double.centered-content .colonne-1 .photos-items.bloc__img, .bloc-double.centered-content .colonne-2 .photos-items.bloc__img {
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 992px) {
    .bloc-double.spaced-columns .colonne-1 {
      padding-right: 2rem; }
    .bloc-double.spaced-columns .colonne-2 {
      padding-left: 2rem; } }
  .bloc-double.style-1 {
    background-color: transparent;
    padding: 0 1rem !important; }
  .bloc-double.style-2 {
    background-color: #017bbe;
    color: #fff; }
    .bloc-double.style-2 .content-title h2, .bloc-double.style-2 .content-title h3, .bloc-double.style-2 .content-title h4 {
      color: #fff; }
  .bloc-double.style-3 {
    background-color: #fff;
    border-top: 4px solid #133b6e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  .bloc-double.style-primary {
    background-color: #017bbe;
    color: #fff; }
    .bloc-double.style-primary .content-title h2, .bloc-double.style-primary .content-title h3, .bloc-double.style-primary .content-title h4 {
      color: #fff; }
  .bloc-double.style-secondary {
    background-color: #133b6e;
    color: #fff; }
    .bloc-double.style-secondary .content-title h2, .bloc-double.style-secondary .content-title h3, .bloc-double.style-secondary .content-title h4 {
      color: #fff; }

.style-box-1 {
  padding: 1rem;
  height: 100%;
  text-align: justify; }
  .style-box-1 .bloc__img_double img {
    width: 20%; }

.style-box-2 {
  padding: 0 1rem;
  height: 100%; }
  .style-box-2 .content-title h3 {
    font-size: 1.6rem; }
  .style-box-2 .contenu {
    text-align: justify; }
  .style-box-2 .bloc__img_double {
    width: 20%;
    float: left;
    padding: .6rem;
    margin: 0.3rem 1rem 1rem 0;
    background-color: #f1f1f1;
    border-radius: 20px; }
    .style-box-2 .bloc__img_double img {
      width: 100%; }

.style-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .style-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }

.style-highlight {
  border-left: 4px solid #133b6e;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 100%; }

.style-primary {
  background-color: #017bbe;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  height: 100%; }
  .style-primary .content-title h2, .style-primary .content-title h3, .style-primary .content-title h4 {
    color: #fff; }

.style-secondary {
  background-color: #133b6e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  height: 100%; }
  .style-secondary .content-title h2, .style-secondary .content-title h3, .style-secondary .content-title h4 {
    color: #fff; }

.photos-items .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem 0; }
  .photos-items .grid .inner {
    position: relative;
    overflow: hidden; }
    .photos-items .grid .inner:hover .titre_thumb_gallery {
      opacity: 1;
      transform: translateY(0); }
  .photos-items .grid .titre_thumb_gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding: 1rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease-in-out 0.6s; }

.videos-items .gallery-item {
  margin-bottom: 3rem; }
  .videos-items .gallery-item .text-gallery {
    padding: 1.5rem;
    background: #f4f4f4; }
    .videos-items .gallery-item .text-gallery .titre_thumb_gallery {
      font-weight: bold;
      margin-bottom: 1rem; }
    .videos-items .gallery-item .text-gallery .legende_thumb_gallery {
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.7); }

.bloc-telechargement {
  padding: 0 5rem 0 1.5rem; }
  .bloc-telechargement .content-title h2 {
    position: relative;
    margin-bottom: 4rem; }
    .bloc-telechargement .content-title h2:after {
      content: '';
      width: 50px;
      height: 5px;
      background-color: #cecece;
      position: absolute;
      bottom: -15px;
      left: 0;
      border-radius: 6px; }
  .bloc-telechargement .documents-list .download-doc {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: #f4f4f4;
    transition: all ease-in-out 0.3s;
    border-radius: 12px; }
    .bloc-telechargement .documents-list .download-doc:hover {
      background: #e7e7e7; }
    .bloc-telechargement .documents-list .download-doc .icone {
      font-size: 2rem;
      background-color: #017bbe;
      color: #FFF;
      padding: .5rem 1rem;
      border-radius: 6px; }
    .bloc-telechargement .documents-list .download-doc h5 {
      margin-bottom: 00rem; }
    .bloc-telechargement .documents-list .download-doc .file-size, .bloc-telechargement .documents-list .download-doc .description {
      font-size: .8rem; }

.ouilab-faq-container .accordion {
  width: 100%; }
  .ouilab-faq-container .accordion .accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #dbdbdb;
    border-radius: 12px !important; }
    .ouilab-faq-container .accordion .accordion-item:hover {
      border: 1px solid #cecece; }
    .ouilab-faq-container .accordion .accordion-item .accordion-header .accordion-button {
      background: #f4f4f4;
      border-radius: 12px;
      cursor: pointer;
      margin: 0;
      transition: all ease-in-out 0.3s;
      padding-right: 1.7rem; }
      .ouilab-faq-container .accordion .accordion-item .accordion-header .accordion-button:hover {
        background: #dbdbdb; }
    .ouilab-faq-container .accordion .accordion-item .accordion-body {
      padding: 1.5rem; }
.ouilab-faq-container .accordion-button:not(.collapsed) {
  font-weight: 700;
  background-color: #017bbe !important;
  color: #FFF !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  .ouilab-faq-container .accordion-button:not(.collapsed):after {
    color: #FFF !important;
    background-color: #5ac4fe;
    border-radius: 5px; }

/*----------------- PAGES PARENTS -----------------*/
.pages-parent-template h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 700; }
  .pages-parent-template h1:after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 3rem;
    height: 0.25rem;
    background: #017bbe;
    border-radius: 1rem; }
.pages-parent-template .pages-children {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .pages-parent-template .pages-children .page-thumbnail {
    display: none !important; }
    .pages-parent-template .pages-children .page-thumbnail img {
      border-radius: 10px;
      width: 80px; }
  .pages-parent-template .pages-children hr {
    border-color: white; }
  .pages-parent-template .pages-children .subpage-thumbnail {
    width: 30%; }
    .pages-parent-template .pages-children .subpage-thumbnail img {
      border-radius: 10px; }
  .pages-parent-template .pages-children .subpage-title {
    width: 70%;
    position: relative; }
    .pages-parent-template .pages-children .subpage-title a {
      padding: 0 0 0 1rem !important; }
.pages-parent-template .page-card {
  background-color: #FFF;
  border-radius: 0.75rem;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  margin-bottom: 2rem;
  cursor: pointer; }
  .pages-parent-template .page-card-img-container {
    overflow: hidden;
    border-radius: 12px; }
    .pages-parent-template .page-card-img-container img {
      transition: transform 0.3s ease;
      object-fit: cover;
      height: 100%; }
    .pages-parent-template .page-card-img-container:hover img {
      transform: scale(1.05); }
  .pages-parent-template .page-card-link-img {
    display: block;
    height: 100%; }
  .pages-parent-template .page-card-body {
    padding: .5rem 1.5rem; }
  .pages-parent-template .page-card-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #133b6e;
    position: relative;
    transition: color 0.3s ease; }
    .pages-parent-template .page-card-title:after {
      content: '';
      position: absolute;
      bottom: -0.5rem;
      left: 0;
      width: 2rem;
      height: 0.15rem;
      background-color: #133b6e;
      border-radius: 1rem;
      transition: width 0.3s ease; }
  .pages-parent-template .page-card-title-link {
    text-decoration: none;
    color: inherit; }
    .pages-parent-template .page-card-title-link:hover .page-card-title {
      color: #017bbe; }
      .pages-parent-template .page-card-title-link:hover .page-card-title:after {
        width: 3rem;
        background-color: #017bbe; }
  .pages-parent-template .page-card-text {
    color: #6c7681;
    line-height: 1.6;
    margin-bottom: 1.25rem; }
  .pages-parent-template .page-card-read-more {
    display: inline-block;
    color: #3a86ff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease; }
    .pages-parent-template .page-card-read-more .arrow-icon {
      display: inline-block;
      margin-left: 0.25rem;
      transition: transform 0.3s ease; }
    .pages-parent-template .page-card-read-more:hover {
      color: #8338ec; }
      .pages-parent-template .page-card-read-more:hover .arrow-icon {
        transform: translateX(5px); }
.pages-parent-template .subpages {
  margin-top: 1.5rem; }
  .pages-parent-template .subpages-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #495057; }
  .pages-parent-template .subpages-list {
    list-style: none;
    padding-left: 0;
    border-radius: 0.75rem; }
    .pages-parent-template .subpages-list .subpage-item {
      padding: .2rem;
      transition: background-color 0.3s ease;
      border-radius: 14px;
      background-color: #f4f4f4;
      background: linear-gradient(110deg, #f4f4f4 0%, #fcfcfc 50%, #ededed 100%); }
      .pages-parent-template .subpages-list .subpage-item:hover {
        background: #133b6e;
        color: #FFF !important; }
        .pages-parent-template .subpages-list .subpage-item:hover a {
          color: #FFF !important; }
      .pages-parent-template .subpages-list .subpage-item a {
        display: block;
        color: #133b6e;
        font-family: "Gotham", sans-serif;
        text-decoration: none;
        position: relative;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.3; }
@media screen and (max-width: 768px) {
  .pages-parent-template .page-card-img-container {
    max-height: 200px; }
  .pages-parent-template .page-card-title {
    font-size: 1.4rem; }
  .pages-parent-template .page-card-excerpt {
    font-size: .8rem; }
  .pages-parent-template .pages-children .subpage-thumbnail {
    width: 20%; }
    .pages-parent-template .pages-children .subpage-thumbnail img {
      border-radius: 10px; }
  .pages-parent-template .pages-children .subpage-title {
    width: 80%;
    position: relative; }
    .pages-parent-template .pages-children .subpage-title a {
      padding: 0 0 0 1rem !important; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.page-card {
  animation: fadeIn 0.6s ease forwards; }
  .page-card:nth-child(1) {
    animation-delay: 0.1s; }
  .page-card:nth-child(2) {
    animation-delay: 0.2s; }
  .page-card:nth-child(3) {
    animation-delay: 0.3s; }
  .page-card:nth-child(4) {
    animation-delay: 0.4s; }
  .page-card:nth-child(5) {
    animation-delay: 0.5s; }
  .page-card:nth-child(6) {
    animation-delay: 0.6s; }
  .page-card:nth-child(7) {
    animation-delay: 0.7s; }
  .page-card:nth-child(8) {
    animation-delay: 0.8s; }
  .page-card:nth-child(9) {
    animation-delay: 0.9s; }
  .page-card:nth-child(10) {
    animation-delay: 1s; }

/* Section commune pour le responsive, centralisé ici */
@media screen and (max-width: 576px) {
  .bloc p, .bloc li, .bloc h2, .bloc h3, .bloc h4, .bloc h5 {
    text-align: left !important; } }
/* ----------------------------------------------------- */
/* -------------------- COMPOSANTS --------------------- */
/*
 * Gravity Forms 2.9 SCSS Styling
 * Ce fichier contient les styles de base pour personnaliser l'apparence des formulaires Gravity Forms
 */
.gform_wrapper {
  margin-bottom: 24px;
  font-family: inherit;
  color: #333333;
  background-color: #f4f4f4 !important;
  padding: 2rem;
  border-radius: 20px; }
  .gform_wrapper .gform_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #133b6e; }
  .gform_wrapper .gform_description {
    font-size: 14px;
    margin-bottom: 24px;
    color: rgba(51, 51, 51, 0.8); }
  .gform_wrapper .gform_required_legend {
    font-size: 14px !important;
    color: rgba(51, 51, 51, 0.8) !important; }
  .gform_wrapper .gfield {
    position: relative; }
    .gform_wrapper .gfield .gfield_label {
      display: block;
      margin-bottom: 8px;
      font-weight: 500;
      color: #133b6e; }
      .gform_wrapper .gfield .gfield_label .gfield_required {
        color: #d63637;
        margin-left: 4px; }
    .gform_wrapper .gfield .gfield_description {
      font-size: 14px;
      color: rgba(51, 51, 51, 0.7);
      margin-top: 8px; }
    .gform_wrapper .gfield .gfield_validation_message {
      color: #d63637;
      font-size: 14px;
      margin-top: 8px; }
    .gform_wrapper .gfield.gfield_error .gfield_label {
      color: #d63637; }
    .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error select, .gform_wrapper .gfield.gfield_error textarea {
      border-color: #d63637 !important;
      background-color: rgba(214, 54, 55, 0.05); }
  .gform_wrapper .gfield_input,
  .gform_wrapper .ginput_container_text input,
  .gform_wrapper .ginput_container_email input,
  .gform_wrapper .ginput_container_phone input,
  .gform_wrapper .ginput_container_date input,
  .gform_wrapper .ginput_container_textarea textarea,
  .gform_wrapper .ginput_container_select select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    background-color: white;
    border: 1px solid #dddddd !important;
    border-radius: 8px !important;
    transition: all 0.3s ease; }
    .gform_wrapper .gfield_input:focus,
    .gform_wrapper .ginput_container_text input:focus,
    .gform_wrapper .ginput_container_email input:focus,
    .gform_wrapper .ginput_container_phone input:focus,
    .gform_wrapper .ginput_container_date input:focus,
    .gform_wrapper .ginput_container_textarea textarea:focus,
    .gform_wrapper .ginput_container_select select:focus {
      outline: none;
      border-color: #017bbe;
      box-shadow: 0 0 0 1px #017bbe; }
    .gform_wrapper .gfield_input::placeholder,
    .gform_wrapper .ginput_container_text input::placeholder,
    .gform_wrapper .ginput_container_email input::placeholder,
    .gform_wrapper .ginput_container_phone input::placeholder,
    .gform_wrapper .ginput_container_date input::placeholder,
    .gform_wrapper .ginput_container_textarea textarea::placeholder,
    .gform_wrapper .ginput_container_select select::placeholder {
      color: rgba(51, 51, 51, 0.5); }
  .gform_wrapper .ginput_container_select select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #133b6e;
    background-color: rgba(1, 123, 190, 0.2);
    border: 1px solid #dddddd !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
    height: inherit; }
    .gform_wrapper .ginput_container_select select:focus {
      outline: none;
      border-color: #017bbe;
      box-shadow: 0 0 0 1px #017bbe; }
    .gform_wrapper .ginput_container_select select::placeholder {
      color: rgba(51, 51, 51, 0.5); }
  .gform_wrapper textarea {
    height: 120px;
    resize: vertical; }
  .gform_wrapper select {
    appearance: none;
    padding-right: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23555' d='M8 12L2 6h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px; }
  .gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin: 0;
    padding: 0;
    list-style: none; }
    .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
      margin-bottom: 8px;
      display: flex;
      align-items: center; }
      .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
        margin-left: 8px;
        cursor: pointer; }
      .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_checkbox li input[type="radio"], .gform_wrapper .gfield_radio li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"] {
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #dddddd;
        background-color: white;
        position: relative;
        cursor: pointer;
        flex-shrink: 0;
        transition: all 0.3s ease; }
        .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked, .gform_wrapper .gfield_checkbox li input[type="radio"]:checked, .gform_wrapper .gfield_radio li input[type="checkbox"]:checked, .gform_wrapper .gfield_radio li input[type="radio"]:checked {
          background-color: #017bbe;
          border-color: #017bbe; }
          .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked::after, .gform_wrapper .gfield_checkbox li input[type="radio"]:checked::after, .gform_wrapper .gfield_radio li input[type="checkbox"]:checked::after, .gform_wrapper .gfield_radio li input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            display: block; }
        .gform_wrapper .gfield_checkbox li input[type="checkbox"]:focus, .gform_wrapper .gfield_checkbox li input[type="radio"]:focus, .gform_wrapper .gfield_radio li input[type="checkbox"]:focus, .gform_wrapper .gfield_radio li input[type="radio"]:focus {
          outline: none;
          border-color: #017bbe;
          box-shadow: 0 0 0 1px #017bbe; }
      .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="checkbox"] {
        border-radius: 3px; }
        .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked::after, .gform_wrapper .gfield_radio li input[type="checkbox"]:checked::after {
          left: 7px;
          top: 3px;
          width: 6px;
          height: 10px;
          border: solid white;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
      .gform_wrapper .gfield_checkbox li input[type="radio"], .gform_wrapper .gfield_radio li input[type="radio"] {
        border-radius: 50%; }
        .gform_wrapper .gfield_checkbox li input[type="radio"]:checked::after, .gform_wrapper .gfield_radio li input[type="radio"]:checked::after {
          top: 5px;
          left: 5px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: white; }
  .gform_wrapper .ginput_container_fileupload input[type="file"] {
    width: 100%;
    padding: 8px 0; }
  .gform_wrapper .ginput_container_fileupload .gform_drop_area {
    border: 2px dashed #dddddd;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease; }
    .gform_wrapper .ginput_container_fileupload .gform_drop_area:hover {
      border-color: #017bbe; }
    .gform_wrapper .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
      margin-bottom: 16px;
      display: block; }
    .gform_wrapper .ginput_container_fileupload .gform_drop_area .button {
      display: inline-block;
      padding: 16px 24px;
      background-color: #017bbe;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 8px 16px;
      font-size: 14px; }
      .gform_wrapper .ginput_container_fileupload .gform_drop_area .button:hover, .gform_wrapper .ginput_container_fileupload .gform_drop_area .button:focus {
        background-color: #015a8b; }
  .gform_wrapper .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .gform_wrapper .ginput_complex .ginput_full {
      width: 100%; }
    .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
      flex: 1;
      min-width: 250px; }
    .gform_wrapper .ginput_complex label {
      font-size: 14px;
      display: block;
      margin-bottom: 8px; }
  .gform_wrapper .gf_page_steps {
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid #dddddd; }
    .gform_wrapper .gf_page_steps .gf_step {
      padding: 8px 16px;
      margin-right: 16px;
      position: relative;
      opacity: 0.7; }
      .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
        opacity: 1;
        font-weight: 500; }
        .gform_wrapper .gf_page_steps .gf_step.gf_step_active::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 3px;
          background-color: #017bbe; }
      .gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
        opacity: 0.9; }
        .gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
          background-color: #46b450; }
      .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #017bbe;
        color: white;
        font-size: 14px;
        margin-right: 8px; }
  .gform_wrapper .gform_page_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px; }
    .gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_next_button {
      display: inline-block;
      padding: 16px 24px;
      background-color: #017bbe;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease; }
      .gform_wrapper .gform_page_footer .gform_previous_button:hover, .gform_wrapper .gform_page_footer .gform_previous_button:focus, .gform_wrapper .gform_page_footer .gform_next_button:hover, .gform_wrapper .gform_page_footer .gform_next_button:focus {
        background-color: #015a8b; }
    .gform_wrapper .gform_page_footer .gform_previous_button {
      background-color: transparent;
      color: #333333;
      border: 1px solid #dddddd; }
      .gform_wrapper .gform_page_footer .gform_previous_button:hover, .gform_wrapper .gform_page_footer .gform_previous_button:focus {
        background-color: #f4f4f4; }
  .gform_wrapper .gform_footer {
    margin-top: 24px; }
    .gform_wrapper .gform_footer .gform_button {
      display: inline-block;
      padding: 16px 24px;
      background-color: #017bbe;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease; }
      .gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus {
        background-color: #015a8b; }
      .gform_wrapper .gform_footer .gform_button:disabled {
        opacity: 0.7;
        cursor: not-allowed; }
  .gform_wrapper .gform_ajax_spinner {
    margin-left: 8px;
    border: 2px solid rgba(1, 123, 190, 0.2);
    border-left-color: #017bbe;
    animation: gf-spin 0.8s infinite linear;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
@keyframes gf-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .gform_wrapper .gform_confirmation_message {
    padding: 24px;
    background-color: rgba(70, 180, 80, 0.1);
    border-left: 3px solid #46b450;
    color: #388f40;
    border-radius: 8px; }
  .gform_wrapper .validation_error {
    padding: 16px;
    background-color: rgba(214, 54, 55, 0.1);
    border-left: 3px solid #d63637;
    color: #d63637;
    margin-bottom: 24px;
    border-radius: 8px; }

@media screen and (max-width: 768px) {
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
    width: 100%; }
  .gform_wrapper .gf_page_steps {
    flex-wrap: wrap; }
    .gform_wrapper .gf_page_steps .gf_step {
      margin-bottom: 8px; }
  .gform_wrapper .gform_page_footer {
    flex-direction: column;
    gap: 16px; }
    .gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_next_button {
      width: 100%; } }
.ui-datepicker {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #dddddd;
  max-width: 300px; }
  .ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      cursor: pointer;
      padding: 5px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        color: #017bbe; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center;
      font-weight: 500; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse; }
    .ui-datepicker .ui-datepicker-calendar th {
      text-align: center;
      padding: 5px;
      font-weight: 500;
      color: #133b6e; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 3px; }
      .ui-datepicker .ui-datepicker-calendar td a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #333333;
        border-radius: 3px; }
        .ui-datepicker .ui-datepicker-calendar td a:hover {
          background-color: #f4f4f4; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        background-color: rgba(1, 123, 190, 0.1);
        font-weight: 500; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
        background-color: #017bbe;
        color: white; }

.chosen-container {
  width: 100% !important; }
  .chosen-container .chosen-single {
    height: auto !important;
    padding: 10px 12px !important;
    border: 1px solid #dddddd !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #133b6e !important;
    background-color: rgba(1, 123, 190, 0.2) !important; }
    .chosen-container .chosen-single span {
      margin-right: 26px !important; }
    .chosen-container .chosen-single div b {
      background-position: 0 10px !important; }
  .chosen-container .chosen-drop {
    border-color: #dddddd !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important; }
  .chosen-container .chosen-results li {
    list-style: none; }
    .chosen-container .chosen-results li:before {
      display: none !important; }
  .chosen-container .chosen-results li.highlighted {
    background-color: #017bbe !important;
    background-image: none !important;
    color: #FFF !important; }

.gform-theme--foundation .gform_fields {
  row-gap: 1rem !important; }

@media screen and (min-width: 992px) {
  .form_mes_resultats_wrapper {
    max-width: 768px;
    margin: 0 auto; } }
.is-form-style input.is-search-input {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.is-search-icon {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
  text-transform: none !important;
  font-size: 14px;
  color: #040c17; }

div.is-ajax-search-details,
div.is-ajax-search-result {
  display: none;
  height: auto;
  width: 500px;
  max-width: 100%;
  position: absolute;
  z-index: 999999;
  color: #313131;
  background-color: #FFF;
  border: 1px solid silver;
  border-radius: 12px; }

#section-cta-calendrier, #section-cta-audit {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background: #133b6e; }
  #section-cta-calendrier h2, #section-cta-audit h2 {
    color: #FFF;
    font-size: 3.8rem !important;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #section-cta-calendrier h2 span, #section-cta-audit h2 span {
      background-clip: inherit;
      -webkit-text-fill-color: inherit;
      background-image: inherit;
      color: #f08028; }
    #section-cta-calendrier h2:after, #section-cta-audit h2:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      display: block;
      height: 5px;
      width: 120px;
      background-color: #FFF; }
  #section-cta-calendrier .container,
  #section-cta-calendrier .container-fluid, #section-cta-audit .container,
  #section-cta-audit .container-fluid {
    z-index: 1;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  #section-cta-calendrier .content, #section-cta-audit .content {
    position: relative; }
    #section-cta-calendrier .content p, #section-cta-audit .content p {
      font-size: 3rem !important;
      font-weight: 500 !important;
      line-height: 4rem; }
  #section-cta-calendrier .btn, #section-cta-audit .btn {
    width: 50%; }
  #section-cta-calendrier .btn-primary, #section-cta-audit .btn-primary {
    margin-top: 20px;
    background-color: #f08028;
    color: #FFF; }
    #section-cta-calendrier .btn-primary:hover, #section-cta-audit .btn-primary:hover {
      color: #f08028;
      background-color: #FFF; }
  #section-cta-calendrier .bloc .bloc__content, #section-cta-audit .bloc .bloc__content {
    padding: 0 0; }

#section-cta-audit {
  background: #2a85c4; }
  #section-cta-audit h2 {
    color: #FFF; }
    #section-cta-audit h2 span {
      color: #f08028; }
    #section-cta-audit h2:after {
      background-color: #FFF; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
/* --------------------- min-width  -------------------- */
/*------------- SECTION PARCOURS PATIENT ---------------*/
#parcours_patient {
  background-color: transparent !important;
  position: relative;
  padding-bottom: 1rem !important; }
  #parcours_patient h2 {
    font-size: 3rem; }
  #parcours_patient .btn-primary, #parcours_patient .bg-primary {
    background-color: transparent !important; }
  #parcours_patient .preparer, #parcours_patient .pendant, #parcours_patient .apres {
    border-radius: 10px !important; }
    #parcours_patient .preparer .card-body, #parcours_patient .pendant .card-body, #parcours_patient .apres .card-body {
      color: #FFF !important; }
      #parcours_patient .preparer .card-body .col-3, #parcours_patient .preparer .card-body .col-9, #parcours_patient .pendant .card-body .col-3, #parcours_patient .pendant .card-body .col-9, #parcours_patient .apres .card-body .col-3, #parcours_patient .apres .card-body .col-9 {
        padding-right: 0;
        padding-left: 0; }
      #parcours_patient .preparer .card-body .col-3, #parcours_patient .pendant .card-body .col-3, #parcours_patient .apres .card-body .col-3 {
        width: 20%; }
      #parcours_patient .preparer .card-body .fas, #parcours_patient .pendant .card-body .fas, #parcours_patient .apres .card-body .fas {
        color: #FFF !important; }
        #parcours_patient .preparer .card-body .fas.fa-2x, #parcours_patient .pendant .card-body .fas.fa-2x, #parcours_patient .apres .card-body .fas.fa-2x {
          font-size: 3.2rem; }
      #parcours_patient .preparer .card-body .h5, #parcours_patient .pendant .card-body .h5, #parcours_patient .apres .card-body .h5 {
        font-size: 1.5rem !important;
        padding-top: 10px;
        color: #FFF !important;
        font-weight: 700; }
      #parcours_patient .preparer .card-body .text-muted, #parcours_patient .pendant .card-body .text-muted, #parcours_patient .apres .card-body .text-muted {
        padding-top: 20px;
        position: relative;
        padding-right: 37%;
        color: #FFF !important;
        font-weight: 500; }
      #parcours_patient .preparer .card-body .icone, #parcours_patient .pendant .card-body .icone, #parcours_patient .apres .card-body .icone {
        border-radius: 20px;
        width: 70px;
        height: 70px; }
        #parcours_patient .preparer .card-body .icone .fas, #parcours_patient .pendant .card-body .icone .fas, #parcours_patient .apres .card-body .icone .fas {
          color: #FFF !important; }
      #parcours_patient .preparer .card-body .list-group, #parcours_patient .preparer .card-body .list-group-item, #parcours_patient .pendant .card-body .list-group, #parcours_patient .pendant .card-body .list-group-item, #parcours_patient .apres .card-body .list-group, #parcours_patient .apres .card-body .list-group-item {
        font-size: 0.9rem;
        color: #133b6e;
        background: transparent !important; }
      #parcours_patient .preparer .card-body .list-group-item, #parcours_patient .pendant .card-body .list-group-item, #parcours_patient .apres .card-body .list-group-item {
        padding-top: 0.05rem !important;
        padding-bottom: 0.05rem !important;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
        color: #FFF !important;
        font-weight: 500; }
    #parcours_patient .preparer .card-footer .w-100, #parcours_patient .pendant .card-footer .w-100, #parcours_patient .apres .card-footer .w-100 {
      width: 77% !important; }
    #parcours_patient .preparer .card-footer .btn-success, #parcours_patient .pendant .card-footer .btn-success, #parcours_patient .apres .card-footer .btn-success {
      font-weight: 700;
      text-align: left;
      color: #133b6e;
      background-color: #FFF !important;
      border-color: #FFF !important;
      position: relative; }
      #parcours_patient .preparer .card-footer .btn-success:after, #parcours_patient .pendant .card-footer .btn-success:after, #parcours_patient .apres .card-footer .btn-success:after {
        content: '';
        width: 33px;
        height: 33px;
        position: absolute;
        right: 2px;
        top: 2px;
        background-image: url(../img/arrow-2.png);
        background-size: 100% 100%; }
    #parcours_patient .preparer .btn-primary, #parcours_patient .pendant .btn-primary, #parcours_patient .apres .btn-primary {
      font-family: "Gotham", sans-serif !important;
      font-weight: 500 !important; }
  #parcours_patient .preparer {
    background-color: #017bbe;
    background-image: url(../img/bg-apres-2.png);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  #parcours_patient .pendant {
    background-color: #133b6e;
    background-image: url(../img/bg-pendant-2.png);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  #parcours_patient .apres {
    background-color: #017bbe;
    background-image: url(../img/bg-avant-2.png);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  #parcours_patient:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    height: 300%;
    z-index: -1;
    background-image: url(../img/bg-parcours-patient-7.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center top; }

@media screen and (min-width: 1200px) {
  #parcours_patient .preparer .card-footer .w-100, #parcours_patient .pendant .card-footer .w-100, #parcours_patient .apres .card-footer .w-100 {
    width: 64% !important; } }
@media screen and (max-width: 576px) {
  #parcours_patient .container {
    --bs-gutter-x: 1.5rem; } }
@media (min-width: 1199.98px) and (max-width: 1399.98px) {
  #parcours_patient .preparer .card-footer .w-100, #parcours_patient .pendant .card-footer .w-100, #parcours_patient .apres .card-footer .w-100 {
    width: 82% !important; } }
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  #parcours_patient .preparer, #parcours_patient .pendant, #parcours_patient .apres {
    background-position: right bottom;
    background-size: auto 70%;
    background-repeat: no-repeat; }
    #parcours_patient .preparer .card-body .h5, #parcours_patient .pendant .card-body .h5, #parcours_patient .apres .card-body .h5 {
      font-size: 1.4rem !important;
      padding-left: 10px; }
    #parcours_patient .preparer .card-body .fas.fa-2x, #parcours_patient .pendant .card-body .fas.fa-2x, #parcours_patient .apres .card-body .fas.fa-2x {
      font-size: 2.5rem !important; }
    #parcours_patient .preparer .card-body.p-4, #parcours_patient .pendant .card-body.p-4, #parcours_patient .apres .card-body.p-4 {
      padding: 1rem !important; }
    #parcours_patient .preparer .card-body .text-muted, #parcours_patient .pendant .card-body .text-muted, #parcours_patient .apres .card-body .text-muted {
      font-size: .9rem;
      padding-right: 0;
      padding-top: 0; }
      #parcours_patient .preparer .card-body .text-muted.mb-4, #parcours_patient .pendant .card-body .text-muted.mb-4, #parcours_patient .apres .card-body .text-muted.mb-4 {
        margin-bottom: 1rem !important; }
    #parcours_patient .preparer .card-body .list-group-item, #parcours_patient .pendant .card-body .list-group-item, #parcours_patient .apres .card-body .list-group-item {
      font-size: .85rem !important;
      letter-spacing: -1px; }
    #parcours_patient .preparer .card-footer .w-100, #parcours_patient .pendant .card-footer .w-100, #parcours_patient .apres .card-footer .w-100 {
      width: 100% !important; } }
/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  #parcours_patient h2 {
    font-size: 2.5rem !important; } }
@media screen and (max-width: 320px) {
  #parcours_patient .preparer .card-body .fas.fa-2x, #parcours_patient .pendant .card-body .fas.fa-2x, #parcours_patient .apres .card-body .fas.fa-2x {
    font-size: 2.5rem; }

  #parcours_patient .preparer .card-body .h5, #parcours_patient .pendant .card-body .h5, #parcours_patient .apres .card-body .h5 {
    font-size: 1.4rem !important;
    padding-top: 10px;
    padding-left: 6px; }

  #parcours_patient .preparer .card-footer .w-100, #parcours_patient .pendant .card-footer .w-100, #parcours_patient .apres .card-footer .w-100 {
    width: 100% !important; } }
/* --------------------- min-width  -------------------- */
/* -------------------- SECTION NOUS REJOINDRE -------------------- */
.nous-rejoindre {
  background-color: #f4f4f4; }
  .nous-rejoindre .fas {
    color: #FFF; }
  .nous-rejoindre .carousel .carousel-temoignage {
    padding: 0 1.5rem;
    min-height: 190px; }
  .nous-rejoindre .carousel img {
    width: 80px;
    height: auto; }

.nous-rejoindre_v2 {
  background-color: #f4f4f4;
  background-image: url(../img/section-nous-rejoindre2.jpg);
  background-size: cover;
  background-position: center center; }
  .nous-rejoindre_v2 .card-1 h3, .nous-rejoindre_v2 .card-1 .text-muted, .nous-rejoindre_v2 .card-1 li, .nous-rejoindre_v2 .card-2 h3, .nous-rejoindre_v2 .card-2 .text-muted, .nous-rejoindre_v2 .card-2 li {
    color: #FFF !important; }
  .nous-rejoindre_v2 .card-1 .h5, .nous-rejoindre_v2 .card-2 .h5 {
    font-size: 1.8rem; }
  .nous-rejoindre_v2 .card-1 .icone-title, .nous-rejoindre_v2 .card-2 .icone-title {
    display: none !important; }
  .nous-rejoindre_v2 .card-1 .btn-light, .nous-rejoindre_v2 .card-2 .btn-light {
    color: #017bbe; }
    .nous-rejoindre_v2 .card-1 .btn-light .fas, .nous-rejoindre_v2 .card-2 .btn-light .fas {
      color: #017bbe; }
    .nous-rejoindre_v2 .card-1 .btn-light:hover, .nous-rejoindre_v2 .card-2 .btn-light:hover {
      background-color: #133b6e;
      color: #FFF; }
      .nous-rejoindre_v2 .card-1 .btn-light:hover .fas, .nous-rejoindre_v2 .card-2 .btn-light:hover .fas {
        color: #FFF; }
  .nous-rejoindre_v2 .card-1 {
    background-color: #017bbe; }
  .nous-rejoindre_v2 .card-2 {
    background-color: #43ab5e; }
  .nous-rejoindre_v2 .fas {
    color: #FFF; }
  .nous-rejoindre_v2 .carousel .carousel-temoignage {
    padding: 0 1.5rem;
    min-height: 190px; }
  .nous-rejoindre_v2 .carousel img {
    width: 80px;
    height: auto; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
/* --------------------- min-width  -------------------- */
/* -------------- SECTION TROUVER MON LABO -------------- */
.section-labo {
  background-image: url(../img/section-labo-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #133b6e;
  margin-bottom: 50px;
  margin-top: 40px;
  border-radius: 0px;
  perspective: 1000px;
  position: relative;
  color: #FFF; }
  .section-labo h2 {
    font-size: 3rem; }
  .section-labo .form-control {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-color: lightgray !important; }
    .section-labo .form-control::placeholder {
      color: #000 !important; }
  .section-labo .geolocate {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-color: lightgray !important;
    transition: all 0.3s ease;
    background-color: #f08028;
    color: #FFF; }
    .section-labo .geolocate:hover {
      background-color: #017bbe; }
  .section-labo .fade-title {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(-20px); }
  .section-labo .slide-up {
    opacity: 0;
    transform: translateY(100px) rotateX(10deg);
    transform-origin: top center; }
  .section-labo .slide-in {
    opacity: 0;
    transform: translateX(-30px); }
  .section-labo .slide-in-right {
    opacity: 0;
    transform: translateX(20px); }
  .section-labo .pop-in {
    opacity: 0;
    transform: scale(0.8); }
  .section-labo .input-animate {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-right: 10px; }
    .section-labo .input-animate:focus {
      border-color: #017bbe;
      box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
      transform: translateX(5px); }
  .section-labo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0; }
  .section-labo > .container {
    position: relative;
    z-index: 1; }

@media screen and (max-width: 992px) {
  .section-labo {
    max-width: 100%;
    border-radius: 0; } }
@media screen and (min-width: 992px) {
  .section-labo {
    padding: 50px 45px 90px 45px !important; } }
/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  .section-labo h2 {
    font-size: 2.5rem !important;
    text-align: center; } }
/* --------------------- min-width  -------------------- */
/*---------------- SECTION MES RESULTATS ---------------*/
.resultats {
  position: relative;
  padding: 40px 0; }
  .resultats .section-reveal {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: auto 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0;
    transform: translateX(100%);
    z-index: -1;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px; }
    @media screen and (max-width: 992px) {
      .resultats .section-reveal {
        right: -100px;
        width: 120%;
        opacity: 0.5 !important;
        border-radius: 0; } }
  .resultats .content-wrapper {
    background: #FFF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 992px) {
      .resultats .content-wrapper {
        margin: 0; } }
  .resultats .section-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    letter-spacing: -1px; }
    @media screen and (max-width: 992px) {
      .resultats .section-title {
        font-size: 2.5rem; } }
  .resultats .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem; }
  .resultats .link-card {
    display: flex;
    padding: 1.5rem;
    border-radius: 0;
    background: #FFF;
    margin-bottom: 1rem;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
    .resultats .link-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      border-color: #0d6efd;
      color: inherit; }
  .resultats .card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.4rem; }
  .resultats .card-content {
    flex: 1; }
  .resultats .card-title {
    font-weight: 500;
    margin-bottom: 0.25rem;
    font-size: 1.3rem; }
  .resultats .card-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0; }
  .resultats .link-arrow {
    margin-left: 1rem;
    opacity: 0.5;
    transition: all 0.3s ease; }
    .link-card:hover .resultats .link-arrow {
      transform: translateX(5px);
      opacity: 1; }
  .resultats .hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .resultats .hover-lift:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important; }
  .resultats .result-card {
    border-radius: 24px;
    min-height: 300px;
    background: linear-gradient(45deg, #f8f9fa, #ffffff); }
  .resultats .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem; }
  .resultats .glass-effect {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .resultats .feature-card {
    border-radius: 16px;
    overflow: hidden;
    min-height: 240px; }
  .resultats .icon-container {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem; }
  .resultats .bg-image {
    border-radius: 24px;
    overflow: hidden;
    height: 100%; }
    .resultats .bg-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .resultats .translate-y {
    opacity: 0;
    transform: translateX(-50px); }
  .resultats .card-animation {
    opacity: 0;
    transform: translateY(30px); }
  .resultats span {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    margin-right: 0.2em; }
    .resultats span:last-child {
      margin-right: 0; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  .resultats .section-title, .resultats .section-subtitle {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .resultats .card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .8rem;
    font-size: 1.2rem; }
  .resultats .card-content .btn {
    font-size: 0.9rem !important; } }
@media screen and (max-width: 576px) {
  .resultats {
    padding: 0 0; }
    .resultats .content-wrapper {
      padding: 15px; } }
/* Large devices (desktops, between 992px and 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .resultats .card-content .btn {
    font-size: 0.9rem !important; } }
/* Medium devices (tablets, between 768px and 991px) */
/* Small devices (landscape phones, between 576px and 767px) */
/* Extra small devices (phones, between 420px and 575px) */
/* --------------------- min-width  -------------------- */
@media screen and (min-width: 1200px) {
  .resultats {
    padding: 80px 0; } }
/*----------------- SECTION 3 PILIERS INNOVATION -----------------*/
#innovation-modern {
  background-size: cover;
  background-position: center center;
  background-color: #017bbe; }
  #innovation-modern h2, #innovation-modern .lead {
    color: #FFF !important; }
  #innovation-modern .text-secondary {
    color: #017bbe !important; }
  #innovation-modern .card {
    transition: all 0.3s ease; }
    #innovation-modern .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important; }
    #innovation-modern .card .rounded-circle {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px; }
  #innovation-modern #videoContainer {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
    #innovation-modern #videoContainer iframe, #innovation-modern #videoContainer #overlay {
      border-radius: 10px;
      transition: all 0.3s ease; }
  @media screen and (max-width: 768px) {
    #innovation-modern {
      background-size: cover; }
      #innovation-modern .display-4 {
        font-size: 2rem; }
      #innovation-modern .lead {
        font-size: 1rem; } }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
/* --------------------- min-width  -------------------- */
/* ----------------- SECTION ACTUALITÉS ------------------ */
#actus-grid {
  position: relative;
  background-color: transparent; }
  #actus-grid:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-parcours-patient-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  #actus-grid h2 {
    font-size: 3rem;
    text-align: center;
    width: 100%; }
  #actus-grid .hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    #actus-grid .hover-lift:hover {
      transform: translateY(-5px);
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0) !important; }
  #actus-grid .main-article figure img, #actus-grid .secondary-article figure img {
    border-radius: 18px; }
  #actus-grid .main-article h3, #actus-grid .secondary-article h3 {
    font-size: 1.3rem; }
  #actus-grid .main-article article {
    padding: 1rem;
    border-radius: 22px;
    background-color: #FFF;
    border: 1px solid #bfe8ff; }
    #actus-grid .main-article article:hover {
      border: 1px solid #5ac4fe; }
  #actus-grid .secondary-article article {
    padding: 1rem;
    border: 1px solid #bfe8ff;
    border-radius: 22px;
    background-color: #FFF; }
    #actus-grid .secondary-article article:hover {
      border: 1px solid #5ac4fe; }
  #actus-grid .secondary-article h3 {
    font-size: 1.1rem; }
  #actus-grid .card-text {
    font-size: 0.9rem;
    opacity: 0.9; }
  #actus-grid .p-lg-4, #actus-grid .p-3 {
    padding: 0 !important; }
  #actus-grid .col-md-6 .overlay-content, #actus-grid .col-md-4 .overlay-content {
    padding: 20px; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  #actus-grid h2 {
    font-size: 2.5rem; } }
@media screen and (max-width: 768px) {
  #actus-grid h2 {
    font-size: 2.5rem; }
  #actus-grid .filter-btn {
    font-size: 0.85rem;
    padding: 0.3rem 0.7rem; } }
/* --------------------- min-width  -------------------- */
.bloc-cta {
  background-color: #0b2443;
  border-radius: 14px;
  padding: 20px;
  margin: 40px 0; }
  .bloc-cta a:hover {
    text-decoration: none !important; }
  .bloc-cta .bloc-cta-img {
    text-align: center; }
    .bloc-cta .bloc-cta-img img {
      width: 80%;
      height: auto; }
  .bloc-cta .col-droite {
    text-align: center; }
    .bloc-cta .col-droite h3 {
      font-size: 2.8rem;
      text-align: center;
      padding: 20px 0 10px 0;
      margin-bottom: 0; }
      .bloc-cta .col-droite h3 a {
        color: #FFF; }
    .bloc-cta .col-droite .content {
      color: #FFF;
      font-size: 2.2rem;
      font-weight: 700;
      padding: 10px 0 10px 0; }
    .bloc-cta .col-droite .btn-secondary {
      background-color: #FFF;
      color: #f08028;
      font-size: 2rem;
      font-weight: 700; }
      .bloc-cta .col-droite .btn-secondary:hover {
        background-color: #f08028;
        color: #FFF; }
  .bloc-cta.bleu {
    background-color: white; }
  .bloc-cta.gris {
    background-color: #f7b887; }
  .bloc-cta.rouge {
    background-color: #21699a; }
  .bloc-cta.vert {
    background-color: #133b6e; }
    .bloc-cta.vert .col-droite {
      text-align: center; }
      .bloc-cta.vert .col-droite h3 a {
        color: #f08028; }
      .bloc-cta.vert .col-droite .content {
        color: #f08028; }
      .bloc-cta.vert .col-droite .btn-secondary {
        background-color: #040c17;
        color: #FFF; }
        .bloc-cta.vert .col-droite .btn-secondary:hover {
          background-color: #FFF;
          color: #040c17; }
  .bloc-cta.blanc {
    background-color: #FFF; }
    .bloc-cta.blanc .col-droite {
      text-align: center; }
      .bloc-cta.blanc .col-droite h3 a {
        color: #133b6e; }
      .bloc-cta.blanc .col-droite .content {
        color: #133b6e; }
      .bloc-cta.blanc .col-droite .btn-secondary {
        background-color: #133b6e;
        color: #FFF; }
        .bloc-cta.blanc .col-droite .btn-secondary:hover {
          background-color: #f08028;
          color: #FFF; }

aside .bloc-cta {
  background-color: #0b2443;
  border-radius: 14px;
  padding: 6px;
  margin: 10px 0; }
  aside .bloc-cta .bloc-cta-img {
    text-align: center; }
    aside .bloc-cta .bloc-cta-img img {
      width: 100%;
      height: auto; }
  aside .bloc-cta .col-gauche {
    width: 100% !important; }
  aside .bloc-cta .col-droite {
    width: 100% !important; }
    aside .bloc-cta .col-droite .btn-secondary {
      letter-spacing: -1px; }
    aside .bloc-cta .col-droite .content {
      font-size: 2rem;
      padding: 0px 0 10px 0;
      line-height: 2rem; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* --------------------- max-width  -------------------- */
@media screen and (max-width: 992px) {
  .bloc-cta {
    padding: 15px;
    margin: 10px 0; }
    .bloc-cta .bloc-cta-img img {
      width: 80%; }
    .bloc-cta .col-droite h3 {
      font-size: 2rem;
      text-align: center;
      padding: 10px 0 10px 0;
      margin-bottom: 0; }
    .bloc-cta .col-droite .content {
      font-size: 1.8rem;
      padding: 10px 0 10px 0; }
    .bloc-cta .col-droite .btn-secondary {
      font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  .bloc-cta {
    padding: 20px;
    margin: 10px 0; }
    .bloc-cta .bloc-cta-img img {
      width: 80%; }
    .bloc-cta .col-droite h3 {
      font-size: 2.4rem;
      text-align: center;
      padding: 20px 0 10px 0;
      margin-bottom: 0; }
    .bloc-cta .col-droite .content {
      font-size: 2rem;
      padding: 10px 0 10px 0; }
    .bloc-cta .col-droite .btn-secondary {
      font-size: 2rem; } }
/* --------------------- min-width  -------------------- */
.hero-carousel .carousel-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .hero-carousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(19, 59, 110, 0.8), transparent, transparent, transparent); }
  .hero-carousel .carousel-item h2 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.36); }
.hero-carousel .hero-content {
  position: relative;
  z-index: 2;
  max-width: 550px; }
.hero-carousel .carousel-indicators {
  bottom: 30px; }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
  width: 5%; }
.hero-carousel .blue-shape-overlay {
  position: absolute;
  top: -40%;
  left: -8%;
  width: 55%;
  height: 180%;
  background: linear-gradient(129deg, #003a75 36%, #0081d2 79%, #007fd1 100%);
  opacity: 0.8;
  border-radius: 100% 100%;
  z-index: 1;
  transform: translateX(-50%); }

.carousel-control-next,
.carousel-control-prev {
  width: 8%; }

@media screen and (max-width: 768px) {
  .hero-carousel .carousel-item {
    height: 70vh; }
    .hero-carousel .carousel-item::before {
      background: rgba(19, 59, 110, 0.6); }
    .hero-carousel .carousel-item .hero-content {
      padding-left: 30px;
      padding-right: 30px; } }
.gsap-carousel-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #133b6e;
  /* Fond bleu pour éviter les flashs blancs */ }

.gsap-carousel {
  position: relative;
  width: 100%;
  height: 100%; }
  .gsap-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(#133b6e, transparent);
    z-index: 20; }

/* Gestionnaire des arrière-plans */
.gsap-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .gsap-backgrounds .gsap-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.1s;
    /* Transition minimale pour éviter les flashs */ }
    .gsap-backgrounds .gsap-background.active {
      opacity: 1;
      z-index: 1; }

.gsap-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
  /* Au dessus des backgrounds */ }

.gsap-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden; }
  .gsap-slide.active {
    opacity: 1;
    z-index: 2;
    visibility: visible; }
    .gsap-slide.active .blue-shape-overlay {
      transform: translateX(0);
      /* Position normale pour la slide active */ }
  .gsap-slide .btn-outline-light:hover {
    color: #FFF !important;
    background-color: #133b6e !important;
    border-color: #017bbe !important; }

/* Style pour l'élément bleu dépassant sur le côté */
.blue-shape-overlay {
  position: absolute;
  top: -40%;
  left: -8%;
  width: 70%;
  height: 180%;
  background: linear-gradient(129deg, #003a75 36%, #0081d2 79%, #007fd1 100%);
  opacity: 0.6;
  border-radius: 100% 100%;
  z-index: 1;
  transform: translateX(-50%); }

@media screen and (min-width: 1400px) {
  .blue-shape-overlay {
    width: 55% !important; } }
@media screen and (min-width: 1200px) {
  .blue-shape-overlay {
    width: 60%; } }
@media screen and (max-width: 1200px) {
  .gsap-slide-content {
    max-width: 500px; } }
@media screen and (max-width: 992px) {
  .gsap-slide-content {
    max-width: 500px !important; }
    .gsap-slide-content .display-4 {
      font-size: 2.2rem !important; } }
@media screen and (max-width: 768px) {
  .gsap-carousel-section, .gsap-carousel, .gsap-backgrounds, .gsap-carousel-container, .gsap-slide {
    height: 80vh; }

  .gsap-slide-content {
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 80px !important; }
    .gsap-slide-content h2 {
      text-align: center; }
    .gsap-slide-content .gsap-button-wrapper {
      text-align: center; }
    .gsap-slide-content .gsap-button {
      margin-left: auto;
      margin-right: auto; }

  .gsap-slide .align-items-center {
    align-items: last baseline !important; }

  .blue-shape-overlay {
    position: absolute;
    top: auto;
    bottom: -140%;
    left: -150%;
    width: 400%;
    height: 200%;
    background: linear-gradient(129deg, #007fd1 100%, #0081d2 79%, #003a75 36%);
    opacity: .5;
    border-radius: 100% 100%;
    z-index: 1;
    transform: translateX(-50%); } }
.gsap-slide-content {
  max-width: 600px;
  position: relative;
  padding: 2rem;
  z-index: 100; }
  .gsap-slide-content .gsap-badge {
    font-size: 1rem;
    font-weight: 500; }

.gsap-badge,
.gsap-title,
.gsap-content,
.gsap-button-wrapper {
  transform: translateY(40px);
  opacity: 0; }

.gsap-carousel-indicators {
  z-index: 70;
  bottom: 30px; }

.gsap-indicator {
  width: 40px;
  height: 4px;
  background: none;
  border: none;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  opacity: 1; }
  .gsap-indicator-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    transition: background 0.3s ease; }
  .gsap-indicator.active .gsap-indicator-bar {
    background: rgba(255, 255, 255, 0.9); }

.carousel-control-prev.gsap-prev,
.carousel-control-next.gsap-next {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  z-index: 60; }
  .carousel-control-prev.gsap-prev:hover,
  .carousel-control-next.gsap-next:hover {
    opacity: 1; }

@media screen and (max-width: 375px) {
  .gsap-carousel-section, .gsap-carousel, .gsap-backgrounds, .gsap-carousel-container, .gsap-slide {
    height: 100vh !important; }

  .gsap-carousel-indicators {
    display: none !important;
    visibility: hidden !important; } }
@media screen and (max-width: 320px) {
  .gsap-carousel-section .gsap-slide-content {
    padding: 1rem 1rem 2rem 1rem !important; }
    .gsap-carousel-section .gsap-slide-content .gsap-badge {
      font-size: 0.8rem !important; }
    .gsap-carousel-section .gsap-slide-content .display-4 {
      font-size: 1.5rem !important; }
    .gsap-carousel-section .gsap-slide-content .lead, .gsap-carousel-section .gsap-slide-content p {
      font-size: 0.9rem !important;
      font-weight: 400 !important; }
    .gsap-carousel-section .gsap-slide-content .gsap-button {
      font-size: 0.9rem !important; } }

/*# sourceMappingURL=theme.css.map */
