@charset "UTF-8";
/*!
Theme Name: Cards
Theme URI: https://openbox9.com/
Version: 1.0

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
/*
Fonts
*/
/*
Colors
*/
/*
Responsive breakpoints
*/
/*
Animations
*/
/*
Misc
*/
:root {
  --font-base-size: 18px;
  --gutter: calc((100vw - 1200px) / 2);
  --gutter-left: calc((100vw - 1200px) / 2);
  --gutter-right: calc((100vw - 1200px) / 2);
  --site-gutter-left: calc((100vw - 1200px) / 2);
  --site-gutter-right: calc((100vw - 1200px) / 2);
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --block-margin: 4rem;
}
@media screen and (max-width: 1324.1379310345px) {
  :root {
    --gutter: 4.6875vw;
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --site-gutter-left: 4.6875vw;
    --site-gutter-right: 4.6875vw;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 2.4rem;
  }
}

/*!
 * Font Awesome Free 6.1.2 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 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.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;
}

.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.0833333337em;
  vertical-align: 0.125em;
}

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

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

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

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

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

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

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

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

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

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

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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, 0);
  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-a::before {
  content: "A";
}

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

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

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

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

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

.fa-align-center::before {
  content: "\f037";
}

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

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

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

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

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

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

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

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

.fa-angle-left::before {
  content: "\f104";
}

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

.fa-angle-up::before {
  content: "\f106";
}

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

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

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

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

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

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

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

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

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

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

.fa-sort-numeric-asc::before {
  content: "\f162";
}

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

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

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

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

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

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

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

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

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

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

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

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

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

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

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

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

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

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

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

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

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

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

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

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

.fa-arrow-right::before {
  content: "\f061";
}

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

.fa-exchange::before {
  content: "\f0ec";
}

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

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

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

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

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

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.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-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-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

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

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

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

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

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

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

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

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

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

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

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

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

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

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

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

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

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

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

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

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

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

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

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

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

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

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

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

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

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

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

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

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

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

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

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

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

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

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

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

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

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

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

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

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

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

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

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

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

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

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

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

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

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

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

.fa-tasks-alt::before {
  content: "\f828";
}

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

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

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

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

.fa-battery-empty::before {
  content: "\f244";
}

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

.fa-battery-full::before {
  content: "\f240";
}

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

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

.fa-battery-half::before {
  content: "\f242";
}

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

.fa-battery-quarter::before {
  content: "\f243";
}

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

.fa-battery-three-quarters::before {
  content: "\f241";
}

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

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

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

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

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

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

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

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

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

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

.fa-bezier-curve::before {
  content: "\f55b";
}

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

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

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

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

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

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

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

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

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

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

.fa-bone::before {
  content: "\f5d7";
}

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

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

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

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

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

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

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

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

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

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

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

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

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

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowling-ball::before {
  content: "\f436";
}

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

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

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

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

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

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

.fa-boxes-stacked::before {
  content: "\f468";
}

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

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

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

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

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

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

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

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

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

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

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

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

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

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

.fa-bug::before {
  content: "\f188";
}

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

.fa-bugs::before {
  content: "\e4d0";
}

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

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

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

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

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.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-building-flag::before {
  content: "\e4d5";
}

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

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

.fa-building-shield::before {
  content: "\e4d8";
}

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

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

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

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

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

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

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

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "C";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

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

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

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

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

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

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

.fa-camera-alt::before {
  content: "\f030";
}

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

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

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

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

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

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

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

.fa-automobile::before {
  content: "\f1b9";
}

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

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

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

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

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

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-caravan::before {
  content: "\f8ff";
}

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

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

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

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

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

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

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

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

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

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

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

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

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

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

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

.fa-chess-king::before {
  content: "\f43f";
}

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

.fa-chess-pawn::before {
  content: "\f443";
}

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

.fa-chess-rook::before {
  content: "\f447";
}

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

.fa-chevron-left::before {
  content: "\f053";
}

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

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

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

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

.fa-church::before {
  content: "\f51d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

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

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

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

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

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

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

.fa-circle-nodes::before {
  content: "\e4e2";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

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

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

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

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

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

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

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

.fa-times-circle::before {
  content: "\f057";
}

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

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

.fa-clapperboard::before {
  content: "\e131";
}

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

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

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

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

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

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

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

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

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

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

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

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

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

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

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

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

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

.fa-code-merge::before {
  content: "\f387";
}

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

.fa-coins::before {
  content: "\f51e";
}

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

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

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

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

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

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

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

.fa-compact-disc::before {
  content: "\f51f";
}

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

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

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

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

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

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

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

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

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

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

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

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

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

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

.fa-crosshairs::before {
  content: "\f05b";
}

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

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

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

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

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

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

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

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

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

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

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

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

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

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

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

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\$";
}

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

.fa-usd::before {
  content: "\$";
}

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

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

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

.fa-door-closed::before {
  content: "\f52a";
}

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

.fa-dove::before {
  content: "\f4ba";
}

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

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

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

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

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

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

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

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

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

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

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

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

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

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

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

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

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

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

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

.fa-earth-americas::before {
  content: "\f57d";
}

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

.fa-earth-america::before {
  content: "\f57d";
}

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

.fa-earth-asia::before {
  content: "\f57e";
}

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

.fa-earth-europe::before {
  content: "\f7a2";
}

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

.fa-earth-oceania::before {
  content: "\e47b";
}

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

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

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

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

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

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

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

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

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

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

.fa-equals::before {
  content: "\=";
}

.fa-eraser::before {
  content: "\f12d";
}

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

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

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

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

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

.fa-expand::before {
  content: "\f065";
}

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

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

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

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

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

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

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

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

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

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

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

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

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

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

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

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

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

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

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

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

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

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

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

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

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

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

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

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

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

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

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

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

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

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

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

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

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

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

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

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

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

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

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

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

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

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

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

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

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

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

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

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

.fa-file-audio::before {
  content: "\f1c7";
}

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

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

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

.fa-file-circle-plus::before {
  content: "\e494";
}

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

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

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

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

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

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

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

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

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

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

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

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

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

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

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

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

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

.fa-file-shield::before {
  content: "\e4f0";
}

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

.fa-file-video::before {
  content: "\f1c8";
}

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

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

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

.fa-file-zipper::before {
  content: "\f1c6";
}

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

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

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

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

.fa-filter::before {
  content: "\f0b0";
}

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

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

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

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

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

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

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

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

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

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

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

.fa-fish::before {
  content: "\f578";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

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

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

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

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

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

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

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

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

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

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

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

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

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

.fa-font::before {
  content: "\f031";
}

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

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

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

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

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

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

.fa-franc-sign::before {
  content: "\e18f";
}

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

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

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

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

.fa-g::before {
  content: "G";
}

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

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

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

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

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

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

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

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

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

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

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

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

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

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

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

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

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

.fa-genderless::before {
  content: "\f22d";
}

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

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

.fa-gifts::before {
  content: "\f79c";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

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

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

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

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

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

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

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

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

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

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

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

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

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

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

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

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

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

.fa-allergies::before {
  content: "\f461";
}

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

.fa-fist-raised::before {
  content: "\f6de";
}

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

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

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

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

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

.fa-hand-middle-finger::before {
  content: "\f806";
}

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

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

.fa-hand-point-left::before {
  content: "\f0a5";
}

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

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

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

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

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

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

.fa-handcuffs::before {
  content: "\e4f8";
}

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

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.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-hands-bound::before {
  content: "\e4f9";
}

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

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

.fa-hands-clapping::before {
  content: "\e1a8";
}

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

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

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

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

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

.fa-hands-helping::before {
  content: "\f4c4";
}

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

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

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

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

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

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

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

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

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

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

.fa-head-side-virus::before {
  content: "\e064";
}

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

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

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

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

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

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

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

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

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

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

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

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

.fa-heart-circle-xmark::before {
  content: "\e501";
}

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

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

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

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

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

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

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

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

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

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

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

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

.fa-holly-berry::before {
  content: "\f7aa";
}

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

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

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

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

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

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

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

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

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

.fa-hourglass-empty::before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

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

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

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

.fa-house-crack::before {
  content: "\e3b1";
}

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

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

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

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

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

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

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

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

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

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

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

.fa-house-signal::before {
  content: "\e012";
}

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

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

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

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

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

.fa-hurricane::before {
  content: "\f751";
}

.fa-i::before {
  content: "I";
}

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

.fa-ice-cream::before {
  content: "\f810";
}

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

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

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

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

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

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

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

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

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

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

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

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

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

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

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

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

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

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

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "L";
}

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

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

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

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

.fa-language::before {
  content: "\f1ab";
}

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

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

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

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

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

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

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

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

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

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

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

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

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

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

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

.fa-chain-broken::before {
  content: "\f127";
}

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

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

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

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

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

.fa-tasks::before {
  content: "\f0ae";
}

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

.fa-list-1-2::before {
  content: "\f0cb";
}

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

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

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

.fa-litecoin-sign::before {
  content: "\e1d3";
}

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

.fa-location-crosshairs::before {
  content: "\f601";
}

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

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

.fa-map-marker-alt::before {
  content: "\f3c5";
}

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

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

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

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

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

.fa-locust::before {
  content: "\e520";
}

.fa-lungs::before {
  content: "\f604";
}

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

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\f076";
}

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

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

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

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

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

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

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

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

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

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

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

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

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

.fa-map-pin::before {
  content: "\f276";
}

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

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

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

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

.fa-mars-double::before {
  content: "\f227";
}

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

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

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

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

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

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

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

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

.fa-cocktail::before {
  content: "\f561";
}

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

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

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

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

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

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

.fa-medal::before {
  content: "\f5a2";
}

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

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

.fa-mercury::before {
  content: "\f223";
}

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

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

.fa-meteor::before {
  content: "\f753";
}

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

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

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

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

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

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

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

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

.fa-mill-sign::before {
  content: "\e1ed";
}

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

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

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

.fa-subtract::before {
  content: "\f068";
}

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

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

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

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

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

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

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

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

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

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

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

.fa-money-bill-trend-up::before {
  content: "\e529";
}

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

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

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

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

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

.fa-moon::before {
  content: "\f186";
}

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

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

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

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

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

.fa-mountain-sun::before {
  content: "\e52f";
}

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

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

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

.fa-newspaper::before {
  content: "\f1ea";
}

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

.fa-notdef::before {
  content: "\e1fe";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

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

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-well::before {
  content: "\e532";
}

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

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "P";
}

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

.fa-paint-roller::before {
  content: "\f5aa";
}

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

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

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

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

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

.fa-paragraph::before {
  content: "\f1dd";
}

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

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

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

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

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

.fa-peace::before {
  content: "\f67c";
}

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

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

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

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-people-pulling::before {
  content: "\e535";
}

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

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

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

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

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

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

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

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

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

.fa-biking::before {
  content: "\f84a";
}

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

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

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

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

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

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

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

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

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

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

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

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

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

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

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

.fa-person-falling-burst::before {
  content: "\e547";
}

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

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

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

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

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

.fa-pray::before {
  content: "\f683";
}

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

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

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

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

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

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

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

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

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

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

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

.fa-snowboarding::before {
  content: "\f7ce";
}

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

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

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

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

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

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

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

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

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

.fa-peso-sign::before {
  content: "\e222";
}

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

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

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

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

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

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

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

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

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

.fa-place-of-worship::before {
  content: "\f67f";
}

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

.fa-plane-arrival::before {
  content: "\f5af";
}

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

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

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

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

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

.fa-plane-up::before {
  content: "\e22d";
}

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

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

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

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

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

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

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

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

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

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

.fa-add::before {
  content: "\+";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

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

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

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

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

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

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

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

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

.fa-print::before {
  content: "\f02f";
}

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

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

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "R";
}

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

.fa-radio::before {
  content: "\f8d7";
}

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

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

.fa-receipt::before {
  content: "\f543";
}

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

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

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

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

.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-recycle::before {
  content: "\f1b8";
}

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

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

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

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

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

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

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

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

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

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

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

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

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

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

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

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

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

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

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

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.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-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.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-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.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-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.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-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.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-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.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-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-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.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-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.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-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

.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;
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
@mixin icon-char($what) {
    @if map-has-key($icons, $what) {

        content: make-icon(map-get($icons, $what));
    }
    @else {
        content: '???';
    }

}
@mixin icon-font($what) {
    font-family: $font-icon;
    font-weight: normal;
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    text-transform:none !important;
    @if map-has-key($icons, $what) {
        @include icon-char($what);
    }
}
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #333;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  /*
  @media screen and (min-width:(1200px + 1px)) {
      font-size: $font-base-size * 1.277;
  }
  */
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  padding: 0;
  background: #fff;
  overflow-anchor: none;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: 600;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute !important;
  top: -10000px !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: "Raleway", Georgia, serif;
}

.text-serif {
  font-family: "Raleway", Georgia, serif;
}

.text-headline {
  font-family: "Raleway", Georgia, serif;
  letter-spacing: normal;
}

.text-cursive {
  font-family: cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-nowrap {
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

body a {
  color: #F3901A;
  transition: 0.2s ease;
  -webkit-text-decoration: underline solid currentColor;
          text-decoration: underline solid currentColor;
  text-decoration-color: var(--link-text-decoration-color-initial, currentColor);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.05em;
}
body a:hover {
  text-decoration-color: var(--link-text-decoration-color-hover, transparent);
}
body a.more {
  white-space: nowrap;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

address {
  font-style: normal;
  font-size: 1em;
}
address a {
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

#wpadminbar {
  z-index: 1101;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/*
Styles loaded into backend Gutenberg admin and front end
*/
.has-padding-top {
  padding-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}
.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}
.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}
.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}
.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}
.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}
.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}
.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}
.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}
.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-black-color {
  --color: #000;
}

.has-white-color {
  --color: #fff;
}

.has-black-background-color {
  --background-color: #000;
}

.has-white-background-color {
  --background-color: #fff;
}

.query-posts {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  --gap: 2rem;
  --column-gap: var(--gap);
  --row-gap: calc(var(--gap) * 1.5);
  --column-count: 1;
  --hentry-width: calc((100% / var(--column-count)) - ((var(--gap) * (var(--column-count) - 1)) / var(--column-count)));
  gap: var(--gap);
  row-gap: var(--row-gap, var(--gap));
  -moz-column-gap: var(--column-gap, var(--gap));
       column-gap: var(--column-gap, var(--gap));
  justify-content: start;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  margin-bottom: var(--gap);
}
.query-posts:last-child {
  margin-bottom: 0;
}
.query-posts .extended-info {
  --hentry-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.query-posts .no-results {
  margin: calc(var(--block-margin, 4rem) * 0.5) auto;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
}
.query-posts .hentry.load-more {
  order: 100000;
}
.query-posts .hentry.promo-wide {
  margin-top: var(--gap);
  margin-bottom: var(--gap);
}
.query-posts .hentry.empty.static {
  order: 10000 !important;
}
.query-posts .hentry.heading {
  grid-column: 1/-1;
}
.query-posts > h2,
.query-posts > h3 {
  grid-column: 1/-1;
}
.query-posts .hentry:not(.wide) {
  width: auto;
}

.query-posts.one-across {
  --column-count:1;
  display: grid;
}

.query-posts.two-across {
  --column-count:2;
  display: grid;
}
@media screen and (max-width: 767px) {
  .query-posts.two-across {
    --column-count: 1;
  }
}

.query-posts.three-across {
  --column-count: 3;
  display: grid;
}
.query-posts.three-across > .hentry:not(.promo-wide) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .query-posts.three-across {
    --column-count:2;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.three-across {
    --column-count: 1;
    --gap:1.5rem;
  }
}

.query-posts.four-across {
  --column-count: 4;
  display: grid;
}
@media screen and (max-width: 1200px) {
  .query-posts.four-across {
    --column-count:3;
  }
}
@media screen and (max-width: 1024px) {
  .query-posts.four-across {
    --column-count:2;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.four-across {
    --column-count: 1;
  }
}

.query-posts.three-across.has-promo > .hentry.promo {
  order: -50 !important;
}
.query-posts.three-across.has-promo > .hentry:nth-child(1),
.query-posts.three-across.has-promo > .hentry:nth-child(2),
.query-posts.three-across.has-promo > .hentry:nth-child(3),
.query-posts.three-across.has-promo > .hentry:nth-child(4),
.query-posts.three-across.has-promo > .hentry:nth-child(5) {
  order: -100;
}

.query-posts.three-across.has-promo-first-row > .hentry.promo {
  order: -50 !important;
}
.query-posts.three-across.has-promo-first-row > .hentry:nth-child(1),
.query-posts.three-across.has-promo-first-row > .hentry:nth-child(2) {
  order: -100;
}

.query-posts.five-across {
  --gap: 1rem;
  --column-count: 5;
  display: grid;
}
@media screen and (max-width: 1200px) {
  .query-posts.five-across {
    --column-count:4;
  }
}
@media screen and (max-width: 1024px) {
  .query-posts.five-across {
    --column-count:3;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.five-across {
    --column-count: 2;
  }
}

#categories-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 100vw;
  box-sizing: border-box;
}
#categories-slider.wp-block-buttons {
  display: flex;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
  transition: none;
  will-change: transform;
  flex-wrap: nowrap;
  max-width: none;
}
#categories-slider.wp-block-buttons .wp-block-button {
  flex-shrink: 0;
  white-space: nowrap;
}
#categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  background: #fff;
  color: #333;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
#categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link .icon {
  font-size: 0.8rem;
  margin-right: 0.25rem;
}
#categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link .icon.fa-solid, #categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link .icon.fa-regular, #categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link .icon.fa-light {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-text .wp-block-button__link {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-food .wp-block-button__link {
  background: #FFF3E0;
  color: #F57C00;
  border-color: #FFE0B2;
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-food .wp-block-button__link:hover {
  background: #F57C00;
  color: white;
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-hotels .wp-block-button__link {
  background: #E8F5E8;
  color: #2E7D32;
  border-color: #C8E6C9;
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-hotels .wp-block-button__link:hover {
  background: #2E7D32;
  color: white;
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-deals .wp-block-button__link {
  background: #FFF8E1;
  color: #F9A825;
  border-color: #FFECB3;
}
#categories-slider.wp-block-buttons .wp-block-button.is-style-deals .wp-block-button__link:hover {
  background: #F9A825;
  color: white;
}
#categories-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}
#categories-slider::before, #categories-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}
#categories-slider::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#categories-slider::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.page-blocks,
.wp-block-group,
.wp-block-columns {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  #categories-slider {
    margin-left: 0;
    margin-right: 0;
  }
  #categories-slider.wp-block-buttons {
    gap: 0.75rem;
  }
  #categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  #categories-slider::before, #categories-slider::after {
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  #categories-slider.wp-block-buttons {
    gap: 0.5rem;
  }
  #categories-slider.wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  #categories-slider::before, #categories-slider::after {
    width: 15px;
  }
}
.place-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.place-actions .favorite-button {
  font-size: 13px;
  padding: 0.4rem 0.8rem;
}
.place-actions .favorite-button.place-card-favorite {
  border-color: #E53E3E;
  color: #E53E3E;
  background: rgba(229, 62, 62, 0.1);
}
.place-actions .favorite-button.place-card-favorite:hover {
  background: #E53E3E;
  color: white;
}

.excerpt.clickable .place-actions {
  margin-top: 0.75rem;
}

.query-posts.four-across .excerpt .place-actions {
  margin-top: auto;
  padding-top: 1rem;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  line-height: 1;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-family: "Raleway", Georgia, serif;
  font-size: 0.9444444444rem;
  font-weight: 400;
}

textarea {
  width: 100%;
}

.block-filters {
  position: relative;
  z-index: 10;
  /*.block-page-title + & {
          margin: 0 calc(var(--gutter-right) * -1) 0 calc(var(--gutter-left) * -1);
          @media screen and (min-width:1024px) {
              padding:0 2rem;
          }
          @media screen and (max-width:1024px) {
              padding:0 var(--gutter-right) 0 var(--gutter-left);
          }

          background:$color-light-gray;
      }
  */
  display: grid;
  row-gap: 1rem;
  grid-template-areas: "filters" "message";
}
.block-page-title + .block-filters .filters,
.block-page-title + .block-filters .message {
  translate: 0 -1.5rem;
}
.block-filters.no-filters {
  position: absolute;
  width: 0;
  height: 0;
}
.block-filters .filters {
  position: relative;
  z-index: 1;
  grid-area: filters;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.block-filters .filters > label {
  display: none;
}
.block-filters .filters .search {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #d9d9d9;
  background: #fff;
  padding: 0.325rem 1rem 0.35rem 1rem;
}
.block-filters .filters .search input[type=text] {
  flex-grow: 1;
  width: 260px;
  border: 0;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  background: none;
  font-weight: normal;
}
.block-filters .filters .search input[type=text]::-moz-placeholder {
  color: var(--input-text-color, inherit);
}
.block-filters .filters .search input[type=text]::placeholder {
  color: var(--input-text-color, inherit);
}
.block-filters .filters .search button {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background: #333;
  color: white;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .block-filters .filters {
    flex-wrap: wrap;
  }
  .block-filters .filters .filter {
    flex-grow: 1;
  }
  .block-filters .filters .search {
    width: 100%;
  }
}
.block-filters .message {
  grid-area: message;
  text-align: center;
  font-size: 0.888rem;
}
.block-filters .message button {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}
.block-filters .message button:hover {
  text-decoration: none;
}

.submit-place-page {
  padding: 2rem 0;
}
.submit-place-page .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.submit-place-page .page-header {
  text-align: center;
  margin-bottom: 3rem;
}
.submit-place-page .page-header h1 {
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .submit-place-page .page-header h1 {
    font-size: 2rem;
  }
}
.submit-place-page .page-header p {
  font-size: 1.1rem;
  color: #adadad;
  max-width: 500px;
  margin: 0 auto;
}
.submit-place-page .form-message {
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.submit-place-page .form-message.success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  text-align: center;
}
.submit-place-page .form-message.success h2 {
  color: #155724;
  margin-bottom: 1rem;
}
.submit-place-page .form-message.success .btn-primary {
  margin-top: 1rem;
}
.submit-place-page .form-message.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.submit-place-page .form-message.error h3 {
  color: #721c24;
  margin-bottom: 1rem;
}
.submit-place-page .form-message.error ul {
  margin: 0;
  padding-left: 1.5rem;
}
.submit-place-page .form-message.error ul li {
  margin-bottom: 0.5rem;
}
.submit-place-page .place-submission-form {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.submit-place-page .form-section {
  margin-bottom: 3rem;
}
.submit-place-page .form-section:last-child {
  margin-bottom: 2rem;
}
.submit-place-page .form-section h2 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #E53E3E;
}
.submit-place-page .form-section h2 small {
  font-size: 0.8rem;
  color: #adadad;
  font-weight: normal;
}
.submit-place-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .submit-place-page .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.submit-place-page .form-group {
  margin-bottom: 1.5rem;
}
.submit-place-page .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.submit-place-page .form-group label::after {
  content: " *";
  color: #E53E3E;
}
.submit-place-page .form-group:has(input:not([required])) label::after, .submit-place-page .form-group:has(textarea:not([required])) label::after, .submit-place-page .form-group:has(select:not([required])) label::after {
  content: "";
}
.submit-place-page .form-group input[type=text],
.submit-place-page .form-group input[type=email],
.submit-place-page .form-group input[type=tel],
.submit-place-page .form-group input[type=url],
.submit-place-page .form-group input[type=file],
.submit-place-page .form-group textarea,
.submit-place-page .form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Raleway", Georgia, serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.submit-place-page .form-group input[type=text]:focus,
.submit-place-page .form-group input[type=email]:focus,
.submit-place-page .form-group input[type=tel]:focus,
.submit-place-page .form-group input[type=url]:focus,
.submit-place-page .form-group input[type=file]:focus,
.submit-place-page .form-group textarea:focus,
.submit-place-page .form-group select:focus {
  outline: none;
  border-color: #E53E3E;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}
.submit-place-page .form-group input[type=text]:invalid,
.submit-place-page .form-group input[type=email]:invalid,
.submit-place-page .form-group input[type=tel]:invalid,
.submit-place-page .form-group input[type=url]:invalid,
.submit-place-page .form-group input[type=file]:invalid,
.submit-place-page .form-group textarea:invalid,
.submit-place-page .form-group select:invalid {
  border-color: #dc3545;
}
.submit-place-page .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.submit-place-page .form-group input[type=file] {
  padding: 0.5rem;
}
.submit-place-page .form-group small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #adadad;
}
.submit-place-page .location-help {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 5px;
  margin-top: 1rem;
}
.submit-place-page .location-help p {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.submit-place-page .location-help ol {
  margin: 0;
  padding-left: 1.5rem;
}
.submit-place-page .location-help ol li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.submit-place-page .form-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 2rem;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 480px) {
  .submit-place-page .form-actions {
    flex-direction: column;
  }
}
.submit-place-page .btn-primary,
.submit-place-page .btn-secondary {
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 1rem;
  min-width: 140px;
}
.submit-place-page .btn-primary {
  background: #E53E3E;
  color: #fff;
  border-color: #E53E3E;
}
.submit-place-page .btn-primary:hover {
  background: #C53030;
  border-color: #C53030;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}
.submit-place-page .btn-secondary {
  background: transparent;
  color: #333;
  border-color: #E0E0E0;
}
.submit-place-page .btn-secondary:hover {
  background: #f8f9fa;
  border-color: #C0C0C0;
}
.submit-place-page .form-loading {
  pointer-events: none;
  opacity: 0.7;
}
.submit-place-page .form-loading .btn-primary {
  position: relative;
}
.submit-place-page .form-loading .btn-primary::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 480px) {
  .submit-place-page .place-submission-form {
    padding: 1.5rem 1rem;
  }
  .submit-place-page .page-header h1 {
    font-size: 1.75rem;
  }
}
/* Place Voting Styles */
/* Widget Styles */
.top-places-widget-list {
  margin: 1rem 0;
}

.top-place-widget-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #f9f9f9;
  border-radius: 8px;
  border-left: 3px solid #00AD85;
}

.top-place-widget-item .place-rank {
  font-weight: bold;
  color: #00AD85;
  min-width: 30px;
  font-size: 1.1rem;
}

.top-place-widget-item .place-thumbnail {
  margin: 0 0.75rem;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
}

.top-place-widget-item .place-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-place-widget-item .place-details h4 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  line-height: 1.3;
}

.top-place-widget-item .place-details h4 a {
  color: #2B4159;
  text-decoration: none;
}

.top-place-widget-item .place-details h4 a:hover {
  color: #00AD85;
}

.top-place-widget-item .place-score {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
}

.widget-view-all {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.widget-view-all a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #00AD85;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.widget-view-all a:hover {
  background: #008f6f;
  transform: translateY(-1px);
}

/* Place Voting Section in Single Place */
.place-voting-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

/* Additional voting widget responsive styles */
@media (max-width: 768px) {
  .top-place-widget-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .top-place-widget-item .place-rank {
    margin-bottom: 0.5rem;
  }
  .top-place-widget-item .place-thumbnail {
    margin: 0.5rem 0;
  }
}
/* Archive page improvements for voting */
.archive-place .place-card {
  position: relative;
}

.archive-place .place-card .place-voting-mini {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.25rem 0.5rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #00AD85;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* Top places ranking styles */
.top-places-list .top-place-item[data-rank="1"] {
  border-left-color: #FFD700;
  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
}

.top-places-list .top-place-item[data-rank="1"] .place-rank {
  color: #FFD700;
}

.top-places-list .top-place-item[data-rank="2"] {
  border-left-color: #C0C0C0;
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
}

.top-places-list .top-place-item[data-rank="2"] .place-rank {
  color: #C0C0C0;
}

.top-places-list .top-place-item[data-rank="3"] {
  border-left-color: #CD7F32;
  background: linear-gradient(135deg, #faf6f0 0%, #fff 100%);
}

.top-places-list .top-place-item[data-rank="3"] .place-rank {
  color: #CD7F32;
}

/* Loading states */
.place-voting-widget.loading {
  opacity: 0.7;
  pointer-events: none;
}

.place-voting-widget.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Vote count animations */
@keyframes vote-count-update {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.vote-count.updating {
  animation: vote-count-update 0.3s ease;
}

/* Tooltip styles for voting help */
.vote-btn[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem;
  background: #333;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 5px;
}

.vote-btn[title]:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 1000;
}

/* Place Voting Widget Styles */
.place-voting-widget {
  margin: 1rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

/* Interactive voting buttons for subscribers */
.voting-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.vote-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.vote-btn:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}
.vote-btn.active.vote-up {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.vote-btn.active.vote-down {
  background: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}

/* Restricted voting display for non-subscribers */
.voting-restricted .vote-display {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.voting-restricted .vote-display .vote-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 25px;
  font-size: 1rem;
  color: #666;
}
.voting-restricted .voting-message {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0;
  font-style: italic;
}
.voting-restricted .sign-in-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #00AD85;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}
.voting-restricted .sign-in-link:hover {
  background: #008f6f;
  transform: translateY(-1px);
}

/* Vote summary */
.vote-summary {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

/**
 * Onboarding System Styles
 */
.main-content.onboarding-page > .layout {
  grid-template-columns: 1fr;
}

h1.entry-title {
  display: none;
}

.onboarding-container {
  margin: 0 auto;
}
.onboarding-container .onboarding-header {
  text-align: center;
  margin-bottom: 40px;
}
.onboarding-container .onboarding-header h2 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 2rem;
}
.onboarding-container .onboarding-header p {
  color: #7f8c8d;
  font-size: 1.1rem;
  line-height: 1.6;
}
.onboarding-container .onboarding-progress {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}
.onboarding-container .onboarding-progress .progress-bar {
  width: 100%;
  height: 10px;
  background: #ecf0f1;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0;
}
.onboarding-container .onboarding-progress .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3498db, #2980b9);
  transition: width 0.4s ease;
  border-radius: 5px;
}
.onboarding-container .onboarding-progress .progress-text {
  font-size: 14px;
  color: #7f8c8d;
  font-weight: 500;
}

.onboarding-category {
  background: white;
  border: 2px solid #ecf0f1;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.onboarding-category:hover {
  border-color: #3498db;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}
.onboarding-category .category-header {
  background: #f8f9fa;
  padding: 20px 25px;
  border-bottom: 1px solid #ecf0f1;
}
.onboarding-category .category-header h3 {
  color: #2c3e50;
  margin: 0 0 8px 0;
  font-size: 1.3rem;
  font-weight: 600;
}
.onboarding-category .category-header .category-description {
  color: #7f8c8d;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.onboarding-category .category-content {
  padding: 25px;
}
.onboarding-category .selection-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onboarding-category .selection-options .selection-option {
  border: 2px solid #ecf0f1;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.onboarding-category .selection-options .selection-option:hover {
  border-color: #3498db;
  background: #f8f9fa;
}
.onboarding-category .selection-options .selection-option.selected {
  border-color: #27ae60;
  background: #d5f4e6;
}
.onboarding-category .selection-options .selection-option input[type=radio] {
  margin-right: 12px;
  transform: scale(1.2);
}
.onboarding-category .selection-options .selection-option label {
  font-weight: 500;
  color: #2c3e50;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
}
.onboarding-category .selection-options .selection-option .option-description {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 8px 0 0 30px;
  line-height: 1.4;
}
.onboarding-category .place-selector {
  margin-top: 15px;
}
.onboarding-category .place-selector select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  font-size: 1rem;
  background: white;
  transition: border-color 0.3s ease;
}
.onboarding-category .place-selector select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.onboarding-category .new-place-inputs {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.onboarding-category .new-place-inputs input[type=text],
.onboarding-category .new-place-inputs textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.onboarding-category .new-place-inputs input[type=text]:focus,
.onboarding-category .new-place-inputs textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.onboarding-category .new-place-inputs textarea {
  min-height: 80px;
  resize: vertical;
  line-height: 1.5;
}
.onboarding-category .new-place-inputs .input-hint {
  font-size: 0.85rem;
  color: #7f8c8d;
  margin-top: -10px;
}

.onboarding-actions {
  text-align: center;
  margin-top: 40px;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 12px;
}
.onboarding-actions .submit-button {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}
.onboarding-actions .submit-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(52, 152, 219, 0.4);
}
.onboarding-actions .submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.onboarding-actions .skip-link {
  display: block;
  margin-top: 15px;
  color: #7f8c8d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.onboarding-actions .skip-link:hover {
  color: #2c3e50;
}

.onboarding-messages {
  margin: 20px 0;
}
.onboarding-messages .message {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.onboarding-messages .message.success {
  background: #d5f4e6;
  border: 1px solid #27ae60;
  color: #1e8449;
}
.onboarding-messages .message.error {
  background: #f8d7da;
  border: 1px solid #e74c3c;
  color: #c0392b;
}
.onboarding-messages .message.info {
  background: #e3f2fd;
  border: 1px solid #3498db;
  color: #1976d2;
}

.onboarding-completion {
  text-align: center;
  padding: 40px 20px;
}
.onboarding-completion .completion-icon {
  width: 80px;
  height: 80px;
  background: #27ae60;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 30px;
  animation: completionPulse 2s ease-in-out;
}
.onboarding-completion h2 {
  color: #2c3e50;
  margin-bottom: 15px;
}
.onboarding-completion .completion-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
}
.onboarding-completion .completion-stats .stat {
  text-align: center;
}
.onboarding-completion .completion-stats .stat .number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3498db;
  display: block;
}
.onboarding-completion .completion-stats .stat .label {
  font-size: 0.9rem;
  color: #7f8c8d;
}
.onboarding-completion .next-steps {
  margin-top: 30px;
}
.onboarding-completion .next-steps .button {
  display: inline-block;
  padding: 12px 30px;
  margin: 0 10px;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.onboarding-completion .next-steps .button:hover {
  background: #2980b9;
  transform: translateY(-2px);
}
.onboarding-completion .next-steps .button.secondary {
  background: #95a5a6;
}
.onboarding-completion .next-steps .button.secondary:hover {
  background: #7f8c8d;
}

@keyframes completionPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.loading-places {
  text-align: center;
  padding: 40px 20px;
  color: #7f8c8d;
}
.loading-places::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ecf0f1;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .onboarding-container {
    padding: 15px;
  }
  .onboarding-container .onboarding-header h2 {
    font-size: 1.6rem;
  }
  .onboarding-container .category-header,
  .onboarding-container .category-content {
    padding: 20px;
  }
  .onboarding-container .selection-options {
    gap: 15px;
  }
  .onboarding-container .selection-options .selection-option {
    padding: 15px;
  }
  .onboarding-container .completion-stats {
    flex-direction: column;
    gap: 20px;
  }
  .onboarding-container .completion-stats .stat .number {
    font-size: 2rem;
  }
  .onboarding-container .next-steps .button {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .onboarding-container {
    padding: 10px;
  }
  .onboarding-container .onboarding-progress {
    padding: 15px;
  }
  .onboarding-container .category-header,
  .onboarding-container .category-content {
    padding: 15px;
  }
  .onboarding-container .onboarding-actions {
    padding: 20px 15px;
  }
  .onboarding-container .onboarding-actions .submit-button {
    width: 100%;
    padding: 15px;
  }
}
body.page-template-page-sign-in .auth-container,
body.page-template-page-dashboard .auth-container,
body.page-template-page-business-dashboard .auth-container,
body.subscriber .auth-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .auth-container,
  body.page-template-page-dashboard .auth-container,
  body.page-template-page-business-dashboard .auth-container,
  body.subscriber .auth-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }
}
body.page-template-page-sign-in .auth-header,
body.page-template-page-dashboard .auth-header,
body.page-template-page-business-dashboard .auth-header,
body.subscriber .auth-header {
  text-align: center;
  margin-bottom: 2rem;
}
body.page-template-page-sign-in .auth-header h1,
body.page-template-page-dashboard .auth-header h1,
body.page-template-page-business-dashboard .auth-header h1,
body.subscriber .auth-header h1 {
  color: #333;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .auth-header h1,
  body.page-template-page-dashboard .auth-header h1,
  body.page-template-page-business-dashboard .auth-header h1,
  body.subscriber .auth-header h1 {
    font-size: 1.5rem;
  }
}
body.page-template-page-sign-in .auth-header p,
body.page-template-page-dashboard .auth-header p,
body.page-template-page-business-dashboard .auth-header p,
body.subscriber .auth-header p {
  color: #666;
  font-size: 1rem;
  margin: 0;
}
body.page-template-page-sign-in .auth-tabs,
body.page-template-page-dashboard .auth-tabs,
body.page-template-page-business-dashboard .auth-tabs,
body.subscriber .auth-tabs {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .auth-tabs,
  body.page-template-page-dashboard .auth-tabs,
  body.page-template-page-business-dashboard .auth-tabs,
  body.subscriber .auth-tabs {
    flex-direction: column;
    gap: 0.5rem;
    border-bottom: none;
  }
}
body.page-template-page-sign-in .tab-button,
body.page-template-page-dashboard .tab-button,
body.page-template-page-business-dashboard .tab-button,
body.subscriber .tab-button {
  flex: 1;
  padding: 1rem;
  background: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .tab-button,
  body.page-template-page-dashboard .tab-button,
  body.page-template-page-business-dashboard .tab-button,
  body.subscriber .tab-button {
    border-bottom: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }
}
body.page-template-page-sign-in .tab-button:hover,
body.page-template-page-dashboard .tab-button:hover,
body.page-template-page-business-dashboard .tab-button:hover,
body.subscriber .tab-button:hover {
  color: #E53E3E;
}
body.page-template-page-sign-in .tab-button.active,
body.page-template-page-dashboard .tab-button.active,
body.page-template-page-business-dashboard .tab-button.active,
body.subscriber .tab-button.active {
  color: #E53E3E;
  border-bottom-color: #E53E3E;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .tab-button.active,
  body.page-template-page-dashboard .tab-button.active,
  body.page-template-page-business-dashboard .tab-button.active,
  body.subscriber .tab-button.active {
    background: #E53E3E;
    color: white;
    border-color: #E53E3E;
  }
}
body.page-template-page-sign-in .tab-content,
body.page-template-page-dashboard .tab-content,
body.page-template-page-business-dashboard .tab-content,
body.subscriber .tab-content {
  display: none;
}
body.page-template-page-sign-in .tab-content.active,
body.page-template-page-dashboard .tab-content.active,
body.page-template-page-business-dashboard .tab-content.active,
body.subscriber .tab-content.active {
  display: block;
}
body.page-template-page-sign-in .auth-form .form-group,
body.page-template-page-dashboard .auth-form .form-group,
body.page-template-page-business-dashboard .auth-form .form-group,
body.subscriber .auth-form .form-group {
  margin-bottom: 1.5rem;
}
body.page-template-page-sign-in .auth-form .form-group.half,
body.page-template-page-dashboard .auth-form .form-group.half,
body.page-template-page-business-dashboard .auth-form .form-group.half,
body.subscriber .auth-form .form-group.half {
  width: calc(50% - 0.5rem);
  display: inline-block;
}
body.page-template-page-sign-in .auth-form .form-group.half:first-child,
body.page-template-page-dashboard .auth-form .form-group.half:first-child,
body.page-template-page-business-dashboard .auth-form .form-group.half:first-child,
body.subscriber .auth-form .form-group.half:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .auth-form .form-group.half,
  body.page-template-page-dashboard .auth-form .form-group.half,
  body.page-template-page-business-dashboard .auth-form .form-group.half,
  body.subscriber .auth-form .form-group.half {
    width: 100%;
    margin-right: 0;
  }
}
body.page-template-page-sign-in .auth-form .form-group label,
body.page-template-page-dashboard .auth-form .form-group label,
body.page-template-page-business-dashboard .auth-form .form-group label,
body.subscriber .auth-form .form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
body.page-template-page-sign-in .auth-form .form-group label .required,
body.page-template-page-dashboard .auth-form .form-group label .required,
body.page-template-page-business-dashboard .auth-form .form-group label .required,
body.subscriber .auth-form .form-group label .required {
  color: #E53E3E;
}
body.page-template-page-sign-in .auth-form .form-group input[type=text],
body.page-template-page-sign-in .auth-form .form-group input[type=email],
body.page-template-page-sign-in .auth-form .form-group input[type=password],
body.page-template-page-dashboard .auth-form .form-group input[type=text],
body.page-template-page-dashboard .auth-form .form-group input[type=email],
body.page-template-page-dashboard .auth-form .form-group input[type=password],
body.page-template-page-business-dashboard .auth-form .form-group input[type=text],
body.page-template-page-business-dashboard .auth-form .form-group input[type=email],
body.page-template-page-business-dashboard .auth-form .form-group input[type=password],
body.subscriber .auth-form .form-group input[type=text],
body.subscriber .auth-form .form-group input[type=email],
body.subscriber .auth-form .form-group input[type=password] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
body.page-template-page-sign-in .auth-form .form-group input[type=text]:focus,
body.page-template-page-sign-in .auth-form .form-group input[type=email]:focus,
body.page-template-page-sign-in .auth-form .form-group input[type=password]:focus,
body.page-template-page-dashboard .auth-form .form-group input[type=text]:focus,
body.page-template-page-dashboard .auth-form .form-group input[type=email]:focus,
body.page-template-page-dashboard .auth-form .form-group input[type=password]:focus,
body.page-template-page-business-dashboard .auth-form .form-group input[type=text]:focus,
body.page-template-page-business-dashboard .auth-form .form-group input[type=email]:focus,
body.page-template-page-business-dashboard .auth-form .form-group input[type=password]:focus,
body.subscriber .auth-form .form-group input[type=text]:focus,
body.subscriber .auth-form .form-group input[type=email]:focus,
body.subscriber .auth-form .form-group input[type=password]:focus {
  outline: none;
  border-color: #E53E3E;
}
body.page-template-page-sign-in .auth-form .form-group input[type=text].error,
body.page-template-page-sign-in .auth-form .form-group input[type=email].error,
body.page-template-page-sign-in .auth-form .form-group input[type=password].error,
body.page-template-page-dashboard .auth-form .form-group input[type=text].error,
body.page-template-page-dashboard .auth-form .form-group input[type=email].error,
body.page-template-page-dashboard .auth-form .form-group input[type=password].error,
body.page-template-page-business-dashboard .auth-form .form-group input[type=text].error,
body.page-template-page-business-dashboard .auth-form .form-group input[type=email].error,
body.page-template-page-business-dashboard .auth-form .form-group input[type=password].error,
body.subscriber .auth-form .form-group input[type=text].error,
body.subscriber .auth-form .form-group input[type=email].error,
body.subscriber .auth-form .form-group input[type=password].error {
  border-color: #dc3545;
}
body.page-template-page-sign-in .auth-form .form-group .form-help,
body.page-template-page-dashboard .auth-form .form-group .form-help,
body.page-template-page-business-dashboard .auth-form .form-group .form-help,
body.subscriber .auth-form .form-group .form-help {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
body.page-template-page-sign-in .auth-form .form-row,
body.page-template-page-dashboard .auth-form .form-row,
body.page-template-page-business-dashboard .auth-form .form-row,
body.subscriber .auth-form .form-row {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-sign-in .auth-form .form-row,
  body.page-template-page-dashboard .auth-form .form-row,
  body.page-template-page-business-dashboard .auth-form .form-row,
  body.subscriber .auth-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
body.page-template-page-sign-in .auth-form .checkbox-group label,
body.page-template-page-dashboard .auth-form .checkbox-group label,
body.page-template-page-business-dashboard .auth-form .checkbox-group label,
body.subscriber .auth-form .checkbox-group label {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  cursor: pointer;
}
body.page-template-page-sign-in .auth-form .checkbox-group label input[type=checkbox],
body.page-template-page-dashboard .auth-form .checkbox-group label input[type=checkbox],
body.page-template-page-business-dashboard .auth-form .checkbox-group label input[type=checkbox],
body.subscriber .auth-form .checkbox-group label input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}
body.page-template-page-sign-in .auth-form .btn,
body.page-template-page-dashboard .auth-form .btn,
body.page-template-page-business-dashboard .auth-form .btn,
body.subscriber .auth-form .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.page-template-page-sign-in .auth-form .btn.btn-primary,
body.page-template-page-dashboard .auth-form .btn.btn-primary,
body.page-template-page-business-dashboard .auth-form .btn.btn-primary,
body.subscriber .auth-form .btn.btn-primary {
  background: #E53E3E;
  color: white;
}
body.page-template-page-sign-in .auth-form .btn.btn-primary:hover,
body.page-template-page-dashboard .auth-form .btn.btn-primary:hover,
body.page-template-page-business-dashboard .auth-form .btn.btn-primary:hover,
body.subscriber .auth-form .btn.btn-primary:hover {
  background: #d32f2f;
}
body.page-template-page-sign-in .auth-form .btn.btn-full,
body.page-template-page-dashboard .auth-form .btn.btn-full,
body.page-template-page-business-dashboard .auth-form .btn.btn-full,
body.subscriber .auth-form .btn.btn-full {
  width: 100%;
  margin-bottom: 1rem;
}
body.page-template-page-sign-in .auth-form .form-links,
body.page-template-page-dashboard .auth-form .form-links,
body.page-template-page-business-dashboard .auth-form .form-links,
body.subscriber .auth-form .form-links {
  text-align: center;
  margin-top: 1rem;
}
body.page-template-page-sign-in .auth-form .form-links a,
body.page-template-page-dashboard .auth-form .form-links a,
body.page-template-page-business-dashboard .auth-form .form-links a,
body.subscriber .auth-form .form-links a {
  color: #E53E3E;
  text-decoration: none;
  font-weight: 500;
}
body.page-template-page-sign-in .auth-form .form-links a:hover,
body.page-template-page-dashboard .auth-form .form-links a:hover,
body.page-template-page-business-dashboard .auth-form .form-links a:hover,
body.subscriber .auth-form .form-links a:hover {
  text-decoration: underline;
}
body.page-template-page-sign-in .form-messages,
body.page-template-page-dashboard .form-messages,
body.page-template-page-business-dashboard .form-messages,
body.subscriber .form-messages {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
body.page-template-page-sign-in .form-messages.error,
body.page-template-page-dashboard .form-messages.error,
body.page-template-page-business-dashboard .form-messages.error,
body.subscriber .form-messages.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
body.page-template-page-sign-in .form-messages.error ul,
body.page-template-page-dashboard .form-messages.error ul,
body.page-template-page-business-dashboard .form-messages.error ul,
body.subscriber .form-messages.error ul {
  margin: 0;
  padding-left: 1.5rem;
}
body.page-template-page-sign-in .form-messages.error li,
body.page-template-page-dashboard .form-messages.error li,
body.page-template-page-business-dashboard .form-messages.error li,
body.subscriber .form-messages.error li {
  margin-bottom: 0.25rem;
}
body.page-template-page-sign-in .form-messages.success,
body.page-template-page-dashboard .form-messages.success,
body.page-template-page-business-dashboard .form-messages.success,
body.subscriber .form-messages.success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
body.page-template-page-sign-in .form-messages.success p,
body.page-template-page-dashboard .form-messages.success p,
body.page-template-page-business-dashboard .form-messages.success p,
body.subscriber .form-messages.success p {
  margin: 0;
}
body.page-template-page-sign-in .password-strength,
body.page-template-page-dashboard .password-strength,
body.page-template-page-business-dashboard .password-strength,
body.subscriber .password-strength {
  margin-top: 0.5rem;
  height: 4px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}
body.page-template-page-sign-in .password-strength .strength-bar,
body.page-template-page-dashboard .password-strength .strength-bar,
body.page-template-page-business-dashboard .password-strength .strength-bar,
body.subscriber .password-strength .strength-bar {
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 2px;
}
body.page-template-page-sign-in .password-strength .strength-bar.weak,
body.page-template-page-dashboard .password-strength .strength-bar.weak,
body.page-template-page-business-dashboard .password-strength .strength-bar.weak,
body.subscriber .password-strength .strength-bar.weak {
  width: 33%;
  background: #dc3545;
}
body.page-template-page-sign-in .password-strength .strength-bar.medium,
body.page-template-page-dashboard .password-strength .strength-bar.medium,
body.page-template-page-business-dashboard .password-strength .strength-bar.medium,
body.subscriber .password-strength .strength-bar.medium {
  width: 66%;
  background: #ffc107;
}
body.page-template-page-sign-in .password-strength .strength-bar.strong,
body.page-template-page-dashboard .password-strength .strength-bar.strong,
body.page-template-page-business-dashboard .password-strength .strength-bar.strong,
body.subscriber .password-strength .strength-bar.strong {
  width: 100%;
  background: #28a745;
}
body.page-template-page-sign-in .password-requirements,
body.page-template-page-dashboard .password-requirements,
body.page-template-page-business-dashboard .password-requirements,
body.subscriber .password-requirements {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
body.page-template-page-sign-in .password-requirements .requirement,
body.page-template-page-dashboard .password-requirements .requirement,
body.page-template-page-business-dashboard .password-requirements .requirement,
body.subscriber .password-requirements .requirement {
  color: #666;
  margin-bottom: 0.25rem;
}
body.page-template-page-sign-in .password-requirements .requirement.met,
body.page-template-page-dashboard .password-requirements .requirement.met,
body.page-template-page-business-dashboard .password-requirements .requirement.met,
body.subscriber .password-requirements .requirement.met {
  color: #28a745;
}
body.page-template-page-sign-in .password-requirements .requirement.met:before,
body.page-template-page-dashboard .password-requirements .requirement.met:before,
body.page-template-page-business-dashboard .password-requirements .requirement.met:before,
body.subscriber .password-requirements .requirement.met:before {
  content: "✓ ";
  font-weight: bold;
}
body.page-template-page-sign-in .password-requirements .requirement.not-met,
body.page-template-page-dashboard .password-requirements .requirement.not-met,
body.page-template-page-business-dashboard .password-requirements .requirement.not-met,
body.subscriber .password-requirements .requirement.not-met {
  color: #dc3545;
}
body.page-template-page-sign-in .password-requirements .requirement.not-met:before,
body.page-template-page-dashboard .password-requirements .requirement.not-met:before,
body.page-template-page-business-dashboard .password-requirements .requirement.not-met:before,
body.subscriber .password-requirements .requirement.not-met:before {
  content: "✗ ";
  font-weight: bold;
}
body.page-template-page-sign-in .social-login,
body.page-template-page-dashboard .social-login,
body.page-template-page-business-dashboard .social-login,
body.subscriber .social-login {
  margin: 2rem 0;
  text-align: center;
}
body.page-template-page-sign-in .social-login .divider,
body.page-template-page-dashboard .social-login .divider,
body.page-template-page-business-dashboard .social-login .divider,
body.subscriber .social-login .divider {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}
body.page-template-page-sign-in .social-login .divider:before,
body.page-template-page-dashboard .social-login .divider:before,
body.page-template-page-business-dashboard .social-login .divider:before,
body.subscriber .social-login .divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}
body.page-template-page-sign-in .social-login .divider span,
body.page-template-page-dashboard .social-login .divider span,
body.page-template-page-business-dashboard .social-login .divider span,
body.subscriber .social-login .divider span {
  background: white;
  padding: 0 1rem;
  color: #666;
  font-size: 0.875rem;
}
body.page-template-page-sign-in .social-login .social-btn,
body.page-template-page-dashboard .social-login .social-btn,
body.page-template-page-business-dashboard .social-login .social-btn,
body.subscriber .social-login .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
body.page-template-page-sign-in .social-login .social-btn:hover,
body.page-template-page-dashboard .social-login .social-btn:hover,
body.page-template-page-business-dashboard .social-login .social-btn:hover,
body.subscriber .social-login .social-btn:hover {
  border-color: #ccc;
}
body.page-template-page-sign-in .social-login .social-btn .icon,
body.page-template-page-dashboard .social-login .social-btn .icon,
body.page-template-page-business-dashboard .social-login .social-btn .icon,
body.subscriber .social-login .social-btn .icon {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
body.page-template-page-sign-in .social-login .social-btn.google,
body.page-template-page-dashboard .social-login .social-btn.google,
body.page-template-page-business-dashboard .social-login .social-btn.google,
body.subscriber .social-login .social-btn.google {
  color: #db4437;
}
body.page-template-page-sign-in .social-login .social-btn.google:hover,
body.page-template-page-dashboard .social-login .social-btn.google:hover,
body.page-template-page-business-dashboard .social-login .social-btn.google:hover,
body.subscriber .social-login .social-btn.google:hover {
  background: #db4437;
  color: white;
}
body.page-template-page-sign-in .social-login .social-btn.facebook,
body.page-template-page-dashboard .social-login .social-btn.facebook,
body.page-template-page-business-dashboard .social-login .social-btn.facebook,
body.subscriber .social-login .social-btn.facebook {
  color: #3b5998;
}
body.page-template-page-sign-in .social-login .social-btn.facebook:hover,
body.page-template-page-dashboard .social-login .social-btn.facebook:hover,
body.page-template-page-business-dashboard .social-login .social-btn.facebook:hover,
body.subscriber .social-login .social-btn.facebook:hover {
  background: #3b5998;
  color: white;
}
body.page-template-page-sign-in .auth-form.loading,
body.page-template-page-dashboard .auth-form.loading,
body.page-template-page-business-dashboard .auth-form.loading,
body.subscriber .auth-form.loading {
  position: relative;
}
body.page-template-page-sign-in .auth-form.loading:before,
body.page-template-page-dashboard .auth-form.loading:before,
body.page-template-page-business-dashboard .auth-form.loading:before,
body.subscriber .auth-form.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
body.page-template-page-sign-in .auth-form.loading:after,
body.page-template-page-dashboard .auth-form.loading:after,
body.page-template-page-business-dashboard .auth-form.loading:after,
body.subscriber .auth-form.loading:after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-weight: 600;
  color: #E53E3E;
}
body.page-template-page-sign-in .auth-form.loading input,
body.page-template-page-sign-in .auth-form.loading button,
body.page-template-page-dashboard .auth-form.loading input,
body.page-template-page-dashboard .auth-form.loading button,
body.page-template-page-business-dashboard .auth-form.loading input,
body.page-template-page-business-dashboard .auth-form.loading button,
body.subscriber .auth-form.loading input,
body.subscriber .auth-form.loading button {
  pointer-events: none;
}
body.page-template-page-sign-in .business-owner-info,
body.page-template-page-dashboard .business-owner-info,
body.page-template-page-business-dashboard .business-owner-info,
body.subscriber .business-owner-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem;
}
body.page-template-page-sign-in .business-owner-info .business-owner-badge,
body.page-template-page-dashboard .business-owner-info .business-owner-badge,
body.page-template-page-business-dashboard .business-owner-info .business-owner-badge,
body.subscriber .business-owner-info .business-owner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #E53E3E;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-template-page-sign-in .business-owner-info .business-owner-badge:before,
body.page-template-page-dashboard .business-owner-info .business-owner-badge:before,
body.page-template-page-business-dashboard .business-owner-info .business-owner-badge:before,
body.subscriber .business-owner-info .business-owner-badge:before {
  content: "👔";
  font-size: 14px;
}
body.page-template-page-sign-in .business-owner-info .owner-name,
body.page-template-page-dashboard .business-owner-info .owner-name,
body.page-template-page-business-dashboard .business-owner-info .owner-name,
body.subscriber .business-owner-info .owner-name {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
body.page-template-page-sign-in .place-claim-status,
body.page-template-page-dashboard .place-claim-status,
body.page-template-page-business-dashboard .place-claim-status,
body.subscriber .place-claim-status {
  font-size: 11px;
  padding: 0.2rem 0.5rem;
}
body.page-template-page-sign-in .place-claim-status.claimed,
body.page-template-page-dashboard .place-claim-status.claimed,
body.page-template-page-business-dashboard .place-claim-status.claimed,
body.subscriber .place-claim-status.claimed {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
body.page-template-page-sign-in .place-claim-status.claimed:before,
body.page-template-page-dashboard .place-claim-status.claimed:before,
body.page-template-page-business-dashboard .place-claim-status.claimed:before,
body.subscriber .place-claim-status.claimed:before {
  content: "🏢 ";
}
body.page-template-page-sign-in .place-claim-status.available,
body.page-template-page-dashboard .place-claim-status.available,
body.page-template-page-business-dashboard .place-claim-status.available,
body.subscriber .place-claim-status.available {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}
body.page-template-page-sign-in .place-claim-status.available:before,
body.page-template-page-dashboard .place-claim-status.available:before,
body.page-template-page-business-dashboard .place-claim-status.available:before,
body.subscriber .place-claim-status.available:before {
  content: "📝 ";
}
body.page-template-page-sign-in .dashboard-notification,
body.page-template-page-dashboard .dashboard-notification,
body.page-template-page-business-dashboard .dashboard-notification,
body.subscriber .dashboard-notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
body.page-template-page-sign-in .dashboard-notification.success,
body.page-template-page-dashboard .dashboard-notification.success,
body.page-template-page-business-dashboard .dashboard-notification.success,
body.subscriber .dashboard-notification.success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
body.page-template-page-sign-in .dashboard-notification.error,
body.page-template-page-dashboard .dashboard-notification.error,
body.page-template-page-business-dashboard .dashboard-notification.error,
body.subscriber .dashboard-notification.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
body.page-template-page-sign-in .dashboard-notification.info,
body.page-template-page-dashboard .dashboard-notification.info,
body.page-template-page-business-dashboard .dashboard-notification.info,
body.subscriber .dashboard-notification.info {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}
body.page-template-page-sign-in .dashboard-notification .close-notification,
body.page-template-page-dashboard .dashboard-notification .close-notification,
body.page-template-page-business-dashboard .dashboard-notification .close-notification,
body.subscriber .dashboard-notification .close-notification {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
}
body.page-template-page-sign-in .dashboard-notification .close-notification:hover,
body.page-template-page-dashboard .dashboard-notification .close-notification:hover,
body.page-template-page-business-dashboard .dashboard-notification .close-notification:hover,
body.subscriber .dashboard-notification .close-notification:hover {
  opacity: 1;
}
body.page-template-page-sign-in .btn.loading,
body.page-template-page-dashboard .btn.loading,
body.page-template-page-business-dashboard .btn.loading,
body.subscriber .btn.loading {
  position: relative;
  color: transparent;
}
body.page-template-page-sign-in .btn.loading:after,
body.page-template-page-dashboard .btn.loading:after,
body.page-template-page-business-dashboard .btn.loading:after,
body.subscriber .btn.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  color: inherit;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.page-template-page-sign-in .claim-place-card:hover .claim-place-btn,
body.page-template-page-dashboard .claim-place-card:hover .claim-place-btn,
body.page-template-page-business-dashboard .claim-place-card:hover .claim-place-btn,
body.subscriber .claim-place-card:hover .claim-place-btn {
  transform: translateY(-1px);
}
body.page-template-page-sign-in .claim-place-card.claiming,
body.page-template-page-dashboard .claim-place-card.claiming,
body.page-template-page-business-dashboard .claim-place-card.claiming,
body.subscriber .claim-place-card.claiming {
  transform: scale(0.98);
}
body.page-template-page-sign-in .no-search-results,
body.page-template-page-dashboard .no-search-results,
body.page-template-page-business-dashboard .no-search-results,
body.subscriber .no-search-results {
  margin-top: 2rem;
}
body.page-template-page-sign-in .no-search-results p,
body.page-template-page-dashboard .no-search-results p,
body.page-template-page-business-dashboard .no-search-results p,
body.subscriber .no-search-results p {
  margin-bottom: 1rem;
}
body.page-template-page-sign-in .mobile-user-info,
body.page-template-page-dashboard .mobile-user-info,
body.page-template-page-business-dashboard .mobile-user-info,
body.subscriber .mobile-user-info {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 1rem;
}
body.page-template-page-sign-in .mobile-user-info .mobile-user-greeting,
body.page-template-page-dashboard .mobile-user-info .mobile-user-greeting,
body.page-template-page-business-dashboard .mobile-user-info .mobile-user-greeting,
body.subscriber .mobile-user-info .mobile-user-greeting {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
body.page-template-page-sign-in .mobile-user-info .business-owner-badge,
body.page-template-page-dashboard .mobile-user-info .business-owner-badge,
body.page-template-page-business-dashboard .mobile-user-info .business-owner-badge,
body.subscriber .mobile-user-info .business-owner-badge {
  font-size: 10px;
  padding: 0.2rem 0.5rem;
}

.favorite-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 2px solid #ddd;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.favorite-button:hover {
  border-color: #E53E3E;
  color: #E53E3E;
  background: rgba(229, 62, 62, 0.05);
}
.favorite-button .favorite-icon {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.favorite-button.favorited {
  border-color: #E53E3E;
  color: #E53E3E;
  background: rgba(229, 62, 62, 0.1);
}
.favorite-button.favorited .favorite-icon {
  color: #E53E3E;
  transform: scale(1.1);
}
.favorite-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.favorite-login-prompt {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  border: 2px solid #ddd;
  color: #666;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}
.favorite-login-prompt:hover {
  background: #E53E3E;
  color: white;
  border-color: #E53E3E;
}

.place-card .place-actions, .place-card .card-actions, .wp-block-theme-blocks-card .place-actions, .wp-block-theme-blocks-card .card-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.place-card .place-actions .favorite-button, .place-card .card-actions .favorite-button, .wp-block-theme-blocks-card .place-actions .favorite-button, .wp-block-theme-blocks-card .card-actions .favorite-button {
  font-size: 13px;
  padding: 0.4rem 0.8rem;
}

.place-claim {
  margin-top: 1rem;
}
.place-claim .claim-place-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #E53E3E;
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.place-claim .claim-place-btn:hover {
  background: #d32f2f;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(229, 62, 62, 0.3);
}
.place-claim .claim-place-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.place-claim .claim-place-btn.btn-success {
  background: #28a745;
}
.place-claim .claim-place-btn.btn-success:hover {
  background: #218838;
}
.place-claim .claim-info {
  font-style: italic;
  color: #666;
  font-size: 13px;
  margin-top: 0.5rem;
}

.temp-notification {
  animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-content.business-dashboard .dashboard-container,
.main-content.user-dashboard .dashboard-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .main-content.business-dashboard .dashboard-container,
  .main-content.user-dashboard .dashboard-container {
    padding: 1rem;
  }
}
.main-content.business-dashboard .dashboard-header,
.main-content.user-dashboard .dashboard-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
}
.main-content.business-dashboard .dashboard-header h1,
.main-content.user-dashboard .dashboard-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main-content.business-dashboard .dashboard-header h1,
  .main-content.user-dashboard .dashboard-header h1 {
    font-size: 2rem;
  }
}
.main-content.business-dashboard .dashboard-header p,
.main-content.user-dashboard .dashboard-header p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
}
.main-content.business-dashboard .dashboard-stats,
.main-content.user-dashboard .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.main-content.business-dashboard .dashboard-stats .stat-card,
.main-content.user-dashboard .dashboard-stats .stat-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.main-content.business-dashboard .dashboard-stats .stat-card:hover,
.main-content.user-dashboard .dashboard-stats .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.main-content.business-dashboard .dashboard-stats .stat-card h3,
.main-content.user-dashboard .dashboard-stats .stat-card h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #667eea;
}
.main-content.business-dashboard .dashboard-stats .stat-card p,
.main-content.user-dashboard .dashboard-stats .stat-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-content.business-dashboard .dashboard-tabs,
.main-content.user-dashboard .dashboard-tabs {
  display: flex;
  background: white;
  border-radius: 12px;
  padding: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .main-content.business-dashboard .dashboard-tabs,
  .main-content.user-dashboard .dashboard-tabs {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
}
.main-content.business-dashboard .dashboard-tabs .tab-button,
.main-content.user-dashboard .dashboard-tabs .tab-button {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.main-content.business-dashboard .dashboard-tabs .tab-button:hover,
.main-content.user-dashboard .dashboard-tabs .tab-button:hover {
  background: #f8f9fa;
  color: #333;
}
.main-content.business-dashboard .dashboard-tabs .tab-button.active,
.main-content.user-dashboard .dashboard-tabs .tab-button.active {
  background: #667eea;
  color: white;
  box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}
.main-content.business-dashboard .tab-content,
.main-content.user-dashboard .tab-content {
  display: none;
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.main-content.business-dashboard .tab-content.active,
.main-content.user-dashboard .tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
.main-content.business-dashboard .tab-content h3,
.main-content.user-dashboard .tab-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 0.5rem;
}
.main-content.business-dashboard .activity-list .activity-item,
.main-content.user-dashboard .activity-list .activity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.main-content.business-dashboard .activity-list .activity-item:last-child,
.main-content.user-dashboard .activity-list .activity-item:last-child {
  border-bottom: none;
}
.main-content.business-dashboard .activity-list .activity-item .activity-info,
.main-content.user-dashboard .activity-list .activity-item .activity-info {
  flex: 1;
}
.main-content.business-dashboard .activity-list .activity-item .activity-info strong,
.main-content.user-dashboard .activity-list .activity-item .activity-info strong {
  display: block;
  color: #333;
  margin-bottom: 0.25rem;
}
.main-content.business-dashboard .activity-list .activity-item .activity-date,
.main-content.user-dashboard .activity-list .activity-item .activity-date {
  color: #666;
  font-size: 0.9rem;
}
.main-content.business-dashboard .status,
.main-content.user-dashboard .status {
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-content.business-dashboard .status.status-publish,
.main-content.user-dashboard .status.status-publish {
  background: #d4edda;
  color: #155724;
}
.main-content.business-dashboard .status.status-pending,
.main-content.user-dashboard .status.status-pending {
  background: #fff3cd;
  color: #856404;
}
.main-content.business-dashboard .status.status-draft,
.main-content.user-dashboard .status.status-draft {
  background: #f8d7da;
  color: #721c24;
}
.main-content.business-dashboard .places-grid,
.main-content.user-dashboard .places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.main-content.business-dashboard .places-grid .place-card,
.main-content.user-dashboard .places-grid .place-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e0e0e0;
}
.main-content.business-dashboard .places-grid .place-card:hover,
.main-content.user-dashboard .places-grid .place-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.main-content.business-dashboard .places-grid .place-card .place-image,
.main-content.user-dashboard .places-grid .place-card .place-image {
  height: 150px;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.main-content.business-dashboard .places-grid .place-card .place-image img,
.main-content.user-dashboard .places-grid .place-card .place-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content.business-dashboard .places-grid .place-card .place-content,
.main-content.user-dashboard .places-grid .place-card .place-content {
  padding: 1.5rem;
}
.main-content.business-dashboard .places-grid .place-card .place-content h4,
.main-content.user-dashboard .places-grid .place-card .place-content h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.1rem;
}
.main-content.business-dashboard .places-grid .place-card .place-content p,
.main-content.user-dashboard .places-grid .place-card .place-content p {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
.main-content.business-dashboard .places-grid .place-card .place-content .place-actions,
.main-content.user-dashboard .places-grid .place-card .place-content .place-actions {
  display: flex;
  gap: 0.5rem;
}
.main-content.business-dashboard .places-grid .place-card .place-content .place-actions .btn,
.main-content.user-dashboard .places-grid .place-card .place-content .place-actions .btn {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.main-content.business-dashboard .profile-form .form-row,
.main-content.user-dashboard .profile-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main-content.business-dashboard .profile-form .form-row,
  .main-content.user-dashboard .profile-form .form-row {
    grid-template-columns: 1fr;
  }
}
.main-content.business-dashboard .profile-form .form-group,
.main-content.user-dashboard .profile-form .form-group {
  margin-bottom: 1.5rem;
}
.main-content.business-dashboard .profile-form .form-group label,
.main-content.user-dashboard .profile-form .form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.main-content.business-dashboard .profile-form .form-group input[type=text],
.main-content.business-dashboard .profile-form .form-group input[type=email],
.main-content.business-dashboard .profile-form .form-group textarea,
.main-content.user-dashboard .profile-form .form-group input[type=text],
.main-content.user-dashboard .profile-form .form-group input[type=email],
.main-content.user-dashboard .profile-form .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.main-content.business-dashboard .profile-form .form-group input[type=text]:focus,
.main-content.business-dashboard .profile-form .form-group input[type=email]:focus,
.main-content.business-dashboard .profile-form .form-group textarea:focus,
.main-content.user-dashboard .profile-form .form-group input[type=text]:focus,
.main-content.user-dashboard .profile-form .form-group input[type=email]:focus,
.main-content.user-dashboard .profile-form .form-group textarea:focus {
  outline: none;
  border-color: #667eea;
}
.main-content.business-dashboard .profile-form .form-group textarea,
.main-content.user-dashboard .profile-form .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.main-content.business-dashboard .analytics-grid,
.main-content.user-dashboard .analytics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.main-content.business-dashboard .analytics-grid .chart-container,
.main-content.user-dashboard .analytics-grid .chart-container {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.main-content.business-dashboard .analytics-grid .chart-container h4,
.main-content.user-dashboard .analytics-grid .chart-container h4 {
  margin: 0 0 1rem 0;
  color: #333;
}
.main-content.business-dashboard .analytics-grid .chart-container .chart-placeholder,
.main-content.user-dashboard .analytics-grid .chart-container .chart-placeholder {
  height: 200px;
  background: #f8f9fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-style: italic;
}
.main-content.business-dashboard .no-results,
.main-content.user-dashboard .no-results {
  text-align: center;
  padding: 3rem;
  color: #666;
}
.main-content.business-dashboard .no-results .no-results-icon,
.main-content.user-dashboard .no-results .no-results-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.main-content.business-dashboard .no-results h3,
.main-content.user-dashboard .no-results h3 {
  margin-bottom: 0.5rem;
}
.main-content.business-dashboard .no-results p,
.main-content.user-dashboard .no-results p {
  margin-bottom: 2rem;
}
.main-content.business-dashboard .claim-search,
.main-content.business-dashboard .place-search,
.main-content.user-dashboard .claim-search,
.main-content.user-dashboard .place-search {
  margin-bottom: 2rem;
}
.main-content.business-dashboard .claim-search .form-control,
.main-content.business-dashboard .place-search .form-control,
.main-content.user-dashboard .claim-search .form-control,
.main-content.user-dashboard .place-search .form-control {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.main-content.business-dashboard .claim-search .form-control:focus,
.main-content.business-dashboard .place-search .form-control:focus,
.main-content.user-dashboard .claim-search .form-control:focus,
.main-content.user-dashboard .place-search .form-control:focus {
  outline: none;
  border-color: #667eea;
}
.main-content.business-dashboard .empty-state,
.main-content.user-dashboard .empty-state {
  text-align: center;
  padding: 3rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #e0e0e0;
}
.main-content.business-dashboard .empty-state h3,
.main-content.user-dashboard .empty-state h3 {
  color: #666;
  margin-bottom: 1rem;
}
.main-content.business-dashboard .empty-state p,
.main-content.user-dashboard .empty-state p {
  color: #888;
  margin-bottom: 2rem;
}
.main-content.business-dashboard .loading-spinner,
.main-content.user-dashboard .loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-content.business-dashboard .favorites-count,
.main-content.user-dashboard .favorites-count {
  color: #e74c3c;
  font-weight: 600;
  font-size: 0.9rem;
}
.main-content.business-dashboard .favorites-count::before,
.main-content.user-dashboard .favorites-count::before {
  content: "❤️";
  margin-right: 0.25rem;
}
.main-content.business-dashboard .analytics-grid,
.main-content.user-dashboard .analytics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.main-content.business-dashboard .analytics-grid .analytics-card,
.main-content.user-dashboard .analytics-grid .analytics-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  text-align: center;
}
.main-content.business-dashboard .analytics-grid .analytics-card h4,
.main-content.user-dashboard .analytics-grid .analytics-card h4 {
  margin: 0 0 1rem 0;
  color: #333;
  font-size: 1.1rem;
}
.main-content.business-dashboard .analytics-grid .analytics-card .metric,
.main-content.user-dashboard .analytics-grid .analytics-card .metric {
  margin-bottom: 1rem;
}
.main-content.business-dashboard .analytics-grid .analytics-card .metric .number,
.main-content.user-dashboard .analytics-grid .analytics-card .metric .number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #667eea;
  line-height: 1;
}
.main-content.business-dashboard .analytics-grid .analytics-card .metric .label,
.main-content.user-dashboard .analytics-grid .analytics-card .metric .label {
  display: block;
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}
.main-content.business-dashboard .analytics-grid .analytics-card .note,
.main-content.user-dashboard .analytics-grid .analytics-card .note {
  color: #888;
  font-size: 0.85rem;
  margin: 0;
  font-style: italic;
}
.main-content.business-dashboard .places-analytics,
.main-content.user-dashboard .places-analytics {
  margin-top: 2rem;
}
.main-content.business-dashboard .places-analytics h4,
.main-content.user-dashboard .places-analytics h4 {
  margin-bottom: 1rem;
  color: #333;
}
.main-content.business-dashboard .places-analytics .places-stats-list,
.main-content.user-dashboard .places-analytics .places-stats-list {
  background: white;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item:last-child,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item:last-child {
  border-bottom: none;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info {
  flex: 1;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info h5,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info h5 {
  margin: 0 0 0.25rem 0;
  color: #333;
  font-size: 1rem;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-publish,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-publish {
  background: #d4edda;
  color: #155724;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-pending,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-pending {
  background: #fff3cd;
  color: #856404;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-draft,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-info .status.status-draft {
  background: #f8d7da;
  color: #721c24;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric {
  text-align: right;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric .favorites-count,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric .favorites-count {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #e74c3c;
}
.main-content.business-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric .favorites-label,
.main-content.user-dashboard .places-analytics .places-stats-list .place-stat-item .place-stat-metric .favorites-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-content.business-dashboard .place-meta,
.main-content.user-dashboard .place-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .main-content.business-dashboard .place-meta,
  .main-content.user-dashboard .place-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.main-content.business-dashboard .place-meta .favorites-count,
.main-content.user-dashboard .place-meta .favorites-count {
  color: #e74c3c;
  font-weight: 600;
}
.main-content.business-dashboard .place-meta .status,
.main-content.user-dashboard .place-meta .status {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-content.business-dashboard .place-meta .status.status-publish,
.main-content.user-dashboard .place-meta .status.status-publish {
  background: #d4edda;
  color: #155724;
}
.main-content.business-dashboard .place-meta .status.status-pending,
.main-content.user-dashboard .place-meta .status.status-pending {
  background: #fff3cd;
  color: #856404;
}
.main-content.business-dashboard .place-meta .status.status-draft,
.main-content.user-dashboard .place-meta .status.status-draft {
  background: #f8d7da;
  color: #721c24;
}
.main-content.business-dashboard .place-meta .date,
.main-content.user-dashboard .place-meta .date {
  color: #666;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.votes-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vote-item {
  padding: 1rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.vote-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #007cba;
}
.vote-item .vote-info h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
}
.vote-item .vote-info h4 a {
  color: #333;
  text-decoration: none;
}
.vote-item .vote-info h4 a:hover {
  color: #007cba;
}
.vote-item .vote-info .vote-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .vote-item .vote-info .vote-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.vote-item .vote-info .vote-meta .vote-type {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}
.vote-item .vote-info .vote-meta .vote-type.vote-up {
  background: #d4edda;
  color: #155724;
}
.vote-item .vote-info .vote-meta .vote-type.vote-down {
  background: #f8d7da;
  color: #721c24;
}
.vote-item .vote-info .vote-meta .vote-date {
  color: #666;
  font-size: 0.9rem;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .guides-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.guide-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.guide-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.guide-card .guide-image {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.guide-card .guide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.guide-card .guide-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #666;
}
.guide-card .guide-image .guide-status {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.guide-card .guide-image .guide-status.status-publish {
  background: #28a745;
  color: white;
}
.guide-card .guide-image .guide-status.status-pending {
  background: #ffc107;
  color: #212529;
}
.guide-card .guide-image .guide-status.status-draft {
  background: #6c757d;
  color: white;
}
.guide-card .guide-content {
  padding: 1rem;
}
.guide-card .guide-content h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #333;
}
.guide-card .guide-content p {
  margin: 0 0 1rem 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}
.guide-card .guide-content .guide-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .guide-card .guide-content .guide-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.guide-card .guide-content .guide-actions .guide-date {
  color: #666;
  font-size: 0.9rem;
}
.guide-card .guide-content .guide-actions .action-buttons {
  display: flex;
  gap: 0.5rem;
}

.view-more {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.view-more p {
  color: #666;
  font-style: italic;
  margin: 0;
}

.hentry {
  position: relative;
  box-sizing: border-box;
}
.hentry .date, .hentry .dates {
  grid-area: date;
}
.hentry .thumbnail {
  grid-area: image;
}
.hentry .title {
  grid-area: title;
}
.hentry .content {
  grid-area: content;
}
.hentry .cta {
  grid-area: cta;
}
.hentry .last-updated {
  grid-area: updated;
  font-size: 0.8em;
  color: green;
  text-transform: uppercase;
  font-weight: 600;
}
.hentry .event-date,
.hentry .topic {
  grid-area: meta;
}
.hentry.off {
  display: none;
}

.hentry.empty {
  opacity: 0;
  visibility: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hentry.excerpt {
  --link-text-decoration-color-initial:transparent;
  --link-text-decoration-color-hover: currentColor;
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-template-rows: auto auto 1fr;
  row-gap: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-template-areas: "image meta" "image title" "image content";
  align-items: start;
}
.hentry.excerpt.clickable:hover {
  --hentry-image-scale:1.05;
}
.hentry.excerpt.hide-thumbnail {
  grid-template-areas: "meta meta" "title title" "content content";
}
.hentry.excerpt.has-vertical-layout {
  grid-template-columns: auto;
  grid-template-areas: "image" "meta" "title" "content";
}
.hentry.excerpt.has-vertical-layout .thumbnail {
  margin-bottom: 1rem;
}
.hentry.excerpt .thumbnail {
  display: block;
  position: relative;
  padding: 0 0 var(--hentry-image-aspect, 84%);
  background: #adadad no-repeat 50% 50%;
  background-size: auto 50%;
  overflow: hidden;
}
.hentry.excerpt .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  transition: 1s ease-in-out;
  scale: var(--hentry-image-scale, 1);
}
.hentry.excerpt .title {
  margin: 0 0 0.5rem;
  font-family: "Raleway", Georgia, serif;
  font-size: 17px;
  font-weight: bold;
}
.hentry.excerpt .topic {
  margin: 0 0 0.5rem;
  font-size: clamp(0.778rem, 0.073vw + 0.762rem, 0.833rem);
  text-transform: uppercase;
  font-weight: 700;
}
.hentry.excerpt .event-date {
  display: inline-block;
  padding: 0.25em 1em 0.2em;
  margin: 0 auto 0.5rem 0;
  border-radius: 2rem;
  background: #efefef;
  font-size: clamp(0.778rem, 0.073vw + 0.762rem, 0.833rem);
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .query-posts.two-across .hentry.excerpt {
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "image ." "meta meta" "title title" "content content";
  }
  .query-posts.two-across .hentry.excerpt .thumbnail {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hentry.excerpt {
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "image image" "meta meta" "title title" "content content";
  }
  .hentry.excerpt .thumbnail {
    margin-bottom: 0.5rem;
  }
}

.hentry.place {
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 9px;
}
.hentry.place .thumbnail {
  height: 130px;
  padding: 0;
  border-radius: 9px;
}
.hentry.place .info {
  display: flex;
  flex-direction: column;
}
.hentry.place .info .place-category a {
  font-size: 14px;
  color: #666;
}
.hentry.place .info .place-location a {
  font-size: 14px;
  color: #666;
}
.hentry.place .content {
  display: none;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 1.25em;
}
p:last-child {
  margin-block-end: 0;
}

p.is-style-intro {
  margin-left: 0;
  font-size: 22px;
  line-height: 1.5;
}
p.is-style-intro:first-child {
  margin-left: auto;
  margin-right: auto;
}
p.is-style-intro.has-text-align-left, p.is-style-intro.has-text-align-left:first-child {
  max-width: 750px;
  margin-right: auto;
  margin-left: 0;
}
p.is-style-intro.has-text-align-right, p.is-style-intro.has-text-align-right:first-child {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
}
p.is-style-intro.no-max-width {
  max-width: none;
}

p.has-drop-cap:not(:focus)::first-letter {
  display: block;
  float: left;
  margin: 0.1em 0.05em 0 0;
  color: #2B4159;
  font-family: "Raleway", Georgia, serif;
  font-optical-sizing: none;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 0.7;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height, 70px);
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 0 1rem;
    height: 60px;
    --header-height: 60px;
  }
}
.site-header .block-logo {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .site-header .block-logo {
    width: 150px;
  }
}
.site-header .block-logo a {
  display: block;
}
.site-header .block-logo a svg {
  width: 100%;
  height: auto;
  display: block;
}
.site-header .desktop-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .site-header .desktop-nav {
    display: none;
  }
}
.site-header .desktop-nav .nav-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.site-header .desktop-nav .nav-link:hover {
  color: #E53E3E;
}
.site-header .desktop-nav .nav-link.add-listing {
  background: #E53E3E;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 600;
}
.site-header .desktop-nav .nav-link.add-listing:hover {
  background: #d32f2f;
  color: white;
}
.site-header .desktop-nav .nav-link.logout {
  color: #666;
}
.site-header .desktop-nav .nav-link.logout:hover {
  color: #E53E3E;
}
.site-header .desktop-nav .nav-link.favorites-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #E53E3E;
}
.site-header .desktop-nav .nav-link.favorites-link:hover {
  color: #d32f2f;
}
.site-header .desktop-nav .nav-link.favorites-link .heart-icon {
  font-size: 18px;
}
.site-header .desktop-nav .nav-link.favorites-link .favorites-count {
  background: #E53E3E;
  color: white;
  font-size: 11px;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  font-weight: 600;
  min-width: 18px;
  text-align: center;
}
.site-header .desktop-nav .user-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .desktop-nav .user-menu .user-greeting {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.site-header #nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 768px) {
  .site-header #nav-toggle {
    display: flex;
  }
}
.site-header #nav-toggle svg {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.site-header #nav-toggle svg.open {
  opacity: 1;
}
.site-header #nav-toggle svg.close {
  opacity: 0;
  position: absolute;
}
.site-header #nav-toggle.on svg.open {
  opacity: 0;
}
.site-header #nav-toggle.on svg.close {
  opacity: 1;
}
.site-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 769px) {
  .site-header .mobile-menu-overlay {
    display: none;
  }
}
.site-header .mobile-menu-overlay .mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: white;
  padding: 80px 0 2rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-close:hover {
  background: #e0e0e0;
  color: #E53E3E;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-close svg {
  width: 20px;
  height: 20px;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li {
  position: relative;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li a {
  display: block;
  padding: 12px 2rem;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li a:hover {
  background-color: #f8f8f8;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li a .menu-arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  background: #f0f0f0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-item > a, .site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-parent > a, .site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-ancestor > a {
  background-color: #E53E3E;
  color: white;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-item > a .menu-arrow, .site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-parent > a .menu-arrow, .site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.current-menu-ancestor > a .menu-arrow {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li ul.sub-menu {
  display: none;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li ul.sub-menu li a {
  padding-left: 3rem;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.site-header .mobile-menu-overlay .mobile-menu-content #mobile-main-menu li.expanded > ul.sub-menu {
  display: block !important;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-nav-links {
  padding: 2rem;
  border-top: 1px solid #f0f0f0;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-nav-links .mobile-user-info {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-nav-links .mobile-user-info .mobile-user-greeting {
  font-size: 16px;
  font-weight: 600;
  color: #E53E3E;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-nav-links .mobile-nav-link {
  display: block;
  padding: 0.75rem 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-nav-links .mobile-nav-link.add-listing {
  background: #E53E3E;
  color: white;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  margin-top: 1rem;
  font-weight: 600;
}

body.menu-on {
  overflow: hidden;
}
body.menu-on .site-header .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
body.menu-on .site-header .mobile-menu-overlay .mobile-menu-content {
  transform: translateX(0);
}

body.menu-on .site-header .block-nav {
  opacity: 1;
  pointer-events: all;
}

@keyframes rightIn {
  0% {
    left: 50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes topIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}
@keyframes leftIn {
  0% {
    left: -50px;
  }
  100% {
    left: 0px;
  }
}
@keyframes bottomIn {
  0% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
#nav {
  position: fixed;
  width: 100%;
  top: var(--header-height, 100px);
  left: 0;
  background: #143156;
}
@media screen and (min-width: 760px) {
  #nav {
    position: sticky;
    width: 100%;
    max-height: none;
    opacity: 1;
    background: transparent;
  }
  #nav ul {
    opacity: 1;
  }
  #nav ul li {
    opacity: 1;
  }
  #nav ul li.menu-item-page {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0862745098);
  }
  #nav ul li.menu-item-page a {
    display: flex;
    justify-content: space-between;
  }
  #nav ul li a {
    color: #000 !important;
    font-weight: normal;
  }
  #nav ul li a:hover {
    color: #00AD85 !important;
  }
}
#nav ul {
  text-align: left;
  padding: 0 2rem;
}
#nav ul li {
  padding: 0;
  list-style: none;
  font-size: 16px;
  border-bottom: var(--light-border);
}
@media screen and (max-width: 760px) {
  #nav ul li {
    border-color: rgba(206, 206, 206, 0.4);
  }
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0;
}
#nav ul li ul.sub-menu li {
  border-bottom: none;
}
#nav ul li.menu-item-has-children > a {
  position: relative;
}
#nav ul li.menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Raleway", Georgia, serif;
  display: flex;
  align-items: center;
}
#nav ul li.current-menu-parent > a {
  color: #00AD85 !important;
}
#nav ul li.current-menu-parent ul.sub-menu {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #00AD85 !important;
}
#nav ul li.current-menu-item > a {
  color: #00AD85 !important;
}
#nav ul li.current-menu-item > a:after {
  content: "-";
}
#nav ul li.current-menu-item ul.sub-menu {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.block-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height all 0.3s ease-in-out;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
body.menu-on .block-nav {
  overflow: visible;
  max-height: none;
}
.block-nav > ul {
  gap: 1.5em;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 0;
  opacity: 0;
}
.block-nav > ul > li {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.block-nav > ul > li.visible {
  opacity: 1;
}
.block-nav > ul > li > a {
  display: inline-block;
  font-weight: 700;
}
.block-nav > ul > li > a:before {
  display: none;
}
.block-nav > ul > li > a:after {
  top: auto;
  bottom: 0;
}
.block-nav > ul > li > a .icon {
  --icon-size: 20px;
  display: inline-block;
  color: #00AD85;
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  margin: 0 0 0 1rem;
}
.block-nav > ul > li > a .icon:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
}
.block-nav > ul > li > ul {
  transition: all 0.15s ease-in-out;
}
.block-nav > ul > li > ul > li:first-child {
  margin-top: 0;
}
.block-nav > ul > li.on {
  --highlight-width: 100%;
}
.block-nav > ul > li.on > a .icon:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f068";
}
.block-nav > ul > li.on > ul {
  margin-top: 0.9em;
  max-height: var(--subnav-height, -moz-fit-content);
  max-height: var(--subnav-height, fit-content);
}
@media screen and (min-height: 800px) {
  .block-nav > ul {
    gap: 1.75em;
  }
}
@media screen and (max-height: 700px) {
  .block-nav > ul {
    gap: 0.5em;
  }
}
@media screen and (max-height: 600px) {
  .block-nav > ul {
    gap: 0.25em;
  }
}
body.menu-on .block-nav > ul {
  padding-top: calc(var(--block-margin, 4rem) * 0.5);
  padding-bottom: calc(var(--block-margin, 4rem) * 0.5);
  opacity: 1;
}
body.menu-on .block-nav > ul > li {
  opacity: 1;
}
body.service-times-on .block-nav > ul {
  opacity: 0;
}

footer {
  background: #E53E3E;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 2rem);
  padding: 4rem 1rem 2rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  footer .inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .inner {
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 4rem;
  }
}
footer .footer-brand .block-logo {
  margin-bottom: 1rem;
}
footer .footer-brand .block-logo a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
footer .footer-brand .footer-tagline {
  margin-bottom: 2rem;
}
footer .footer-brand .footer-tagline .tagline-highlight {
  color: #E53E3E;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
footer .footer-brand .footer-tagline .tagline-description {
  color: #B0BEC5;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
footer .footer-brand .social-links {
  display: flex;
  gap: 1rem;
}
footer .footer-brand .social-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
footer .footer-brand .social-links a:hover {
  color: #fff;
}
footer .footer-column h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-column ul li {
  margin-bottom: 0.75rem;
}
footer .footer-column ul li a {
  color: #B0BEC5;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
footer .footer-column ul li a:hover {
  color: #fff;
}
footer .footer-column.newsletter p {
  color: #B0BEC5;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
footer .footer-column.newsletter p:first-of-type {
  color: #fff;
  font-weight: 600;
}
footer .footer-column.newsletter .newsletter-form {
  margin-top: 1.5rem;
}
footer .footer-column.newsletter .newsletter-form .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  footer .footer-column.newsletter .newsletter-form .input-group {
    flex-direction: row;
    gap: 0;
  }
}
footer .footer-column.newsletter .newsletter-form .input-group input[type=email] {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid #fff;
  background: #fff;
  color: #333;
  border-radius: 5px 0 0 5px;
  font-size: 0.9rem;
  font-family: "Raleway", Georgia, serif;
}
@media screen and (max-width: 767px) {
  footer .footer-column.newsletter .newsletter-form .input-group input[type=email] {
    border-radius: 5px;
  }
}
footer .footer-column.newsletter .newsletter-form .input-group input[type=email]::-moz-placeholder {
  color: #78909C;
}
footer .footer-column.newsletter .newsletter-form .input-group input[type=email]::placeholder {
  color: #78909C;
}
footer .footer-column.newsletter .newsletter-form .input-group input[type=email]:focus {
  outline: none;
  border-color: #000;
}
footer .footer-column.newsletter .newsletter-form .input-group .subscribe-btn {
  background: #000;
  color: #fff;
  border: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  footer .footer-column.newsletter .newsletter-form .input-group .subscribe-btn {
    border-radius: 5px;
  }
}
footer .footer-column.newsletter .newsletter-form .input-group .subscribe-btn:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}
footer .footer-bottom {
  border-top: 1px solid #455A64;
  margin-top: 2rem;
  padding-top: 2rem;
}
footer .footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
footer .footer-bottom .inner .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .footer-bottom .inner .footer-links p {
  color: #B0BEC5;
  margin: 0;
  font-size: 0.9rem;
}
footer .footer-bottom .inner .footer-links .legal-links {
  display: flex;
  gap: 2rem;
}
footer .footer-bottom .inner .footer-links .legal-links a {
  color: #B0BEC5;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
footer .footer-bottom .inner .footer-links .legal-links a:hover {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.business-promo-banner {
  background: #E53E3E;
  color: #fff;
  padding: 3rem 0;
}
.business-promo-banner .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 2rem);
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .business-promo-banner .inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
}
.business-promo-banner .promo-content {
  flex: 1;
}
.business-promo-banner .promo-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .business-promo-banner .promo-content h2 {
    font-size: 1.75rem;
  }
}
.business-promo-banner .promo-content p {
  font-size: 1.1rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}
.business-promo-banner .promo-buttons {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .business-promo-banner .promo-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.business-promo-banner .promo-buttons .btn-outline,
.business-promo-banner .promo-buttons .btn-filled {
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  min-width: 140px;
}
.business-promo-banner .promo-buttons .btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.business-promo-banner .promo-buttons .btn-outline:hover {
  background: #fff;
  color: #E53E3E;
}
.business-promo-banner .promo-buttons .btn-filled {
  background: #fff;
  color: #E53E3E;
  border: 2px solid #fff;
}
.business-promo-banner .promo-buttons .btn-filled:hover {
  background: transparent;
  color: #fff;
}

.block-logo {
  grid-area: logo;
  width: 200px;
}

.block-menu {
  grid-area: menu;
}
.block-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.block-menu ul li {
  list-style: none;
}
.block-menu ul li:after {
  content: "/";
  padding: 0 1rem;
}
.block-menu ul li:last-of-type:after {
  display: none;
}
.block-credits {
  grid-area: credits;
}
@media screen and (min-width: 1024px) {
  .block-credits {
    text-align: right;
  }
}

:root body {
  --block-border-radius: 8px;
  padding-top: 0;
  overflow-x: hidden;
  --sidebar-width: 300px;
  --background-color: #f4f4f4;
  --light-border: 1px solid rgb(0 0 0 / 10%);
  --light-border: 1px solid #CECECE;
  --header-height: 70px;
  --header-background: #fff;
  --header-color: #000;
  --ham-bg-color: #000;
  --ham-color: #fff;
  --ham-hover-bg-color: #fff;
  --default-hero-bg: #000;
  --default-hero-color: #fff;
  --default-hero-min-height: 50vh;
  --default-hero-object-fit: cover;
  --default-hero-focal-point: 50% 50%;
  --card-bg-color: #fff;
  --card-border-color: rgb(0 0 0 / 10%);
  --card-color: #000;
  --card-title-color: #000;
  --card-meta-color: #666;
  --card-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  --card-border-radius: 8px;
  --card-padding: 1.5rem;
  --card-image-height: 200px;
  --card-image-object-fit: cover;
  --card-image-focal-point: 50% 50%;
  --footer-background: #5C5356;
  --footer-color: #fff;
  --footer-link-color: #fff;
  --footer-link-hover-color: #fff;
}
:root body.subscriber {
  --wp-admin--admin-bar--height: 0px;
}
:root body.subscriber #wpadminbar {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  :root body {
    --header-height: 70px;
  }
}

.wp-block-group.hero {
  padding: 0 !important;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero {
    margin-bottom: 4rem;
  }
}
.wp-block-group.hero .wp-block-theme-blocks-cards {
  max-width: none;
  width: 100%;
  --min-row-height: 800 !important;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card {
  justify-content: end;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card .block-image:before {
  display: none;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div p {
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero .wp-block-theme-blocks-cards .wp-block-theme-blocks-card > div p {
    max-width: 100%;
  }
}

section#loading {
  grid-area: loading;
  height: 100vh;
  width: 100vw;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  display: none;
}
section#loading div {
  width: 300px;
  overflow: hidden;
  position: relative;
}
section#loading div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  transition: 0.25s all ease-in-out 0.25s;
  background: #fff;
}
section#loading div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  transition: 0.25s all ease-in-out 0.25s;
  background: #fff;
}
section#loading div img {
  position: relative;
  bottom: 0;
  z-index: -1;
  transition: 0.25s all ease-in-out 1s;
  transform: translateY(0);
  background: #f7f7f7;
}
section#loading div.appeared:before {
  width: 0;
}
section#loading div.appeared:after {
  width: 0;
}
section#loading div.appeared img {
  bottom: -100%;
  transform: translateY(100%);
}
section#loading.appeared {
  height: 0;
  opacity: 0;
}

.theme-block {
  --block-margin-multiplier: 1;
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier));
  margin-bottom: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier));
}
h1 + .theme-block, h2 + .theme-block, h3 + .theme-block, h4 + .theme-block, h5 + .theme-block, h6 + .theme-block, .heading + .theme-block {
  margin-top: calc(var(--block-margin, 4rem) * 0);
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}
.page-blocks > .theme-block.is-style-full-width > .wrap, .page-blocks > .theme-block.full-width > .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1324.1379310345px) {
  .page-blocks > .theme-block.is-style-full-width > .wrap, .page-blocks > .theme-block.full-width > .wrap {
    margin: 0 4.6875%;
  }
}
.page-blocks > .theme-block.has-background.is-style-full-width + .has-background.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * -1);
}
#wrap > .theme-block.has-background {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
}

body.has-js .appear-on-scroll:not(.sticky) {
  opacity: 0;
}
body.has-js .appear-on-scroll:not(.sticky).appear-init {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, scale 0.2s ease;
}
body.has-js .appear-on-scroll:not(.sticky).appear-init:not(.fade-only) {
  transform: translate(0px, 2rem);
}
body.has-js .appear-on-scroll:not(.sticky).appeared {
  opacity: 1;
}
body.has-js .appear-on-scroll:not(.sticky).appeared:not(.fade-only) {
  transform: translate(0px, 0px);
}
body.has-js .appear-on-scroll.sticky {
  opacity: 0;
}
body.has-js .appear-on-scroll.sticky.appear-init {
  transition: opacity 0.4s ease-in-out;
}
body.has-js .appear-on-scroll.sticky.appeared {
  opacity: 1;
}
body.no-js .appear-on-scroll, .disable-appear-on-scroll .appear-on-scroll, .appear-on-scroll.disable-appear-on-scroll, .appear-on-scroll .appear-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

.site-skip-nav {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  padding: 5px 15px;
  margin-top: var(--wp-admin--admin-bar--height, 0px);
  background: #F3901A;
  color: #fff;
  transform: translate(-100%, -100%);
}
.site-skip-nav:focus {
  transform: translate(0%, 0%);
}

:root body {
  --wrap-padding-top: var(--header-height);
  position: relative;
  z-index: 10;
  background: #fff;
}

.main-content {
  --main-content-padding-top: calc(var(--block-margin, 4rem) * 0.5);
  --main-content-padding-bottom: calc(var(--block-margin, 4rem) * 1);
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: 0;
  background: #fff;
  color: var(--color, inherit);
  grid-area: main;
  opacity: 1;
  transition: 0.25s all ease-in-out;
  padding-top: var(--header-height);
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-areas: "sidebar hero" "sidebar blocks";
  grid-template-columns: 260px 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-content > .layout {
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "blocks";
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.main-content aside.sidebar {
  grid-area: sidebar;
  position: sticky;
  top: var(--header-height, 100px);
  z-index: 999;
  border-right: var(--light-border);
  background: white;
  padding: 0;
  max-height: calc(100vh - var(--header-height, 100px));
  overflow-y: auto;
}
.main-content aside.sidebar .block-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content aside.sidebar .block-nav ul li {
  position: relative;
}
.main-content aside.sidebar .block-nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-content aside.sidebar .block-nav ul li a:hover {
  background-color: #f5f5f5;
}
.main-content aside.sidebar .block-nav ul li a .menu-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 3px;
  color: #666;
  cursor: pointer;
}
.main-content aside.sidebar .block-nav ul li a .menu-arrow:hover {
  background: #e0e0e0;
  color: #333;
}
.main-content aside.sidebar .block-nav ul li.current-menu-item > a, .main-content aside.sidebar .block-nav ul li.current-menu-parent > a, .main-content aside.sidebar .block-nav ul li.current-menu-ancestor > a {
  background-color: #0073aa;
  color: #fff;
}
.main-content aside.sidebar .block-nav ul li.current-menu-item > a .menu-arrow, .main-content aside.sidebar .block-nav ul li.current-menu-parent > a .menu-arrow, .main-content aside.sidebar .block-nav ul li.current-menu-ancestor > a .menu-arrow {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.main-content aside.sidebar .block-nav ul li.current-menu-item > a .menu-arrow:hover, .main-content aside.sidebar .block-nav ul li.current-menu-parent > a .menu-arrow:hover, .main-content aside.sidebar .block-nav ul li.current-menu-ancestor > a .menu-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}
.main-content aside.sidebar .block-nav ul li ul.sub-menu {
  display: none;
  background-color: #f9f9f9;
  border-left: 3px solid #0073aa;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content aside.sidebar .block-nav ul li ul.sub-menu li a {
  padding-left: 30px;
  font-size: 0.9em;
  border-bottom: 1px solid #e5e5e5;
}
.main-content aside.sidebar .block-nav ul li ul.sub-menu li a:hover {
  background-color: #f0f0f0;
}
.main-content aside.sidebar .block-nav ul li ul.sub-menu li.current-menu-item > a {
  background-color: #0073aa;
  color: #fff;
}
.main-content aside.sidebar .block-nav ul li.expanded > ul.sub-menu {
  display: block !important;
}
.main-content .block-hero {
  grid-area: hero;
  position: relative;
  z-index: 30;
  margin-top: calc(var(--main-content-padding-top) * -1);
}
.main-content .block-page-hero {
  position: relative;
  grid-area: hero;
  min-height: var(--page-title-min-height, 42vw);
  background-color: var(--hero-bg-color, var(--default-hero-bg, #000));
  color: var(--hero-text-color, #fff);
  min-height: 360px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-bottom: var(--light-border);
}
.main-content .block-page-hero .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 3rem;
}
.main-content .block-page-hero .block-featured-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-content .block-page-hero .block-featured-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .block-page-hero.has-no-featured-image {
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  .main-content .block-page-hero {
    min-height: 120px;
  }
  .main-content .block-page-hero .wrapper {
    padding: 2rem var(--site-gutter-right);
  }
  .main-content .block-page-hero.has-no-featured-image {
    min-height: 0;
  }
}
.main-content .block-page-title {
  position: relative;
  padding: 0;
  grid-area: hero;
  display: grid;
  height: 50vh;
  background-color: var(--page-highlight-color, var(--default-hero-bg, #000));
  color: #2C2A2B;
  place-items: end start;
}
@media screen and (min-width: 1200px) {
  .main-content .block-page-title {
    --page-title-min-height: 504px;
  }
}
.main-content .block-page-title.has-no-featured-image {
  --page-title-min-height:calc(var(--block-margin, 4rem) * 4);
}
.main-content .block-page-title #page-title {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
  font-size: 64px;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .main-content .block-page-title #page-title {
    padding: var(--main-content-padding-bottom) var(--site-gutter-right) var(--main-content-padding-bottom) var(--site-gutter-left);
  }
}
.main-content .block-page-title .block-featured-image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 0;
}
.main-content .block-page-title .block-featured-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--object-fit, cover);
     object-fit: var(--object-fit, cover);
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  background: #00AD85;
}
.main-content .page-blocks {
  position: relative;
  z-index: 20;
  grid-area: blocks;
  min-height: 30vh;
  padding: 3rem 3rem 6rem;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main-content .page-blocks > .theme-block.has-background.is-style-full-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.main-content .page-blocks form input[type=text] {
  border: 1px solid #29694E;
}
@media screen and (max-width: 768px) {
  .main-content .page-blocks {
    padding: var(--main-content-padding-bottom) var(--site-gutter-right) var(--main-content-padding-bottom) var(--site-gutter-left);
  }
}
.main-content .block-filters {
  grid-area: filters;
}
.main-content .query-posts {
  grid-area: posts;
  position: relative;
  z-index: 1;
}
.main-content .posts-nav,
.main-content .navigation.pagination {
  grid-area: pager;
  text-align: center;
}
.main-content .posts-nav button.load-more,
.main-content .navigation.pagination button.load-more {
  border: 0;
  background: none;
}

.main-content.archive > .layout {
  grid-template-areas: ". title ." ". filters ." ". posts ." ". pager .";
}
.main-content.archive .block-page-title {
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}

.main-content.page {
  --main-content-padding-top:0;
}
.main-content.page .page-blocks > .theme-block.is-style-page-width {
  margin-left: -203px;
  margin-right: -203px;
}
@media screen and (max-width: 1324.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: calc((100vw - 794px) / -2 + 4.6875vw);
    margin-right: calc((100vw - 794px) / -2 + 4.6875vw);
  }
}
@media screen and (max-width: 876.1379310345px) {
  .main-content.page .page-blocks > .theme-block.is-style-page-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content.page .block-page-title h1 {
  max-width: 863px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-content .layout:has(.page-blocks > #hero) {
    grid-template-areas: "sidebar blocks";
  }
}
.main-content .layout:has(.page-blocks > #hero) .block-page-title {
  display: none;
}

body.home .main-content > .layout {
  grid-template-areas: "sidebar blocks";
}
body.home .block-page-title {
  display: none !important;
}

body.archive .main-content > .layout {
  grid-template-areas: "sidebar blocks";
}
body.archive .main-content > .layout .page-wrapper {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  body.archive .main-content > .layout {
    grid-template-areas: "blocks" "sidebar";
    grid-template-columns: 1fr;
  }
}

body.single .main-content > .layout {
  grid-template-areas: "sidebar blocks";
}
@media screen and (max-width: 768px) {
  body.single .main-content > .layout {
    grid-template-areas: "blocks" "sidebar";
    grid-template-columns: 1fr;
  }
}
body.single .page-wrapper {
  display: grid;
  grid-template-areas: "content sidebar";
  grid-template-columns: auto 300px;
  gap: 1rem;
  padding: 1rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  body.single .page-wrapper {
    grid-template-areas: "content" "sidebar";
    grid-template-columns: 1fr;
  }
}
body.single .page-wrapper .tab {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 1rem;
}
body.single .page-wrapper .content-inner {
  max-width: 800px;
  margin: 0 auto;
}
body.single .page-wrapper .content-inner .hero-wrapper {
  padding: 0 0 2rem;
}
body.single .page-wrapper .content-inner .hero-wrapper .hero {
  padding: 0;
}
body.single .page-wrapper .content-inner .hero-wrapper .hero .block-featured-image {
  height: 40vh;
}
body.single .page-wrapper .content-inner .hero-wrapper .hero .block-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single .page-wrapper .content-inner .hero-wrapper .logo {
  width: 150px;
  height: 150px;
  background: #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  z-index: 999;
  position: relative;
  left: 1rem;
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.single .page-wrapper .content-inner .hero-wrapper .logo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
}
body.single .page-wrapper .content-inner .hero-wrapper .logo img {
  max-width: 100%;
  height: auto;
}
body.single .page-wrapper .content-inner .hero-wrapper .info {
  margin-top: 1rem;
  padding-left: 2rem;
}
body.single .page-wrapper .content-inner .hero-wrapper .info .page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body.single .page-wrapper .content-inner .hero-wrapper .info p {
  margin: 0;
  padding: 0;
}
body.single .page-wrapper .content-inner .hero-wrapper .info .buttons .wp-block-button {
  background: red;
}
body.single .page-wrapper .content-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.single .page-wrapper .content-sidebar .tab {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading {
  position: relative;
  margin: 0 0 0.75rem 0;
  padding: 0;
  clear: both;
  font-family: "Kanit", Georgia, serif;
  font-variation-settings: "wdth" 112.5;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em,
.heading em {
  text-transform: none;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
.h1.inline, .h2.inline, .h3.inline, .h4.inline, .h5.inline, .h6.inline,
.heading.inline {
  display: inline;
  margin-right: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.heading a {
  display: inline-block;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child,
.heading:first-child {
  margin-top: 0;
}
h1:not(.is-style-section-heading):last-child,
h2:not(.is-style-section-heading):last-child,
h3:not(.is-style-section-heading):last-child,
h4:not(.is-style-section-heading):last-child,
h5:not(.is-style-section-heading):last-child,
h6:not(.is-style-section-heading):last-child,
.h1:not(.is-style-section-heading):last-child, .h2:not(.is-style-section-heading):last-child, .h3:not(.is-style-section-heading):last-child, .h4:not(.is-style-section-heading):last-child, .h5:not(.is-style-section-heading):last-child, .h6:not(.is-style-section-heading):last-child,
.heading:not(.is-style-section-heading):last-child {
  margin-bottom: 0;
}
.page-blocks > h1.has-text-align-center,
.page-blocks > h2.has-text-align-center,
.page-blocks > h3.has-text-align-center,
.page-blocks > h4.has-text-align-center,
.page-blocks > h5.has-text-align-center,
.page-blocks > h6.has-text-align-center,
.page-blocks > .h1.has-text-align-center, .page-blocks > .h2.has-text-align-center, .page-blocks > .h3.has-text-align-center, .page-blocks > .h4.has-text-align-center, .page-blocks > .h5.has-text-align-center, .page-blocks > .h6.has-text-align-center,
.page-blocks > .heading.has-text-align-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
h1 + .theme-block.is-style-content-width, h1 + .theme-block.is-style-full-width, h1 + .theme-block.wp-block-image,
h2 + .theme-block.is-style-content-width,
h2 + .theme-block.is-style-full-width,
h2 + .theme-block.wp-block-image,
h3 + .theme-block.is-style-content-width,
h3 + .theme-block.is-style-full-width,
h3 + .theme-block.wp-block-image,
h4 + .theme-block.is-style-content-width,
h4 + .theme-block.is-style-full-width,
h4 + .theme-block.wp-block-image,
h5 + .theme-block.is-style-content-width,
h5 + .theme-block.is-style-full-width,
h5 + .theme-block.wp-block-image,
h6 + .theme-block.is-style-content-width,
h6 + .theme-block.is-style-full-width,
h6 + .theme-block.wp-block-image,
.h1 + .theme-block.is-style-content-width,
.h1 + .theme-block.is-style-full-width,
.h1 + .theme-block.wp-block-image, .h2 + .theme-block.is-style-content-width, .h2 + .theme-block.is-style-full-width, .h2 + .theme-block.wp-block-image, .h3 + .theme-block.is-style-content-width, .h3 + .theme-block.is-style-full-width, .h3 + .theme-block.wp-block-image, .h4 + .theme-block.is-style-content-width, .h4 + .theme-block.is-style-full-width, .h4 + .theme-block.wp-block-image, .h5 + .theme-block.is-style-content-width, .h5 + .theme-block.is-style-full-width, .h5 + .theme-block.wp-block-image, .h6 + .theme-block.is-style-content-width, .h6 + .theme-block.is-style-full-width, .h6 + .theme-block.wp-block-image,
.heading + .theme-block.is-style-content-width,
.heading + .theme-block.is-style-full-width,
.heading + .theme-block.wp-block-image {
  margin-top: 3em;
}
h1 + .wp-block-buttons,
h2 + .wp-block-buttons,
h3 + .wp-block-buttons,
h4 + .wp-block-buttons,
h5 + .wp-block-buttons,
h6 + .wp-block-buttons,
.h1 + .wp-block-buttons, .h2 + .wp-block-buttons, .h3 + .wp-block-buttons, .h4 + .wp-block-buttons, .h5 + .wp-block-buttons, .h6 + .wp-block-buttons,
.heading + .wp-block-buttons {
  margin-top: 1rem;
}
h1.has-image-icon:before,
h2.has-image-icon:before,
h3.has-image-icon:before,
h4.has-image-icon:before,
h5.has-image-icon:before,
h6.has-image-icon:before,
.h1.has-image-icon:before, .h2.has-image-icon:before, .h3.has-image-icon:before, .h4.has-image-icon:before, .h5.has-image-icon:before, .h6.has-image-icon:before,
.heading.has-image-icon:before {
  --icon-size: 1.7em;
  content: " ";
  display: block;
  margin: 0 0 0.7rem;
  width: var(--icon-size);
  height: var(--icon-size);
  background: var(--icon) no-repeat 50% 50%;
  background-size: contain;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.wp-block-theme-blocks-promotion .block-content h1.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h2.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h3.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h4.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h5.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .h1.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h2.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h3.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h4.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h5.has-image-icon:before, .wp-block-theme-blocks-promotion .block-content .h6.has-image-icon:before,
.wp-block-theme-blocks-promotion .block-content .heading.has-image-icon:before {
  margin-left: auto;
  margin-right: auto;
}

.h1,
h1 {
  font-size: clamp(2.333rem, 1.606vw + 1.985rem, 3.556rem);
  line-height: 1;
}

.h2,
h2 {
  font-size: clamp(2.333rem, -0.642vw + 2.473rem, 1.844rem);
  line-height: 1;
}

.h3,
h3 {
  font-size: clamp(1.444rem, -0.328vw + 1.516rem, 1.194rem);
  font-weight: bold;
  line-height: 1.05;
}

.h4,
h4 {
  font-size: clamp(1.333rem, 0.146vw + 1.302rem, 1.444rem);
  line-height: 1.3;
}

.h5,
h5 {
  font-size: clamp(1.111rem, 0.146vw + 1.079rem, 1.222rem);
  line-height: 1.35;
}

.h6,
h6 {
  font-family: "Raleway", Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
}

strong.heading {
  font-family: "Raleway", Georgia, serif;
  font-size: 1.2em;
  font-weight: 700;
}

:where([class*=wp-block]:not(.wp-block-separator, .is-style-section-heading),
[class*=theme-block],
p,
ol,
ul) + h1:not(.is-style-section-heading), :where([class*=wp-block]:not(.wp-block-separator, .is-style-section-heading),
[class*=theme-block],
p,
ol,
ul) + h2:not(.is-style-section-heading) {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

:where([class*=wp-block]:not(.wp-block-separator, .wp-block-heading),
[class*=theme-block],
p,
ol,
ul) + h3 {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

:where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h4, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h5, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + .h5, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + h6, :where([class*=wp-block],
[class*=theme-block],
p,
ol,
ul) + .h6 {
  margin-top: calc(var(--block-margin, 4rem) * 0.4);
}

.h1 + .h1, .h1 + h1, .h1 + .h2, .h1 + h2, .h1 + .h3, .h1 + h3, .h1 + .h4, .h1 + h4, .h1 + .h5, .h1 + h5, .h1 + .h6, .h1 + h6, h1 + .h1, h1 + h1, h1 + .h2, h1 + h2, h1 + .h3, h1 + h3, h1 + .h4, h1 + h4, h1 + .h5, h1 + h5, h1 + .h6, h1 + h6,
.h2 + .h1,
.h2 + h1,
.h2 + .h2,
.h2 + h2,
.h2 + .h3,
.h2 + h3,
.h2 + .h4,
.h2 + h4,
.h2 + .h5,
.h2 + h5,
.h2 + .h6,
.h2 + h6, h2 + .h1, h2 + h1, h2 + .h2, h2 + h2, h2 + .h3, h2 + h3, h2 + .h4, h2 + h4, h2 + .h5, h2 + h5, h2 + .h6, h2 + h6,
.h3 + .h1,
.h3 + h1,
.h3 + .h2,
.h3 + h2,
.h3 + .h3,
.h3 + h3,
.h3 + .h4,
.h3 + h4,
.h3 + .h5,
.h3 + h5,
.h3 + .h6,
.h3 + h6, h3 + .h1, h3 + h1, h3 + .h2, h3 + h2, h3 + .h3, h3 + h3, h3 + .h4, h3 + h4, h3 + .h5, h3 + h5, h3 + .h6, h3 + h6,
.h4 + .h1,
.h4 + h1,
.h4 + .h2,
.h4 + h2,
.h4 + .h3,
.h4 + h3,
.h4 + .h4,
.h4 + h4,
.h4 + .h5,
.h4 + h5,
.h4 + .h6,
.h4 + h6, h4 + .h1, h4 + h1, h4 + .h2, h4 + h2, h4 + .h3, h4 + h3, h4 + .h4, h4 + h4, h4 + .h5, h4 + h5, h4 + .h6, h4 + h6,
.h5 + .h1,
.h5 + h1,
.h5 + .h2,
.h5 + h2,
.h5 + .h3,
.h5 + h3,
.h5 + .h4,
.h5 + h4,
.h5 + .h5,
.h5 + h5,
.h5 + .h6,
.h5 + h6, h5 + .h1, h5 + h1, h5 + .h2, h5 + h2, h5 + .h3, h5 + h3, h5 + .h4, h5 + h4, h5 + .h5, h5 + h5, h5 + .h6, h5 + h6,
.h6 + .h1,
.h6 + h1,
.h6 + .h2,
.h6 + h2,
.h6 + .h3,
.h6 + h3,
.h6 + .h4,
.h6 + h4,
.h6 + .h5,
.h6 + h5,
.h6 + .h6,
.h6 + h6, h6 + .h1, h6 + h1, h6 + .h2, h6 + h2, h6 + .h3, h6 + h3, h6 + .h4, h6 + h4, h6 + .h5, h6 + h5, h6 + .h6, h6 + h6 {
  margin-top: 0;
}

.h1 + .h2, .h1 + h2, .h1 + .h3, .h1 + h3, .h1 + .h4, .h1 + h4, h1 + .h2, h1 + h2, h1 + .h3, h1 + h3, h1 + .h4, h1 + h4,
.h2 + .h2,
.h2 + h2,
.h2 + .h3,
.h2 + h3,
.h2 + .h4,
.h2 + h4, h2 + .h2, h2 + h2, h2 + .h3, h2 + h3, h2 + .h4, h2 + h4,
.h3 + .h2,
.h3 + h2,
.h3 + .h3,
.h3 + h3,
.h3 + .h4,
.h3 + h4, h3 + .h2, h3 + h2, h3 + .h3, h3 + h3, h3 + .h4, h3 + h4 {
  margin-top: -0.5rem;
}

.h4 + .h5, .h4 + h5, h4 + .h5, h4 + h5 {
  margin-top: -0.25em;
}

.is-style-expandable {
  --highlight-color: #F3901A;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
  text-decoration: none;
}
h1:not(.is-style-expandable) + .is-style-expandable, h2:not(.is-style-expandable) + .is-style-expandable, h3:not(.is-style-expandable) + .is-style-expandable, h4:not(.is-style-expandable) + .is-style-expandable, h5:not(.is-style-expandable) + .is-style-expandable, h6:not(.is-style-expandable) + .is-style-expandable {
  margin-top: calc(var(--block-margin, 4rem) * 0.25);
}
.is-style-expandable:hover {
  text-decoration: underline;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.15em 0 0 0;
  border-radius: 50%;
  transition: all all 0.15s ease-in-out;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  color: #fff;
  background: var(--highlight-color);
  transform: rotate(90deg);
}
.is-style-expandable:before:hover {
  background: #F3901A;
}
h3.is-style-expandable:before {
  top: 0.17em;
}

h4.is-style-expandable:before {
  top: 0.2em;
}

h5.is-style-expandable:before {
  top: 0.2em;
}

h6.is-style-expandable:before {
  top: 0.2em;
}

.is-style-expandable:focus {
  outline: none;
  text-decoration: underline;
}
.is-style-expandable:focus:before {
  background-color: #F3901A;
}
.is-style-expandable.opened:before {
  transform: rotate(180deg);
  content: "\f068";
  background-color: #F3901A;
}
@media screen and (min-width: 768px) {
  body.theme .is-style-expandable.mobile-expand {
    cursor: default;
    padding-top: 0;
    border-top: 0;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    display: none;
  }
  body.theme .is-style-expandable.mobile-expand + .expand-content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body.theme .is-style-expandable.mobile-expand {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 2rem;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    margin-top: 2rem;
  }
}

.expand-content {
  display: none;
  margin: 0;
  padding-top: calc(var(--block-margin, 4rem) * 0.25);
  padding-bottom: 1.5em;
}
.expand-content + .is-style-expandable {
  margin-top: 0.75em;
}
.expand-content > .alignleft:first-child + ol,
.expand-content > .alignleft:first-child + ul,
.expand-content > .alignright:first-child + ol,
.expand-content > .alignright:first-child + ul {
  margin-top: 0;
}
.expand-content + h1:not(.is-style-expandable), .expand-content + h2:not(.is-style-expandable), .expand-content + h3:not(.is-style-expandable), .expand-content + h4:not(.is-style-expandable), .expand-content + h5:not(.is-style-expandable), .expand-content + h6:not(.is-style-expandable) {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

h1.is-style-section-heading,
h2.is-style-section-heading,
h3.is-style-section-heading {
  margin-top: calc(var(--block-margin, 4rem) * 1.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  padding: 0;
  font-size: clamp(1.667rem, 1.825vw + 1.271rem, 3.056rem);
  font-weight: 500;
  text-align: left;
}
h1.is-style-section-heading:first-child,
h2.is-style-section-heading:first-child,
h3.is-style-section-heading:first-child {
  margin-top: 0;
}
h1.is-style-section-heading:last-child,
h2.is-style-section-heading:last-child,
h3.is-style-section-heading:last-child {
  margin-bottom: 0;
}
h1.is-style-section-heading.appear-on-scroll:after,
h2.is-style-section-heading.appear-on-scroll:after,
h3.is-style-section-heading.appear-on-scroll:after {
  width: 0;
}
h1.is-style-section-heading.appear-on-scroll.appeared:after,
h2.is-style-section-heading.appear-on-scroll.appeared:after,
h3.is-style-section-heading.appear-on-scroll.appeared:after {
  width: 100%;
}
h1.is-style-section-heading > .text,
h2.is-style-section-heading > .text,
h3.is-style-section-heading > .text {
  display: inline-block;
  text-align: left;
}
h1.is-style-section-heading + .is-style-intro,
h2.is-style-section-heading + .is-style-intro,
h3.is-style-section-heading + .is-style-intro {
  margin: calc(var(--block-margin, 4rem) * -0.25) auto calc(var(--block-margin, 4rem) * 0.5);
  text-align: center;
}
h1.is-style-section-heading + .is-style-intro:last-child,
h2.is-style-section-heading + .is-style-intro:last-child,
h3.is-style-section-heading + .is-style-intro:last-child {
  margin-bottom: 0;
}

.is-style-guide {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 84px));
  z-index: 10;
  margin-left: calc((var(--gutter-left) + var(--page-padding-left, 0px)) * -1);
  margin-right: calc((var(--gutter-right) + var(--page-padding-right, 0px)) * -1);
  padding: calc(var(--block-margin, 4rem) * 0.25) var(--gutter-right) calc(var(--block-margin, 4rem) * 0.25) var(--gutter-left);
  background: #efefef;
  font-size: 2rem;
  text-transform: uppercase;
}

.wp-block-buttons {
  gap: 1em;
}

.wp-block-buttons.has-heading > .heading {
  margin-right: 1rem;
  font-weight: 600;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons.has-heading > .heading {
    margin-right: 0;
    width: 100%;
    line-height: 1.1;
  }
}

button.wp-block-button {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  font-size: inherit;
}

.wp-block-button {
  position: relative;
  --primary-color: #000;
  --alternate-color: #fff;
  font-family: "Raleway", Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button > .label {
  font-weight: 600;
}
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: var(--button-padding, 16px 32px);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  text-align: left;
  line-height: 1.3;
}
.wp-block-button > .wp-block-button__link .icon {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon, .wp-block-button > .wp-block-button__link:hover .icon {
  translate: 3px 0px;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link {
  border: 2px solid transparent;
  background: #000;
  color: #fff;
}
.wp-block-button:not(.is-styled) > .wp-block-button__link:hover {
  color: #000 !important;
  border-color: #000 !important;
  background: transparent !important;
}
.wp-block-button.on > .wp-block-button__link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid #000;
  background-color: transparent;
  color: #333;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.wp-block-button.is-style-text .icon.arrow i {
  --icon-size:10px;
  /*            
              background: $color-cardinal-bright-red;
              // margin-top:-11px;
              width:22px;
              height:22px;
              border:4px solid $color-cardinal-bright-red;
              border-radius:50%;
              color: white;
  */
}
.wp-block-button.is-style-text > .label {
  font-family: "Raleway", Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  font-family: "Raleway", Georgia, serif;
  letter-spacing: normal;
}
.wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: #000;
}
.has-background .wp-block-button.is-style-text > .wp-block-button__link:hover {
  color: inherit;
}
.wp-block-button.load-more {
  border: 0;
}
.wp-block-button.load-more.done {
  --hover-background-color: #fff;
  cursor: default;
}
.wp-block-button.load-more.done > .wp-block-button__link {
  cursor: inherit;
  background: inherit;
  color: inherit;
  border: 0;
}

.wp-block-image {
  margin: calc(var(--block-margin, 4rem) * 1) 0;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image.alignright {
  margin-top: 0;
  margin-left: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-image.alignleft {
  margin-top: 0;
  margin-right: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-image.alignright, .wp-block-image.alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  }
}
.wp-block-image img {
  display: block;
  width: 100%;
}
.wp-block-image figcaption {
  display: block;
  margin: 0.5em 0 0 auto;
  text-align: right;
  font-size: 0.8em;
  line-height: 1;
  max-width: 500px;
}

.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.wp-block-image.is-style-icon {
  --icon-size: 100px;
  margin: 0;
}
.wp-block-image.is-style-icon img {
  max-width: var(--icon-size);
  max-height: var(--icon-size);
  margin: 0 auto;
}

.wp-block-group {
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier, 1));
  margin-bottom: calc(var(--block-margin, 4rem) * var(--block-margin-multiplier, 1));
}
.wp-block-group.is-position-sticky {
  position: sticky;
}
.wp-block-group:first-child {
  margin-top: 0;
}
.wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-separator + .wp-block-group, h1 + .wp-block-group, h2 + .wp-block-group, h3 + .wp-block-group, h4 + .wp-block-group, h5 + .wp-block-group, h6 + .wp-block-group, .heading + .wp-block-group {
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-group .wp-block-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.wp-block-group.has-background {
  padding: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-group.has-background:not(.is-style-full-width) {
  border-radius: 10px;
}
.wp-block-group.has-background.is-style-full-width {
  padding: calc(var(--block-margin, 4rem) * 1) var(--site-gutter-right) calc(var(--block-margin, 4rem) * 1) var(--site-gutter-left);
}
.page-blocks > .wp-block-group.has-background:last-child {
  margin-bottom: calc(var(--page-blocks-padding-bottom) * -1);
}

.wp-block-media-text {
  --border-radius: .5rem;
  gap: var(--gap, calc(var(--block-margin, 4rem) * 1));
  /*
  &.has-media-on-the-right {
      >.wp-block-media-text__media {
          img {

          }
      }    
  }
  */
}
.wp-block-media-text.has-overflow-hidden {
  overflow: hidden;
}
.wp-block-media-text img, .wp-block-media-text video {
  border: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-media-text > .wp-block-media-text__media img {
  aspect-ratio: var(--aspect-ratio, 1.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: var(--border-radius);
}
.wp-block-media-text.has-background:not(.is-style-full-width) .wp-block-media-text__media {
  align-self: stretch;
}
.wp-block-media-text.has-background:not(.is-style-full-width) .wp-block-media-text__media img {
  min-height: 100%;
}
.wp-block-media-text.has-background:not(.is-style-full-width):not(.has-media-on-the-right) > .wp-block-media-text__content {
  padding-right: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__content {
  padding-left: calc(var(--block-margin, 4rem) * 0.5);
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    grid-area: content;
    grid-column: auto;
    grid-row: auto;
    padding: calc(var(--block-margin, 4rem) * 0.25) 0 0 0;
  }
  .wp-block-media-text:not(.has-mobile-stacked-media) > .wp-block-media-text__media {
    grid-area: media;
    grid-column: auto;
    grid-row: auto;
    order: -1;
    display: block;
    width: 100%;
    max-width: 409.6px;
    justify-content: start;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    gap: 1rem;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * 1);
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
  padding: 0 var(--gutter-right) 0 var(--gutter-left);
}
.wp-block-media-text.is-style-full-width:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-full-width:last-child {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-full-width.has-background:not(.is-image-fill) {
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (min-width: 768px) {
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill.has-media-on-the-right > .wp-block-media-text__media {
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill:not(.has-media-on-the-right) > .wp-block-media-text__media {
    margin-left: calc(var(--gutter-left) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__content {
    padding-top: calc(var(--block-margin, 4rem) * 1);
    padding-bottom: calc(var(--block-margin, 4rem) * 1);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media {
    width: auto;
    display: block;
    max-width: none;
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media img {
    width: auto;
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__media {
    margin-left: calc(var(--gutter-left) * -1);
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-media-text.is-style-full-width.has-background.is-image-fill > .wp-block-media-text__content {
    padding-top: calc(var(--block-margin, 4rem) * 0.5);
  }
}
.wp-block-media-text.is-style-full-width.has-background + .wp-block-media-text.is-style-full-width.has-background.is-style-full-width {
  margin-top: calc(var(--block-margin, 4rem) * -1);
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media {
  align-self: stretch;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: start;
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media img {
  aspect-ratio: var(--aspect-ratio, 1.25);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-media-text.is-style-full-width > .wp-block-media-text__media video {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.wp-block-media-text.is-style-full-width.has-circle-crop > .wp-block-media-text__media img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-style-full-width {
    display: block;
    flex-direction: column;
    grid-template-columns: auto !important;
    grid-template-areas: "media" "content";
  }
  .wp-block-media-text.is-style-full-width:after {
    content: " ";
    display: block;
    clear: both;
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__media {
    display: block;
    margin: 0 auto;
    padding: 0 var(--gutter-right) 0 var(--gutter-left);
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__media img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .wp-block-media-text.is-style-full-width.has-mobile-stacked-media > .wp-block-media-text__content {
    padding-top: 1rem;
  }
  .wp-block-media-text.is-style-full-width.is-image-fill > .wp-block-media-text__media {
    min-height: 60vw;
  }
}

.wp-block-media-text.has-background:not(.is-style-full-width) {
  --border-radius: 0rem;
  border-radius: var(--border-radius);
}
.wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__content {
  padding-top: calc(var(--block-margin, 4rem) * 1);
  padding-bottom: calc(var(--block-margin, 4rem) * 1);
}
@media screen and (min-width: 601px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width).has-media-on-the-right > .wp-block-media-text__media img {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .wp-block-media-text.has-background:not(.is-style-full-width) > .wp-block-media-text__media img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
}

.wp-block-quote {
  position: relative;
  margin: calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 0.25) calc(var(--block-margin, 4rem) * 1) calc(var(--block-margin, 4rem) * 1.5);
  font-family: "Raleway", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.584vw + 0.873rem, 1.444rem);
  font-optical-sizing: none;
  line-height: 1.4;
  letter-spacing: normal;
}
.wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote:last-child {
  margin-bottom: 0;
}
.wp-block-quote p {
  margin-block-end: 0.75rem;
}
.wp-block-quote cite {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}
.wp-block-quote cite:before {
  content: "–";
  margin: 0 0.25em 0 0;
}
@media screen and (max-width: 767px) {
  .wp-block-quote {
    margin-left: 1rem;
  }
}

:where(body .page-blocks) ul, :where(body .page-blocks) ol {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
:where(body .page-blocks) ul:first-child, :where(body .page-blocks) ol:first-child {
  margin-block-start: 0;
}
:where(body .page-blocks) ul:last-child, :where(body .page-blocks) ol:last-child {
  margin-block-end: 0;
}
:where(body .page-blocks) ul > li, :where(body .page-blocks) ol > li {
  margin-block-end: 0.5em;
}
:where(body .page-blocks) ul > li:last-child, :where(body .page-blocks) ol > li:last-child {
  margin-block-end: 0;
}
:where(body .page-blocks) ul > li::marker {
  color: #00AD85;
}

ul.is-style-unformatted, ol.is-style-unformatted {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.is-style-unformatted > li, ol.is-style-unformatted > li {
  margin-block-end: 1rem;
}
ul.is-style-unformatted > li:last-child, ol.is-style-unformatted > li:last-child {
  margin-block-end: 0;
}

.wp-block-theme-blocks-page-banner {
  --block-size: clamp(4.444rem, 13.139vw + 1.598rem, 14.444rem);
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: var(--gutter-left) repeat(calc(var(--grid-columns, 8) - 1), 1fr) calc(var(--block-size) * 2);
  grid-template-rows: repeat(2, var(--block-size)) auto;
}
.wp-block-theme-blocks-page-banner, .wp-block-theme-blocks-page-banner:last-child {
  margin-bottom: calc(var(--block-margin, 4rem) * 2);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner, .wp-block-theme-blocks-page-banner:last-child {
    margin-bottom: calc(var(--block-margin, 4rem) * 1);
  }
}
.wp-block-theme-blocks-page-banner .block-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(var(--block-size) * 2);
  height: calc(var(--block-size) * 2);
  margin: 0;
  background: var(--media-background-color, #eee);
}
.wp-block-theme-blocks-page-banner .block-photo img {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.wp-block-theme-blocks-page-banner .block-photo.trigger-on-scroll img {
  clip-path: circle(0%);
  opacity: 0;
}
.wp-block-theme-blocks-page-banner .block-photo.trigger-on-scroll.appeared img {
  clip-path: circle(100%);
  opacity: 1;
}
.wp-block-theme-blocks-page-banner .block-title {
  position: relative;
  z-index: 1;
  grid-column: 1/span var(--title-column-span, 4);
  grid-row: 2/4;
  margin: 0;
  padding: 0 0 calc(var(--block-margin, 4rem) * 0.5) var(--gutter-left);
  align-self: end;
}
.wp-block-theme-blocks-page-banner .block {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-column: var(--column-start)/span var(--column-span, 1);
  grid-row: var(--row-start)/span var(--row-span, 1);
  background: var(--background-color, rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner .block-title {
    margin: 2.4rem 0 0;
    padding: 0 var(--gutter-right) 0 var(--gutter-left);
    grid-row: 3/4;
    grid-column: 1/-1;
    max-width: 10em;
  }
}

.theme-block.wp-block-theme-blocks-page-banner {
  margin-top: calc(var(--block-margin, 4rem) * 1);
}

.wp-block-theme-blocks-page-banner.is-style-ffa {
  --columns-count: 8;
  --block-size: clamp(4.444rem, 2.555vw + 3.891rem, 6.389rem);
  grid-template-columns: var(--gutter-left) repeat(var(--grid-columns, var(--columns-count)), 1fr) var(--gutter-right);
  grid-template-rows: repeat(4, var(--block-size));
  margin-top: 0;
  margin-bottom: calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
  grid-column: 2/5;
  grid-row: 1/5;
  padding: 0 1rem 2rem 0;
  font-size: calc(var(--block-size) * 0.7);
  line-height: 1.1;
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-photo {
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  grid-column: 6/-1;
  grid-row: 1/4;
  max-width: 800px;
}
.wp-block-theme-blocks-page-banner.is-style-ffa .block-photo img {
  clip-path: none !important;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-page-banner.is-style-ffa {
    --column-count: 5;
    --block-size: clamp(3.889rem, 3.066vw + 3.225rem, 6.222rem);
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
    font-size: calc(var(--block-size) * 0.6);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-page-banner.is-style-ffa {
    --columns-count: 3;
    --block-size: clamp(3.333rem, 2.92vw + 2.701rem, 5.556rem);
    grid-template-rows: auto repeat(3, var(--block-size));
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-title {
    font-size: calc(var(--block-size) * 0.7);
  }
  .wp-block-theme-blocks-page-banner.is-style-ffa .block-photo {
    height: 50vw;
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}

.wp-block-theme-blocks-page-banner.has-white-text .block-title {
  color: #fff;
}
.wp-block-theme-blocks-page-banner.has-white-text.home .block-title {
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1450px) {
  .wp-block-theme-blocks-page-banner.has-white-text.home .block-title {
    grid-column: 2/6;
    padding-right: 2rem;
  }
}

.wp-block-columns {
  position: relative;
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .wp-block-columns {
    display: block;
    gap: 1rem;
  }
  .wp-block-columns .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-columns > .wp-block-column {
  position: relative;
}

.wp-block-theme-blocks-posts {
  position: relative;
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
  padding-top: 0;
}

.wp-block-theme-blocks-posts.is-style-scroll {
  position: relative;
  margin-left: calc(var(--gutter-left) * -1);
  margin-right: calc(var(--gutter-right) * -1);
  box-sizing: border-box;
}
.wp-block-theme-blocks-posts.is-style-scroll .block-scrollable {
  overflow: scroll;
  overflow-y: hidden;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts {
  --hentry-width: 60vw;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0;
  width: auto;
  padding-top: var(--border-width);
  padding-left: var(--gutter-left);
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts:after {
  display: block;
  content: " ";
  min-width: var(--gutter-right);
  height: 100px;
  background: transparent;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry {
  min-width: calc((100vw - var(--gutter-left) - var(--gutter-right)) * 0.666 - calc(var(--block-margin, 4rem) * 1));
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry {
    min-width: 65vw;
  }
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:first-child {
  padding-left: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:first-child > .border.left {
  display: none;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:nth-child(n+2) > .border.top {
  --border-size: calc(100% - (var(--border-width) * (var(--separator-offset) - 1) * 2));
  right: calc(0px + var(--border-width) * (var(--separator-offset) - 1));
  left: auto;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:nth-child(n+2) > .border.top:before {
  left: 0;
  right: auto;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:last-child {
  padding-right: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry:last-child > .border.top {
  --border-size: calc(100% - (var(--border-width) * (var(--separator-offset) - 1) * 1));
  right: 0;
}
.wp-block-theme-blocks-posts.is-style-scroll .query-posts .hentry > .border.bottom {
  display: none;
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track {
  background: #fff;
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track.simplebar-horizontal {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  height: var(--border-width);
  margin: 0 var(--gutter-right) 0 var(--gutter-left);
}
.wp-block-theme-blocks-posts.is-style-scroll .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: currentColor;
  opacity: 1;
  border-radius: 0;
}

.wp-block-theme-blocks-section {
  border-radius: var(--block-border-radius);
  box-sizing: border-box;
  margin-bottom: 5rem;
  margin-top: 0;
}
.wp-block-theme-blocks-section.hide {
  display: none;
}
.wp-block-theme-blocks-section .wp-block-group.heading {
  display: block;
  border-bottom: 2px solid #000;
  margin-bottom: -2rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group {
  display: flex;
  align-items: end;
  padding-bottom: 2rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-group p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-group .wp-block-heading {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.heading > .wp-block-group .wp-block-buttons {
    margin-top: 1rem;
  }
}
.wp-block-theme-blocks-section .wp-block-group.heading.h5 {
  border: none;
  font-size: 24px;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section {
  margin-top: 0;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  align-items: start;
  margin: 0;
  padding: calc(var(--block-margin, 4rem) * 0.5) 0 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row {
    grid-template-columns: 1fr;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row:has(h3.wp-block-heading) {
  border-top: var(--light-border);
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row h3.wp-block-heading {
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row h3.wp-block-heading {
    padding: 1rem 0;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .wp-block-theme-blocks-cards, .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .cards-wrapper {
  grid-area: cards;
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .wp-block-theme-blocks-section .wp-block-group.repeatable-section .row .wp-block-group:first-child {
    padding-right: 2rem;
  }
}
.wp-block-theme-blocks-section .wp-block-group.repeatable-section .row:first-of-type {
  border-top: none !important;
}

.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts {
  margin-top: 0;
  margin-bottom: 0;
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width {
  margin-left: calc(var(--inner-gutter) * -0.75);
  margin-right: calc(var(--inner-gutter) * -0.75);
}

.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child > .query-posts {
  margin-bottom: var(--gap, calc(var(--block-margin, 4rem) * 0.5));
}

.is-style-content-width {
  max-width: 1280px;
  margin: 0 auto;
}

.wp-block-theme-blocks-cards {
  --card-padding: 2rem;
  margin: calc(var(--block-margin, 4rem) * 1) auto;
}
.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
h1 + .wp-block-theme-blocks-cards, h2 + .wp-block-theme-blocks-cards, h3 + .wp-block-theme-blocks-cards {
  margin-top: 0;
}
.wp-block-theme-blocks-cards.has-min-row-height .query-posts {
  grid-auto-rows: minmax(calc(var(--min-row-height) * 1px), auto);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards.has-min-row-height .query-posts {
    grid-auto-rows: minmax(calc(var(--min-row-height) * 0.75px), auto);
  }
}
.wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) .query-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-theme-blocks-cards:has(.wp-block-theme-blocks-card.is-style-color) .query-posts > .hentry {
    grid-column: auto;
  }
}
.wp-block-theme-blocks-cards:not(.has-min-row-height) .query-posts {
  grid-template-rows: auto;
}
.wp-block-theme-blocks-cards .query-posts {
  --column-span: 1;
  --row-span: 1;
  --resize-ratio: calc(var(--column-count, 1) / var(--original-column-count, 1));
  --row-gap: var(--gap);
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards .query-posts {
    --row-gap: 1rem;
  }
}
.wp-block-theme-blocks-cards .query-posts > .theme-block {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts.two-rows {
  grid-template-rows: auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.three-rows {
  grid-template-rows: auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.four-rows {
  grid-template-rows: auto auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.five-rows {
  grid-template-rows: auto auto auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts > .hentry {
  width: auto;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-cards .query-posts > .hentry {
    --block-column-start: var(--column-start, 1);
    --block-column-span: var(--column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
    grid-column: auto/span var(--block-column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-start {
    grid-column: var(--block-column-start, 1)/span 1;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-column-start.has-column-span {
    grid-column: var(--block-column-start, 1)/span var(--block-column-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-span {
    grid-row: auto/span var(--row-span, 1);
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-start {
    grid-row: var(--row-start, 1)/span 1;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry.has-row-start.has-row-span {
    grid-row: var(--row-start, 1)/span var(--row-span, 1);
  }
}
.wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
  --hentry-width-column-span: calc(var(--hentry-width) * var(--column-span, 1) + ((var(--column-span, 1) - 1) * var(--column-gap, var(--gap))));
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-cards .query-posts {
    --column-count: 1;
    --aspect-ratio-override: auto;
  }
  .wp-block-theme-blocks-cards .query-posts > .hentry {
    grid-column: 1/-1;
  }
}

.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child > .query-posts {
  margin-bottom: var(--gap, calc(var(--block-margin, 4rem) * 0.5));
}

.wp-block-theme-blocks-card {
  --padding: var(--card-padding, calc(var(--block-margin, 4rem) * 0.75));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--padding);
  margin-top: calc(var(--block-margin, 4rem) * 0.5);
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5);
  background: var(--background-color, #000);
  color: var(--color, #ffffff);
}
.wp-block-theme-blocks-card.has-aspect-ratio {
  aspect-ratio: var(--aspect-ratio-override, var(--aspect-ratio, auto));
}
.wp-block-theme-blocks-card:has(.wp-block-video) {
  overflow: hidden;
  border-radius: 10px;
}
.wp-block-theme-blocks-card .block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-card .block-image img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-card .block-image:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: var(--image-overlay-opacity, 0.4);
  transition: var(--transition, 0.2s);
}
.wp-block-theme-blocks-card .block-content .wp-block-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wp-block-theme-blocks-card.has-rounded-corners {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-theme-blocks-card.no-image .block-image:before, .wp-block-theme-blocks-card.no-content .block-image:before {
  display: none;
}
.wp-block-theme-blocks-card .block-title,
.wp-block-theme-blocks-card .block-content {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.wp-block-theme-blocks-card .block-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card .block-title {
    line-height: 1.1;
  }
}
.wp-block-theme-blocks-card .block-title a {
  color: inherit;
}
.wp-block-theme-blocks-card.has-center-align {
  text-align: center;
}
.wp-block-theme-blocks-card.has-left-align {
  text-align: left;
}
.wp-block-theme-blocks-card.has-right-align {
  text-align: right;
}
.wp-block-theme-blocks-card.has-top-vertical-align {
  justify-content: start;
}
.wp-block-theme-blocks-card.has-top-vertical-align .block-image:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, black 100%);
}
.wp-block-theme-blocks-card.has-bottom-vertical-align {
  justify-content: end;
}
.wp-block-theme-blocks-card.has-bottom-vertical-align .block-image:before {
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0) 60%);
}
.wp-block-theme-blocks-card.has-shadow {
  box-shadow: 0.5em 0.5em 0em var(--shadow-color, rgba(204, 204, 204, 0.5));
}
.wp-block-theme-blocks-card:not(.has-vertical-align, .is-style-quote) {
  padding-top: calc(var(--padding) * 2);
  padding-bottom: calc(var(--padding) * 2);
}
.has-background .wp-block-theme-blocks-card.has-shadow {
  border: 2px solid currentColor;
}
.wp-block-theme-blocks-card.clickable:hover {
  --image-overlay-opacity:.8;
}
.wp-block-theme-blocks-card.is-style-image {
  padding: 0;
  display: block;
  background: transparent;
  color: #000;
}
.wp-block-theme-blocks-card.is-style-image p {
  margin-bottom: 0 !important;
}
.wp-block-theme-blocks-card.is-style-image p.is-style-intro {
  font-size: 16px;
}
.wp-block-theme-blocks-card.is-style-image figure {
  margin-bottom: 0;
}
.wp-block-theme-blocks-card.is-style-color {
  background: transparent;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card.is-style-color {
    width: 40%;
  }
}
.wp-block-theme-blocks-card.is-style-color .wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-theme-blocks-card.is-style-color .wp-block-buttons .wp-block-button a {
  width: 100%;
  padding-bottom: 75%;
  pointer-events: none;
  text-indent: -200%;
  overflow: hidden;
}
.wp-block-theme-blocks-card.is-style-color .wp-block-heading {
  padding-bottom: 1rem;
}
.wp-block-theme-blocks-card.is-style-color p {
  margin-bottom: 1rem !important;
}
.wp-block-theme-blocks-card.is-style-color p:first-of-type {
  font-weight: 600;
  padding-top: 1rem;
}
.wp-block-theme-blocks-card.is-style-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.wp-block-theme-blocks-card.is-style-video .block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.wp-block-theme-blocks-card.is-style-video .block-content .wp-block-video {
  width: 100%;
  height: 100%;
  padding: 0;
}
.wp-block-theme-blocks-card.is-style-video .block-content .wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.wp-block-theme-blocks-card.is-style-hover, .wp-block-theme-blocks-card.is-style-hover2 {
  --transition: .3s ease-in-out;
  --icon-size: 2.5rem;
  display: block;
}
.wp-block-theme-blocks-card.is-style-hover .block-title, .wp-block-theme-blocks-card.is-style-hover2 .block-title {
  text-align: center;
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card.is-style-hover .block-title, .wp-block-theme-blocks-card.is-style-hover2 .block-title {
    line-height: 1.1;
  }
}
.wp-block-theme-blocks-card.is-style-hover .block-content, .wp-block-theme-blocks-card.is-style-hover2 .block-content {
  margin: 0;
  text-align: center;
}
.wp-block-theme-blocks-card.is-style-hover.clickable:before, .wp-block-theme-blocks-card.is-style-hover2.clickable:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f061";
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background: #FFFFB1;
  color: #000;
  border-radius: 50%;
  font-size: calc(var(--icon-size) * 0.6);
  opacity: 1;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 {
  overflow: hidden;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:before {
  position: absolute;
  top: calc(0% - var(--icon-size));
  left: 50%;
  translate: -50% -50%;
  transition: var(--transition);
  margin: -0.25em 0 0 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--padding));
  translate: -50% -50%;
}
body.theme .wp-block-theme-blocks-card.is-style-hover2 .block-content {
  position: absolute;
  top: calc(50% + var(--title-height, 0px) / 2);
  left: var(--padding);
  width: calc(100% - var(--padding) * 2);
  opacity: 0;
  transition: var(--transition);
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:hover:before {
  top: calc(50% - var(--title-height) / 2 - var(--icon-size) / 2);
}
body.theme .wp-block-theme-blocks-card.is-style-hover2:hover .block-content {
  opacity: 1;
}
.wp-block-theme-blocks-card.is-style-hover {
  --title-y-offset: .4em;
}
body.theme .wp-block-theme-blocks-card.is-style-hover {
  overflow: hidden;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
  transition: var(--transition);
  opacity: 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--padding));
  translate: -50% -50%;
  transition: var(--transition);
  font-size: clamp(1.667rem, 0.219vw + 1.619rem, 1.833rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  body.theme .wp-block-theme-blocks-card.is-style-hover .block-title {
    line-height: 1.1;
  }
}
body.theme .wp-block-theme-blocks-card.is-style-hover .block-content {
  position: absolute;
  top: calc(var(--padding) + var(--icon-size) + var(--title-height, 0px) - var(--title-y-offset));
  left: var(--padding);
  width: calc(100% - var(--padding) * 2);
  opacity: 0;
  transition: var(--transition);
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover:before {
  top: var(--padding);
  translate: -50% -50%;
  opacity: 1;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover .block-title {
  top: calc(var(--padding) + var(--icon-size) - var(--title-y-offset));
  translate: -50% 0;
}
body.theme .wp-block-theme-blocks-card.is-style-hover:hover .block-content {
  opacity: 1;
}
.wp-block-theme-blocks-card.is-style-quote {
  justify-content: start;
  font-weight: 600;
}
.wp-block-theme-blocks-card.is-style-quote:not(.has-background) {
  background: #f2f2f2;
}
.wp-block-theme-blocks-card.is-style-quote:not(.has-color) {
  color: #000;
}
.wp-block-theme-blocks-card.is-style-quote .block-title {
  display: none;
}

.wp-block-theme-blocks-hero {
  --block-gutter-left: var(--site-gutter-left);
  --block-gutter-right: var(--site-gutter-right);
  display: grid;
  grid-template-columns: var(--block-gutter-left) auto var(--block-gutter-right);
}
.wp-block-theme-blocks-hero .block-image {
  position: relative;
  background: var(--background-color, #333);
  height: 100%;
  width: 100%;
}
.wp-block-theme-blocks-hero .block-image img, .wp-block-theme-blocks-hero .block-image .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-hero .block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-hero .block-title {
  grid-area: title;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  color: var(--title-color, #fff);
}
.wp-block-theme-blocks-hero .block-title h1 {
  color: inherit;
}
.wp-block-theme-blocks-hero .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  box-sizing: border-box;
}
.wp-block-theme-blocks-hero.is-style-default {
  grid-template-rows: [bg-start] var(--min-height, 50vh) auto calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 1) [bg-end] auto;
  grid-template-areas: ". . ." ". title ." ". . ." ". content ." ". content .";
  box-sizing: border-box;
}
.wp-block-theme-blocks-hero.is-style-default .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
}
.wp-block-theme-blocks-hero.is-style-default .block-image:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.wp-block-theme-blocks-hero.is-style-default .block-title {
  display: flex;
  align-items: end;
  justify-content: start;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
}
.wp-block-theme-blocks-hero.is-style-default .block-content {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  padding: calc(var(--block-margin, 4rem) * 1);
  background: var(--background-color, #000);
  color: var(--color, #fff);
  text-align: center;
}
.wp-block-theme-blocks-hero.is-style-default .block-content p.is-style-intro {
  max-width: none;
}
.wp-block-theme-blocks-hero.is-style-overlay-text {
  --min-height: 75vh;
  min-height: var(--min-height);
  grid-template-areas: ". . . ." ". . title ." ". . content ." ". . . .";
  grid-template-columns: var(--block-gutter-left) 5fr 7fr var(--block-gutter-right);
  grid-template-rows: [bg-start] 1fr auto auto 1fr [bg-end];
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero.is-style-overlay-text {
    grid-template-areas: ". . . ." ". title title ." ". content content ." ". . . .";
  }
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-title {
  display: block;
  max-width: 700px;
  margin: 0;
  padding: 0;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-title h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.73vw + 2.342rem, 3.056rem);
  line-height: 1.2;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
  overflow: hidden;
}
.wp-block-theme-blocks-hero.is-style-overlay-text .block-content {
  max-width: 600px;
  padding: 0;
  margin: 1rem 0 0;
  text-align: unset;
  background: transparent;
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-overlay-text:after {
  display: block;
  content: " ";
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: calc(var(--block-margin, 4rem) * 1) 0 0;
  background: rgba(232, 225, 216, 0.15);
}
.wp-block-theme-blocks-hero.is-style-heading {
  grid-template-areas: ". . ." ". title ." ". . .";
  grid-template-rows: calc(var(--block-margin, 4rem) * 1) auto calc(var(--block-margin, 4rem) * 1);
  background: var(--background-color, #333);
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-heading .block-title {
  text-align: center;
}
.wp-block-theme-blocks-hero.is-style-heading .block-image, .wp-block-theme-blocks-hero.is-style-heading .block-content {
  display: none;
}
.wp-block-theme-blocks-hero.is-style-large-image-title {
  grid-template-areas: ". . ." ". title ." ". content ." ". content .";
  grid-template-rows: [bg-start] var(--min-height, 50vh) auto auto [bg-end] calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-image {
  grid-column: 1/-1;
  grid-row: bg-start/bg-end;
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-title {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
  padding: calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5) 0.5rem;
  background: var(--background-color, #000);
  display: block;
}
.wp-block-theme-blocks-hero.is-style-large-image-title .block-content {
  padding: 0 calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 0.5);
  margin-right: 0;
  margin-left: auto;
  max-width: 500px;
  text-align: left;
  background: var(--background-color, #000);
  color: var(--color, #fff);
}
.wp-block-theme-blocks-hero.is-style-right-image {
  grid-template-areas: ". . image image" ". . image image" ". title image image" ". content image image" ". . image image" ". . image image";
}
.wp-block-theme-blocks-hero.is-style-right-image .block-content,
.wp-block-theme-blocks-hero.is-style-right-image .block-title {
  padding: 0 calc(var(--block-margin, 4rem) * 1) 0 0;
}
.wp-block-theme-blocks-hero.is-style-left-image {
  grid-template-areas: "image image . ." "image image . ." "image image title ." "image image content ." "image image . ." "image image . .";
}
.wp-block-theme-blocks-hero.is-style-left-image .block-content,
.wp-block-theme-blocks-hero.is-style-left-image .block-title {
  padding: 0 0 0 calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-right-image, .wp-block-theme-blocks-hero.is-style-left-image {
  grid-template-columns: var(--block-gutter-left) 1fr 1fr var(--block-gutter-right);
  grid-template-rows: calc(var(--block-margin, 4rem) * 1) 1fr auto auto 1fr calc(var(--block-margin, 4rem) * 1);
}
.wp-block-theme-blocks-hero.is-style-right-image .block-image, .wp-block-theme-blocks-hero.is-style-left-image .block-image {
  grid-column: unset;
  grid-row: unset;
  grid-area: image;
  background: blue;
}
.wp-block-theme-blocks-hero.is-style-right-image .block-title, .wp-block-theme-blocks-hero.is-style-left-image .block-title {
  display: block;
  text-shadow: none;
  color: inherit;
}
.wp-block-theme-blocks-hero.is-style-right-image .block-content, .wp-block-theme-blocks-hero.is-style-left-image .block-content {
  background: none;
  color: inherit;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero.is-style-right-image, .wp-block-theme-blocks-hero.is-style-left-image {
    min-height: none;
    grid-template-areas: "image image image image" ". . . ." ". title title ." ". content content .";
    grid-template-rows: 75vw calc(var(--block-margin, 4rem) * 0.5) auto auto;
  }
  .wp-block-theme-blocks-hero.is-style-right-image .block-title,
  .wp-block-theme-blocks-hero.is-style-right-image .block-content, .wp-block-theme-blocks-hero.is-style-left-image .block-title,
  .wp-block-theme-blocks-hero.is-style-left-image .block-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Guide Highlights Block - Frontend Styles */
.guide-highlights-block {
  margin: 2rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #667eea;
}

.guide-highlights-title {
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.guide-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.guide-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-highlight-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.highlight-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}

.highlight-icon svg {
  width: 24px;
  height: 24px;
}

.highlight-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.highlight-label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.3;
}

.highlight-value {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  .guide-highlights-block {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  .guide-highlights-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .guide-highlight-item {
    padding: 1rem;
  }
  .highlight-icon {
    width: 40px;
    height: 40px;
  }
  .highlight-icon svg {
    width: 20px;
    height: 20px;
  }
  .guide-highlights-title {
    font-size: 1.3rem;
  }
}
/* Guide Tips Block - Frontend Styles */
.guide-tips-block {
  margin: 2rem 0;
  padding: 2rem;
  background: #fff8e1;
  border-radius: 12px;
  border-left: 4px solid #f59e0b;
}

.guide-tips-title {
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.guide-tips-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide-tip-item {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-tip-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.tip-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tip-content {
  flex: 1;
}

.tip-content p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.tip-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  color: #6b7280;
}

.tip-icon svg {
  width: 24px;
  height: 24px;
}

/* Tip Type Colors */
.tip-insider .tip-number {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.tip-insider .tip-icon {
  color: #f59e0b;
}

.tip-practical .tip-number {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.tip-practical .tip-icon {
  color: #10b981;
}

.tip-recommendation .tip-number {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.tip-recommendation .tip-icon {
  color: #8b5cf6;
}

.tip-general .tip-number {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

.tip-general .tip-icon {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
  .guide-tips-block {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  .guide-tip-item {
    grid-template-columns: 40px 1fr 40px;
    gap: 0.75rem;
    padding: 1rem;
  }
  .tip-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  .tip-icon {
    width: 35px;
    height: 35px;
  }
  .tip-icon svg {
    width: 20px;
    height: 20px;
  }
  .guide-tips-title {
    font-size: 1.3rem;
  }
  .tip-content p {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */