<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./static/scss/index.scss ***!
  \*************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul &gt; li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

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

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

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

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

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::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;
}

/******************************************************************/
/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
Remove list styles (bullets/numbers)
in case you use it with normalize.css
*/
ol, ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/****************************************************************
/ https://css-tricks.com/css-fix-for-100vh-in-mobile-webkit/
/****************************************************************/
body {
  min-height: 100%;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

/****************************************************************
/ custom scrollbar
/****************************************************************/
body {
  overflow: auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #232323;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white;
}

/****************************************************************
/ reset is too much
/****************************************************************/
a, button {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

ul, ol {
  padding: 0;
  margin: 0;
}

section {
  display: block;
}

@font-face {
  font-family: "GeneralSans";
  src: url(/static/bundles/33c07568e483102927ef.woff2) format("woff2"), url(/static/bundles/c8cfd56b3d5c42904672.woff) format("woff"), url(/static/bundles/6d91885b9c7fa66bdd05.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans";
  src: url(/static/bundles/1096c81555467a69cc16.woff2) format("woff2"), url(/static/bundles/9ff9c3429a09b987bdec.woff) format("woff"), url(/static/bundles/c729d67488834af78b6a.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/****************************************************************
/ GENERAL STYLING
/****************************************************************/
html {
  font-size: clamp(25%, 0.75vw, 41%);
}

body {
  margin: 0;
  font-family: "GeneralSans";
  font-weight: 500;
  line-height: 1.25;
  text-rendering: geometricPrecision;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  transition: opacity 0.3s ease;
}

body.hidden {
  opacity: 0;
}

body:not(.template-landing):not(.template-equipo):not(.template-comisario):not(.single-inscripciones) {
  background-color: black;
  color: white;
}

body:not(.template-landing):not(.template-equipo):not(.template-comisario):not(.single-inscripciones) header {
  background-color: black;
}

body:not(.template-landing):not(.template-equipo):not(.template-comisario):not(.single-inscripciones) header img {
  filter: invert(1);
}

body:not(.template-landing):not(.template-equipo):not(.template-comisario):not(.single-inscripciones) footer {
  background-color: transparent;
}

body.template-landing,
body.template-equipo,
body.template-comisario,
body.single-inscripciones {
  background-color: #E4E2E2;
  color: black;
}

body.template-landing header,
body.template-equipo header,
body.template-comisario header,
body.single-inscripciones header {
  background-color: #E4E2E2;
}

body.template-landing.ed-2022 {
  background-color: #dad4d2;
}

body.template-landing.ed-2022 header {
  background-color: #dad4d2;
}

.p-x {
  padding-left: clamp(15px, 11vw, 200px);
  padding-right: clamp(15px, 11vw, 200px);
}

@media (max-width: 1024px) {
  .p-x {
    padding-left: clamp(15px, 6vw, 200px);
    padding-right: clamp(15px, 6vw, 200px);
  }
}

@media (max-width: 767px) {
  .p-x {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.p-xs {
  padding-left: min(7vw, 150px);
  padding-right: min(7vw, 150px);
}

@media (max-width: 767px) {
  .p-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-xl {
  padding-left: min(12vw, 400px);
  padding-right: min(12vw, 400px);
}

@media (max-width: 767px) {
  .p-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-y {
  padding-top: 170px;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .p-y {
    padding-top: 90px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

p a {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

/****************************************************************
/ UTILITIES
/****************************************************************/
.lazy-image {
  opacity: 0;
  transition: opacity  0.6s ease;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hidden {
  display: none;
}

.readmore {
  margin: 0 5px;
}

.center {
  text-align: center !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.comma-list a {
  display: inline;
}

.comma-list span::after, .comma-list a::after {
  content: ', ';
}

.comma-list span:last-of-type:after, .comma-list a:last-of-type:after {
  content: '';
}

header .header__menu {
  display: flex;
  align-items: center;
}

header .header__menu__nav {
  display: flex;
  gap: 1.5em;
  margin-left: 2.5em;
  align-items: center;
  margin-top: 0.4em;
}

header .header__menu__nav__item--buy {
  padding: 0.4em 0.6em;
  font-size: 0.95em;
  border: 1px solid white;
  background-color: white;
  color: black;
  transition: all 0.3s ease;
}

header .header__menu__nav__item--buy:hover, header .header__menu__nav__item--buy:focus, header .header__menu__nav__item--buy:active {
  background-color: transparent;
  color: white;
  opacity: 1;
}

header .header__menu #hamburger {
  display: none;
  position: relative;
  transition: all 0.2s ease-out;
  cursor: pointer;
  /* Styling the hamburger lines */
}

@media (max-width: 440px) {
  header .header__menu #hamburger {
    right: 22px;
  }
}

@media (max-width: 400px) {
  header .header__menu #hamburger {
    right: 15px;
  }
}

header .header__menu #hamburger .line {
  width: 28px;
  height: 2px;
  margin: 0 0 5px 0;
  background: white;
  transition: all 0.2s ease-out;
}

header .header__menu #hamburger .line:last-of-type {
  margin: 0;
}

header .header__menu #hamburger .link {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 30px;
  transform: translateY(-50%);
  font-size: 20px;
  border: 1px solid white;
  width: max-content;
  transition: all 0.3s ease;
}

header .header__menu #hamburger .link__button {
  padding: 0.5em 0.9em;
  background-color: white;
  color: black;
  border: 1px solid transparent;
}

header .header__menu #hamburger .link:hover, header .header__menu #hamburger .link:focus, header .header__menu #hamburger .link:active {
  opacity: 1;
}

header .header__menu #hamburger .link:hover .link__button, header .header__menu #hamburger .link:focus .link__button, header .header__menu #hamburger .link:active .link__button {
  background-color: transparent;
  color: white;
}

@media (max-width: 600px) {
  header .header__menu #hamburger .link {
    font-size: 17px;
  }
}

@media (max-width: 540px) {
  header .header__menu #hamburger .link {
    width: min-content;
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 440px) {
  header .header__menu #hamburger .link {
    font-size: 12px;
    margin-right: 22px;
  }
}

@media (max-width: 400px) {
  header .header__menu #hamburger .link {
    margin-right: 15px;
  }
}

header .header__menu__nav.expanded {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
  /* Adding transform to the X */
}

header .header__menu__nav.expanded + #hamburger {
  /* Styling the three lines to make it an X */
}

header .header__menu__nav.expanded + #hamburger .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

header .header__menu__nav.expanded + #hamburger .line:nth-child(2) {
  opacity: 0;
}

header .header__menu__nav.expanded + #hamburger .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

header .header__menu__nav.expanded .header__menu__nav__item--buy {
  display: none;
}

.template-equipo .header__menu__nav__item--buy,
.template-comisario .header__menu__nav__item--buy,
.template-landing .header__menu__nav__item--buy {
  border: 1px solid black;
  background-color: black;
  color: white;
  transition: all 0.3s ease;
}

.template-equipo .header__menu__nav__item--buy:hover, .template-equipo .header__menu__nav__item--buy:focus, .template-equipo .header__menu__nav__item--buy:active,
.template-comisario .header__menu__nav__item--buy:hover,
.template-comisario .header__menu__nav__item--buy:focus,
.template-comisario .header__menu__nav__item--buy:active,
.template-landing .header__menu__nav__item--buy:hover,
.template-landing .header__menu__nav__item--buy:focus,
.template-landing .header__menu__nav__item--buy:active {
  background-color: transparent;
  color: black;
}

.template-equipo .header__menu #hamburger .line,
.template-comisario .header__menu #hamburger .line,
.template-landing .header__menu #hamburger .line {
  background: black;
}

.template-equipo .header__menu #hamburger .link,
.template-comisario .header__menu #hamburger .link,
.template-landing .header__menu #hamburger .link {
  border: 1px solid #E4E2E2;
}

.template-equipo .header__menu #hamburger .link__button,
.template-comisario .header__menu #hamburger .link__button,
.template-landing .header__menu #hamburger .link__button {
  background-color: black;
  color: #E4E2E2;
  border: 1px solid transparent;
}

.template-equipo .header__menu #hamburger .link:hover, .template-equipo .header__menu #hamburger .link:focus, .template-equipo .header__menu #hamburger .link:active,
.template-comisario .header__menu #hamburger .link:hover,
.template-comisario .header__menu #hamburger .link:focus,
.template-comisario .header__menu #hamburger .link:active,
.template-landing .header__menu #hamburger .link:hover,
.template-landing .header__menu #hamburger .link:focus,
.template-landing .header__menu #hamburger .link:active {
  border: 1px solid black;
  border: 1px solid transparent;
}

.template-equipo .header__menu #hamburger .link:hover .link__button, .template-equipo .header__menu #hamburger .link:focus .link__button, .template-equipo .header__menu #hamburger .link:active .link__button,
.template-comisario .header__menu #hamburger .link:hover .link__button,
.template-comisario .header__menu #hamburger .link:focus .link__button,
.template-comisario .header__menu #hamburger .link:active .link__button,
.template-landing .header__menu #hamburger .link:hover .link__button,
.template-landing .header__menu #hamburger .link:focus .link__button,
.template-landing .header__menu #hamburger .link:active .link__button {
  color: black;
  border: 1px solid black;
}

.template-landing .header__menu__nav {
  visibility: hidden;
  position: fixed;
  transition: opacity 0.2s ease-out, max-height 0.7s ease-in;
  opacity: 0;
  max-height: 0%;
  overflow: hidden;
  flex-direction: column;
  top: 75px;
  right: 30px;
  gap: 0.5em;
  font-size: 20px;
  background: black;
  color: white !important;
  padding: 15px;
  align-items: end;
}

.template-landing .header__menu__nav__item {
  color: #E4E2E2;
}

.template-landing .header__menu__nav__item--lang {
  margin-top: 1em;
}

@media (max-width: 600px) {
  .template-landing .header__menu__nav {
    font-size: 17px;
    line-height: 1.6em;
  }
}

.template-landing .header__menu #hamburger {
  display: block;
}

@media (max-width: 1024px) {
  header .header__menu__nav {
    visibility: hidden;
    position: fixed;
    transition: opacity 0.2s ease-out, max-height 0.7s ease-in;
    opacity: 0;
    max-height: 0%;
    overflow: hidden;
    flex-direction: column;
    top: 75px;
    right: 30px;
    gap: 0.5em;
    font-size: 20px;
    background: black;
    color: white !important;
    padding: 15px;
    align-items: end;
  }
  header .header__menu__nav__item {
    color: #E4E2E2;
  }
  header .header__menu__nav__item--lang {
    margin-top: 1em;
  }
}

@media (max-width: 1024px) and (max-width: 600px) {
  header .header__menu__nav {
    font-size: 17px;
    line-height: 1.6em;
  }
}

@media (max-width: 1024px) {
  header .header__menu #hamburger {
    display: block;
  }
}

.footer {
  position: relative;
  z-index: 11;
  background-color: #000;
  color: #fff;
}

.footer__content {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.footer__title {
  font-size: clamp(18px, 2vw, 50px);
  line-height: 1;
  max-width: fit-content;
}

@media (max-width: 1024px) {
  .footer__title {
    font-size: 17px;
  }
}

.footer__subtitle {
  text-align: right;
}

.footer__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2vw 3vw;
  justify-content: space-between;
}

.footer__info .politica, .footer__info .fair {
  font-size: clamp(12px, 1.2vw, 17px);
}

.footer__info h4 {
  font-weight: bold;
  font-size: clamp(14px, 1.2vw, 20px);
}

.footer .newsletter {
  flex-grow: 1;
  max-width: 350px;
  height: 16rem;
}

@media (max-width: 1024px) {
  .footer .newsletter {
    max-width: 280px;
  }
}

.footer .newsletter h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: bold;
  margin-bottom: 0.3em;
}

.footer .newsletter form {
  display: flex;
  border: 1px solid white;
  align-items: center;
  padding: 7px;
  font-size: 12px;
  justify-content: space-between;
}

.footer .newsletter input[type="email"] {
  width: 100%;
  flex-grow: 1;
}

.footer .newsletter input[type="submit"] {
  display: inline-block;
  width: 4rem;
  background-image: url(/static/bundles/22d12670c0f96e2cab3c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.footer .newsletter #mailchimp-success {
  display: none;
}

.footer .newsletter #mailchimp-success.error {
  color: red;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__info {
    flex-direction: column;
  }
  .footer__title {
    margin: 0 auto;
    padding-bottom: 3rem;
  }
  .footer__title, .footer .fair, .footer .politica {
    padding-bottom: 3rem;
  }
  .footer__subtitle {
    padding-left: 27vw;
  }
  .footer .newsletter {
    margin: 0 auto;
  }
}

.header {
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: clamp(6px, 2vw, 40px);
  font-size: clamp(16px, 3.3rem, 25px);
  text-transform: capitalize;
}

@media (tablet) {
  .header {
    padding-right: max(15px,min(7vw,25px));
  }
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 13px;
  }
}

.header .header__logo {
  width: 51rem;
}

@media (max-width: 600px) {
  .header .header__logo {
    margin-top: 5px;
  }
}

@media (max-width: 380px) {
  .header .header__logo {
    margin-top: 9px;
  }
}

@media (max-width: 360px) {
  .header .header__logo {
    margin-top: 12px;
  }
}

@media (max-width: 340px) {
  .header .header__logo {
    margin-top: 15px;
  }
}

.header a.header__logo:hover,
.header a.header__logo:active,
.header a.header__logo:focus {
  opacity: 1;
}

@media (max-width: 1024px) {
  body.template-landing .header {
    margin-right: 30px;
  }
  body.template-landing .header .header__logo {
    margin-right: 30rem;
  }
}

@media (max-width: 1780px) {
  body:not(.template-landing) .header {
    font-size: 3.15rem;
  }
}

@media (max-width: 1640px) {
  body:not(.template-landing) .header {
    font-size: 3rem;
  }
}

@media (max-width: 1500px) {
  body:not(.template-landing) .header {
    font-size: 2.85rem;
  }
}

@media (max-width: 1440px) {
  body:not(.template-landing) .header {
    font-size: 2.5rem;
  }
  body:not(.template-landing) .header .header__logo {
    width: 39rem;
  }
}

@media (max-width: 1260px) {
  body:not(.template-landing) .header {
    font-size: 2.1rem;
  }
  body:not(.template-landing) .header .header__logo {
    width: 29rem;
  }
}

@media (max-width: 1024px) {
  body:not(.template-landing) .header {
    margin-right: 30px;
  }
  body:not(.template-landing) .header .header__logo {
    margin-right: 30rem;
    width: 51rem;
  }
}

.template-landing-redux header {
  background-color: transparent;
  margin-bottom: -9rem;
}

.button {
  display: inline-block;
  cursor: pointer;
  width: fit-content;
  position: relative;
  line-height: 43px;
  height: 43px;
  border-width: 0.06rem;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.5s ease;
}

.button * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-yellow {
  background-color: #fbcc05;
}

.button-violet {
  background-color: #cfa5cd;
}

.button-pink {
  background-color: #f5b7d4;
}

.button-green {
  background-color: #68b766;
}

.button-yellow:hover,
.button-yellow:active,
.button-yellow:focus {
  background-color: #68b766;
}

.button-violet:hover,
.button-violet:active,
.button-violet:focus {
  background-color: #f5b7d4;
}

.button-pink:hover,
.button-pink:active,
.button-pink:focus {
  background-color: #cfa5cd;
}

.button-green:hover,
.button-green:active,
.button-green:focus {
  background-color: #c2e4f9;
}

/****************************************************************
/ PARALLAX DECORATORS
/****************************************************************/
.deco-parallax {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30rem;
  transition: all 0.1s ease;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
}

.deco-parallax.top {
  background-position: top;
  top: -1rem;
}

.deco-parallax.bottom {
  background-position: bottom;
  bottom: 13rem;
}

.deco-parallax.bottom-chill {
  bottom: -4rem;
}

.deco-parallax.mid {
  background-position: center;
  top: calc(50% - 15rem);
}

.deco-parallax.right {
  right: 2rem;
}

.deco-parallax.left {
  left: 2rem;
}

.deco-parallax.farright {
  right: -2rem;
}

.deco-parallax.farleft {
  left: 0;
}

.deco-parallax.center {
  left: calc(50% - 2.45rem);
}

.deco-parallax.smileys, .deco-parallax.warning {
  width: 4.9rem;
}

.deco-parallax.arrows {
  width: 5rem;
}

.deco-parallax.colors {
  width: 2.08rem;
}

.deco-parallax.relative {
  position: relative;
  top: 0;
}

.portada {
  position: relative;
  z-index: 0;
}

.portada__image {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}

@media (max-width: 767px) {
  .portada__image {
    max-height: unset;
  }
}

.portada::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 30%, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}

.post-portada {
  position: relative;
  z-index: 1;
  text-align: center;
}

.post-portada__title {
  font-size: clamp(30px, 8vw, 140px);
  text-transform: uppercase;
  color: #E4E2E2;
  line-height: 0.85;
  margin: -1.43em auto 0 auto;
  padding-bottom: 9rem;
  max-width: 9em;
  min-height: 2.4em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.post-portada__title h1:nth-of-type(2) {
  align-self: end;
}

.post-portada__wrap {
  background-color: black;
  padding-bottom: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.post-portada__wrap__location {
  text-transform: uppercase;
  font-size: 5.5rem;
  margin-bottom: 0.5em;
}

.post-portada__wrap__description {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.post-portada__wrap__description p {
  margin-bottom: 0.5em;
}

.post-portada__wrap__links {
  display: flex;
  justify-content: center;
  margin: 12rem 5vw;
  flex-wrap: wrap;
  gap: 7rem 12rem;
}

.post-portada__wrap__links__item {
  font-size: max(17px, 3rem);
  vertical-align: middle;
  display: inline-block;
}

.post-portada__wrap__links__item a::before {
  background-image: url(/static/bundles/22d12670c0f96e2cab3c.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 3.6rem;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
}

.post-portada__wrap__links__item a:hover,
.post-portada__wrap__links__item a:active,
.post-portada__wrap__links__item a:focus {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.sol-lo {
  position: absolute;
  bottom: -61rem;
  width: 81rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.sol-lo-parent {
  position: relative;
  padding-bottom: 25rem;
  overflow: hidden;
}

.galleries {
  background-color: #000;
  z-index: 11;
  position: relative;
}

.galleries__content {
  padding-top: 5.5vw;
  padding-bottom: 10vw;
}

.galleries__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: clamp(22px, 4.2vw, 100px);
  color: #fff;
  max-width: 26vw;
}

.galleries__year {
  text-align: right;
}

.galleries__items {
  margin-top: 6vw;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-right: 1px solid white;
}

.galleries__items .gallery {
  width: 24.8%;
  padding: 0 2.5vw 2.5vw;
}

.galleries__items .gallery__title {
  font-size: clamp(16px, 3.3rem, 25px);
  color: #fff;
  margin-bottom: 0.2em;
}

.galleries__items .gallery__city {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #E4E2E2;
  margin-bottom: 0.45em;
}

.galleries__items .gallery .border {
  border-left: 1px solid #fff;
  position: absolute;
  padding: 0 2.5vw 2.5vw;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  z-index: -1;
}

.galleries__items .gallery img {
  width: 100%;
  height: auto;
}

.galleries a:hover,
.galleries a:active,
.galleries a:focus {
  opacity: 1;
}

.galleries a:hover *,
.galleries a:active *,
.galleries a:focus * {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

@media (max-width: 1024px) {
  .galleries__items .gallery {
    width: 32.9%;
  }
}

@media (max-width: 767px) {
  .galleries__items .gallery {
    width: 49.4%;
  }
  .galleries__title, .artistas__title, .partners__title {
    max-width: fit-content;
  }
}

@media (max-width: 500px) {
  .galleries__items {
    border-width: 0;
  }
  .galleries__items .gallery {
    width: 100%;
    padding-bottom: 10rem;
  }
  .galleries__items .gallery .border {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 10rem;
  }
}

.template-landing .sol {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  top: -150%;
  margin-top: 7rem;
}

.template-landing .sol img {
  width: 78vw;
  display: block;
  height: auto;
  margin: auto;
}

.template-landing .sol.rising {
  animation: slide 4s;
  top: 60vh;
}

.template-landing .large {
  position: relative;
}

.template-landing .background-degradado {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: 0vh;
  height: calc(100% - 60vh);
  width: 100%;
  z-index: 11;
  background-color: #F7B939;
}

@media (max-width: 767px) {
  .template-landing .background-degradado {
    height: calc(100% - 255px);
  }
}

.template-landing .banner {
  background-color: #E4E2E2;
  padding-top: 20rem;
  height: 100vh;
  position: relative;
}

.template-landing .banner__content {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 5vw 1fr;
}

.template-landing .banner__content p {
  font-size: clamp(25px, 5.5vw, 110px);
  color: #000;
  line-height: 1;
}

.template-landing .banner__right {
  justify-self: end;
}

.template-landing .banner__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row: 1;
}

.template-landing .banner__date p:first-of-type {
  padding-top: 7vw;
  z-index: 11;
}

.template-landing .banner__date p:nth-child(2) {
  padding-left: 13vw;
}

.template-landing .banner__year, .template-landing .banner__name {
  grid-row-start: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.template-landing .banner__year p:first-of-type, .template-landing .banner__name p:first-of-type {
  z-index: 11;
}

.template-landing .banner__place {
  text-align: right;
}

.template-landing .banner__place p:first-of-type {
  padding-right: 10vw;
  position: relative;
  z-index: 11;
}

.template-landing .banner__place p:nth-child(2) {
  padding-left: 13vw;
}

.template-landing .description {
  transition: all 0.3s ease;
  position: relative;
  z-index: 11;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.template-landing .description__content {
  padding-top: 8vw;
  padding-bottom: 10vw;
}

.template-landing .description__text {
  font-size: max(17px, 3rem);
  color: #000;
  text-align: center;
  line-height: 1.17;
  transition: all 0.3s ease;
}

.template-landing .description__text p:first-child {
  display: block;
}

.template-landing .description__text p:nth-child(2) {
  display: block;
}

.template-landing .description__text p:nth-child(3) {
  display: block;
}

.template-landing .description__text p:nth-child(4) {
  display: block;
}

.template-landing .description__text p {
  display: none;
}

.template-landing .description .more {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: clamp(18px, 2vw, 50px);
  padding: 40px 0;
  cursor: pointer;
}

.template-landing .description .more .plus {
  display: block;
  border: 2px solid black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 23px;
  margin: auto;
}

.template-landing .description .more .less {
  display: none;
  border: 2px solid black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 23px;
  margin: auto;
}

.template-landing .description .more.active .plus {
  display: none;
}

.template-landing .description .more.active .less {
  display: block;
}

.template-landing .description.open .description__text {
  transition: all 0.5s ease;
}

.template-landing .contact {
  position: relative;
  z-index: 11;
}

.template-landing .contact__content {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

.template-landing .contact__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: clamp(22px, 4.2vw, 100px);
  text-align: center;
  padding-bottom: 1em;
}

.template-landing .contact__text h2 {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: 1.08;
  color: #000;
  text-align: center;
  margin-bottom: 3.5vw;
}

.template-landing .contact__text p {
  font-size: clamp(18px, 2vw, 50px);
  color: #000;
  text-align: center;
  line-height: 1.17;
}

.template-landing .artistas {
  position: relative;
  z-index: 11;
  background-color: #dad4d2;
}

.template-landing .artistas__content {
  padding-top: 5.5vw;
  padding-bottom: 8vw;
}

.template-landing .artistas__content.provisional {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

.template-landing .artistas__list {
  list-style-type: none;
  padding: 0;
}

.template-landing .artistas__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: 1;
  color: #000;
  max-width: 20.5vw;
  margin-bottom: 4.5vw;
}

.template-landing .artistas__year {
  text-align: right;
}

.template-landing .artistas .artista {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: clamp(21px, 2vw, 50px);
  color: #000;
  line-height: 1.17;
}

.template-landing .artistas .artista__image {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 22rem;
  z-index: -1;
  padding-right: 0.4em;
}

.template-landing .artistas .artista:hover {
  z-index: 99;
}

.template-landing .artistas .artista:hover .artista__image {
  display: block;
}

.template-landing .artistas .artista a:hover,
.template-landing .artistas .artista a:active,
.template-landing .artistas .artista a:focus {
  opacity: 1;
}

.template-landing .artistas .artista span::after {
  content: ', ';
  display: inline;
  padding-right: 0.3em;
}

.template-landing .artistas .artista:last-of-type span::after {
  content: '';
}

.template-landing .partners {
  position: relative;
  z-index: 11;
  background-color: black;
  color: white;
}

.template-landing .partners__content {
  padding-top: 7vw;
  padding-bottom: 8vw;
}

.template-landing .partners__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: clamp(22px, 4.2vw, 100px);
  max-width: 6.7em;
  margin-bottom: 4.5vw;
}

.template-landing .partners__items a {
  display: inline-block;
}

.template-landing .partners__items img {
  display: inline;
  margin-right: 8em;
  max-height: 18rem;
  max-width: 23rem;
  vertical-align: middle;
  margin-bottom: 5rem;
}

.template-landing .partners__items .subtitle {
  font-size: 3.3rem;
  margin: 2em 0 1em 0;
}

.template-landing .partners__items .partners__type:first-of-type .subtitle {
  margin-top: 0;
}

@media (max-width: 767px) {
  .template-landing .sol {
    top: 120%;
  }
  .template-landing .sol img {
    width: 100%;
  }
  .template-landing .sol.rising {
    animation: slide-mobile 4s;
    top: 245px;
  }
  .template-landing .banner {
    padding-top: 20vw;
    height: 410px;
    padding-top: 125px;
    display: grid;
  }
  .template-landing .banner__content {
    height: auto;
    grid-template-rows: 1fr auto 1fr;
  }
  .template-landing .banner__content p {
    line-height: 1.44;
  }
  .template-landing .banner__content .deco-parallax {
    height: auto;
  }
  .template-landing .description .more {
    padding: 5px 0;
  }
  .template-landing .artistas .artista {
    line-height: 1.33;
  }
  .template-landing .artistas .artista a:active,
  .template-landing .artistas .artista a:focus {
    opacity: 0.4;
  }
}

@keyframes slide {
  0% {
    top: -150%;
  }
  100% {
    top: 60%;
  }
}

@keyframes slide-mobile {
  0% {
    top: -300px;
  }
  100% {
    top: 245px;
  }
}

.template-landing.ed-2022 .sol {
  position: fixed;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  top: 150%;
  margin-top: 7rem;
}

.template-landing.ed-2022 .sol img {
  width: 78vw;
  display: block;
  height: auto;
  margin: auto;
}

.template-landing.ed-2022 .sol.rising {
  animation: slide-2022 4s;
  top: 50%;
}

.template-landing.ed-2022 .banner {
  background-color: #dad4d2;
  padding-top: 20rem;
  height: 100vh;
}

.template-landing.ed-2022 .banner__content {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 5vw 1fr;
}

.template-landing.ed-2022 .banner__content p {
  font-size: clamp(25px, 5.5vw, 110px);
  color: #000;
  line-height: 1;
}

.template-landing.ed-2022 .banner__right {
  justify-self: end;
}

.template-landing.ed-2022 .banner__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row: 1;
}

.template-landing.ed-2022 .banner__date p:first-of-type {
  padding-top: 7vw;
  z-index: 11;
}

.template-landing.ed-2022 .banner__date p:nth-child(2) {
  padding-left: 14vw;
}

.template-landing.ed-2022 .banner__year, .template-landing.ed-2022 .banner__name {
  grid-row-start: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.template-landing.ed-2022 .banner__year p:first-of-type, .template-landing.ed-2022 .banner__name p:first-of-type {
  z-index: 11;
}

.template-landing.ed-2022 .banner__place {
  text-align: right;
}

.template-landing.ed-2022 .banner__place p:first-of-type {
  padding-right: 10vw;
  position: relative;
  z-index: 11;
}

.template-landing.ed-2022 .banner__place p:nth-child(2) {
  padding-left: 13vw;
}

.template-landing.ed-2022 .description {
  transition: all 0.3s ease;
  position: relative;
  z-index: 11;
  background-color: #dad4d2;
}

.template-landing.ed-2022 .description__content {
  padding-top: 8vw;
  padding-bottom: 10vw;
}

.template-landing.ed-2022 .description__text {
  font-size: max(17px, 3rem);
  color: #000;
  text-align: center;
  line-height: 1.17;
  transition: all 0.3s ease;
}

.template-landing.ed-2022 .description__text p:first-child {
  display: block;
}

.template-landing.ed-2022 .description__text p:nth-child(2) {
  display: block;
}

.template-landing.ed-2022 .description__text p:nth-child(3) {
  display: block;
}

.template-landing.ed-2022 .description__text p:nth-child(4) {
  display: block;
}

.template-landing.ed-2022 .description__text p {
  display: none;
}

.template-landing.ed-2022 .description .more {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: clamp(18px, 2vw, 50px);
  padding: 40px 0;
  cursor: pointer;
}

.template-landing.ed-2022 .description .more .plus {
  display: block;
  border: 2px solid black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 23px;
  margin: auto;
}

.template-landing.ed-2022 .description .more .less {
  display: none;
  border: 2px solid black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 23px;
  margin: auto;
}

.template-landing.ed-2022 .description .more.active .plus {
  display: none;
}

.template-landing.ed-2022 .description .more.active .less {
  display: block;
}

.template-landing.ed-2022 .description.open .description__text {
  transition: all 0.5s ease;
}

.template-landing.ed-2022 .image-gif {
  position: relative;
  z-index: 11;
  background-color: #dad4d2;
}

.template-landing.ed-2022 .image-gif__image img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .template-landing.ed-2022 .image-gif__image img {
    width: 90%;
  }
}

.template-landing.ed-2022 .contact {
  position: relative;
  z-index: 11;
}

.template-landing.ed-2022 .contact__content {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

.template-landing.ed-2022 .contact__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: clamp(22px, 4.2vw, 100px);
  text-align: center;
  padding-bottom: 1em;
}

.template-landing.ed-2022 .contact__text h2 {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: 1.08;
  color: #000;
  text-align: center;
  margin-bottom: 3.5vw;
}

.template-landing.ed-2022 .contact__text p {
  font-size: clamp(18px, 2vw, 50px);
  color: #000;
  text-align: center;
  line-height: 1.17;
}

.template-landing.ed-2022 .artistas {
  position: relative;
  z-index: 11;
  background-color: #dad4d2;
}

.template-landing.ed-2022 .artistas__content {
  padding-top: 5.5vw;
  padding-bottom: 8vw;
}

.template-landing.ed-2022 .artistas__content.provisional {
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

.template-landing.ed-2022 .artistas__list {
  list-style-type: none;
  padding: 0;
}

.template-landing.ed-2022 .artistas__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: 1;
  color: #000;
  max-width: 20.5vw;
  margin-bottom: 4.5vw;
}

.template-landing.ed-2022 .artistas__year {
  text-align: right;
}

.template-landing.ed-2022 .artistas .artista {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: clamp(21px, 2vw, 50px);
  color: #000;
  line-height: 1.17;
}

.template-landing.ed-2022 .artistas .artista__image {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 22rem;
  z-index: -1;
  padding-right: 0.4em;
}

.template-landing.ed-2022 .artistas .artista:hover {
  z-index: 99;
}

.template-landing.ed-2022 .artistas .artista:hover .artista__image {
  display: block;
}

.template-landing.ed-2022 .artistas .artista a:hover,
.template-landing.ed-2022 .artistas .artista a:active,
.template-landing.ed-2022 .artistas .artista a:focus {
  opacity: 1;
}

.template-landing.ed-2022 .artistas .artista span::after {
  content: ', ';
  display: inline;
  padding-right: 0.3em;
}

.template-landing.ed-2022 .artistas .artista:last-of-type span::after {
  content: '';
}

.template-landing.ed-2022 .partners {
  position: relative;
  z-index: 11;
  background-color: black;
  color: white;
}

.template-landing.ed-2022 .partners__content {
  padding-top: 7vw;
  padding-bottom: 8vw;
}

.template-landing.ed-2022 .partners__title {
  font-size: clamp(22px, 4.2vw, 100px);
  line-height: clamp(22px, 4.2vw, 100px);
  max-width: 6.7em;
  margin-bottom: 4.5vw;
}

.template-landing.ed-2022 .partners__items a {
  display: inline-block;
}

.template-landing.ed-2022 .partners__items img {
  display: inline;
  margin-right: 8em;
  max-height: 18rem;
  max-width: 23rem;
  vertical-align: middle;
  margin-bottom: 5rem;
}

.template-landing.ed-2022 .partners__items .subtitle {
  font-size: 3.3rem;
  margin: 2em 0 1em 0;
}

.template-landing.ed-2022 .partners__items .partners__type:first-of-type .subtitle {
  margin-top: 0;
}

@media (max-width: 767px) {
  .template-landing.ed-2022 .sol {
    top: 120%;
  }
  .template-landing.ed-2022 .sol img {
    width: 100%;
  }
  .template-landing.ed-2022 .sol.rising {
    animation: slide-mobile-2022 4s;
    top: 20%;
  }
  .template-landing.ed-2022 .banner {
    padding-top: 20vw;
    height: auto;
  }
  .template-landing.ed-2022 .banner__content {
    height: auto;
    grid-template-rows: 1fr auto 1fr;
  }
  .template-landing.ed-2022 .banner__content p {
    line-height: 1.44;
  }
  .template-landing.ed-2022 .banner__content .deco-parallax {
    height: auto;
  }
  .template-landing.ed-2022 .description .more {
    padding: 5px 0;
  }
  .template-landing.ed-2022 .artistas .artista {
    line-height: 1.33;
  }
  .template-landing.ed-2022 .artistas .artista a:active,
  .template-landing.ed-2022 .artistas .artista a:focus {
    opacity: 0.4;
  }
}

@keyframes slide-2022 {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slide-mobile-2022 {
  0% {
    top: 120%;
  }
  100% {
    top: 20%;
  }
}

.template-single-legal .s1 {
  margin: 18rem 3rem 3rem 3rem;
}

.template-single-legal .s1__title {
  font-size: 9rem;
  color: #E4E2E2;
  line-height: 10rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  text-transform: uppercase;
}

.template-single-legal .s1__text {
  font-size: 3.6rem;
  line-height: 1.17;
}

.template-single-legal .s1__text p, .template-single-legal .s1__text ul, .template-single-legal .s1__text ol {
  margin-bottom: 0.5em;
}

.template-single-legal .s1__text ul {
  list-style-type: square;
  margin-left: 1em;
}

.template-single-legal .s1__text ol {
  margin-left: 1em;
}

.template-single-legal .s1__text strong {
  margin-top: 0.5em;
  display: inline-block;
}

.template-single-artista .s0 {
  min-height: min(27vw, 340px);
}

@media (max-width: 1024px) {
  .template-single-artista .s0 {
    min-height: max(30vw, 140px);
  }
}

.template-single-artista .s0 .portada__image {
  object-fit: contain;
}

.template-single-artista .s2 {
  padding-bottom: 6rem;
}

.template-single-artista .s2__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 8.5rem;
  max-width: 1400px;
  margin: 0 auto 11rem auto;
}

@media (max-width: 767px) {
  .template-single-artista .s2__wrap {
    margin: 0 auto 8.5rem auto;
  }
}

.template-single-artista .s2__wrap__item {
  display: flex;
  width: fit-content;
  align-items: center;
  overflow: visible;
}

.template-single-artista .s2__wrap__item img {
  max-height: 70rem;
  overflow: visible;
}

.template-single-artista .s2__wrap__item a {
  position: relative;
  overflow: visible;
}

.template-single-artista .s2__wrap__item a:hover,
.template-single-artista .s2__wrap__item a:active,
.template-single-artista .s2__wrap__item a:focus {
  opacity: 0.85;
  transition: opacity 0.6s ease;
}

.template-single-artista .s2__wrap__item a:hover img,
.template-single-artista .s2__wrap__item a:active img,
.template-single-artista .s2__wrap__item a:focus img {
  filter: grayscale(1);
  transition: filter 0.6s ease;
}

.template-single-artista .s2__wrap__item a::after {
  background-image: url(/static/bundles/2ad6f41dc0edf92f1d0b.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50rem;
  height: 50rem;
  max-width: 200%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-51.4%);
  opacity: 0;
  z-index: -1;
}

.template-single-artista .s2__wrap__item a:hover::after,
.template-single-artista .s2__wrap__item a:active::after,
.template-single-artista .s2__wrap__item a:focus::after {
  opacity: 0.7;
  bottom: -15%;
  transition: all 0.6s ease;
}

.template-single-artista .s3 {
  position: relative;
  color: black;
}

.template-single-artista .s3__title {
  background-color: white;
  position: relative;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-bottom: none;
}

.template-single-artista .s3__title__sol {
  position: absolute;
  top: -69rem;
  width: 100rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.template-single-artista .s3__title__letters {
  position: relative;
  font-size: 10rem;
  z-index: 1;
}

.template-single-artista .s3__wrap {
  background-color: #E4E2E2;
  position: relative;
  z-index: 1;
}

.template-single-artista .s3__wrap &gt; * {
  border: 1px solid black;
}

.template-single-artista .s3__wrap__list {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .template-single-artista .s3__wrap__list {
    width: unset;
  }
}

.template-single-artista .s3__wrap__list__item {
  border-bottom: 1px solid black;
  min-height: 16rem;
  display: flex;
  align-items: center;
  padding: 2.5rem 8rem;
  position: relative;
  width: 100%;
}

.template-single-artista .s3__wrap__list__item__name {
  font-size: 5.5rem;
}

.template-single-artista .s3__wrap__list__item__born {
  font-size: 3rem;
}

.template-single-artista .s3__wrap__list__item::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 1.4rem;
  height: 3.8rem;
  width: 3.8rem;
  transform: translate(-50%, -50%);
  background-image: url(/static/bundles/8faacf22b9cb48c5f88e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.template-single-artista .s3__wrap__list__item::after__name {
  font-size: 5.5rem;
}

.template-single-artista .s3__wrap__list__item::after__born {
  font-size: 3rem;
}

.template-single-artista .s3__wrap__list__item:hover, .template-single-artista .s3__wrap__list__item:active, .template-single-artista .s3__wrap__list__item:focus {
  background-color: black;
  color: #E4E2E2;
  opacity: 1;
}

.template-single-artista .s3__wrap__list__item:hover::after, .template-single-artista .s3__wrap__list__item:active::after, .template-single-artista .s3__wrap__list__item:focus::after {
  background-image: url(/static/bundles/22d12670c0f96e2cab3c.svg);
}

.template-single-artista .s3__wrap__images {
  display: none;
}

.template-single-galeria .s2 {
  position: relative;
  color: black;
}

.template-single-galeria .s2__title {
  background-color: white;
  position: relative;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-bottom: none;
}

.template-single-galeria .s2__title__sol {
  position: absolute;
  top: -69rem;
  width: 100rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.template-single-galeria .s2__title__letters {
  position: relative;
  font-size: 10rem;
  z-index: 1;
}

.template-single-galeria .s2__wrap {
  background-color: #E4E2E2;
  position: relative;
  z-index: 1;
}

.template-single-galeria .s2__wrap &gt; * {
  border: 1px solid black;
}

.template-single-galeria .s2__wrap__list {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .template-single-galeria .s2__wrap__list {
    width: unset;
  }
}

.template-single-galeria .s2__wrap__list__item {
  border-bottom: 1px solid black;
  min-height: 16rem;
  display: flex;
  align-items: center;
  padding: 2.5rem 8rem;
  position: relative;
  width: 100%;
}

.template-single-galeria .s2__wrap__list__item__name {
  font-size: 5.5rem;
}

.template-single-galeria .s2__wrap__list__item__born {
  font-size: 3rem;
}

.template-single-galeria .s2__wrap__list__item::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 1.4rem;
  height: 3.8rem;
  width: 3.8rem;
  transform: translate(-50%, -50%);
  background-image: url(/static/bundles/8faacf22b9cb48c5f88e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.template-single-galeria .s2__wrap__list__item::after__name {
  font-size: 5.5rem;
}

.template-single-galeria .s2__wrap__list__item::after__born {
  font-size: 3rem;
}

.template-single-galeria .s2__wrap__list__item:hover, .template-single-galeria .s2__wrap__list__item:active, .template-single-galeria .s2__wrap__list__item:focus {
  background-color: black;
  color: #E4E2E2;
  opacity: 1;
}

.template-single-galeria .s2__wrap__list__item:hover::after, .template-single-galeria .s2__wrap__list__item:active::after, .template-single-galeria .s2__wrap__list__item:focus::after {
  background-image: url(/static/bundles/22d12670c0f96e2cab3c.svg);
}

.template-single-galeria .s2__wrap__images {
  display: none;
}

.template-single-obra .s0__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12rem;
}

.template-single-obra .s0__title h1 {
  font-size: 12rem;
  line-height: 0.85;
  margin-bottom: 0.3em;
  letter-spacing: -0.02em;
}

.template-single-obra .s0__title h2 {
  font-size: 6.2rem;
  line-height: 6.5rem;
  color: #E4E2E2;
  letter-spacing: -0.01em;
}

.template-single-obra .s0__carousel {
  position: relative;
}

.template-single-obra .s0__carousel .swiper {
  width: 50vw;
  margin: 0 auto;
  cursor: grab;
  max-height: 90vh;
}

@media (max-width: 767px) {
  .template-single-obra .s0__carousel .swiper {
    width: calc(100% - 50px - 10rem);
    max-height: min(450px, 70vh);
  }
}

.template-single-obra .s0__carousel .swiper .swiper-slide {
  object-fit: contain;
  max-width: 100%;
  display: block;
  max-height: 90vh;
}

@media (max-width: 767px) {
  .template-single-obra .s0__carousel .swiper .swiper-slide {
    max-height: min(450px, 70vh);
  }
}

.template-single-obra .s0__carousel .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.5s ease;
}

.template-single-obra .s0__carousel .arrow-left,
.template-single-obra .s0__carousel .arrow-right {
  display: inline-block;
  width: max(50px, 11rem);
  padding: max(12px, 2rem);
  cursor: pointer;
}

.template-single-obra .s0__carousel .arrow-left svg,
.template-single-obra .s0__carousel .arrow-right svg {
  stroke: white;
  stroke-width: 1.5px;
}

@media (max-width: 767px) {
  .template-single-obra .s0__carousel .arrow-left,
  .template-single-obra .s0__carousel .arrow-right {
    width: 25px;
    padding: 0;
  }
  .template-single-obra .s0__carousel .arrow-left svg,
  .template-single-obra .s0__carousel .arrow-right svg {
    stroke-width: 2.5px;
  }
}

.template-single-obra .s0__carousel .arrow-left {
  text-align: left;
}

.template-single-obra .s0__carousel .arrow-right {
  text-align: right;
}

.template-single-obra .s0__carousel .arrow-left:hover,
.template-single-obra .s0__carousel .arrow-right:hover {
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.template-single-obra .s0__carousel .swiper-button-disabled.arrow-right,
.template-single-obra .s0__carousel .swiper-button-disabled.arrow-left {
  visibility: hidden;
}

.template-single-obra .s0__details {
  display: flex;
  justify-content: center;
  margin: 12rem 5vw;
  flex-wrap: wrap;
  gap: 7rem 12rem;
  text-transform: uppercase;
}

.template-single-obra .s0__details__item {
  display: inline-block;
  text-align: left;
}

.template-single-obra .s0__details__item p:first-of-type {
  font-size: max(14px, 2rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.template-single-obra .s0__details__item p:last-of-type {
  font-size: max(17px, 2.5rem);
}

.template-single-obra .s1 {
  position: relative;
  overflow: hidden;
  background-color: white;
  color: black;
  padding-top: 15rem;
}

.template-single-obra .s1__description {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.template-single-obra .s1__description p {
  margin-bottom: 0.75em;
}

.template-equipo .s0 .galleries__title {
  margin-top: 5rem;
  margin-left: -7rem;
  margin-bottom: -9rem;
  height: 1.6em;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .template-equipo .s0 .galleries__title {
    margin-top: 11rem;
    margin-left: 3rem;
    margin-bottom: -8rem;
    font-size: 34px;
  }
}

.template-equipo .s0__teamimage {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .template-equipo .s0__teamimage {
    margin: 0 auto;
  }
}

.template-equipo .s0__wrap {
  width: 930px;
  max-width: calc(100% - 35rem);
  margin: 30px auto;
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap {
    max-width: calc(100% - 8rem);
  }
}

.template-equipo .s0__wrap__item {
  margin-left: 0;
  margin-right: auto;
  width: fit-content;
  position: relative;
  pointer-events: none;
}

.template-equipo .s0__wrap__item__image {
  pointer-events: all;
  width: min(32vw, 680px);
  height: min(25vw, 50px);
  display: block;
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item__image {
    width: 40rem;
    height: 30rem;
  }
}

.template-equipo .s0__wrap__item__text {
  text-transform: uppercase;
  height: min-content;
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item__text {
    margin-left: 10rem;
  }
}

.template-equipo .s0__wrap__item__text h2 {
  pointer-events: all;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .template-equipo .s0__wrap__item__text h2 {
    font-size: 9rem;
  }
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item__text h2 {
    font-size: 26px;
    font-size: 6.6rem;
  }
}

.template-equipo .s0__wrap__item__text h3 {
  pointer-events: all;
  font-size: 4.2rem;
  line-height: 1.055;
  display: block;
  color: white;
  margin-top: 0.7em;
}

@media (max-width: 1024px) {
  .template-equipo .s0__wrap__item__text h3 {
    font-size: 3rem;
  }
}

.template-equipo .s0__wrap__item:nth-of-type(2n) {
  margin: 0 0 0 auto;
  justify-content: end;
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item:nth-of-type(2n) {
    margin: 8rem 0 8rem auto;
  }
}

.template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__image {
  margin-right: 0;
  margin-left: auto;
}

.template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__text {
  left: auto;
  right: 15rem;
  max-width: 55rem;
  text-align: right;
  top: auto;
  bottom: -3.5rem;
  transform: none;
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__text {
    margin-left: 10rem;
    margin-top: 4rem;
  }
}

@media (max-width: 1024px) {
  .template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__text {
    max-width: 38rem;
    margin-left: auto;
    margin-right: 30px;
  }
}

.template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__text h2:first-of-type {
  margin-right: -1.25em;
}

.template-equipo .s0__wrap__item:nth-of-type(2n) .s0__wrap__item__text h2:last-of-type {
  margin-right: -0.625em;
}

.template-equipo .s0__wrap__item:nth-of-type(2n+1) .s0__wrap__item__text h2:last-of-type {
  margin-left: 1.1em;
}

.template-equipo .s0__wrap__item:nth-of-type(2n+1) .s0__wrap__item__text h3 {
  margin-left: 2.2em;
}

.template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text {
  max-width: 82rem;
  top: 42%;
}

@media (max-width: 1024px) {
  .template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text {
    max-width: 62rem;
  }
}

@media (max-width: 767px) {
  .template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text {
    top: 47%;
    left: 12rem;
  }
}

.template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text h2:first-of-type {
  margin-left: -0.8em;
}

.template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text h2:last-of-type {
  margin-left: -1.22em;
}

.template-equipo .s0__wrap__item:nth-of-type(3) .s0__wrap__item__text h3 {
  margin-left: 0.65em;
}

.template-sobre .s0 {
  padding-bottom: 0;
  padding-top: 33rem;
}

.template-sobre .s0__title {
  z-index: 1;
  position: relative;
  font-size: 12.5rem;
  line-height: 0.85;
  letter-spacing: -0.02em;
  max-width: 10.5em;
  margin: 0 auto -1.33em auto;
}

.template-sobre .s0__title h2:last-of-type {
  text-align: right;
}

@media (max-width: 767px) {
  .template-sobre .s0__title {
    width: 85%;
  }
}

.template-sobre .s0 .portada {
  width: 79%;
  z-index: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .template-sobre .s0 .portada {
    width: 100%;
  }
}

.template-sobre .s0 .portada::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}

.template-sobre .s0__description {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  text-align: center;
  width: 90%;
  margin: 16rem auto;
}

.template-sobre .s0__description p {
  margin-bottom: 0.5em;
}

.template-sobre .s0bis {
  padding-top: 9rem;
}

.template-sobre .s0bis__map {
  height: 60rem;
  height: min(70rem, 50vh);
  width: 100%;
  margin-bottom: 9rem;
}

.template-sobre .s1 {
  background-color: white;
  color: black;
  position: relative;
}

.template-sobre .s1__map {
  height: 75vh;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.template-sobre .s1__text {
  position: absolute;
  bottom: 10%;
  left: 20%;
}

@media (max-width: 767px) {
  .template-sobre .s1__text {
    bottom: 10%;
    left: 15px;
  }
}

.template-sobre .s1__text__big {
  font-size: 12rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.template-sobre .s1__text__big h2:last-of-type {
  margin-left: 18rem;
}

@media (max-width: 1024px) {
  .template-sobre .s1__text__big {
    font-size: 30px;
  }
  .template-sobre .s1__text__big h2:last-of-type {
    margin-left: 4rem;
  }
}

.template-sobre .s1__text__address {
  position: relative;
  margin-left: 36rem;
  margin-top: 7rem;
  font-size: 4em;
  line-height: 1.25;
  width: fit-content;
}

.template-sobre .s1__text__address p {
  width: fit-content;
}

.template-sobre .s1__text__address p:last-of-type {
  margin-left: 35rem;
}

.template-sobre .s1__text__address__arrow {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translate(100%, -50%);
  margin-left: 1rem;
  width: 6rem;
}

@media (max-width: 1024px) {
  .template-sobre .s1__text__address {
    font-size: 20px;
    margin-left: 8rem;
  }
  .template-sobre .s1__text__address p:last-of-type {
    text-align: right;
  }
  .template-sobre .s1__text__address__arrow {
    margin-left: 1rem;
    width: 6rem;
  }
}

.template-sobre .s2 .galleries__title {
  margin-top: 16rem;
}

@media (max-width: 767px) {
  .template-sobre .s2 .galleries__title {
    margin-left: 0rem;
  }
}

.template-sobre .s2__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 6rem;
}

.template-sobre .s2__wrap__item {
  margin: 10rem auto;
  position: relative;
}

.template-sobre .s2__wrap__item__text h3 {
  font-size: 6.2rem;
  line-height: 1.055;
  display: block;
  color: #E4E2E2;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .template-sobre .s2__wrap__item__text h3 {
    font-size: 4rem;
  }
}

.template-sobre .s2__wrap__item__text h4 {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  width: 90%;
  margin: 0 auto;
}

.template-sobre .s2__wrap__item__text h4 p {
  margin-bottom: 0.5em;
}

.template-comisario .s0 {
  padding-bottom: 0;
  padding-top: 33rem;
}

.template-comisario .s0__title {
  z-index: 1;
  position: relative;
  font-size: 12.5rem;
  line-height: 0.85;
  letter-spacing: -0.02em;
  max-width: 10.5em;
  margin: 0 auto -1.33em auto;
}

.template-comisario .s0__title h2:last-of-type {
  text-align: right;
}

.template-comisario .s0 .portada {
  width: 79%;
  z-index: 0;
  margin: 0 auto;
}

.template-comisario .s0 .portada::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}

.template-comisario .s1 .post-portada__title {
  color: white;
}

.template-comisario .s1 .post-portada__wrap {
  background: transparent;
}

.template-comisario .s1 .post-portada__wrap__links, .template-comisario .s1 .post-portada__wrap__location {
  display: none;
}

.template-galerias .s0 .galleries__title {
  margin-top: 5rem;
}

.login-main {
  height: 100vh;
  width: 100%;
}

.login-main .centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  border: 1px solid white;
  border-radius: 30px;
}

.login-main .centered h1 {
  font-size: 40px;
  text-align: center;
  margin: 20px auto;
  line-height: 41px;
}

.login-main .centered .form {
  padding: 20px;
  font-size: 16px;
}

.login-main .centered .form p {
  margin-bottom: 10px;
}

.login-main .centered .form input {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 60px;
  padding: 5px;
  line-height: 16px;
  width: 100%;
}

.login-main .centered .form .button-login {
  width: 100%;
}

.login-main .centered .form .button-login button {
  padding: 5px 10px;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid white;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
}

.login-main .centered .form .button-login button:hover {
  background-color: black;
  color: white;
}

.inscription-form {
  padding: 100px 40px;
  max-width: 1024px;
  margin: 20px auto;
}

.inscription-form h1 {
  font-size: 6.2rem;
  line-height: 6.5rem;
  color: #E4E2E2;
  letter-spacing: -0.01em;
}

.inscription-form .facturacion .grid-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.inscription-form .facturacion h3 {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  margin-top: 30px;
}

.inscription-form .input-field {
  margin-top: 15px;
  font-size: 16px;
}

.inscription-form label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.inscription-form p small {
  font-size: 12px;
}

.inscription-form input {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 60px;
  padding: 5px 10px;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
}

.inscription-form input[type=checkbox] {
  display: unset;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 60px;
  padding: 0px;
  line-height: 16px;
  width: auto;
  font-size: 16px;
  appearance: checkbox !important;
}

.inscription-form textarea {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 20px;
  padding: 5px 10px;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
}

.inscription-form .formset {
  font-size: 16px;
}

.inscription-form table {
  width: 70%;
  border-collapse: separate;
  border-spacing: 0 1.3em;
}

@media (max-width: 767px) {
  .inscription-form table {
    width: 100%;
    border-spacing: 0;
  }
}

.inscription-form table td, .inscription-form table th {
  padding: 0 20px 0 0;
}

.inscription-form table td .image label, .inscription-form table th .image label {
  display: none;
}

.inscription-form table td .image input[type=checkbox], .inscription-form table th .image input[type=checkbox] {
  display: none;
}

.inscription-form table tr {
  margin-top: 20px;
}

.inscription-form .card-title {
  margin-bottom: 10px;
  font-size: 4rem;
  margin-top: 30px;
}

.inscription-form .btn {
  padding: 10px;
  border: 1px solid white;
  border-radius: 60px;
  margin-top: 20px;
  width: 200px;
  text-align: center;
}

.inscription-form .flex-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .inscription-form .flex-buttons {
    display: block;
  }
}

.inscription-form .flex-buttons button {
  width: 250px;
  background-color: white;
  border: 1px solid white;
  border-radius: 60px;
  font-size: 16px;
  color: black;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .inscription-form .flex-buttons button {
    margin-bottom: 30px;
    margin: 0 auto 30px;
  }
}

.single-inscripciones {
  background-color: white;
  color: black;
  font-size: 16px;
  font-family: 'Helvetica', sans-serif;
}

.single-inscripciones h4 {
  font-size: 18px;
}

.single-inscripciones h3 {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid black;
}

.single-inscripciones .inscripcion-fields {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0px 10px;
}

.single-inscripciones .inscripcion-fields p {
  line-height: 20px;
}

.single-inscripciones .images-artist, .single-inscripciones .images-gallery {
  margin-top: 30px;
}

.single-inscripciones .images-artist h4, .single-inscripciones .images-gallery h4 {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid black;
}

.single-inscripciones .images-artist .image h4, .single-inscripciones .images-gallery .image h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 0;
  font-weight: bold;
}

.single-inscripciones .images-artist .image img, .single-inscripciones .images-gallery .image img {
  display: block;
  padding: 10px;
  border: 1px solid black;
  width: 80%;
  margin: 0 10px;
}

.inscription-list {
  min-height: 100vh;
}

.inscription-list h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 50px;
}

.inscription-list h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 30px;
}

.inscription-list .deadline {
  padding-bottom: 100px;
}

.inscription-list .deadline h3 {
  padding: 30px;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 30px;
}

.inscription-list .deadline .content-deadline {
  padding: 0 30px;
}

.inscription-list .deadline .content-deadline p {
  font-size: 16px;
}

.inscription-list .inscripcion.titles-list {
  border-top: 0px solid white;
  border-bottom: 1px solid white;
  font-weight: bold;
}

@media (max-width: 767px) {
  .inscription-list .inscripcion.titles-list {
    display: none;
  }
}

.inscription-list .inscripcion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 20px;
  font-size: 16px;
  border-bottom: 1px solid white;
  text-align: center;
  align-content: center;
}

.inscription-list .inscripcion a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .inscription-list .inscripcion a {
    width: 250px;
    padding: 10px 5px;
    border: 1px solid white;
    border-radius: 60px;
    margin: 20px auto 0;
  }
}

.inscription-list .inscripcion .button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 43px;
  height: 43px;
  border-width: 0.06rem;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.5s ease;
  width: 200px;
}

.inscription-list .inscripcion .button a {
  text-decoration: none;
}

.inscription-list .inscripcion .button * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: white;
  color: black;
}

@media (max-width: 767px) {
  .inscription-list .inscripcion {
    grid-template-columns: 1fr;
  }
  .inscription-list .inscripcion .title {
    margin-bottom: 7px;
  }
}

.inscription-list .inscripcion.border-top {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  .inscription-list .inscripcion:nth-child(3) {
    border-top: 1px solid white;
  }
}

.terms .image-logo {
  height: 20vh;
}

.terms .image-logo img {
  width: 400px;
  filter: invert(1);
}

.terms .terms-content {
  max-width: 1024px;
  margin: 50px auto;
  font-size: 16px;
  padding: 0px 20px;
}

.terms .terms-content h1 {
  font-size: clamp(22px, 4.2vw, 100px);
  text-align: center;
  margin-bottom: 50px;
}

.terms .terms-content h2 {
  font-size: max(20px, 4rem);
}

.terms .terms-content .content p {
  font-size: clamp(16px, 3.3rem, 25px);
  margin-bottom: 20px;
  margin-top: 0px;
}

.terms .terms-content .content ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: clamp(16px, 3.3rem, 25px);
}

.terms .terms-content .content ul li {
  margin-bottom: 10px;
}

.terms .terms-content .content ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: clamp(16px, 3.3rem, 25px);
}

.terms .terms-content p {
  margin-top: 50px;
  text-align: center;
}

.terms .terms-content p input {
  all: revert;
}

.terms .terms-content p small {
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 20px;
  text-align: center;
}

.terms .terms-content .button {
  padding: 5px 10px;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid white;
  width: 250px;
  border-radius: 30px;
  margin: 20px auto 50px;
  display: block;
}

.terms .terms-content .button:hover {
  background-color: black;
  color: white;
}

.eventos-code {
  height: 100vh;
  display: grid;
  align-content: center;
  max-width: 1320px;
  justify-content: center;
  margin: auto;
}

.eventos-code h1 {
  font-size: 12rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.3em;
  letter-spacing: -0.02em;
}

.eventos-code form {
  padding: 20px;
  font-size: 16px;
  max-width: 350px;
  margin: auto;
  text-align: center;
}

.eventos-code form p {
  margin-bottom: 10px;
}

.eventos-code form input {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 60px;
  padding: 5px;
  line-height: 16px;
  width: 100%;
}

.eventos-code form button {
  padding: 5px 10px;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid white;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
}

.eventos-code form button:hover {
  background-color: black;
  color: white;
}

.evento-main {
  margin-top: 150px;
}

.evento-main .header-eventos h1 {
  font-size: 40px;
  text-align: center;
  margin: 20px auto;
  line-height: 41px;
  padding: 40px;
}

@media (max-width: 990px) {
  .evento-main .header-eventos h1 {
    padding: 40px 10px;
  }
}

.evento-main .header-eventos .direccion {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
  text-align: center;
  width: 90%;
  margin: auto;
}

.evento-main .lista-eventos {
  padding: 40px;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos {
    padding: 40px 10px;
  }
}

.evento-main .lista-eventos .title-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.evento-main .lista-eventos .title-list h3 {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: -0.01em;
}

.evento-main .lista-eventos .title-list select {
  width: 250px;
  border: 1px solid white;
  font-size: 20px;
  text-align: center;
  height: 35px;
  line-height: 34px;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .title-list select {
    font-size: 16px;
  }
}

.evento-main .lista-eventos h3 {
  margin-top: 50px;
  font-size: 25px;
}

.evento-main .lista-eventos .select-events {
  display: flex;
}

.evento-main .lista-eventos .select-events h3 {
  margin-right: 40px;
  cursor: pointer;
}

.evento-main .lista-eventos .select-events h3.active {
  text-decoration: underline;
}

.evento-main .lista-eventos .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .evento-main .lista-eventos .list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list {
    grid-template-columns: 1fr;
  }
}

.evento-main .lista-eventos .list .content-evento .evento-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list .content-evento .evento-image {
    height: 250px;
  }
}

.evento-main .lista-eventos .list .content-evento .evento-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: unset;
  height: 100%;
}

.evento-main .lista-eventos .list .content-evento .evento-content {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 20px 10px;
}

.evento-main .lista-eventos .list .content-evento .evento-content h3 {
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list .content-evento .evento-content h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.evento-main .lista-eventos .list .content-evento .evento-content p {
  font-size: 2.5rem;
  line-height: 3.4rem;
  letter-spacing: -0.01em;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list .content-evento .evento-content p {
    text-align: center;
  }
}

.evento-main .lista-eventos .list .content-evento .evento-content .fechas {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
  margin-bottom: 15px;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list .content-evento .evento-content .fechas {
    grid-template-columns: 1fr;
    margin-bottom: 5px;
  }
}

.evento-main .lista-eventos .list .content-evento .evento-content .fechas i {
  font-size: 2.5rem;
  width: 100%;
}

.evento-main .lista-eventos .list .content-evento .evento-content .fechas svg {
  width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .evento-main .lista-eventos .list .content-evento .evento-content .fechas svg {
    display: none;
  }
}

.evento-main .lista-eventos .list.vip.active, .evento-main .lista-eventos .list.others.active {
  display: grid;
}

.evento-main .lista-eventos .list.vip, .evento-main .lista-eventos .list.others {
  display: none;
}

.single-evento {
  margin-top: 150px;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 40px;
}

@media (max-width: 990px) {
  .single-evento {
    padding: 40px 10px;
    margin-top: 70px;
  }
}

.single-evento .title {
  margin-top: 50px;
}

.single-evento .title p {
  font-size: clamp(16px, 3.3rem, 25px);
}

.single-evento .title h1 {
  font-size: clamp(25px, 5.5vw, 110px);
}

.single-evento .content-image {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 990px) {
  .single-evento .content-image {
    grid-template-columns: 1fr;
  }
}

.single-evento .content-image .fechas {
  display: grid;
  grid-template-columns: 40px 1fr;
  margin-bottom: 15px;
}

.single-evento .content-image .button {
  padding: 0 20px;
  font-size: clamp(16px, 3.3rem, 25px);
}

.single-evento .content .subtitle {
  font-size: clamp(14px, 1.2vw, 20px);
  margin-bottom: 30px;
  margin-top: 30px;
}

.single-evento .content .evento-description {
  margin-bottom: 30px;
}

.single-evento .content .evento-description p {
  font-size: clamp(16px, 3.3rem, 25px);
  margin-bottom: 15px;
}

.single-evento .pop-up {
  display: none;
  width: 50%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 20px 20px;
  border: 1px solid #fff;
  z-index: 10;
}

.single-evento .pop-up h3 {
  text-align: center;
}

.single-evento .pop-up .close {
  text-align: right;
  cursor: pointer;
}

.single-evento .pop-up .input {
  margin-bottom: 20px;
}

.single-evento .pop-up.active {
  display: block;
}

.single-evento .pop-up .btn {
  border: 0;
  cursor: pointer;
  width: auto;
  margin-right: 30px;
}

.single-evento .pop-up .btn.btn-green {
  border: 0;
  cursor: pointer;
  width: auto;
  margin-right: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.single-evento .pop-up .buttons {
  display: flex;
}

.single-evento .acompanante_email {
  text-align: center;
  margin-bottom: 15px;
}

.single-evento .acompanante_email label {
  display: block !important;
}

.single-evento form {
  padding: 20px;
  font-size: 16px;
  max-width: 350px;
  margin: auto;
  text-align: center;
}

.single-evento form p {
  margin-bottom: 10px;
}

.single-evento form input, .single-evento form textarea {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 60px;
  padding: 5px;
  line-height: 16px;
  width: 100%;
}

.single-evento form textarea {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  border-radius: 20px;
  padding: 5px;
  line-height: 16px;
  width: 100%;
}

.single-evento form label {
  display: block;
}

.single-evento form .flex {
  display: flex;
}

.single-evento form select {
  width: 100px;
  align-self: center;
  background-color: #3c3c3c;
  border-radius: 60px;
  margin-right: 10px;
  padding: 5px;
  cursor: pointer;
}

.single-evento form input[type="radio"] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  width: auto;
  border: initial;
  display: unset;
}

.single-evento form button {
  padding: 5px 10px;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid white;
  width: 100%;
  border-radius: 30px;
  margin-top: 30px;
}

.single-evento form button:hover {
  background-color: black;
  color: white;
}

.success-message button {
  width: 250px;
  margin: 0 auto;
  padding: 10px 15px;
  border: 1px solid white;
  border-radius: 60px;
  text-align: center;
  font-size: 16px;
  /* height: 30px; */
  line-height: 30px;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  color: white;
  margin-top: 20px;
}

.success-message {
  width: 50%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  padding: 20px 20px;
  border: 1px solid white;
  z-index: 10;
  border-radius: 20px;
  color: white;
}

.success-message p {
  font-size: 20px;
  color: white;
}

.success-message .close {
  margin-left: auto;
  text-align: right;
  cursor: pointer;
  color: white;
  font-size: 20px;
  color: white;
}

.template-programas {
  margin-top: 160px;
  padding: 0 40px;
}

.template-programas .programas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 40px;
}

.template-programas .programas .programa a {
  display: grid;
  grid-template-rows: auto auto auto;
}

.template-programas .programas h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  width: 80%;
  margin: 0 auto 20px;
  align-self: center;
}

.template-programas .programas .fechas {
  padding: 5px 15px;
  border: 1px solid white;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin: 5px auto;
}

.template-programas .programas .programa-image {
  margin-top: 30px;
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 990px) {
  .programas-archive {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .programas-archive .programas {
    display: block;
    border-top: none;
    margin-bottom: 0px;
  }
  .programas-archive .programas h3 {
    width: 100%;
  }
  .programas-archive .programas .fechas {
    width: 90%;
    margin: 0 auto;
  }
  .programas-archive .programas .programa {
    margin-top: 30px;
  }
  .programas-archive .programas .programa .programa a {
    display: block;
  }
}

.template-programas-single {
  margin-top: 160px;
}

.template-programas-single .cabecera {
  height: calc(100vh-70px);
}

.template-programas-single .cabecera .title {
  display: block;
  padding: 40px;
  gap: 40px;
  position: relative;
  height: 100%;
}

.template-programas-single .cabecera .title .image-artist {
  position: absolute;
  top: 0;
  width: 50%;
  right: 40px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.template-programas-single .cabecera .title .name {
  width: 70%;
  align-self: start;
  display: block;
  position: relative;
  z-index: 10;
}

.template-programas-single .cabecera .title .name h1 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px !important;
}

.template-programas-single .cabecera .title .name .date {
  display: block;
  width: 70%;
  margin-top: 20px;
  margin-left: 40px;
}

.template-programas-single .cabecera .title .name .date p {
  font-size: 35px;
  font-weight: 200;
  margin: 0;
}

.template-programas-single .flex-buttons {
  display: flex;
  margin-left: 30px;
}

.template-programas-single .flex-buttons .button {
  background-color: #ccc;
  padding: 20px 40px;
  border-radius: 50px;
  margin-left: 20px;
}

.template-programas-single .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 15px;
}

.template-programas-single .content h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.template-programas-single .content .description {
  padding: 0 30px 0 100px;
  font-size: 25px;
}

.template-programas-single .content .description p {
  margin: 0 0 15px;
}

.template-programas-single .content .description .partner-logo {
  margin: 30px 0;
}

.template-programas-single .content .direccion {
  margin-bottom: 30px;
  font-size: 20px;
}

.template-programas-single .content .dias {
  align-self: start;
  width: 80%;
  margin-top: 120px;
}

.template-programas-single .content .dias .dias-click {
  display: flex;
}

.template-programas-single .content .dias .dias-click .dia-li {
  border: 1px solid white;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  width: 168px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.template-programas-single .content .dias .dias-click .dia-li.active {
  background-color: white;
  color: black;
}

.template-programas-single .content .dias .dias-content {
  margin-top: 30px;
}

.template-programas-single .content .dias .dias-content li {
  display: none;
}

.template-programas-single .content .dias .dias-content li p {
  font-size: 20px;
}

.template-programas-single .content .dias .dias-content li:first-child {
  display: block;
}

.template-programas-single .slider-programa, .template-programas-single .slider-programa-2 {
  padding: 0 0px;
  margin: 30px auto;
  width: 90%;
  column-count: 3;
  gap: 20px;
}

.template-programas-single .slider-programa figure, .template-programas-single .slider-programa-2 figure {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 20px 0;
  cursor: pointer;
}

.template-programas-single .slider-programa figcaption, .template-programas-single .slider-programa-2 figcaption {
  margin-top: 10px;
  display: none;
}

.template-programas-single .slider-programa .photo, .template-programas-single .slider-programa-2 .photo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.template-programas-single .slider-programa button.slick-arrow, .template-programas-single .slider-programa-2 button.slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  padding: 10px 25px;
  margin: 0 30px;
}

.template-programas-single .slider-programa button.slick-arrow.prev, .template-programas-single .slider-programa-2 button.slick-arrow.prev {
  left: 30px;
}

.template-programas-single .slider-programa button.slick-arrow.next, .template-programas-single .slider-programa-2 button.slick-arrow.next {
  right: 30px !important;
}

.template-programas-single .slider-programa .slick-prev, .template-programas-single .slider-programa .slick-next, .template-programas-single .slider-programa-2 .slick-prev, .template-programas-single .slider-programa-2 .slick-next {
  top: 91%;
  z-index: 3;
  font-size: 1em;
}

.template-programas-single .slider-programa .slick-next, .template-programas-single .slider-programa-2 .slick-next {
  right: 25px;
}

.template-programas-single .slider-programa .slick-prev, .template-programas-single .slider-programa-2 .slick-prev {
  left: 25px;
}

.template-programas-single .video-programa {
  padding: 0 40px;
  margin: 30px 0;
}

.template-programas-single .video-programa video {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.template-programas-single .modulo {
  border-top: 1px solid grey;
  margin: 50px 40px;
  display: grid;
  grid-template-columns: 65% 35%;
  padding: 40px 0;
}

.template-programas-single .modulo h3 {
  position: relative;
  font-size: 40px;
  z-index: 9999;
  font-family: Helvetica, sans-serif;
  /* max-width: 100%; */
  margin: 0 0 20px;
  width: 90%;
  font-weight: normal;
}

.template-programas-single .modulo .slider-container {
  position: relative;
  margin-top: 50px;
  margin-right: 30px;
}

.template-programas-single .modulo .slider-container .slider-non {
  margin: 0;
}

.template-programas-single .modulo .slider-container .slider-non .slick-slide img {
  width: 100%;
}

.template-programas-single .modulo .slider-container li:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.template-programas-single .modulo .slider-container button.slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  padding: 10px 25px;
  margin: 0 30px;
}

.template-programas-single .modulo .slider-container button.slick-arrow.prev {
  left: 0;
}

.template-programas-single .modulo .slider-container button.slick-arrow.next {
  right: 0 !important;
}

.template-programas-single .modulo .slider-container .slick-prev, .template-programas-single .modulo .slider-container .slick-next {
  top: 91%;
  z-index: 3;
  font-size: 1em;
}

.template-programas-single .modulo .slider-container .slick-next {
  right: 25px;
}

.template-programas-single .modulo .slider-container .slick-prev {
  left: 25px;
}

.template-programas-single .modulo .slider-non-programa {
  padding: 0 0px;
  margin: 30px auto;
  width: 90%;
  column-count: 2;
  gap: 20px;
}

.template-programas-single .modulo .slider-non-programa div img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
  cursor: pointer;
}

.template-programas-single .modulo .content {
  margin-top: 50px;
  display: block;
  width: 77%;
}

.template-programas-single .modulo .content p {
  margin-top: 20px;
  font-size: 16px;
}

.template-programas-single .modulo .flex-image {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding-right: 50px;
}

.template-programas-single .modulo .flex-image img {
  display: block;
  width: 100%;
  height: auto;
}

.template-programas-single .speakers {
  margin: 40px;
  border-top: 1px solid white;
}

.template-programas-single .speakers h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}

.template-programas-single .speakers .speakers-list {
  width: 100%;
  display: block;
}

.template-programas-single .speakers .speakers-list li {
  display: flex;
  border-bottom: 1px solid white;
  padding: 50px 0;
}

.template-programas-single .speakers .speakers-list li .slider-non-speakers {
  margin: 0;
  width: 50%;
}

.template-programas-single .speakers .speakers-list li .slider-non-speakers .slick-list {
  height: 100% !important;
}

.template-programas-single .speakers .speakers-list li .slider-non-speakers .slick-slide img {
  width: 100%;
}

.template-programas-single .speakers .speakers-list li li:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.template-programas-single .speakers .speakers-list li button.slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  padding: 10px 25px;
  margin: 0 30px;
}

.template-programas-single .speakers .speakers-list li button.slick-arrow.prev {
  left: 0;
}

.template-programas-single .speakers .speakers-list li button.slick-arrow.next {
  right: 0 !important;
}

.template-programas-single .speakers .speakers-list li .slick-prev, .template-programas-single .speakers .speakers-list li .slick-next {
  top: 91%;
  z-index: 3;
  font-size: 1em;
}

.template-programas-single .speakers .speakers-list li .slick-next {
  right: 25px;
}

.template-programas-single .speakers .speakers-list li .slick-prev {
  left: 25px;
}

.template-programas-single .speakers .speakers-list .text-speaker {
  width: 50%;
  padding: 0 40px;
}

.template-programas-single .speakers .speakers-list .image-speaker {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.template-programas-single .speakers .speakers-list h4 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}

.template-programas-single .speakers .speakers-list p {
  font-size: 20px;
}

@media (max-width: 990px) {
  .template-programas-single {
    margin: 100px 0;
  }
  .template-programas-single .cabecera {
    height: 100%;
    display: block;
    width: 100%;
  }
  .template-programas-single .cabecera .title {
    display: block;
    padding: 15px;
    margin: 0;
  }
  .template-programas-single .cabecera .title .name {
    width: 70%;
  }
  .template-programas-single .cabecera .title .name h1 {
    font-size: 40px !important;
  }
  .template-programas-single .cabecera .title .name .date {
    margin: 15px 0;
  }
  .template-programas-single .cabecera .title .name .date p {
    font-size: 22px !important;
  }
  .template-programas-single .cabecera .title .image-artist {
    position: absolute;
    top: 0;
    width: 60%;
    right: 0px;
    height: 80%;
    background-size: contain;
    background-position: 70% center;
    background-repeat: no-repeat;
    display: block;
  }
  .template-programas-single .content {
    display: block;
  }
  .template-programas-single .content .description {
    padding: 0 15px;
  }
  .template-programas-single .content .description p {
    font-size: 18px;
  }
  .template-programas-single .slider-programa, .template-programas-single .slider-programa-2 {
    width: 100%;
    padding: 0 15px;
    align-self: center;
    column-count: 1;
  }
  .template-programas-single .slider-programa button.slick-arrow, .template-programas-single .slider-programa-2 button.slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 5px 20px;
    margin: 0 15px;
  }
  .template-programas-single .slider-programa button.slick-arrow.prev, .template-programas-single .slider-programa-2 button.slick-arrow.prev {
    left: 35px;
  }
  .template-programas-single .slider-programa button.slick-arrow.next, .template-programas-single .slider-programa-2 button.slick-arrow.next {
    right: 35px !important;
  }
  .template-programas-single .modulo {
    padding: 0;
    margin: 30px auto;
    display: block;
    grid-template-columns: none;
    width: 100%;
  }
  .template-programas-single .modulo .s1 {
    padding: 0 15px;
    width: auto;
  }
  .template-programas-single .modulo h3 {
    position: relative;
    font-size: 2em;
    padding-top: 50px;
    width: 100%;
  }
  .template-programas-single .modulo .slider-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
  }
  .template-programas-single .modulo .flex-image {
    grid-template-columns: none;
    padding-right: 0px;
  }
  .template-programas-single .modulo .content {
    margin-top: 50px;
    padding: 0 15px;
  }
  .template-programas-single .modulo .slider-container button.slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 5px 20px;
    margin: 0 15px;
  }
  .template-programas-single .speakers {
    margin: 40px 20px;
  }
  .template-programas-single .speakers h3 {
    margin: 20px 0 20px;
  }
  .template-programas-single .speakers .speakers-list {
    width: 100%;
    display: block;
  }
  .template-programas-single .speakers .speakers-list li {
    display: block;
  }
  .template-programas-single .speakers .speakers-list li .slider-non-speakers {
    margin: 0;
    width: 100%;
  }
  .template-programas-single .speakers .speakers-list li .slider-non-speakers button.slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 5px 20px;
    margin: 0 15px;
  }
  .template-programas-single .speakers .speakers-list li .slider-non-speakers .slick-list {
    height: 100% !important;
  }
  .template-programas-single .speakers .speakers-list li .text-speaker {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pop-up-image {
    display: none;
  }
  .pop-up-image.active {
    display: grid;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
  }
  .pop-up-image.active .close {
    justify-self: end;
    font-size: 25px;
    padding: 30px 0px;
    color: white;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 30px;
  }
  .pop-up-image.active img {
    max-height: 75vh;
    max-width: 80%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    align-self: center;
  }
}

/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/aos/dist/aos.css ***!
  \********************************************************************************************************************************************************************************/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/swiper.min.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
}

/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}


/*# sourceMappingURL=styles.c57c564ef58b05d9de80.css.map*/</pre></body></html>