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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
.awpa-loginfrom-wrap{position:relative;z-index:1;padding:16px;text-align:center;overflow:hidden}.awpa-loginfrom-wrap .awpa-block-img{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:-1}.awpa-loginfrom-wrap h4{font-weight:700;font-size:32px;color:#343a40;text-align:center;margin-top:0}.awpa-loginfrom-wrap form{max-width:400px;margin:0 auto}.awpa-loginfrom-wrap form p{margin:0}.awpa-loginfrom-wrap form p:not(:last-child){margin-bottom:20px}.awpa-loginfrom-wrap form p label{display:block;color:inherit;text-align:left;margin-bottom:5px;font-size:14px;font-weight:600}.awpa-loginfrom-wrap form p.login-remember label{display:flex;align-items:center;gap:5px;line-height:1;margin-top:25px}.awpa-loginfrom-wrap form p input:not([type='submit']){font-size:16px;display:block;padding:0px  8px;outline:1px solid #adb5bd;border:none;width:100%;border-radius:3px;min-height:40px;box-sizing:border-box;transition:all .3s}.awpa-loginfrom-wrap form p input:not([type='submit'])::placeholder{color:#adb5bd !important;font-size:16px;font-weight:400;font-family:inherit}.awpa-loginfrom-wrap form p input:not([type='submit']):focus-visible{outline:2px solid #2d1286}.awpa-loginfrom-wrap form p input[type="checkbox"]{padding:0;margin:0 !important;height:20px;width:20px;outline:none;min-height:20px;min-width:20px;display:inline-flex;justify-content:center;align-items:center;border-radius:3px;align-self:normal;border:1px solid #adb5bd;accent-color:#2d1286;position:relative}.awpa-loginfrom-wrap form p input[type="checkbox"]:checked::before{margin:0;width:20px;height:20px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.awpa-loginfrom-wrap form p input[type="checkbox"]:focus-visible{outline:none}.awpa-loginfrom-wrap form p .error-message{margin-top:5px;display:flex;flex-direction:column}.awpa-loginfrom-wrap form p .error-message span{display:inline-block;font-size:14px;color:red}.awpa-loginfrom-wrap form input[type="submit"].button{width:100%;padding:6px 20px;line-height:1.7;min-height:40px;box-sizing:border-box;margin-top:5px;border-radius:3px;font-size:14px;font-weight:600;color:#fff;text-align:center;background-color:#2d1286;text-transform:capitalize;border:none;height:auto}.awpa-loginfrom-wrap .login-forget-password{text-align:left}.awpa-loginfrom-wrap .login-forget-password a{font-size:14px;font-weight:600;color:#2d1286;text-decoration:underline;transition:all .3s}.awpa-loginfrom-wrap .login-forget-password a:hover{text-decoration:none}.awpa-loginfrom-wrap .awap-logout{font-size:16px}.awpa-loginfrom-wrap .awap-logout .logout{color:#2d1286}@media screen and (max-width: 600px){.awpa-loginfrom-wrap h4{margin-bottom:16px}.awpa-loginfrom-wrap form{max-width:100%}.awpa-loginfrom-wrap form p:not(:last-child){margin-bottom:16px}.awpa-loginfrom-wrap form p .error-message{margin-top:3px}.awpa-loginfrom-wrap form .awpa-button{margin-top:16px}}body.rtl .awpa-loginfrom-wrap form p label{text-align:right}body.rtl .awpa-loginfrom-wrap form p input{direction:rtl}
.awpa-user-registration{background-color:#fff;padding:32px 0;position:relative;z-index:1;overflow:hidden}.awpa-user-registration .awpa-block-img{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:-1}.awpa-user-registration form>p,.awpa-user-registration div>div>p{font-weight:700;font-size:32px;color:#343a40;text-align:center;margin-top:0}.awpa-user-registration form{font-size:16px;color:#343a40;max-width:400px;margin:0 auto}.awpa-user-registration form .awpa-form-inputs:not(:last-child){margin-bottom:20px}.awpa-user-registration form .awpa-form-inputs label{display:block;color:inherit;text-align:left;margin-bottom:5px;font-size:14px;font-weight:600;text-transform:capitalize}.awpa-user-registration form .awpa-form-inputs input,.awpa-user-registration form .awpa-form-inputs textarea,.awpa-user-registration form .awpa-form-inputs select{min-height:40px;font-size:16px;display:block;padding:0  8px;border:none;border-radius:3px;outline:1px solid #adb5bd;width:100%;box-sizing:border-box;transition:all .3s}.awpa-user-registration form .awpa-form-inputs input::placeholder,.awpa-user-registration form .awpa-form-inputs textarea::placeholder,.awpa-user-registration form .awpa-form-inputs select::placeholder{color:#adb5bd !important;font-size:16px;font-weight:400}.awpa-user-registration form .awpa-form-inputs input:focus,.awpa-user-registration form .awpa-form-inputs textarea:focus,.awpa-user-registration form .awpa-form-inputs select:focus{outline:2px solid #2d1286}.awpa-user-registration form .awpa-form-inputs #display_name{width:100%}.awpa-user-registration form .awpa-form-inputs textarea{height:125px}.awpa-user-registration form .awpa-form-inputs textarea::placeholder{font-size:18px}.awpa-user-registration form .awpa-form-inputs .checkboxes,.awpa-user-registration form .awpa-form-inputs .radiobox{display:flex;flex-wrap:wrap;gap:20px}.awpa-user-registration form .awpa-form-inputs .checkboxes .checkbox-item,.awpa-user-registration form .awpa-form-inputs .checkboxes .radiobox-item,.awpa-user-registration form .awpa-form-inputs .radiobox .checkbox-item,.awpa-user-registration form .awpa-form-inputs .radiobox .radiobox-item{display:flex;align-items:center;gap:5px}.awpa-user-registration form .awpa-form-inputs input[type="checkbox"],.awpa-user-registration form .awpa-form-inputs input[type="radio"]{padding:0;margin:0;height:20px;width:20px;min-height:20px;min-width:20px;display:inline-flex;justify-content:center;align-items:center;outline:none;border:1px solid #adb5bd}.awpa-user-registration form .awpa-form-inputs input[type="checkbox"]:focus,.awpa-user-registration form .awpa-form-inputs input[type="radio"]:focus{outline:none}.awpa-user-registration form .awpa-form-inputs input[type="checkbox"]{border-radius:3px;align-self:normal;accent-color:#2d1286;position:relative}.awpa-user-registration form .awpa-form-inputs input[type="checkbox"]:checked::before{margin:0;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.awpa-user-registration form .awpa-form-inputs input[type="radio"]{border-radius:50%;accent-color:#2d1286}.awpa-user-registration form .awpa-form-inputs input[type="radio"]:checked::before{content:" ";width:12px;height:12px;border-radius:50%;background-color:#2d1286;margin:0;display:flex}.awpa-user-registration form .awpa-form-inputs input[type="file"]{padding:10px 8px}.awpa-user-registration form .awpa-form-inputs input[type="file"]::-webkit-file-upload-button{background:transparent;font-family:inherit;font-size:inherit;font-weight:600;border:none;border-right:2px solid #adb5bd;padding:0;padding-right:8px;margin-right:8px}.awpa-user-registration form .awpa-form-inputs input[type="file"]+span{display:inline-block;margin-top:5px}.awpa-user-registration form .awpa-form-inputs .preview{margin-bottom:8px}.awpa-user-registration form .awpa-form-inputs .preview img{display:block;height:100px;width:100px;object-fit:cover}.awpa-user-registration form .awpa-form-inputs .error-message{margin-top:5px;display:flex;flex-direction:column}.awpa-user-registration form .awpa-form-inputs .error-message span{display:inline-block;font-size:14px;color:red}.awpa-user-registration .field-fill-err{font-size:14px;font-weight:400;color:red}.awpa-user-registration .awpa-form-inputs .rdrCalendarWrapper{width:100%;border-radius:3px}.awpa-user-registration .awpa-form-inputs .rdrCalendarWrapper .rdrMonthPicker,.awpa-user-registration .awpa-form-inputs .rdrCalendarWrapper .rdrYearPicker{flex:1}.awpa-user-registration .awpa-form-inputs .rdrCalendarWrapper .rdrMonthPicker select,.awpa-user-registration .awpa-form-inputs .rdrCalendarWrapper .rdrYearPicker select{min-width:100px}.awpa-user-registration .awpa-form-inputs:has(.privacy-policy)>div{display:flex;align-items:center;flex-wrap:wrap}.awpa-user-registration .privacy-policy{margin-left:5px;display:inline-block;line-height:1}.awpa-user-registration .privacy-policy ~ p{margin:10px 0 0;font-size:14px !important;font-weight:400;color:#ff0000}.awpa-user-registration .privacy-policy-modal{background-color:#fff;width:80%;max-height:90vh;overflow-y:auto;padding:50px;border-radius:6px;color:#343a40;position:fixed;left:50%;top:52%;transform:translate(-50%, -50%);box-shadow:0 0 30px rgba(0,0,0,0.2);z-index:9999}.awpa-user-registration .privacy-policy-modal h2{margin-top:0;margin-bottom:10px;font-size:32px}.awpa-user-registration .privacy-policy-modal p{text-align:left;font-size:16px;font-weight:400}.awpa-user-registration .privacy-policy-modal a{text-decoration:none;background:#adb5bd;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:700;line-height:1;color:#2d1286;position:absolute;top:0;right:0;margin:10px;cursor:pointer}.awpa-user-registration .awpa-payment-modal{background-color:#fff;padding:50px;border-radius:5px;box-shadow:0 0 30px rgba(0,0,0,0.2);position:relative}.awpa-user-registration .awpa-payment-modal a{text-decoration:none;background:#eee;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;position:absolute;top:5px;right:5px;cursor:pointer;padding:0 1px 2px;box-sizing:border-box;transition:all .3s}.awpa-user-registration .awpa-payment-modal a:hover{background-color:#c7c7c7}.awpa-user-registration .awpa-button{font-size:14px;font-weight:600;color:#fff;text-align:center;padding:8px 20px;margin-top:25px;background-color:#2d1286;cursor:pointer;min-height:40px;border-radius:3px;box-sizing:border-box;transition:all .3s}.awpa-user-registration .awpa-button.awpa-form-disabled{opacity:0.5;cursor:auto}.registration-success{text-align:inherit;padding:0 16px}.awpa-user-registration .awpa-form-inputs h3{margin:0 0 20px 0;font-size:24px;font-weight:700}.awpa-user-registration .membership-plan{display:flex;flex-wrap:wrap;gap:10px}.awpa-user-registration .membership-plan .membership-plan-card{flex:1 1 250px;background-size:cover;background-repeat:no-repeat;outline:1px solid #adb5bd;padding:20px;box-sizing:border-box;border-radius:3px;overflow:hidden;position:relative}.awpa-user-registration .membership-plan .membership-plan-card p{color:#fff;text-align:left;position:relative;z-index:1}.awpa-user-registration .membership-plan .membership-plan-card.plan-active{outline:2px solid #2d1286}.awpa-user-registration .membership-plan .membership-plan-card .name{font-size:18px;font-weight:600;margin:0}.awpa-user-registration .membership-plan .membership-plan-card .description{font-size:14px;margin:0 0 20px 0;font-weight:400}.awpa-user-registration .membership-plan .membership-plan-card .price{font-size:28px;font-weight:700;margin:0}.awpa-user-registration .membership-plan .membership-plan-card .image{display:flex;justify-content:center;margin-bottom:5px}.awpa-user-registration .membership-plan .membership-plan-card .image img{width:100%;height:100%;object-fit:cover}.awpa-user-registration .membership-plan .membership-plan-card::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5)}.awpa-user-registration .awpa-form-inputs .awpa-imput-content-wrapper{margin-top:20px}.awpa-user-registration .awpa-form-inputs .awpa-imput-content-wrapper>.error-message:not(:last-child){margin-bottom:14px}.awpa-user-registration .awpa-form-inputs .awpa-recaptcha{margin-top:30px}.awpa-notice{display:flex;box-shadow:rgba(0,0,0,0.1) 0px 1px 3px 0px,rgba(0,0,0,0.06) 0px 1px 2px 0px;background-color:#fff}.awpa-notice .awpa-notice__logo{background:#eaf5fd;padding:15px;border-left:4px solid;border-image:linear-gradient(to bottom, #0a4b78, #2271b1) 1 100%}.awpa-notice .awpa-notice__logo svg{height:30px;width:30px}.awpa-notice .awpa-notice__content{flex:1;padding:15px 12px;align-self:center}.awpa-notice .awpa-notice__title{font-size:16px;font-weight:600;margin:0;text-align:left;color:#1d2327}.awpa-notice .awpa-notice__description{font-size:14px;line-height:1.5;margin:5px 0 0;text-align:left;font-weight:400;color:#3c434a}.awpa-notice .awpa-notice__description a{color:#2271b1 !important;text-decoration:underline #2271b1}@media screen and (max-width: 900px){.awpa-user-registration .awpa-payment-modal{width:80%}}@media screen and (max-width: 600px){.awpa-user-registration{padding:16px}.awpa-user-registration p{font-size:26px;margin-bottom:16px}.awpa-user-registration form{max-width:100%}.awpa-user-registration form .awpa-form-inputs:not(:last-child){margin-bottom:16px}.awpa-user-registration form .awpa-form-inputs input[type="file"]+span{margin-top:3px}.awpa-user-registration form .awpa-form-inputs .error-message{margin-top:3px}.awpa-user-registration .privacy-policy-modal{width:90%;padding:40px}.awpa-user-registration .privacy-policy-modal h2{margin-bottom:0;font-size:24px}.awpa-user-registration .awpa-payment-modal{width:90%;padding:40px}.awpa-user-registration form .awpa-button{margin-top:16px}.registration-success{font-size:16px}}body.rtl .awpa-user-registration form .awpa-form-inputs label{text-align:right}body.rtl .awpa-user-registration form .awpa-form-inputs input{direction:rtl}body.rtl .awpa-notice .awpa-notice__logo{border-left:none;border-right:4px solid}body.rtl .awpa-notice .awpa-notice__title{text-align:right}body.rtl .awpa-notice .awpa-notice__description{text-align:right}
.awpa-section-header-wrapper .awpa-title-dash{display:inline-block;width:100%;border-top-style:solid}.awpa-section-header-wrapper .awpa-title-dash.awpa-upper-dash{border-top-width:3px;display:none}.awpa-section-header-wrapper .awpa-title-dash.awpa-lower-dash{border-bottom-width:3px;display:none}.awpa-section-header-wrapper .awpa-style2 .awpa-title-wrapper .awpa-title-dash{width:65px}.awpa-section-header-wrapper .awpa-style2 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{display:block;margin:0 auto}.awpa-section-header-wrapper .awpa-style3,.awpa-section-header-wrapper .awpa-style4,.awpa-section-header-wrapper .awpa-style7,.awpa-section-header-wrapper .awpa-style8{display:flex;flex-direction:column;justify-content:center}.awpa-section-header-wrapper .awpa-style3 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-style4 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-style7 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-style8 .awpa-title-wrapper{order:1}.awpa-section-header-wrapper .awpa-style4 .awpa-subtitle-wrapper .awpa-title-dash{width:65px}.awpa-section-header-wrapper .awpa-style4 .awpa-subtitle-wrapper .awpa-title-dash.awpa-lower-dash{display:block;margin:0 auto}.awpa-section-header-wrapper .awpa-style5 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-style9 .awpa-title-wrapper{display:flex;align-items:center;justify-content:center;gap:10px}.awpa-section-header-wrapper .awpa-style5 .awpa-title-wrapper .awpa-title-dash,.awpa-section-header-wrapper .awpa-style9 .awpa-title-wrapper .awpa-title-dash{width:40px}.awpa-section-header-wrapper .awpa-style5 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash,.awpa-section-header-wrapper .awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash,.awpa-section-header-wrapper .awpa-style5 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash,.awpa-section-header-wrapper .awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{display:inline-block}.awpa-section-header-wrapper .awpa-style6 .awpa-title-wrapper .awpa-title-dash{width:130px}.awpa-section-header-wrapper .awpa-style6 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash{display:inline-block}.awpa-section-header-wrapper .awpa-style6 .awpa-subtitle-wrapper{display:flex;justify-content:center;align-items:center;gap:10px}.awpa-section-header-wrapper .awpa-style6 .awpa-subtitle-wrapper .awpa-title-dash{width:65px}.awpa-section-header-wrapper .awpa-style6 .awpa-subtitle-wrapper .awpa-title-dash.awpa-upper-dash{display:inline-block}.awpa-section-header-wrapper .awpa-style7 .awpa-title-wrapper .awpa-upper-dash,.awpa-section-header-wrapper .awpa-style7 .awpa-title-wrapper .awpa-lower-dash{display:block}.awpa-section-header-wrapper .awpa-style8 .awpa-subtitle-wrapper .awpa-title-dash{width:65px}.awpa-section-header-wrapper .awpa-style8 .awpa-subtitle-wrapper .awpa-title-dash.awpa-upper-dash{display:inline-block}.awpa-section-header-wrapper .awpa-style8 .awpa-subtitle-wrapper .awpa-subtitle{padding-bottom:0}.awpa-section-header-wrapper .awpa-style9 .awpa-title-wrapper .awpa-title-dash{flex:1}.awpa-section-header-wrapper .awpa-left.awpa-style2 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{margin:0}.awpa-section-header-wrapper .awpa-left.awpa-style4 .awpa-subtitle-wrapper .awpa-title-dash.awpa-lower-dash{margin:0}.awpa-section-header-wrapper .awpa-left.awpa-style5 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-left.awpa-style9 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-left.awpa-style9 .awpa-title-wrapper{justify-content:flex-start}.awpa-section-header-wrapper .awpa-left.awpa-style5 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash,.awpa-section-header-wrapper .awpa-left.awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash,.awpa-section-header-wrapper .awpa-left.awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash{display:none}.awpa-section-header-wrapper .awpa-left.awpa-style6 .awpa-subtitle-wrapper{justify-content:flex-start}.awpa-section-header-wrapper .awpa-right.awpa-style2 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{margin:0 0 0 auto}.awpa-section-header-wrapper .awpa-right.awpa-style4 .awpa-subtitle-wrapper .awpa-title-dash.awpa-lower-dash{margin:0 0 0 auto}.awpa-section-header-wrapper .awpa-right.awpa-style5 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-right.awpa-style9 .awpa-title-wrapper,.awpa-section-header-wrapper .awpa-right.awpa-style9 .awpa-title-wrapper{justify-content:flex-end}.awpa-section-header-wrapper .awpa-right.awpa-style5 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash,.awpa-section-header-wrapper .awpa-right.awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash,.awpa-section-header-wrapper .awpa-right.awpa-style9 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{display:none}.awpa-section-header-wrapper .awpa-right.awpa-style6 .awpa-subtitle-wrapper{justify-content:flex-end}
.awpa-profile-image-wrap{height:100px;width:100px}.awpa-profile-image-wrap img{display:inline-block;width:100%;height:100%;object-fit:cover}.awpa-authorprofile .awpa-section-header-wrapper .awpa-section-head-wrap{margin:0;padding:0}.awpa-section-header-wrapper .awpa-section-head-wrap .awpa-title,.awpa-section-header-wrapper .awpa-section-head-wrap .awpa-subtitle{margin:0;text-transform:none}.awpa-section-header-wrapper .awpa-section-head-wrap .awpa-title-dash{margin:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2 .awpa-title-wrapper .awpa-lower-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4 .awpa-title-wrapper .awpa-upper-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5 .awpa-title-wrapper .awpa-title-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-title-wrapper .awpa-upper-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-subtitle-wrapper .awpa-upper-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-right .awpa-subtitle-wrapper .awpa-lower-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style8 .awpa-subtitle-wrapper .awpa-upper-dash,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9 .awpa-title-wrapper .awpa-title-dash{border-bottom-width:3px;border-bottom-style:solid;display:inline-block}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2 .awpa-title-wrapper{display:flex;flex-direction:column}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2 .awpa-title-wrapper .awpa-lower-dash{width:50px;margin:5px 0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2.awpa-center .awpa-title-wrapper{align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2.awpa-left .awpa-title-wrapper{align-items:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style2.awpa-right .awpa-title-wrapper{align-items:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style3,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7,.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style8{display:flex;flex-direction:column-reverse}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4 .awpa-title-wrapper{display:flex;flex-direction:column}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4 .awpa-title-wrapper .awpa-upper-dash{width:50px;margin:5px 0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4.awpa-center .awpa-title-wrapper{align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4.awpa-left .awpa-title-wrapper{align-items:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style4.awpa-right .awpa-title-wrapper{align-items:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5 .awpa-title-wrapper{display:flex;align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5 .awpa-title-wrapper .awpa-title{margin-left:10px;margin-right:10px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5 .awpa-title-wrapper .awpa-title-dash{width:50px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-center .awpa-title-wrapper{justify-content:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-left .awpa-title-wrapper{justify-content:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-left .awpa-title-wrapper .awpa-title{margin-left:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-left .awpa-title-wrapper .awpa-upper-dash{display:none}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-right .awpa-title-wrapper{justify-content:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-right .awpa-title-wrapper .awpa-title{margin-right:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style5.awpa-right .awpa-title-wrapper .awpa-lower-dash{display:none}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-title-wrapper{display:flex;flex-direction:column}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-title-wrapper .awpa-upper-dash{width:90px;margin-bottom:7px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-subtitle-wrapper{display:flex;align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-subtitle-wrapper .awpa-subtitle{margin-left:10px;margin-right:10px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6 .awpa-subtitle-wrapper .awpa-upper-dash{width:50px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-center .awpa-title-wrapper{align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-center .awpa-subtitle-wrapper{justify-content:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-left .awpa-title-wrapper{align-items:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-left .awpa-subtitle-wrapper{justify-content:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-right .awpa-title-wrapper{align-items:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-right .awpa-subtitle-wrapper{justify-content:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-right .awpa-subtitle-wrapper .awpa-upper-dash{width:0;border-bottom-width:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style6.awpa-right .awpa-subtitle-wrapper .awpa-lower-dash{width:50px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper{display:flex;flex-direction:column}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper .awpa-title-dash{width:100%}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper .awpa-title-dash.awpa-upper-dash{margin:3px 0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style7 .awpa-title-wrapper .awpa-title-dash.awpa-lower-dash{margin-top:3px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style8 .awpa-subtitle-wrapper .awpa-upper-dash{width:80px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9 .awpa-title-wrapper{display:flex;align-items:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9 .awpa-title-wrapper .awpa-title{margin-left:10px;margin-right:10px}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9 .awpa-title-wrapper .awpa-title-dash{width:15%}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-center .awpa-title-wrapper{justify-content:center}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-left .awpa-title-wrapper{justify-content:flex-start}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-left .awpa-title-wrapper .awpa-title{margin-left:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-left .awpa-title-wrapper .awpa-upper-dash{display:none}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-right .awpa-title-wrapper{justify-content:flex-end}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-right .awpa-title-wrapper .awpa-title{margin-right:0}.awpa-section-header-wrapper .awpa-section-head-wrap.awpa-style9.awpa-right .awpa-title-wrapper .awpa-lower-dash{display:none}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-profile-text{max-width:900px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-profile-text p{margin:0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links{margin:5px 0;padding:0;list-style:none;display:flex;gap:10px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links li{box-sizing:border-box;margin:0;padding:0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links li a{text-decoration:none;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links li a i{display:flex}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color a{color:#fff}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-small,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-small{font-size:20px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-small li,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-small li{height:37px;width:37px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-medium,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-medium{font-size:24px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-medium li,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-medium li{height:42px;width:42px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-large,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-large{font-size:28px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-large li,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-large li{height:48px;width:48px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .facebook a{background-color:#3b5998}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .linkedin a{background-color:#0077b5}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .twitter a{background-color:#000}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .youtube a{background-color:#cd201f}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .instagram a{background-color:#3f729b}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .emailAddress a{background-color:#dd4b39}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-solid .website a{background-color:#ce1126}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border li a{border:1px solid #d7d7d7}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .facebook a{border-color:#3b5998;color:#3b5998}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .linkedin a{border-color:#0077b5;color:#0077b5}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .twitter a{border-color:#000;color:#000}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .youtube a{border-color:#cd201f;color:#cd201f}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .instagram a{border-color:#3f729b;color:#3f729b}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .emailAddress a{border-color:#dd4b39;color:#dd4b39}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-border .website a{border-color:#ce1126;color:#ce1126}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .facebook a{color:#3b5998}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .linkedin a{color:#0077b5}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .twitter a{color:#000}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .youtube a{color:#cd201f}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .instagram a{color:#3f729b}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .emailAddress a{color:#dd4b39}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-none .website a{color:#ce1126}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-square a,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-square a{border-radius:0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-circle a,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-circle a{border-radius:50%}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.awpa-default-official-color.awpa-social-icon-rounded a,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile .awpa-social-links.custom.awpa-social-icon-rounded a{border-radius:3px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-center{text-align:center;display:flex;flex-direction:column;gap:10px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-center .awpa-profile-avatar-wrap{align-self:center}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-center .awpa-profile-content-wrap{display:flex;flex-direction:column;gap:10px;align-items:center}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-center .awpa-social-links{justify-content:center}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left{text-align:left;display:flex;gap:25px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left .awpa-profile-content-wrap{display:flex;flex-direction:column;gap:10px;flex:1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right{text-align:right;display:flex;justify-content:end;gap:25px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right .awpa-profile-avatar-wrap{order:1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right .awpa-profile-content-wrap{display:flex;flex-direction:column;gap:10px;flex:1;align-items:flex-end}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right .awpa-social-links{justify-content:end}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-2 .awpa-profile-content-wrap .awpa-profile-text{order:1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-3 .awpa-profile-content-wrap .awpa-social-links{order:-1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-3.awpa-layout-center .awpa-social-links{margin-top:15px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-3.awpa-layout-left .awpa-social-links,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-3.awpa-layout-right .awpa-social-links{margin-top:0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-4 .awpa-profile-avatar-wrap{display:flex;gap:25px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-4.awpa-layout-center .awpa-profile-avatar-wrap{flex-direction:column;align-items:center}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-4.awpa-layout-center .awpa-profile-avatar-wrap .awpa-social-links{order:-1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-4.awpa-layout-left .awpa-profile-avatar-wrap .awpa-social-links{margin:0;flex-direction:column;order:-1}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-4.awpa-layout-right .awpa-profile-avatar-wrap .awpa-social-links{margin:0;flex-direction:column;align-self:flex-start;order:0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5{row-gap:30px;column-gap:25px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5 .awpa-profile-avatar-wrap{position:relative}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5 .awpa-profile-avatar-wrap .awpa-profile-image-wrap{height:200px;width:310px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5 .awpa-profile-avatar-wrap .awpa-social-links{position:absolute;left:50%;bottom:0;transform:translate(-50%, 50%)}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5 .awpa-profile-avatar-wrap .awpa-social-links a{outline:3px solid currentColor}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5.awpa-layout-left .awpa-profile-avatar-wrap,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-5.awpa-layout-right .awpa-profile-avatar-wrap{align-self:flex-start}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-6 .awpa-profile-image-wrap{height:200px;width:310px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-6.awpa-layout-left,.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-6.awpa-layout-right{row-gap:20px;column-gap:25px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-6 .awpa-social-links{margin-top:25px}@media screen and (max-width: 768px){.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left{flex-direction:column}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left.awpa-layout-3 .awpa-social-links{margin-top:5px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left.awpa-layout-4 .awpa-profile-avatar-wrap{flex-direction:column}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left.awpa-layout-4 .awpa-profile-avatar-wrap .awpa-social-links{flex-direction:row;margin:5px 0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right{flex-direction:column-reverse;align-items:flex-end}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right.awpa-layout-3 .awpa-social-links{margin-top:5px}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right.awpa-layout-4 .awpa-profile-avatar-wrap{flex-direction:column-reverse;align-items:flex-end}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right.awpa-layout-4 .awpa-profile-avatar-wrap .awpa-social-links{flex-direction:row;margin:5px 0}.awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right.awpa-layout-5 .awpa-profile-avatar-wrap{align-self:flex-end}}body.rtl .awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-left{text-align:right}body.rtl .awpa-authorprofile .awpa-section-wrapper .awpa-author-wrapper .awpa-block-profile.awpa-layout-right{text-align:left}
/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.hfe-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
    vertical-align: middle; /* Alignment of icon */
}

/* Icon Svg */
.hfe-icon svg {
    width: 1em;
    height: 1em;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}

/* Scroll to top CSS */
.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
    display: none;
}

.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
    display: none !important;
}

.hfe-scroll-to-top-button {
    position:fixed;
    right:15px;
    bottom:15px;
    z-index:9999;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:50px;
    background-color:#000000;
    color:#fff;
    text-align:center;
    opacity:1;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
}

.hfe-scroll-to-top-button i {
    color:#fff;
    font-size:16px;
}
/* Breadcrumbs CSS */

ul.hfe-breadcrumbs {
    display:block;
    margin:0;
    padding:0;
    list-style:none
}

ul.hfe-breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

ul.hfe-breadcrumbs li:last-child {
    margin:0;
}

ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    display:block;
}

ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    -webkit-transition:all .4s;
    transition:all .4s;
}

span.hfe-breadcrumbs-home-icon{
    margin-right:10px;
    align-content: center;
}

.hfe-breadcrumbs-first a {
    align-content: center;
}

.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
    display: inline-flex;
}

/* Post Info CSS */

ul.hfe-post-info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hfe-post-info-inline.hfe-post-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

li.hfe-post-info-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

li.hfe-post-info-item,
li.hfe-post-info-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-right: 8px;
    margin-left: 8px;
}

.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
    position: relative;
    right: -8px;
}

.hfe-post-info-inline.hfe-post-info-items {
    margin-right: -8px;
    margin-left: -8px;
}

.hfe-post-info-icon svg {
    display: block;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
    position: relative;
}


/* Info Card CSS */
.hfe-icon-wrap .hfe-icon svg {
    height: 100%;
    width: 100%;
}
body .elementor .hfe-button-wrapper a {
    text-decoration: none;
}
.hfe-button-wrapper {
    border-radius: 3px;
}


.hfe-reading-progress-bar{
    height: 4px;
}@charset "UTF-8";.premium-lq__glass1.pa-txt-sc__item-container,.premium-lq__glass1.premium-mega-content-container,.premium-lq__glass1.premium-menu-link,.premium-lq__glass1.premium-sub-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-lq__glass1 .countdown-amount,.premium-lq__glass1 .premium-button,.premium-lq__glass1 .premium-dual-header-first-span,.premium-lq__glass1 .wrap-cover .fields-in-cover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-box-lq__glass1 .premium-dual-header-second-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-con-lq__glass1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-con-lq__glass1-hover:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-lq__glass2.pa-txt-sc__item-container,.premium-lq__glass2.premium-mega-content-container,.premium-lq__glass2.premium-menu-link,.premium-lq__glass2.premium-sub-menu{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-lq__glass2 .countdown-amount,.premium-lq__glass2 .premium-button,.premium-lq__glass2 .premium-dual-header-first-span,.premium-lq__glass2 .wrap-cover .fields-in-cover{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-box-lq__glass2 .premium-dual-header-second-header{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-con-lq__glass2{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-con-lq__glass2-hover:hover{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.premium-lq__glass3.pa-txt-sc__item-container,.premium-lq__glass3.premium-mega-content-container,.premium-lq__glass3.premium-menu-link,.premium-lq__glass3.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .countdown-amount,.premium-lq__glass3 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass3 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass3 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1);isolation:isolate}.premium-box-lq__glass3 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-con-lq__glass3{isolation:isolate;-webkit-backdrop-filter:blur(8px) url(#glass-distortion1);backdrop-filter:blur(8px) url(#glass-distortion1)}.premium-lq__glass4.pa-txt-sc__item-container,.premium-lq__glass4.premium-mega-content-container,.premium-lq__glass4.premium-menu-link,.premium-lq__glass4.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass4 .countdown-amount,.premium-lq__glass4 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass4 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass4 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2);isolation:isolate}.premium-lq__glass4 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-box-lq__glass4 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-con-lq__glass4{isolation:isolate;-webkit-backdrop-filter:blur(10px) url(#glass-distortion2);backdrop-filter:blur(10px) url(#glass-distortion2)}.premium-lq__glass5.pa-txt-sc__item-container,.premium-lq__glass5.premium-mega-content-container,.premium-lq__glass5.premium-menu-link,.premium-lq__glass5.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .countdown-amount,.premium-lq__glass5 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass5 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass5 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3);isolation:isolate}.premium-box-lq__glass5 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-con-lq__glass5{isolation:isolate;-webkit-backdrop-filter:blur(6px) url(#glass-distortion3);backdrop-filter:blur(6px) url(#glass-distortion3)}.premium-lq__glass6.pa-txt-sc__item-container,.premium-lq__glass6.premium-mega-content-container,.premium-lq__glass6.premium-menu-link,.premium-lq__glass6.premium-sub-menu{overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .countdown-amount,.premium-lq__glass6 .wrap-cover .fields-in-cover{position:relative;overflow:hidden!important;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .premium-dual-header-first-span{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-lq__glass6 .premium-button{position:relative;overflow:hidden!important;isolation:isolate}.premium-lq__glass6 .premium-button:after{content:"";position:absolute;inset:0;z-index:-1;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4);isolation:isolate}.premium-box-lq__glass6 .premium-dual-header-second-header{position:relative;isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-con-lq__glass6{isolation:isolate;-webkit-backdrop-filter:blur(24px) url(#glass-distortion4);backdrop-filter:blur(24px) url(#glass-distortion4)}.premium-world-clock__skin-1 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-5 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-6 [class*=glass].premium-world-clock__time-wrapper,.premium-world-clock__skin-7 [class*=glass].premium-world-clock__time-wrapper{border-radius:50%}[class*=glass].premium-atext__text{display:inline-block}.premium-lq__shadow1{box-shadow:0 0 15px 0 rgba(255,255,255,.6) inset!important}.premium-lq__shadow2{box-shadow:0 0 20px 0 rgba(255,255,255,.65) inset!important}.premium-lq__shadow3{box-shadow:0 0 15px 0 rgba(255,255,255,.7) inset!important}.premium-lq__shadow4{box-shadow:0 20px 15px -5px rgba(255,255,255,.5) inset!important}.premium-lq__shadow5{box-shadow:0 0 30px 1px rgba(255,255,255,.7) inset!important}.premium-lq__shadow6{box-shadow:0 -20px 25px -15px rgba(255,255,255,.5) inset!important}.elementor-widget-premium-addon-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative;z-index:1;overflow:hidden;margin:0;text-align:center}.premium-banner-ib img{display:block;position:relative;min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s;border:none;padding:0;margin:0}.premium-banner-img-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib .premium-banner-ib-desc{padding:15px;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:0 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px;position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:start}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(-40px,0,0) scale(1.1);transform:translate3d(-40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;inset-inline-start:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;inset-inline-start:0;padding:15px;width:100%;text-align:start;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0;top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;inset-inline:30px;bottom:50px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;inset-inline-start:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;bottom:30px;inset-inline:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";inset-inline:30px;bottom:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:start}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(-webkit-calc(5deg * var(--translate-inline)));transform:translate3d(0,0,0) scale(1.2) rotate(calc(5deg * var(--translate-inline)))}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:start}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;inset-inline-start:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-101%,0,0);transform:translate3d(-101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{left:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{inset-inline-start:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{inset-inline-end:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{inset-inline-end:-webkit-calc(100% - 150px);inset-inline-end:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{inset-inline-start:-webkit-calc(100% - 150px);inset-inline-start:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{inset-inline-end:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{inset-inline-start:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;inset-inline-start:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;inset-inline-start:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;inset-inline-start:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;inset-inline-start:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.scale img,.premium-banner-animation10.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);background-image:-webkit-linear-gradient(40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(50deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-ib-content p img{min-width:unset!important;max-width:none!important;width:auto!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:inline}.premium-banner-link{display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.rtl .premium-banner-ib,.rtl .wpb_column>.wpb_wrapper .premium-banner-ib{margin-bottom:0}.rtl .premium-banner-animation1 img{-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}.rtl .premium-banner-ib a.premium-banner-ib-link{background:100% 0}.rtl .premium-banner-animation1.scale img,.rtl .premium-banner-animation1.zoomout img{-webkit-transform:translate3d(40px,0,0) scale(1.1);transform:translate3d(40px,0,0) scale(1.1)}.rtl .premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .premium-banner-animation4 .premium-banner-ib-title,.rtl .premium-banner-animation4 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation4.active .premium-banner-ib-title,.rtl .premium-banner-animation4:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation2.scale:hover img,.rtl .premium-banner-animation5.scale:hover img,.rtl .premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.rtl .premium-banner-animation13 img{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.rtl .premium-banner-animation13 .premium-banner-ib-content,.rtl .premium-banner-animation13 .premium-banner-read-more{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.rtl .premium-banner-animation13 .premium-banner-ib-title::after{-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}.rtl .premium-banner-animation13.active .premium-banner-ib-title::after,.rtl .premium-banner-animation13.active .premium-banner-read-more,.rtl .premium-banner-animation13:hover .premium-banner-ib-content,.rtl .premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.rtl .premium-banner-animation7 .premium-banner-ib-title,.rtl .premium-banner-animation7 img,.rtl .premium-banner-animation8 .premium-banner-ib-title,.rtl .premium-banner-animation8 img{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation7.active .premium-banner-ib-title,.rtl .premium-banner-animation7:hover .premium-banner-ib-title,.rtl .premium-banner-animation8.active .premium-banner-ib-title,.rtl .premium-banner-animation8:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation4.scale img,.rtl .premium-banner-animation4.zoomout img,.rtl .premium-banner-animation7.scale img,.rtl .premium-banner-animation7.zoomout img,.rtl .premium-banner-animation8.scale img,.rtl .premium-banner-animation8.zoomout img{-webkit-transform:translate3d(30px,0,0) scale(1.1);transform:translate3d(30px,0,0) scale(1.1)}.rtl .premium-banner-animation13.scale img,.rtl .premium-banner-animation13.zoomout img{-webkit-transform:translate3d(10px,0,0) scale(1.1);transform:translate3d(10px,0,0) scale(1.1)}.rtl .premium-banner-animation9 .premium-banner-ib-desc::after,.rtl .premium-banner-animation9 .premium-banner-ib-desc::before{-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.rtl .premium-banner-animation9.active .premium-banner-ib-desc::before,.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::before{-webkit-transform:translate3d(50%,-50%,0) rotate(-45deg);transform:translate3d(50%,-50%,0) rotate(-45deg)}.rtl .premium-banner-animation9.active .premium-banner-ib-desc::after,.rtl .premium-banner-animation9:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(50%,-50%,0) rotate(45deg);transform:translate3d(50%,-50%,0) rotate(45deg)}.rtl .premium-banner-animation11 .premium-banner-ib-desc{-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}.rtl .premium-banner-animation11 .premium-banner-gradient:after,.rtl .premium-banner-animation11 .premium-banner-gradient:before{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);background-image:-webkit-linear-gradient(130deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(-40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%)}.rtl .premium-banner-animation11.active .premium-banner-ib-desc,.rtl .premium-banner-animation11:hover .premium-banner-ib-desc{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.rtl .premium-banner-animation11.active .premium-banner-gradient:after,.rtl .premium-banner-animation11.active .premium-banner-gradient:before,.rtl .premium-banner-animation11:hover .premium-banner-gradient:after,.rtl .premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-blog-thumb-effect-wrapper{position:relative;overflow:hidden}.premium-blog-thumb-effect-wrapper span{display:none}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay{opacity:1}.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2;padding:20px}.premium-blog-bordered-effect .premium-blog-post-link{display:block;height:100%;position:relative}.premium-blog-wrap .premium-blog-thumbnail-container{overflow:hidden}.premium-blog-wrap .premium-blog-thumbnail-container .below-entry-meta,.premium-blog-wrap .premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:block}.premium-blog-thumbnail-overlay{opacity:0}.premium-blog-scale-effect img,.premium-blog-zoomout-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-sepia-effect img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-blog-bright-effect img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-blog-trans-effect img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-blog-post-outer-container:hover .premium-blog-gray-effect img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-blog-post-outer-container:hover .premium-blog-blur-effect img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-blog-post-outer-container:hover .premium-blog-bright-effect img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-blog-post-outer-container:hover .premium-blog-trans-effect img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-blog-post-container{overflow:hidden}.premium-blog-post-container .premium-blog-inner-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-blog-post-container .premium-blog-post-content{line-height:1.5em;color:#777;font-size:14px;margin-bottom:10px}.premium-blog-post-container .premium-blog-post-link:focus,.premium-blog-post-container .premium-blog-post-link:hover,.premium-blog-post-container ul.post-categories a:focus,.premium-blog-post-container ul.post-categories a:hover{box-shadow:none!important;outline:0!important}.premium-blog-post-container .premium-blog-entry-title{font-size:18px;margin-bottom:5px}.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper{position:relative;z-index:3;top:-50px}.premium-blog-post-container .premium-blog-content-wrapper{background-color:#f5f5f5;padding:30px}.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb{top:0}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{inset-inline-start:50%;position:absolute;content:"";z-index:1;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s;height:1px;width:100%;background-color:#fff}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{width:1px;height:100%}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:after{width:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner):hover .premium-blog-thumbnail-container:before{height:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper{margin:0 10px 20px;clear:both}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-side{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container{height:100%}.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper{-webkit-flex:1;-ms-flex:1;flex:1}.premium-blog-post-container.premium-blog-skin-banner{position:relative}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{position:absolute;width:100%;bottom:-5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper{bottom:0}.premium-blog-post-container .premium-blog-cats-container ul.post-categories{margin:0;padding:0;list-style:none;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-cats-container a{display:block;font-size:12px;color:#fff;background-color:#777;margin:0 3px 10px 0;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-diagonal-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-blog-diagonal-effect:before{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;content:" ";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-blog-framed-effect{position:absolute;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);top:15px;inset-inline-start:15px;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-post-outer-container:hover .premium-blog-framed-effect{opacity:.99;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-bordered-effect{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;padding:15px;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-bordered-effect .premium-blog-post-link:before{content:"";display:block;position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;-webkit-transition-delay:0s;transition-delay:0s;border-color:rgba(255,255,255,.45)}.premium-blog-bordered-effect .premium-blog-post-link:before{border-right:2px solid;border-left:2px solid;-webkit-border-end:2px solid;border-inline-end:2px solid;-webkit-border-start:2px solid;border-inline-start:2px solid;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-blog-bordered-effect .premium-blog-post-link:after{border-top:2px solid;border-bottom:2px solid;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-blog-bordered-effect:hover{opacity:.99}.premium-blog-bordered-effect:hover .premium-blog-post-link:after,.premium-blog-bordered-effect:hover .premium-blog-post-link:before{-webkit-transition-delay:.15s;transition-delay:.15s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-squares-effect,.premium-blog-squares-square-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-blog-squares-effect:after,.premium-blog-squares-effect:before{position:absolute;content:"";top:0;inset-inline-start:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{transition:all .3s linear 0s;position:absolute;content:"";top:0;inset-inline-start:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s}.premium-blog-squares-effect:after{-webkit-transform:translate(200%,200%);-ms-transform:translate(200%,200%);transform:translate(200%,200%)}.premium-blog-squares-square-container:before{-webkit-transform:translate(-100%,200%);-ms-transform:translate(-100%,200%);transform:translate(-100%,200%)}.premium-blog-squares-square-container:after{-webkit-transform:translate(200%,-100%);-ms-transform:translate(200%,-100%);transform:translate(200%,-100%)}.premium-blog-squares-effect:hover:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.premium-blog-squares-effect:hover:after{-webkit-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(100%,100%) scaleY(1.003) scaleX(1.003)}.premium-blog-squares-effect:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-blog-squares-effect:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.premium-blog-clear-fix{clear:both}.premium-blog-masked .premium-blog-thumbnail-container{position:relative;overflow:visible}.premium-blog-masked .premium-blog-thumbnail-container svg{position:absolute;height:100px;width:100%;bottom:-5px;inset-inline-start:0;fill:#f5f5f5;z-index:99}.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-blog-masked .premium-blog-author-thumbnail,.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper{z-index:999!important}.premium-blog-format-link{padding:5px;line-height:0}.premium-blog-entry-meta{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.premium-blog-entry-meta i{-webkit-margin-end:3px;margin-inline-end:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-meta-data{display:inline-block}.premium-blog-meta-data .premium-blog-meta-separator{margin:0 5px}.premium-blog-meta-data a,.premium-blog-meta-data span{color:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-author-thumbnail{position:relative;padding:0 30px;width:100%;top:-10px;height:0;pointer-events:none}.premium-blog-author-thumbnail img{border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-blog-entry-title a,.premium-blog-post-content .premium-blog-excerpt-link,.premium-blog-post-tags-container a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{background-color:transparent;color:#54595f;padding:0}.premium-blog-cta-full-yes .premium-blog-excerpt-link{width:100%}.premium-blog-post-tags-container{margin-top:8px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-post-tags-container a{color:inherit;-webkit-margin-start:5px;margin-inline-start:5px}.premium-blog-align-left .post-categories,.premium-blog-align-left .premium-blog-post-tags-container{-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.premium-blog-align-left .premium-blog-inner-container{-webkit-align-items:start;-ms-flex-align:start;align-items:start}.premium-blog-align-center .post-categories,.premium-blog-align-center .premium-blog-post-tags-container{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-blog-align-center .premium-blog-inner-container{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-blog-align-right .post-categories,.premium-blog-align-right .premium-blog-post-tags-container{-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.premium-blog-align-right .premium-blog-inner-container{-webkit-align-items:end;-ms-flex-align:end;align-items:end}.premium-blog-wrap .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;inset:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-blog-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-wrap ul.slick-dots{width:100%}.premium-blog-pagination-container{text-align:right}.premium-blog-pagination-container span{cursor:default}.premium-blog-pagination-container .page-numbers{display:inline-block;border:none;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 .4em .4em 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-list .premium-blog-post-outer-container{width:100%}.premium-blog-even .premium-blog-post-container{height:100%}.premium-blog-even .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-blog-even .slick-slide{height:inherit!important}.premium-blog-filter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-blog-filter .premium-blog-filters-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-filter ul.premium-blog-filters-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li{list-style:none;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:768px){.premium-blog-post-container:not(.premium-blog-skin-banner) .premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-skin-side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.rtl .premium-blog-trans-effect img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-blog-post-container .premium-blog-inner-container{direction:rtl}.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.rtl .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.rtl .premium-blog-post-container .premium-blog-cats-container a{margin:0 0 10px 3px}.rtl .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-blog-post-outer-container:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.rtl .premium-blog-bordered-effect .premium-blog-post-link:before{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.rtl .premium-blog-bordered-effect .premium-blog-post-link:after{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.rtl .premium-blog-squares-effect:after,.rtl .premium-blog-squares-effect:before,.rtl .premium-blog-squares-square-container:after,.rtl .premium-blog-squares-square-container:before{-webkit-transform:translate(100%,-100%);-ms-transform:translate(100%,-100%);transform:translate(100%,-100%)}.rtl .premium-blog-squares-effect:after{-webkit-transform:translate(-200%,200%);-ms-transform:translate(-200%,200%);transform:translate(-200%,200%)}.rtl .premium-blog-squares-square-container:before{-webkit-transform:translate(100%,200%);-ms-transform:translate(100%,200%);transform:translate(100%,200%)}.rtl .premium-blog-squares-square-container:after{-webkit-transform:translate(-200%,-100%);-ms-transform:translate(-200%,-100%);transform:translate(-200%,-100%)}.rtl .premium-blog-squares-effect:hover:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.rtl .premium-blog-squares-effect:hover:after{-webkit-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(-100%,100%) scaleY(1.003) scaleX(1.003)}.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}.rtl .premium-blog-wrap.slick-slider .slick-list,.rtl .premium-blog-wrap.slick-slider .slick-track{direction:ltr}.premium-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style3-before i,.premium-button-style3-before svg{opacity:0;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-button-style3-after i,.premium-button-style3-after svg{opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.premium-button-style3-after:hover i,.premium-button-style3-after:hover svg{opacity:1}.premium-button-style3-before:hover i,.premium-button-style3-before:hover svg{opacity:1}.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper{width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper i,.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper span,.elementor-widget-premium-addon-button .premium-button-text-icon-wrapper svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper.top{bottom:-100%;inset-inline-start:0}.premium-button-style4-icon-wrapper.bottom{top:-100%;inset-inline-start:0}.premium-button-style4-icon-wrapper.left{top:0;inset-inline-start:-100%}.premium-button-style4-icon-wrapper.right{top:0;inset-inline-end:-100%}.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper{top:0;opacity:1}.premium-button-style4-top:hover .premium-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-button-style4-left:hover .premium-button-style4-icon-wrapper{inset-inline-start:0;opacity:1}.premium-button-style4-right:hover .premium-button-style4-icon-wrapper{inset-inline-end:0;opacity:1}.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-button-style4-top:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.rtl .premium-button-style3-after i,.rtl .premium-button-style3-after svg{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.rtl .premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.rtl .premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;box-shadow:none}.premium-carousel-wrapper a.carousel-arrow svg,.premium-carousel-wrapper a.ver-carousel-arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.slick-arrow:hover{box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-carousel-wrapper a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-decoration:none}.premium-carousel-wrapper a.ver-carousel-arrow{inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-carousel-dots-above ul.slick-dots{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px;outline:0!important}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{position:relative;z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;right:0;bottom:0;left:0;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15);-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-carousel-nav-fraction{text-align:center;position:relative}.premium-carousel-nav-progressbar{width:100%;height:20px;left:0;background-color:rgba(0,0,0,.25);text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill{background:#6ec1e4;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.premium-carousel-nav-progress{position:relative;text-align:left;overflow:hidden;height:20px;background-color:rgba(0,0,0,.25)}.premium-carousel-nav-progress .premium-carousel-nav-progress-fill{width:0%;height:100%;font-size:12px;background:#6ec1e4;text-align:center;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);position:absolute;overflow:hidden;line-height:20px;-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-cf-anim-yes .wpcf7-span::after{display:block;height:2px;content:"";top:-2px;position:relative;width:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-cf-anim-yes .wpcf7-span.is-focused::after{width:100%;background-color:#4d7bfb}.premium-cf-anim-middle-yes .wpcf7-span::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-cf-anim-label .wpcf7-form-control::-webkit-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-webkit-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control:-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control:-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::-webkit-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-webkit-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control:-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control:-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::-ms-input-placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::-ms-input-placeholder{color:transparent!important}.premium-cf-anim-label .wpcf7-form-control::placeholder,.premium-cf-anim-label-pos-back .wpcf7-form-control::placeholder{color:transparent!important}.premium-cf-anim-label .cf7-text-input-label,.premium-cf-anim-label-pos-back .cf7-text-input-label{position:relative;z-index:2;-webkit-transform:translateX(10px) translateY(30px);-ms-transform:translateX(10px) translateY(30px);transform:translateX(10px) translateY(30px);opacity:.3;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-cf-anim-label .input-focused .cf7-text-input-label,.premium-cf-anim-label-pos-back .input-focused .cf7-text-input-label{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;opacity:1}.premium-cf-anim-css-filters label,.premium-cf-anim-label-letter label{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7-span.is-focused input{outline:0}.premium-cf-full{width:100%}.premium-cf-half{width:-webkit-calc(50% - 5px);width:calc(50% - 5px)}.premium-cf7-container .wpcf7-form div,.premium-cf7-container .wpcf7-form p{margin:0}.premium-cf7-container .wpcf7-radio{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-cf7-container .wpcf7-radio .wpcf7-list-item{margin:0 15px 0 0}.premium-cf7-container .wpcf7-form-control:focus{border-color:#e3e3e3;outline:0}.premium-cf7-container input.wpcf7-submit{font-size:16px;color:#fff;background-color:#4d7bfb;border:1px solid #4d7bfb;font-weight:900;border-radius:0;text-decoration:none;box-shadow:none;margin-top:10px;padding:10px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-cf7-container label{color:#272727;font-size:16px;font-weight:400;margin-bottom:5px}.premium-cf7-container .wpcf7-text,.premium-cf7-container .wpcf7-textarea{color:#272727}.premium-cf7-container .wpcf7-form-control::-webkit-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control:-ms-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control::-ms-input-placeholder{color:#363636}.premium-cf7-container .wpcf7-form-control::placeholder{color:#363636}.premium-cf7-container .wpcf7-spinner{display:none;margin:10px}.premium-cf7-container form.submitting .wpcf7-spinner{display:block}.premium-cf7-container .wpcf7-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox],.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:0;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox]::before,.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]{border-radius:50%}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]::before{border-radius:50%}.premium-cf7-cselect-yes .premium-cf7-container input[type=radio]:checked::before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.premium-cf-head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-cf7-placeholder-hide-yes input::-webkit-input-placeholder,.premium-cf7-placeholder-hide-yes textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input::-moz-placeholder,.premium-cf7-placeholder-hide-yes textarea::-moz-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input:-ms-input-placeholder,.premium-cf7-placeholder-hide-yes textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.premium-cf7-placeholder-hide-yes input:-moz-placeholder,.premium-cf7-placeholder-hide-yes textarea:-moz-placeholder{opacity:0;visibility:hidden}.premium-cf7-button-fwidth-yes .premium-cf-submit,.premium-cf7-button-fwidth-yes input.wpcf7-submit{width:100%}.premium-cf7-button-align-left p.premium-cf-submit{margin:0}.premium-cf7-button-align-center p.premium-cf-submit{margin:0 auto}.premium-cf7-button-align-right p.premium-cf-submit{margin:0 0 0 auto}.elementor-widget-premium-contact-form:not(.premium-cf__preset1) label{padding-top:10px}.elementor-widget-premium-contact-form[class*=__preset] .wpcf7-textarea{height:130px}.premium-cf__preset1 .wpcf7-text,.premium-cf__preset1 .wpcf7-textarea{padding:10px;border:1px solid #e3e3e3;border-radius:0}.premium-cf__preset2 .wpcf7-text,.premium-cf__preset2 .wpcf7-textarea,.premium-cf__preset3 .wpcf7-text,.premium-cf__preset3 .wpcf7-textarea,.premium-cf__preset4 .wpcf7-text,.premium-cf__preset4 .wpcf7-textarea{padding:7px 0 7px 10px;border:none;border-bottom:1px solid #e3e3e3;border-radius:0}.premium-cf__preset5 .wpcf7-text,.premium-cf__preset5 .wpcf7-textarea,.premium-cf__preset6 .wpcf7-text,.premium-cf__preset6 .wpcf7-textarea{padding:7px 0 7px 10px;border:1px solid #e3e3e3;border-radius:0}.premium-cf__preset5 .wpcf7-select,.premium-cf__preset6 .wpcf7-select{border:1px solid #e3e3e3}.rtl .premium-cf7-container .wpcf7-radio .wpcf7-list-item{margin:0 0 0 15px}.rtl .premium-cf__preset5 .wpcf7-text,.rtl .premium-cf__preset5 .wpcf7-textarea,.rtl .premium-cf__preset6 .wpcf7-text,.rtl .premium-cf__preset6 .wpcf7-textarea{padding:7px 10px 7px 0;border:1px solid #e3e3e3;border-radius:0}.premium-countdown{display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:-webkit-flex;display:-ms-flexbox;display:flex}.countdown .countdown-section{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-right:0}.countdown .countdown-amount{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 10px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.countdown-period{width:100%}.countdown-period span{display:block}.premium-countdown-inline .countdown-section{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-countdown-inline .countdown-period{margin-left:10px}.premium-countdown-inline .premium-countdown-featured .countdown-period{width:unset!important}.premium-countdown-block .countdown-section,.premium-countdown-uinside-yes .countdown-section{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-countdown-block .countdown-digit-separator,.premium-countdown-uinside-yes .countdown-digit-separator{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-countdown-block .premium-countdown-label,.premium-countdown-uinside-yes .premium-countdown-label{width:100%}.premium-countdown-uinside-yes .countdown-amount{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.countdown-digit-separator{display:-webkit-flex;display:-ms-flexbox;display:flex}.countdown-circle-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.countdown-circle-wrap .countdown-svg{width:100%;height:100%}.premium-countdown-circle .countdown-amount{border-radius:100%}.premium-countdown-flipping{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-countdown-flipping .countdown_separator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.premium-countdown-flipping .flip-unit-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.premium-countdown-block .flip-unit{position:absolute;top:100%;left:50%;width:100%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.premium-countdown-featured .countdown-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-countdown-featured .countdown-section:first-child{width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-countdown-featured .countdown-section:first-child .countdown-amount{height:auto!important}.premium-countdown-featured .countdown-section:first-child .countdown-period span{width:unset!important}.premium-countdown-featured .countdown-section:first-child .countdown_separator{display:none}.countdown-separator-circle{width:3px;height:3px;background-color:#000;border-radius:100%}.premium-countdown-exp-message.premium-addons__v-hidden{display:none}.premium-counter-area{padding:10px 0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{-webkit-padding-start:20px;padding-inline-start:20px}.premium-counter-area.left .premium-counter-icon{-webkit-padding-end:20px;padding-inline-end:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title p{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-init-wrapper.row{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:right}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-dual-header-first-header,.premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-first-header,.premium-dual-header-second-header{word-wrap:break-word}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}.premium-title-first-noise-yes .premium-dual-header-first-span{position:relative}.premium-title-first-noise-yes .premium-dual-header-first-span::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-first-noise-yes .premium-dual-header-first-span::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header{position:relative}.premium-title-second-noise-yes .premium-dual-header-second-header::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-second-noise-yes .premium-dual-header-second-header::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-header-inline[class*=noise-yes] .premium-dual-header-first-span,.premium-header-inline[class*=noise-yes] .premium-dual-header-second-header,.premium-mask-yes.premium-header-inline .premium-dual-header-first-span,.premium-mask-yes.premium-header-inline .premium-dual-header-second-header{display:inline-block!important}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-title-first-wave-yes .premium-dual-header-first-span{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-second-wave-yes .premium-dual-header-second-clip{background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,45px,0)}5%{clip:rect(88px,9999px,39px,0)}10%{clip:rect(81px,9999px,75px,0)}15%{clip:rect(38px,9999px,42px,0)}20%{clip:rect(62px,9999px,51px,0)}25%{clip:rect(5px,9999px,36px,0)}30%{clip:rect(9px,9999px,29px,0)}35%{clip:rect(17px,9999px,85px,0)}40%{clip:rect(97px,9999px,36px,0)}45%{clip:rect(9px,9999px,31px,0)}50%{clip:rect(94px,9999px,74px,0)}55%{clip:rect(53px,9999px,75px,0)}60%{clip:rect(2px,9999px,36px,0)}65%{clip:rect(24px,9999px,56px,0)}70%{clip:rect(45px,9999px,5px,0)}75%{clip:rect(75px,9999px,21px,0)}80%{clip:rect(9px,9999px,39px,0)}85%{clip:rect(56px,9999px,89px,0)}90%{clip:rect(53px,9999px,7px,0)}95%{clip:rect(86px,9999px,84px,0)}100%{clip:rect(63px,9999px,37px,0)}}@-webkit-keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}@keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,66px,0)}5%{clip:rect(19px,9999px,36px,0)}10%{clip:rect(17px,9999px,46px,0)}15%{clip:rect(46px,9999px,63px,0)}20%{clip:rect(28px,9999px,1px,0)}25%{clip:rect(64px,9999px,16px,0)}30%{clip:rect(58px,9999px,24px,0)}35%{clip:rect(18px,9999px,79px,0)}40%{clip:rect(61px,9999px,67px,0)}45%{clip:rect(63px,9999px,57px,0)}50%{clip:rect(59px,9999px,10px,0)}55%{clip:rect(20px,9999px,93px,0)}60%{clip:rect(49px,9999px,89px,0)}65%{clip:rect(70px,9999px,59px,0)}70%{clip:rect(70px,9999px,82px,0)}75%{clip:rect(82px,9999px,20px,0)}80%{clip:rect(25px,9999px,37px,0)}85%{clip:rect(76px,9999px,53px,0)}90%{clip:rect(2px,9999px,23px,0)}95%{clip:rect(9px,9999px,39px,0)}100%{clip:rect(41px,9999px,55px,0)}}.premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text,.premium-atext__switch .premium-fancy-item-hidden{opacity:0}.premium-atext__wrapper{position:relative}.premium-atext__wrapper>a{position:absolute;inset:0;z-index:9}.premium-atext__wrapper>a span{display:none}.premium-atext__wrapper .premium-fancy-list-items{list-style:none}.premium-atext__wrapper .premium-atext__span-align{vertical-align:top}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-atext__headline{display:block;font-size:43px}.premium-atext__clip .premium-fancy-item-visible{position:relative!important}.premium-atext__clip .premium-atext__items-wrapper{display:inline-block;overflow:hidden;vertical-align:top}.premium-atext__clip .premium-atext__items-wrapper::after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.premium-atext__zoomout .premium-fancy-item-hidden{-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-atext__zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-atext__zoomout .premium-atext__items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-atext__rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-atext__rotate .premium-fancy-item-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-atext__rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-atext__custom .premium-fancy-item-visible{position:relative!important}.premium-atext__auto-fade .premium-atext__text{display:inline-block;width:200px;font-weight:400}.premium-atext__auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-atext__auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-atext__auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-atext__auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-atext__auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-atext__highlight .premium-atext__text{display:inline-block}.premium-atext__paused-yes:hover .premium-atext__letter,.premium-atext__paused-yes:hover .premium-atext__text,.premium-atext__paused-yes:hover .text{-webkit-animation-play-state:paused;animation-play-state:paused}.premium-atext__shadow .premium-atext__text{-webkit-animation:pa-text-shadow 1.5s ease-in-out infinite;animation:pa-text-shadow 1.5s ease-in-out infinite}.premium-atext__pattern .premium-atext__text{text-shadow:.03em .03em 0 var(--pa-atext-fc);position:relative;z-index:1}.premium-atext__pattern .premium-atext__text::after{content:attr(data-text);position:absolute;top:.07em;left:.07em;z-index:-1;text-shadow:none;background-image:-webkit-linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-image:linear-gradient(45deg,transparent 45%,var(--pa-atext-sc) 45%,#eae8e0 55%,transparent 0);background-size:.05em .05em;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:pa-pattern 15s linear infinite;animation:pa-pattern 15s linear infinite}.premium-atext__fill .premium-atext__text{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-size:300% 300%!important;-webkit-animation:pa-fill 10s ease-in-out infinite;animation:pa-fill 10s ease-in-out infinite}.premium-atext__tilt{opacity:0}.premium-atext__tilt .premium-atext__letter{display:inline-block;-webkit-animation:pa-tilt 1s forwards ease-in-out infinite;animation:pa-tilt 1s forwards ease-in-out infinite}.premium-atext__flip .premium-atext__letter{display:inline-block;-webkit-animation:pa-flip 1s forwards ease-in-out infinite;animation:pa-flip 1s forwards ease-in-out infinite}.premium-atext__wave .premium-atext__letter{display:inline-block;-webkit-animation:pa-wave 1s backwards ease-in-out infinite;animation:pa-wave 1s backwards ease-in-out infinite}.premium-atext__pop .premium-atext__letter{display:inline-block;-webkit-animation:pa-pop 1s forwards ease-in-out infinite;animation:pa-pop 1s forwards ease-in-out infinite}.premium-atext__lines .text{fill:none;stroke-width:1;stroke-linejoin:round;stroke-dasharray:60 330;stroke-dashoffset:0;-webkit-animation:pa-lines 3s infinite linear;animation:pa-lines 3s infinite linear}.premium-atext__lines .text:nth-child(5n+1){stroke:var(--pa-atext-fc);-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.premium-atext__lines .text:nth-child(5n+2){stroke:var(--pa-atext-sc);-webkit-animation-delay:-2.4s;animation-delay:-2.4s}.premium-atext__lines .text:nth-child(5n+3){stroke:var(--pa-atext-tc);-webkit-animation-delay:-3.6s;animation-delay:-3.6s}.premium-atext__lines .text:nth-child(5n+4){stroke:var(--pa-atext-foc);-webkit-animation-delay:-4.8s;animation-delay:-4.8s}.premium-atext__lines .text:nth-child(5n+5){stroke:var(--pa-atext-fic);-webkit-animation-delay:-6s;animation-delay:-6s}.premium-atext__underline .premium-atext__text{position:relative;z-index:1}.premium-atext__underline .premium-atext__text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10px;background-color:#ff0;z-index:-1}.premium-atext__shape .premium-atext__text{position:relative}.premium-atext__shape .premium-atext__text svg{position:absolute;top:50%;left:50%;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);height:-webkit-calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.premium-atext__shape .premium-atext__text svg path{stroke:#3baede;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;-webkit-transition:.3s;transition:.3s}.premium-atext__shape.draw-shape svg path{-webkit-animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1;animation:pa-shape-draw var(--pa-animation-duration,1.2s) forwards ease 1}.premium-atext__shape.draw-shape svg path:nth-of-type(2){-webkit-animation-delay:-webkit-calc(var(--pa-animation-duration,1.2s)/ 2);animation-delay:calc(var(--pa-animation-duration,1.2s)/ 2)}.premium-atext__shape.hide-shape svg path{opacity:1;stroke-dasharray:1500 1500;-webkit-animation:pa-shape-hide .4s forwards ease 1;animation:pa-shape-hide .4s forwards ease 1}.premium-atext__reveal .premium-atext__text{color:transparent!important;-webkit-background-clip:text;background-clip:text;background-repeat:repeat-x;-webkit-animation:pa-reveal 2s forwards ease-in-out infinite;animation:pa-reveal 2s forwards ease-in-out infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.premium-atext__loading-yes .premium-atext__text{position:relative}.premium-atext__loading-yes .premium-atext__text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@keyframes pa-text-shadow{0%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}20%{-webkit-transform:translateY(-1em);transform:translateY(-1em);text-shadow:0 .125em 0 var(--pa-atext-fc),0 .25em 0 var(--pa-atext-sc),0 -.125em 0 var(--pa-atext-tc),0 -.25em 0 var(--pa-atext-foc)}40%{-webkit-transform:translateY(.5em);transform:translateY(.5em);text-shadow:0 -.0625em 0 var(--pa-atext-fc),0 -.125em 0 var(--pa-atext-sc),0 .0625em 0 var(--pa-atext-tc),0 .125em 0 var(--pa-atext-foc)}60%{-webkit-transform:translateY(-.25em);transform:translateY(-.25em);text-shadow:0 .03125em 0 var(--pa-atext-fc),0 .0625em 0 var(--pa-atext-sc),0 -.03125em 0 var(--pa-atext-tc),0 -.0625em 0 var(--pa-atext-foc)}80%{-webkit-transform:translateY(0);transform:translateY(0);text-shadow:0 0 0 var(--pa-atext-fc),0 0 0 var(--pa-atext-sc),0 0 0 var(--pa-atext-tc),0 0 0 var(--pa-atext-foc)}}@-webkit-keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@keyframes pa-pattern{0%{background-position:0 0}0%{background-position:100% -100%}}@-webkit-keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes pa-fill{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@-webkit-keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@keyframes pa-tilt{0%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(15deg);transform:rotateZ(15deg)}100%{-webkit-transform:rotateZ(-15deg);transform:rotateZ(-15deg)}}@-webkit-keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes pa-flip{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}50%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0);transform:rotateX(0)}}@-webkit-keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@keyframes pa-wave{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}}@-webkit-keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@keyframes pa-pop{0%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}50%{-webkit-transform:rotateZ(-5deg) scale(1) translateY(-.5em);transform:rotateZ(-5deg) scale(1) translateY(-.5em);opacity:1}100%{-webkit-transform:rotateZ(5deg) scale(.75) translateY(0);transform:rotateZ(5deg) scale(.75) translateY(0);opacity:.1}}@-webkit-keyframes pa-lines{100%{stroke-dashoffset:-400}}@keyframes pa-lines{100%{stroke-dashoffset:-400}}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@keyframes pa-shape-draw{0%{stroke-dasharray:0 1500;opacity:1}100%{stroke-dasharray:1500 1500;opacity:1}}@-webkit-keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@keyframes pa-shape-hide{0%{stroke-dasharray:1500 1500;opacity:1}100%{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@-webkit-keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-reveal{0%{background-size:0;background-position-y:0}10%{background-size:30px;background-position-y:0}35%,45%{background-position-y:100%}70%{background-size:30px;background-position-y:0}100%{background-size:200px}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-bullet-list-box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.premium-bullet-list-flex-start .premium-bullet-list-content{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-bullet-list-center .premium-bullet-list-content{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-bullet-list-flex-end .premium-bullet-list-content{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-bullet-list-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;width:auto;position:relative}.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-bullet-list-content .premium-bullet-list-text span{-webkit-transition:color .3s ease-in-out,text-shadow .3s ease-in-out;transition:color .3s ease-in-out,text-shadow .3s ease-in-out;margin:0 5px;-webkit-flex:1;-ms-flex:1;flex:1}.premium-bullet-list-content .premium-bullet-list-icon-text p{background-color:#eee;padding:1px 5px;border-radius:2px;font-size:13px}.premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper i,.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{-webkit-transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out;transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-wrapper{position:relative;line-height:0}.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{width:30px!important;height:30px!important;position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,.premium-bullet-list-content .premium-bullet-list-wrapper i{position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}.premium-bullet-list-content .premium-bullet-list-link span{display:none}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after{content:"";border-right-width:1px;border-right-style:solid;border-color:#333;display:block;height:100%}li.premium-bullet-list-content.premium-bullet-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child){margin:0 3px}li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child{margin:0 3px 0 0}.premium-bullet-list-divider:not(:last-child){width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-bullet-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-bullet-list-divider-inline:not(:last-child){float:right;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-bullet-list-divider-inline:not(:last-child):after{content:"";display:block;border-left-width:1px;height:33px;border-left-style:solid}.premium-bullet-list-icon-text{line-height:1.5}.premium-bullet-list-icon-text p,li.premium-bullet-list-content,ul.premium-bullet-list-box{margin:0}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content{-webkit-filter:blur(3px);filter:blur(3px)}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content{-webkit-filter:none;filter:none}.premium-bullet-list-content .premium-bullet-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:max-content;height:-webkit-fit-content;height:fit-content}.premium-bullet-list-gradient-effect[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-bullet-list-gradient-effect[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(0 0,1px 0,1px 100%,0 100%);clip-path:polygon(0 0,1px 0,1px 100%,0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect[data-text]::before,.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect[data-text]::before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}ul[data-list-animation*=animated-] .premium-bullet-list-content,ul[data-list-animation*=animated-] .premium-bullet-list-divider,ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline{opacity:0}.premium-bullet-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-image-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;background-color:#eee;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-image-button .premium-button-style6-bg,.premium-image-button.premium-button-style6:before,.premium-image-button:not(.premium-image-button-style6):hover{background-color:#54595f}.premium-image-button-style1:before,.premium-image-button-style4-icon-wrapper{background-color:#54595f}.premium-image-button-text-icon-wrapper{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-text-icon-wrapper i,.premium-image-button-text-icon-wrapper span,.premium-image-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1:before{position:absolute;content:"";-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before{width:100%;height:0;top:0;inset-inline-start:0}.premium-image-button-style1-top:before{width:100%;height:0;bottom:0;inset-inline-start:0}.premium-image-button-style1-right:before{width:0;height:100%;bottom:0;inset-inline-start:0}.premium-image-button-style1-left:before{width:0;height:100%;top:0;inset-inline-end:0}.premium-image-button-style1-bottom:hover:before,.premium-image-button-style1-top:hover:before{height:100%}.premium-image-button-style1-left:hover:before,.premium-image-button-style1-right:hover:before{width:100%}.premium-image-button-style3{z-index:10}.premium-image-button-style3:before{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;content:"";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-bottom:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-bottom:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style4-icon-wrapper.top{bottom:-100%;inset-inline-start:0}.premium-image-button-style4-icon-wrapper.bottom{top:-100%;inset-inline-start:0}.premium-image-button-style4-icon-wrapper.left{top:0;inset-inline-start:-100%}.premium-image-button-style4-icon-wrapper.right{top:0;inset-inline-end:-100%}.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper{top:0;opacity:1}.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper{inset-inline-start:0;opacity:1}.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper{inset-inline-end:0;opacity:1}.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-image-button-style5:before{position:absolute;content:"";top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(255,255,255,.2);-webkit-animation-name:premium-overlap-effect-done;animation-name:premium-overlap-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:before{-webkit-animation-name:premium-overlap-ver-effect-done;animation-name:premium-overlap-ver-effect-done}.premium-image-button-overlap-effect-horizontal:hover:before{-webkit-animation-name:premium-overlap-effect;animation-name:premium-overlap-effect}.premium-image-button-overlap-effect-vertical:hover:before{-webkit-animation-name:premium-overlap-ver-effect;animation-name:premium-overlap-ver-effect}.premium-image-button-style6:before{content:"";position:absolute;left:50%;top:50%;width:100px;height:100px;border-radius:100%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style6:hover:before{-webkit-transform:translate(-50%,-50%) scale(3);-ms-transform:translate(-50%,-50%) scale(3);transform:translate(-50%,-50%) scale(3)}.premium-image-button-style6 .premium-button-text-icon-wrapper{position:relative;z-index:1}@-webkit-keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}.rtl .premium-image-button-style3:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-left:before,.rtl .premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-left:hover:before,.rtl .premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.rtl .premium-image-button-diagonal-bottom:before,.rtl .premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.rtl .premium-image-button-diagonal-bottom:hover:before,.rtl .premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.rtl .premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.rtl .premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.premium-image-scroll-container,.premium-image-scroll-section{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-scroll-section{position:relative;overflow:hidden;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,#000)}.premium-image-scroll-container{width:100%}.premium-image-scroll-container .premium-image-scroll-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-container-scroll{overflow:auto}.premium-image-scroll-container .premium-image-scroll-horizontal{position:relative;width:100%;height:100%}.premium-image-scroll-container .premium-image-scroll-horizontal img{max-width:none;height:100%}.premium-image-scroll-container .premium-image-scroll-vertical img{width:100%;max-width:100%;height:auto}.premium-image-scroll-ver{position:relative}.premium-image-scroll-container .premium-image-scroll-overlay{background:rgba(2,2,2,.3)}.premium-image-scroll-container .premium-image-scroll-link,.premium-image-scroll-container .premium-image-scroll-overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:4}.premium-image-scroll-content{display:inline-block;position:absolute;height:auto;top:50%;left:50%;text-align:center;z-index:5;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-container-scroll-instant .premium-image-scroll-image{-webkit-transition:all 0s ease-in-out!important;transition:all 0s ease-in-out!important}.premium-image-scroll-container img{-webkit-transition:-webkit-transform 3s ease-in-out;transition:-webkit-transform 3s ease-in-out;transition:transform 3s ease-in-out;transition:transform 3s ease-in-out,-webkit-transform 3s ease-in-out}.premium-image-scroll-container .premium-image-scroll-content,.premium-image-scroll-container .premium-image-scroll-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.premium-image-scroll-container:hover .premium-image-scroll-overlay{opacity:0}.premium-image-scroll-container:hover .premium-image-scroll-content{opacity:0;visibility:hidden}.premium-image-scroll-content .premium-image-scroll-icon{display:inline-block;line-height:1;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pa-horizontal-mouse-scroll{-webkit-animation-name:pa-scroll-horizontal;animation-name:pa-scroll-horizontal}.pa-vertical-mouse-scroll{-webkit-animation-name:pa-scroll-vertical;animation-name:pa-scroll-vertical}@-webkit-keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.rtl .premium-image-scroll-content{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-separator-container img,.premium-image-separator-container svg{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-container .premium-image-separator-link{position:absolute;z-index:9999;top:0;inset-inline-start:0;width:100%;height:100%;text-decoration:none}.premium-image-separator-container .premium-image-separator-link:active,.premium-image-separator-container .premium-image-separator-link:focus,.premium-image-separator-container .premium-image-separator-link:hover,.premium-image-separator-container .premium-image-separator-link:visited{box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container i,.premium-image-separator-container>svg{padding:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-filter,.premium-img-gallery-filter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:inline-start}.premium-gallery-container .grid-sizer{width:33.33%}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2}.pa-gallery-img .pa-gallery-whole-link span{display:none}.pa-gallery-img.style2 .pa-gallery-whole-link,.pa-gallery-img.style3 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span{opacity:1}.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{display:block;margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;right:0;bottom:-1px;left:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;right:0;left:0;width:100%;bottom:0}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(15px,15px);-ms-transform:translate(15px,15px);transform:translate(15px,15px)}.premium-clearfix{clear:both}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more{position:relative}.premium-gallery-load-more .premium-gallery-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-gallery-load-more-btn div{-webkit-margin-start:3px;margin-inline-start:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe{position:absolute;visibility:hidden;top:0;inset-inline-start:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}.rtl .premium-img-gallery.trans img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{-webkit-transform:translate(-15px,15px);-ms-transform:translate(-15px,15px);transform:translate(-15px,15px)}.elementor-widget-premium-lottie .premium-lottie-animation{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.elementor-widget-premium-lottie .premium-lottie-animation a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.premium-maps-info-container{margin-top:10px;margin-bottom:10px}.premium-maps-info-container.advanced-pin{margin:-16px;width:300px;position:relative;border-radius:10px;overflow:hidden;z-index:100000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-maps-info-container.advanced-pin .gm-ui-hover-effect{display:none}.premium-maps-info-container.advanced-pin .premium-maps-info-close{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;height:24px;width:24px;cursor:pointer;z-index:99;box-shadow:0 0 6px 0 rgba(0,0,0,.3);-webkit-transition:opacity .3s;transition:opacity .3s;opacity:.4}.premium-maps-info-container.advanced-pin .premium-maps-info-close:hover{opacity:1}.premium-maps-info-container.advanced-pin .premium-maps-info-img{position:relative;overflow:hidden;margin-bottom:0}.premium-maps-info-container.advanced-pin .premium-maps-info-img img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.premium-maps-info-container.advanced-pin .premium-maps-location-directions{position:absolute;width:40px;height:40px;border-radius:100%;background-color:#fff;top:100%;left:83%;box-shadow:0 1px 6px 0 rgba(0,0,0,.3);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-maps-info-container.advanced-pin .eicon-share-arrow{font-size:20px}.premium-maps-info-container.advanced-pin .eicon-headphones{font-weight:700}.premium-maps-info-container.advanced-pin .premium-maps-location-info{color:#222;font-size:13px;text-align:start}.premium-maps-info-container.advanced-pin .maps-info-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.premium-maps-info-container.advanced-pin .maps-info-item i{-webkit-margin-end:14px;margin-inline-end:14px}.premium-maps-info-container.advanced-pin p{margin:0}.premium-maps-info-container.maps-skin1 .premium-maps-info-close{top:12px;right:12px;background-color:#fff}.premium-maps-info-container.maps-skin1 .premium-maps-title-wrap{position:relative;padding:16px;background-color:#4285f4}.premium-maps-info-container.maps-skin1 .premium-maps-info-img{height:150px}.premium-maps-info-container.maps-skin1 .premium-maps-location-info{padding:28px 16px 16px}.premium-maps-info-container.maps-skin1 .premium-maps-info-desc{border-top:1px solid rgba(230,230,230,.5);margin-top:12px;padding-top:12px}.premium-maps-info-container.maps-skin1 .premium-maps-location-direction{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-maps-info-container.maps-skin1 .premium-maps-location-direction span{display:none}.premium-maps-info-container.maps-skin2{padding:35px 25px 25px}.premium-maps-info-container.maps-skin2 .premium-maps-title-wrap{-webkit-order:1;-ms-flex-order:1;order:1;background-color:#fff;padding-bottom:10px;border-bottom:1px solid rgba(230,230,230,.5)}.premium-maps-info-container.maps-skin2 .premium-maps-info-title{font-weight:700;font-size:18px}.premium-maps-info-container.maps-skin2 .premium-maps-info-img{-webkit-order:2;-ms-flex-order:2;order:2;height:80px;margin-top:10px}.premium-maps-info-container.maps-skin2 .premium-maps-location-info{padding-top:14px;-webkit-order:3;-ms-flex-order:3;order:3}.premium-maps-info-container.maps-skin2 .premium-maps-info-desc{margin:15px 0 10px}.premium-maps-info-container.maps-skin3{padding:25px}.premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:10px;border-bottom:1px solid rgba(230,230,230,.5)}.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:left;-webkit-margin-start:12px;margin-inline-start:12px}.premium-maps-info-container.maps-skin3 .premium-maps-title-wrap .eicon-share-arrow{display:none}.premium-maps-info-container.maps-skin3 .premium-maps-info-title{margin-bottom:5px}.premium-maps-info-container.maps-skin3 .premium-maps-info-img{width:80px;height:80px;border-radius:100%}.premium-maps-info-container.maps-skin3 .premium-maps-location-info{padding-top:14px}.premium-maps-info-container.maps-skin2 .premium-maps-info-close,.premium-maps-info-container.maps-skin3 .premium-maps-info-close{top:12px;inset-inline-end:12px;background-color:#bbb}.premium-maps-info-desc,.premium-maps-info-title{margin:0;padding:0}.premium-maps-container .gm-style-iw{text-align:center}.premium-maps-container .gm-style img{max-width:none!important}.premium-maps-container .gm-style-iw-c,.premium-maps-container .gm-style-iw-d{overflow:visible!important;max-height:initial!important}.rtl .premium-maps-info-container.maps-skin3 .premium-maps-skin3-wrap{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .premium-maps-container .gm-style-iw{direction:ltr}.premium-adv-carousel__item-link{position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;z-index:99}.premium-adv-carousel__media-info-wrap{padding:5px;z-index:3;text-align:center;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc,.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title{display:block}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title{font-size:19px;font-weight:700}.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc{font-size:14px;white-space:normal}.premium-adv-carousel__media-info-wrap,.premium-adv-carousel__media-wrap{-webkit-order:1;-ms-flex-order:1;order:1}.premium-adv-carousel__media-wrap{height:300px;overflow:hidden;width:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__item{width:300px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.premium-adv-carousel__media-wrap .premium-adv-carousel__item-img img,.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img{width:100%;height:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__template-wrapper{width:100%;height:100%;max-height:100%;white-space:normal}.premium-adv-carousel__template-wrapper section{padding:0!important;overflow:hidden}.premium-adv-carousel__iframe-wrap,.premium-adv-carousel__iframe-wrap iframe,.premium-adv-carousel__video-wrap{height:100%!important;cursor:pointer}.premium-adv-carousel__video-wrap{position:relative}.premium-adv-carousel__video-wrap video{width:100%;height:100%;object-fit:cover}.premium-adv-carousel__video-icon{z-index:3;position:absolute;top:50%;left:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;padding:10px}.premium-adv-carousel__video-icon i{font-size:25px}.premium-adv-carousel__video-icon svg{width:50px;height:50px}.premium-adv-carousel__vid-overlay{height:100%!important;width:100%;position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;cursor:pointer;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.premium-adv-carousel__item-outer-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}.premium-adv-carousel__icons-holder{display:none}.premium-adv-carousel__infinite .premium-adv-carousel__container{position:relative;pointer-events:none;overflow:hidden!important}.premium-adv-carousel__infinite .premium-adv-carousel__container:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;background:0 0!important}.premium-adv-carousel__infinite .premium-adv-carousel__inner-container{width:100%;overflow:scroll;pointer-events:all;-ms-overflow-style:none;scrollbar-width:none}.premium-adv-carousel__infinite .premium-adv-carousel__inner-container::-webkit-scrollbar{display:none}.premium-adv-carousel__infinite .premium-adv-carousel__items{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-adv-carousel__infinite .premium-adv-carousel__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden}.premium-adv-carousel__infinite .premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.premium-adv-carousel__infinite.premium-adv-carousel__horizontal{white-space:nowrap}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__inner-container{height:500px}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__items{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-adv-carousel__infinite.premium-adv-carousel__vertical .premium-adv-carousel__item{width:100%}.premium-adv-carousel__carousel .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap{visibility:hidden;opacity:0}.premium-adv-carousel__carousel .flipster__item--current .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__coverflow .flipster__item--current .premium-adv-carousel__media-info-wrap,.premium-adv-carousel__flat .flipster__item--current .premium-adv-carousel__media-info-wrap{visibility:visible;opacity:1}.premium-adv-carousel__carousel .premium-adv-carousel__item-outer-wrapper,.premium-adv-carousel__coverflow .premium-adv-carousel__item-outer-wrapper,.premium-adv-carousel__flat .premium-adv-carousel__item-outer-wrapper{cursor:pointer}.premium-adv-carousel__item .pa-media-icons-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container{position:absolute;top:50%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image i,.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span{line-height:1;display:inline-block;opacity:0;padding:15px;border-radius:50%;margin:0 5px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-adv-carousel__item:hover .pa-media-magnific-image span{opacity:1!important}.flipster__button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;border:none;box-shadow:none;color:transparent}.flipster__button svg{width:15px;height:15px;stroke:none}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-1 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-1 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 1 / 10));-ms-transform:scale(calc(.95 - 1 / 10));transform:scale(calc(.95 - 1 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-2 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-2 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 2 / 10));-ms-transform:scale(calc(.95 - 2 / 10));transform:scale(calc(.95 - 2 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-3 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-3 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 3 / 10));-ms-transform:scale(calc(.95 - 3 / 10));transform:scale(calc(.95 - 3 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-4 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-4 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 4 / 10));-ms-transform:scale(calc(.95 - 4 / 10));transform:scale(calc(.95 - 4 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-5 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-5 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 5 / 10));-ms-transform:scale(calc(.95 - 5 / 10));transform:scale(calc(.95 - 5 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-6 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-6 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 6 / 10));-ms-transform:scale(calc(.95 - 6 / 10));transform:scale(calc(.95 - 6 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-7 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-7 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 7 / 10));-ms-transform:scale(calc(.95 - 7 / 10));transform:scale(calc(.95 - 7 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-8 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-8 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 8 / 10));-ms-transform:scale(calc(.95 - 8 / 10));transform:scale(calc(.95 - 8 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-9 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-9 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 9 / 10));-ms-transform:scale(calc(.95 - 9 / 10));transform:scale(calc(.95 - 9 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--future-10 .flipster__item__content,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .premium-adv-carousel__items .flipster__item--past-10 .flipster__item__content{-webkit-transform:scale(-webkit-calc(.95 - 10 / 10));-ms-transform:scale(calc(.95 - 10 / 10));transform:scale(calc(.95 - 10 / 10))}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past{opacity:.3}.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--future-1,.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes .flipster--flat .flipster__item--past-1{opacity:.8}@media (max-width:1024px){.premium-adv-carousel__item .pa-media-icons-wrapper .pa-media-icons-inner-container .pa-media-magnific-image span{opacity:1}}.pa-woo-mc__icon-wrapper,.pa-woo-mc__inner-container,.pa-woo-mc__outer-container,.pa-woo-mc__text-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__outer-container{gap:5px}.pa-woo-mc__content-wrapper .pa-woo-mc__outer-container a:hover{color:currentColor}.pa-woo-mc__inner-container{cursor:pointer;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__inner-container *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__widget-shopping-outer-wrapper{position:relative;-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.pa-woo-mc__widget-shopping-outer-wrapper .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__badge{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__subtotal.pa-counting{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px}.pa-woo-mc__subtotal.pa-counting .pa-woo-mc__subtotal-val{font-family:inherit;line-height:inherit}.pa-woo-mc__float .pa-woo-mc__inner-container{position:fixed;z-index:99;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pa-woo-mc__float .pa-woo-mc__icon-wrapper{position:relative}.pa-woo-mc__float .pa-woo-mc__badge{top:-5px;right:-7px}.pa-woo-mc__float .pa-woo-mc__text-wrapper .pa-woo-mc__subtotal{font-size:14px}.pa-woo-mc__float .pa-woo-mc__badge,.pa-woo-mc__preset-2 .pa-woo-mc__badge,.pa-woo-mc__preset-3 .pa-woo-mc__badge,.pa-woo-mc__preset-4 .pa-woo-mc__badge,.pa-woo-mc__preset-6 .pa-woo-mc__badge{position:absolute;z-index:1}.pa-woo-mc__preset-2 .pa-woo-mc__badge,.pa-woo-mc__preset-4 .pa-woo-mc__badge,.pa-woo-mc__preset-6 .pa-woo-mc__badge{right:0;top:0}.pa-woo-mc__preset-4 .pa-woo-mc__inner-container,.pa-woo-mc__preset-5 .pa-woo-mc__inner-container,.pa-woo-mc__preset-6 .pa-woo-mc__inner-container{gap:8px}.pa-woo-mc__preset-1 .pa-woo-mc__badge{width:19px;height:19px}.pa-woo-mc__preset-1 .pa-woo-mc__icon-wrapper{gap:6px}.pa-woo-mc__preset-2 .pa-woo-mc__inner-container{position:relative;border:1px solid #333;width:50px;height:50px;border-radius:50%}.pa-woo-mc__preset-3 .pa-woo-mc__badge{top:-5px;right:-7px}.pa-woo-mc__preset-3 .pa-woo-mc__icon-wrapper{position:relative}.pa-woo-mc__preset-3 .pa-woo-mc__inner-container{gap:15px}.pa-woo-mc__preset-3 .pa-woo-mc__subtotal{font-size:13px}.pa-woo-mc__preset-4 .pa-woo-mc__subtotal{font-size:14px}.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper{position:relative;width:50px;height:50px;border-radius:50%;background-color:#333}.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-4 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#fff}.pa-woo-mc__preset-5 .pa-woo-mc__text-wrapper{font-size:16px;color:#000;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-5 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#000}.pa-woo-mc__preset-6 .pa-woo-mc__inner-container{position:relative;border-radius:42px;background-color:#333;padding:8px 12px}.pa-woo-mc__preset-6 .pa-woo-mc__subtotal{font-size:14px;color:#fff}.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-6 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#fff}.pa-woo-mc__preset-6 .pa-woo-mc__badge{width:18px;height:18px;font-size:11px;top:-3px;inset-inline-end:-5px}.pa-woo-mc__preset-7 .pa-woo-mc__inner-container{gap:12px;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon,.pa-woo-mc__preset-7 .pa-woo-mc__icon-wrapper .pa-woo-mc__icon *{fill:#000;width:32px;height:32px}.pa-woo-mc__preset-7 .pa-woo-mc__subtotal{color:#439665}.pa-woo-mc__preset-7 .pa-woo-mc__text-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-border-start:1px solid rgba(0,0,0,.1);border-inline-start:1px solid rgba(0,0,0,.1);font-size:13px}.pa-woo-mc__preset-7 .pa-woo-mc__badge{-webkit-order:2;-ms-flex-order:2;order:2;color:#767676}.pa-woo-mc__preset-7 .pa-woo-mc__badge-txt{-webkit-padding-start:3px;padding-inline-start:3px}.pa-woo-mc__link{width:100%;height:100%;position:absolute;top:0;left:0;z-index:9}.pa-woo-mc__text-wrapper{gap:5px}.pa-woo-mc__icon-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__icon-wrapper .premium-lottie-animation,.pa-woo-mc__icon-wrapper svg{width:20px;height:20px}.pa-woo-mc__icon-wrapper i{font-size:20px}.pa-woo-mc__cart-content{overflow:hidden}.pa-woo-mc__cart-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:20px;color:#000;border-bottom:1px solid #dcdcdc}.pa-woo-mc__cart-title{font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.3px}.pa-woo-mc__overlay{position:absolute;inset:0;z-index:999;-webkit-transition:all .5s;transition:all .5s}.pa-woo-mc__close-button{cursor:pointer;width:13px;height:13px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__close-button i{font-size:13px;color:rgba(0,0,0,.631372549)}.pa-woo-mc__close-button svg{width:100%;height:100%;fill:rgba(0,0,0,.631372549)}.pa-woo-mc__content-wrapper{z-index:1000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:360px;-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;overflow:hidden;border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc;background:#fff}.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__cart-footer,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__coupon-sec-wrapper,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__empty-mc,.pa-woo-mc__content-wrapper.pa-hide-content .pa-woo-mc__progressbar-wrapper{display:none}.pa-woo-mc__content-wrapper.pa-woo-mc__slide{position:fixed;height:100vh;top:0;display:none}.pa-woo-mc__content-wrapper.pa-woo-mc__slide.right{right:0}.pa-woo-mc__content-wrapper.pa-woo-mc__slide.left{left:0}.pa-woo-mc__content-wrapper.pa-woo-mc__menu{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;border:1px solid #dcdcdc;box-shadow:0 0 20px 0 rgba(0,0,0,.149)}.pa-woo-mc__content-wrapper.pa-woo-mc__menu.pa-woo-mc__open{visibility:visible;opacity:1}.pa-woo-mc__content-wrapper.pa-woo-mc__menu .pa-woo-mc__items-wrapper{height:255px}.pa-woo-mc__remove-item svg,.pa-woo-mc__remove-item svg *{fill:#a3a3a3}.pa-woo-mc__remove-item i,.pa-woo-mc__remove-item span{color:#a3a3a3}.pa-woo-mc__remove-item:hover svg,.pa-woo-mc__remove-item:hover svg *{fill:#303030}.pa-woo-mc__remove-item:hover i,.pa-woo-mc__remove-item:hover span{color:#303030}.pa-woo-mc__item-price{font-size:14px;font-weight:500}.pa-woo-mc__items-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:20px;padding-bottom:20px;row-gap:20px;overflow-y:auto;background:#fff}.pa-woo-mc__item-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 20px;-webkit-column-gap:20px;column-gap:20px;position:relative}.pa-woo-mc__empty-msg-wrapper{position:absolute;top:40%;left:0;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__empty-msg{font-size:16px;font-weight:400;margin-top:20px;margin-bottom:15px;font-family:"DM Sans",Sans-serif}.pa-woo-mc__empty-msg-img{width:150px}.pa-woo-mc__empty-msg-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:13px;font-weight:600;padding:10px 20px;background-color:rgba(2,1,1,.8);color:#fff;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;font-family:"Plus Jakarta Sans",Sans-serif}.pa-woo-mc__empty-msg-btn:hover{background-color:rgba(2,1,1,.8);color:#fff}.pa-woo-mc__item-qty,.pa-woo-mc__price-row,.pa-woo-mc__product-data,.pa-woo-mc__title-row{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__price-row,.pa-woo-mc__product-data,.pa-woo-mc__title-row{-webkit-flex:1;-ms-flex:1;flex:1}.pa-woo-mc__product-data{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pa-woo-mc__price-row{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.pa-woo-mc__product-thumbnail{width:105px;height:105px}.pa-woo-mc__product-thumbnail img{height:100%;border-radius:24px}.pa-woo-mc__product-thumbnail a{color:transparent}.pa-woo-mc__item-qty{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e2e2e2;padding:5px}.pa-woo-mc__input[type=number]{-webkit-appearance:textfield;appearance:textfield;width:20px;background:0 0;font-size:15px;font-weight:400;pointer-events:none;outline:0}.pa-woo-mc__input[type=number]::-webkit-inner-spin-button,.pa-woo-mc__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.pa-woo-mc__input[type=number],.pa-woo-mc__qty-btn{padding:0;margin:0;text-align:center;border:none;border-radius:0}.pa-woo-mc__qty-btn{width:13px;height:13px;fill:rgba(0,0,0,.631372549);border:none;cursor:pointer}.pa-woo-mc__qty-btn *{fill:rgba(0,0,0,.631372549)}.pa-woo-mc__qty-btn.disabled{cursor:not-allowed;pointer-events:none}.pa-woo-mc__qty-btn-yes .pa-woo-mc__qty-btn,.pa-woo-mc__qty-btn-yes svg:not(:root).pa-woo-mc__qty-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-woo-mc__qty-btn-yes .pa-woo-mc__input[type=number]{pointer-events:auto}.pa-woo-mc__title{font-size:14px;font-weight:600;color:#000}.pa-woo-mc__layout-1{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__layout-1 .pa-woo-mc__title-row{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__layout-2 .pa-woo-mc__product-data{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pa-woo-mc__layout-2 .pa-woo-mc__title{text-align:left;width:100%}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail{-webkit-order:2;-ms-flex-order:2;order:2;position:relative}.pa-woo-mc__layout-3 .pa-woo-mc__remove-item{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:11px;padding:10px;z-index:3;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border-radius:50%;background:#fff}.pa-woo-mc__layout-3 .pa-woo-mc__cart-count{font-size:13px;font-weight:700;text-transform:uppercase;line-height:1.5}.pa-woo-mc__layout-4 .pa-woo-mc__remove-item{position:absolute;top:0;right:0;visibility:inherit;opacity:0;font-size:114%;margin-top:10px;-webkit-margin-end:0;margin-inline-end:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.pa-woo-mc__layout-4 .pa-woo-mc__remove-item svg{height:100%;width:100%}.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper{padding-left:20px;padding-right:20px}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper{padding:10px 20px}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover{background:#f7f7f7;-webkit-transition:all .3s ease;transition:all .3s ease}.pa-woo-mc__layout-4 .pa-woo-mc__item-wrapper:hover .pa-woo-mc__remove-item{opacity:1;-webkit-margin-end:10px;margin-inline-end:10px}.pa-woo-mc__layout-4 .pa-woo-mc__product-data{row-gap:10px}.pa-woo-mc__layout-3 .pa-woo-mc__items-wrapper,.pa-woo-mc__layout-4 .pa-woo-mc__items-wrapper{overflow-y:visible}.pa-woo-mc__layout-3 .pa-woo-mc__content-wrapper,.pa-woo-mc__layout-4 .pa-woo-mc__content-wrapper{overflow:visible}.pa-woo-mc__layout-3 .pa-woo-mc__cart-header,.pa-woo-mc__layout-4 .pa-woo-mc__cart-header{position:relative}.pa-woo-mc__layout-3 .pa-woo-mc__close-button,.pa-woo-mc__layout-4 .pa-woo-mc__close-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:-55px;width:unset;height:unset;background:#fff;border-radius:50%}.pa-woo-mc__layout-3 .pa-woo-mc__close-button svg,.pa-woo-mc__layout-4 .pa-woo-mc__close-button svg{width:13px;height:13px;margin:12px}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail,.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail{width:80px;height:80px}.pa-woo-mc__layout-3 .pa-woo-mc__product-thumbnail img,.pa-woo-mc__layout-4 .pa-woo-mc__product-thumbnail img{border-radius:15px}.pa-woo-mc__cross-sell-wrapper{margin-top:20px}.pa-woo-mc__cross-sell-product{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail{width:90px;height:90px;margin-bottom:10px}.pa-woo-mc__cross-sell-product .pa-woo-mc__cross-sell-thumbnail img{height:100%}.pa-woo-mc__cross-sells-wrapper{margin-top:35px}.pa-woo-mc__coupon-sec-wrapper{margin:20px;padding:10px;background-color:rgba(220,220,220,.2784313725)}.pa-woo-mc__cross-sells-heading-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;border-bottom:1px solid #dcd8d8;padding-bottom:7px}.pa-woo-mc__cross-sells-heading{font-size:15px;font-weight:600;text-transform:uppercase}.pa-woo-mc__cross-sells-arrows{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cross-sells-arrows a{width:10px;height:10px;color:#000;visibility:hidden;opacity:0;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cross-sells-arrows a svg{width:100%;height:100%}.pa-woo-mc__coupon-submit,.pa-woo-mc__coupon-toggler,.pa-woo-mc__cross-sell-title,.pa-woo-mc__cross-sells-arrows a,.pa-woo-mc__empty-msg-btn{outline:0;border:none;margin:0}.pa-woo-mc__coupon-submit,.pa-woo-mc__coupon-toggler,.pa-woo-mc__cross-sell-title,.pa-woo-mc__cross-sells-arrows a{padding:0}.pa-woo-mc__coupon-submit:hover,.pa-woo-mc__coupon-toggler:hover,.pa-woo-mc__cross-sell-title:hover,.pa-woo-mc__cross-sells-arrows a:hover{color:currentColor;background:0 0;border:none}.pa-woo-mc__coupon-notice{font-size:12px;font-weight:600;color:#439665}.pa-woo-mc__coupon-notice.pa-error-notice{color:#d9534f}.pa-woo-mc__coupon-submit{position:absolute;z-index:4;inset-inline-end:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:100%;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:inset .3s ease-in-out;transition:inset .3s ease-in-out}.pa-woo-mc__coupon-submit svg{width:18px;height:18px}.pa-woo-mc__coupon-submit:hover{inset-inline-end:8px}.pa-woo-mc__cross-sell-title{font-size:14px;color:#000;font-weight:600;line-height:1.1}.pa-woo-mc__coupon-toggler{font-size:13px;color:#000;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.pa-woo-mc__coupon-wrapper{position:relative;margin-top:10px}.pa-woo-mc__progressbar-wrapper{margin:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.pa-woo-mc__progressbar{height:12px;width:100%;border-radius:3px;background-color:#e6e6e6;background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.7) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 75%,transparent 75%,transparent);background-size:30px 30px;animation:progress-bar-move 2s linear infinite reverse;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-woo-mc__progress-heading{font-size:14px;font-weight:600}.pa-woo-mc__qty-ctrls-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.pa-woo-mc__qty-ctrls-row .pa-woo-mc__item-qty{border:1px solid #e2e2e2}.pa-woo-mc__empty-mc{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__empty-mc .pa-woo-mc__empty-mc-confirm,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn{margin:10px 20px;padding:10px 20px;border-radius:4px;border:none;width:100%}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn{font-size:11px;background:rgba(2,1,1,0);color:#000;text-align:center;border:none;line-height:1;white-space:nowrap;font-weight:300;text-transform:uppercase;letter-spacing:.7px}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:hover,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:hover,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:hover{background:rgba(2,1,1,0)}.pa-woo-mc__empty-mc .pa-woo-mc__confirm-msg:focus,.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn:focus,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn:focus{outline:0;border:none;box-shadow:none}.pa-woo-mc__empty-mc .pa-woo-mc__remove-all-btn,.pa-woo-mc__empty-mc a.pa-woo-mc__confirm-btn{text-decoration:underline;cursor:pointer}.pa-woo-mc__empty-mc-confirm{gap:10px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-woo-mc__confirm-btn{padding:0;margin:0;outline:0;border:none}.pa-woo-mc__confirm-msg{word-spacing:2px}.pa-woo-mc__cart-footer{padding:20px;margin-top:auto;border-top:1px solid #dcdcdc}.pa-woo-mc__cart-footer .pa-woo-mc__cart-subtotal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-woo-mc__cart-footer .pa-woo-mc__subtotal-heading{font-size:14px;letter-spacing:0;text-transform:capitalize;color:#000;font-weight:400}.pa-woo-mc__cart-footer .pa-woo-mc__subtotal{font-size:15px;letter-spacing:0;text-transform:uppercase;color:#000;font-weight:500}.pa-woo-mc__remove-item{display:none;cursor:pointer;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}.pa-woo-mc__remove-item svg{width:100%;height:100%}.pa-woo-mc__remove-icon-yes .pa-woo-mc__remove-item{display:block}.pa-woo-mc__remove-icon-yes.pa-woo-mc__layout-3 .pa-woo-mc__remove-item{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-woo-mc__cart-buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;margin-top:20px}.pa-woo-mc__mc-btn{width:100%;padding:12px;text-align:center}.pa-woo-mc__btn-txt{font-weight:500;font-size:13px;letter-spacing:.5px;text-transform:uppercase;text-decoration:none}.pa-woo-mc__view-cart{background:#e7e7e7;color:#000}.pa-woo-mc__view-cart:hover{background:#e0e0e0}.pa-woo-mc__checkout{background:#2d2d2d;color:#fff}.pa-woo-mc__checkout:hover{background:#000}.pa-woo-mc__item-notice{position:absolute;left:0;top:100%;width:100%;font-size:15px;padding:0 20px;color:#d9534f}.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc__slide-down.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc__slide-down.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-down.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc__slide-left.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-left.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc__slide-right.pa-woo-mc__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-right.pa-woo-mc__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc__anim-overlay{transition:transform .5s,-webkit-transform .5s}.pa-woo-mc__anim-overlay.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pa-woo-mc__anim-overlay.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pa-hide-empty-badge-yes .pa-hide-badge{display:none}.pa-woo-mc__coupon-wrapper input[type=text].pa-woo-mc__coupon-field{outline:0;border:none;margin:0;padding:10px;box-shadow:0 0 0 transparent;width:100%;font-size:13px;font-style:italic;text-transform:capitalize;background-color:#fff}.elementor-widget-premium-mini-cart:not(.pa-woo-mc__preset-5,.pa-woo-mc__preset-7) .pa-woo-mc__badge{width:15px;height:15px;background-color:#d9534f;color:#fff;font-size:10px;border-radius:50%}.pa-woo-mc__layout-1 .pa-woo-mc__cross-sells-wrapper,.pa-woo-mc__layout-2 .pa-woo-mc__cross-sells-wrapper,.pa-woo-mc__layout-3 .pa-woo-mc__cross-sells-wrapper{padding:0 20px}.pa-show-cs-arrows-yes .pa-woo-mc__cross-sells-arrows a{visibility:inherit;opacity:1}.pa-show-cross-sells-yes .pa-woo-mc__cross-sells-wrapper{display:block!important}.pa-show-trash-text .pa-woo-mc__remove-item span{display:inline!important;font-size:10px;text-decoration:underline}.pa-show-trash-icon .pa-woo-mc__remove-item{width:17px;height:17px}.pa-show-trash-icon .pa-woo-mc__remove-item svg{display:block!important}.pa-woo-mc__layout-4 .pa-show-trash-icon .pa-woo-mc__remove-item{width:11px;height:11px}.widget_shopping_cart_content{overflow-y:auto}.pa-flex-col{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mc-title-yes .pa-woo-mc__cart-header{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-mc-separator-yes .pa-woo-mc__item-divider{display:block!important;height:1px;border:0;margin-top:20px;margin-bottom:20px;border-top:1px solid #dcdcdc}.pa-mc-separator-yes .pa-woo-mc__items-wrapper{row-gap:0}.premium-mc-float-left .pa-woo-mc__inner-container{left:0}.premium-mc-float-right .pa-woo-mc__inner-container{right:10px}.premium-mc-float-top .pa-woo-mc__inner-container{top:0}.premium-mc-float-middle .pa-woo-mc__inner-container{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-mc-float-bottom .pa-woo-mc__inner-container{bottom:0}html.msection-html{margin-top:0!important}html.offcanvas-open{min-height:100vh}html.offcanvas-open body{overflow-x:hidden}html.offcanvas-open .eb-total-outer-container{overflow:hidden}.premium-magic-section-body-inner{position:relative;z-index:9;-webkit-transition:all .5s;transition:all .5s}.pa-woo-mc__qty-btn,svg:not(:root).pa-woo-mc__qty-btn{display:none}@media (max-width:1024px){.pa-woo-mc__content-wrapper{width:50vw}.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-down.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-left.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-right.pa-woo-mc-tablet__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media (max-width:767px){.pa-woo-mc__content-wrapper{width:100vw}.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu{left:0}.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{right:0;left:unset}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc__slide-up.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-down.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(5%);-ms-transform:translateX(5%);transform:translateX(5%)}.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-left.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-center .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu,.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu{-webkit-transform:translateX(-5%);-ms-transform:translateX(-5%);transform:translateX(-5%)}.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-left .pa-woo-mc__menu.pa-woo-mc__open,.pa-woo-mc_slide-right.pa-woo-mc-mobile__mw-right .pa-woo-mc__menu.pa-woo-mc__open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes progress-bar-move{0%{background-position:0 0}100%{background-position:30px 30px}}@keyframes progress-bar-move{0%{background-position:0 0}100%{background-position:30px 30px}}.elementor-editor-preview .elementor-widget-empty{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-mobile-menu__wrap{position:relative;z-index:99}.premium-mobile-menu__dir-row .premium-mobile-menu__list{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.premium-mobile-menu__dir-column .premium-mobile-menu__list{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu__left .premium-mobile-menu__wrap{left:0}.premium-mobile-menu__center .premium-mobile-menu__wrap{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-mobile-menu__right .premium-mobile-menu__wrap{right:0}.premium-mobile-menu__top .premium-mobile-menu__wrap{top:0}.premium-mobile-menu__bottom .premium-mobile-menu__wrap{bottom:0}.premium-mobile-menu__list{margin:0;padding:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:480px;-webkit-column-gap:5px;column-gap:5px}.premium-mobile-menu__item{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer;text-align:center;padding:0;margin:0;-webkit-flex:1;-ms-flex:1;flex:1}.premium-mobile-menu__item-inner{background:#eee}.premium-mobile-menu__item-inner .premium-drawable-icon,.premium-mobile-menu__item-inner .premium-lottie-animation,.premium-mobile-menu__item-inner .premium-mobile-menu__icon-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-mobile-menu__item-inner i{font-size:20px}.premium-mobile-menu__item-inner svg{width:20px;height:20px}.premium-mobile-menu__items-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-mobile-menu__link{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;overflow:hidden;min-height:70px}.premium-mobile-menu__badge{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;top:5px;right:5px}.premium-mobile-menu__badge span{font-size:10px}.premium-mobile-menu__badge span,.premium-mobile-menu__text span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-mobile-menu__indicator-yes .active-menu-item .premium-mobile-menu__link::after{position:absolute;content:"";bottom:5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:5px;height:5px;background-color:#000;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn .premium-modal-box-icon,.premium-modal-trigger-btn i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-btn>svg{width:30px;height:30px}.premium-modal-box-modal-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;position:relative;z-index:99}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;opacity:0;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px}.premium-modal-box-modal-content{background-clip:padding-box;outline:0;overflow-x:hidden}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-in{opacity:1;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.premium-modal-box-modal-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px}.premium-modal-box-modal-footer{padding:15px;text-align:end;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;-webkit-padding-end:5px;padding-inline-end:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{-webkit-padding-end:6px;padding-inline-end:6px}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-nav-widget-container{--pa-menu-width:300px}.premium-nav-widget-container ul{list-style:none;margin:0;padding:0}.premium-nav-widget-container .premium-main-nav-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.premium-nav-ver .premium-ver-inner-container{width:45%;position:relative}.premium-nav-ver .premium-nav-menu-container,.premium-nav-ver .premium-ver-toggler{width:100%}.premium-nav-ver .premium-nav-menu-container{background-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}.premium-nav-ver .premium-main-nav-menu{position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:250px}.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.menu-item-has-children.premium-item-hovered>.premium-sub-menu{opacity:1;visibility:visible}.premium-nav-ver .premium-nav-menu-item{width:100%}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-right .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{left:100%;top:0}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-mega-content-container,.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-nav-menu-item.menu-item-has-children .premium-sub-menu{right:100%;top:0}.premium-nav-ver:not(.premium-hamburger-menu).premium-vertical-left .premium-menu-link{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-main-nav-menu,.premium-nav-ver:not(.premium-hamburger-menu).pa-align-top .premium-nav-menu-item.menu-item-has-children{position:static}.premium-nav-hor>.elementor-widget-container>.premium-nav-widget-container>.premium-ver-inner-container>.premium-nav-menu-container{height:60px}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item .premium-sub-menu{visibility:hidden;opacity:0;position:absolute;min-width:220px}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-mega-content-container,.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu{top:100%}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item>.premium-sub-menu .premium-sub-menu{inset-inline-start:100%;top:0}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu{visibility:visible;opacity:1;pointer-events:auto}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-mega-item-static .premium-mega-content-container{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item:not(.premium-mega-item-static) .premium-mega-content-container{left:0}.premium-mega-nav-item>.premium-sub-menu{display:none}.premium-mega-nav-item{position:relative}.premium-mega-nav-item.premium-item-hovered>.premium-mega-content-container{visibility:visible;opacity:1;pointer-events:auto}.premium-mega-content-container{visibility:hidden;position:absolute;z-index:9999;opacity:0;pointer-events:none}.premium-hamburger-menu .premium-mega-content-container,.premium-nav-dropdown .premium-mega-content-container,.premium-nav-slide .premium-mega-content-container{visibility:visible;position:relative;opacity:1;pointer-events:auto}.premium-mobile-menu-outer-container .premium-mobile-menu-close,.premium-nav-widget-container .premium-hamburger-toggle{text-decoration:none;cursor:pointer}.premium-nav-widget-container .premium-hamburger-toggle{display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-nav-widget-container .premium-hamburger-toggle i{padding:.25em;font-size:22px}.premium-nav-widget-container .premium-hamburger-toggle svg{width:22px;height:22px}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text,.premium-nav-widget-container .premium-hamburger-toggle i{color:#494c4f}.premium-nav-widget-container .premium-hamburger-toggle svg,.premium-nav-widget-container .premium-hamburger-toggle svg path{fill:#494c4f}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close,.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text{margin:2px}.premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-close{display:none}.premium-mobile-menu-container{width:100%}.premium-mobile-menu-container .premium-main-mobile-menu{width:100%}.premium-mobile-menu-container ul{list-style:none;margin:0;padding:0}.premium-mobile-menu-container .premium-mobile-menu,.premium-mobile-menu-container .premium-sub-menu{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu-container .premium-nav-menu-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-mobile-menu-container .premium-item-badge{top:50%;right:0;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-hor .premium-mobile-menu-container .premium-item-badge{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-mobile-menu-outer-container{opacity:0}.premium-mobile-menu-outer-container.premium-vertical-toggle-open{opacity:1}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container{background-color:#f7f7f7;width:var(--pa-menu-width);height:100%;position:fixed;top:0;overflow-x:hidden;z-index:10002;-webkit-transition:.5s;transition:.5s;padding-top:50px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container{margin-top:50px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-container .premium-item-badge{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close{position:absolute;top:2%;right:5px;padding:0 9px;z-index:10000;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#494c4f;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close .premium-toggle-close{margin:5px}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg{width:22px;height:22px;fill:#494c4f}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close svg path{fill:#494c4f}.premium-ver-hamburger-menu .premium-mobile-menu-outer-container .premium-mobile-menu-close i{font-size:22px}.premium-ver-hamburger-menu .premium-vertical-toggle-open{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important;-webkit-transition:.5s;transition:.5s}.premium-slide-left .premium-mobile-menu-outer-container,body:not(.rtl) .premium-slide-auto .premium-mobile-menu-outer-container{left:0;-webkit-transform:translateX(-webkit-calc(-1 * var(--pa-menu-width)));-ms-transform:translateX(calc(-1 * var(--pa-menu-width)));transform:translateX(calc(-1 * var(--pa-menu-width)))}.premium-slide-right .premium-mobile-menu-outer-container,body.rtl .premium-slide-auto .premium-mobile-menu-outer-container{right:0;-webkit-transform:translateX(var(--pa-menu-width));-ms-transform:translateX(var(--pa-menu-width));transform:translateX(var(--pa-menu-width))}.premium-ver-toggle-yes .premium-nav-menu-container{height:auto}.premium-ver-toggle-yes .premium-ver-toggler{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px 20px 15px 20px;background:#eee;color:#042551;cursor:pointer}.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-btn,.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-toggle-yes .premium-ver-toggler .premium-ver-toggler-txt{text-indent:5px}.premium-ver-toggle-yes .premium-ver-toggler:hover{background:#54595f;color:#fff}.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-close svg path,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-open svg path,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg,.premium-ver-toggle-yes .premium-ver-toggler:hover .premium-ver-title-icon svg path{fill:#fff}.premium-ver-toggle-yes .premium-nav-menu-container,.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes .premium-ver-toggler{-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-ver-toggle-yes .premium-nav-menu-container i,.premium-ver-toggle-yes .premium-nav-menu-container svg,.premium-ver-toggle-yes .premium-ver-close i,.premium-ver-toggle-yes .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-open i,.premium-ver-toggle-yes .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-toggler i,.premium-ver-toggle-yes .premium-ver-toggler svg{-webkit-transition:color .3s linear 0s;transition:color .3s linear 0s}.premium-ver-toggle-yes .premium-ver-toggler-txt{-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes .premium-ver-title-icon{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-ver-toggle-yes .premium-ver-close i,.premium-ver-toggle-yes .premium-ver-open i,.premium-ver-toggle-yes .premium-ver-title-icon i{font-size:16px}.premium-ver-toggle-yes .premium-ver-close svg,.premium-ver-toggle-yes .premium-ver-open svg,.premium-ver-toggle-yes .premium-ver-title-icon svg{width:17px;height:17px;fill:#042551}.premium-ver-toggle-yes .premium-ver-close svg path,.premium-ver-toggle-yes .premium-ver-open svg path,.premium-ver-toggle-yes .premium-ver-title-icon svg path{fill:#042551}.premium-ver-toggle-yes.premium-ver-always .premium-ver-open{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-ver-toggle-yes .premium-ver-collapsed .premium-nav-menu-container{visibility:hidden;opacity:0}.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-close{display:none}.premium-ver-toggle-yes .premium-ver-collapsed .premium-ver-open{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-ver-toggle-yes.premium-ver-hover .premium-nav-menu-container{position:absolute;z-index:10002}.premium-ver-toggle-yes.premium-ver-click .premium-nav-menu-container{position:absolute;z-index:10001}.premium-ver-toggle-yes .premium-nav-menu-container,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-nav-menu-container{visibility:visible;opacity:1}.premium-ver-toggle-yes .premium-ver-open,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-open{display:none}.premium-ver-toggle-yes .premium-ver-close,.premium-ver-toggle-yes .premium-ver-title-icon,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-close,.premium-ver-toggle-yes.premium-ver-hover .premium-ver-inner-container:hover .premium-ver-title-icon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-sticky-parent{position:fixed;z-index:10003;-webkit-transition:all .3s linear;transition:all .3s linear}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top{will-change:transform;-webkit-transition:-webkit-transform .5s linear!important;transition:-webkit-transform .5s linear!important;transition:transform .5s linear!important;transition:transform .5s linear,-webkit-transform .5s linear!important;-webkit-transition-delay:1s;transition-delay:1s}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideDown{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-sticky-scroll-yes.premium-sticky-parent.headroom--not-top.slideUp{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.premium-ham-dropdown .premium-stretch-dropdown .premium-mobile-menu-container,.premium-nav-sticky-yes.premium-sticky-active.premium-ham-dropdown .premium-mobile-menu-container{max-height:400px;overflow-y:auto}.premium-nav-slide-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.6);z-index:10002}.premium-nav-slide-overlay.premium-vertical-toggle-open{display:block}.premium-active-menu,.premium-active-menu.premium-mega-nav-item>.premium-mega-content-container,.premium-active-menu:not(.premium-mega-nav-item)>.premium-sub-menu{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-active-menu .premium-toggle-close{display:block}.premium-nav-menu-container .premium-sub-menu{background-color:#fff}.premium-mobile-menu-container li,.premium-mobile-menu-container li>.premium-mega-content-container{width:100%!important}i.premium-item-icon,i.premium-sub-item-icon{font-size:13px}svg.premium-item-icon,svg.premium-sub-item-icon{width:20px;height:20px}.premium-item-icon,.premium-sub-item-icon{margin:0 7px;display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-item-icon svg,.premium-sub-item-icon svg{width:20px;height:20px}.premium-item-icon.premium-lottie-animation,.premium-sub-item-icon.premium-lottie-animation{width:20px;height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-item-icon.dashicons,.premium-sub-item-icon.dashicons{width:13px;height:13px}.premium-nav-menu-item{position:relative}.premium-nav-menu-item .premium-dropdown-icon,.premium-nav-menu-item .premium-menu-link{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-nav-menu-item .premium-menu-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:7px 10px;text-decoration:none;position:relative}.premium-nav-menu-item .premium-dropdown-icon{margin:5px}.premium-nav-menu-item.menu-item-has-children{position:relative}.premium-nav-menu-item.menu-item-has-children .premium-sub-menu{z-index:9999}.premium-nav-menu-item.menu-item-has-children .premium-sub-menu .premium-sub-menu-link{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-nav-menu-item .menu-link{position:relative;text-decoration:none}.premium-item-badge,.premium-rn-badge,.premium-sub-item-badge{position:absolute;padding:1px 6px;min-width:35px;text-align:center;font-size:10px;border-radius:4px;line-height:1.8;white-space:nowrap}.premium-nav-hor:not(.premium-hamburger-menu) .premium-item-badge,.premium-nav-hor:not(.premium-nav-dropdown) .premium-item-badge,.premium-nav-hor:not(.premium-nav-slide) .premium-item-badge{position:relative;margin:8px}.premium-nav-dropdown .premium-sub-item-badge,.premium-nav-hor .premium-sub-item-badge,.premium-nav-slide .premium-sub-item-badge,.premium-nav-ver.premium-vertical-right .premium-item-badge,.premium-nav-ver.premium-vertical-right .premium-sub-item-badge{top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-ver.premium-vertical-left .premium-item-badge,.premium-nav-ver.premium-vertical-left .premium-sub-item-badge{top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-hamburger-menu .premium-mega-content-container,.premium-nav-dropdown .premium-mega-content-container,.premium-nav-slide .premium-mega-content-container{display:none}.premium-mega-item-static{position:static!important}.premium-hamburger-menu .premium-nav-menu-container,.premium-nav-dropdown .premium-nav-menu-container,.premium-nav-slide .premium-nav-menu-container{display:none}.premium-hamburger-menu .premium-hamburger-toggle,.premium-nav-dropdown .premium-hamburger-toggle,.premium-nav-slide .premium-hamburger-toggle{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-hidden-icon-yes.premium-hamburger-menu .premium-item-icon,.premium-hidden-icon-yes.premium-hamburger-menu .premium-sub-item-icon,.premium-hidden-icon-yes.premium-nav-dropdown .premium-item-icon,.premium-hidden-icon-yes.premium-nav-dropdown .premium-sub-item-icon,.premium-hidden-icon-yes.premium-nav-slide .premium-item-icon,.premium-hidden-icon-yes.premium-nav-slide .premium-sub-item-icon{display:none}.premium-hidden-badge-yes.premium-hamburger-menu .premium-item-badge,.premium-hidden-badge-yes.premium-hamburger-menu .premium-rn-badge,.premium-hidden-badge-yes.premium-hamburger-menu .premium-sub-item-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-item-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-rn-badge,.premium-hidden-badge-yes.premium-nav-dropdown .premium-sub-item-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-item-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-rn-badge,.premium-hidden-badge-yes.premium-nav-slide .premium-sub-item-badge{display:none}.premium-ham-dropdown .premium-mobile-menu-container,.premium-nav-dropdown .premium-mobile-menu-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-ham-dropdown .premium-toggle-opened .premium-toggle-close,.premium-nav-dropdown .premium-toggle-opened .premium-toggle-close{display:inline!important}.premium-ham-dropdown .premium-toggle-opened .premium-toggle-text,.premium-nav-dropdown .premium-toggle-opened .premium-toggle-text{display:none!important}.premium-stretch-dropdown .premium-mobile-menu-container{position:absolute;z-index:9999}.premium-nav-default{display:none}.premium-hamburger-toggle{width:100%}.premium-hamburger-toggle *{-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-menu-link-parent::after,.premium-menu-link-parent::before{display:block;position:absolute;-webkit-transition:all .3s cubic-bezier(.58,.3,.005,1);transition:all .3s cubic-bezier(.58,.3,.005,1)}.premium-nav-pointer-double-line .premium-menu-link-parent::after,.premium-nav-pointer-underline .premium-menu-link-parent::after{content:"";bottom:0}.premium-nav-pointer-double-line .premium-menu-link-parent::before,.premium-nav-pointer-overline .premium-menu-link-parent::before{content:"";top:0}.premium-nav-pointer-double-line .premium-menu-link-parent::after,.premium-nav-pointer-double-line .premium-menu-link-parent::before,.premium-nav-pointer-overline .premium-menu-link-parent::after,.premium-nav-pointer-overline .premium-menu-link-parent::before,.premium-nav-pointer-underline .premium-menu-link-parent::after,.premium-nav-pointer-underline .premium-menu-link-parent::before{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{opacity:0}.premium-nav-pointer-double-line.premium-nav-animation-none,.premium-nav-pointer-overline.premium-nav-animation-none,.premium-nav-pointer-underline.premium-nav-animation-none{-webkit-transition-duration:0s;transition-duration:0s}.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-double-line.premium-nav-animation-none .premium-menu-link-parent:hover,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-overline.premium-nav-animation-none .premium-menu-link-parent:hover,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::after,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent::before,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:focus,.premium-nav-pointer-underline.premium-nav-animation-none .premium-menu-link-parent:hover{-webkit-transition-duration:0s;transition-duration:0s}.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{width:10px;inset-inline-start:100%}.premium-nav-pointer-double-line.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-slide .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{width:10px;left:-20px}.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-double-line.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{height:0;width:0;left:50%}.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:-10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-drop-in .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{bottom:-10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before,.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:10px}.premium-nav-pointer-double-line.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-overline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after,.premium-nav-pointer-underline.premium-nav-animation-drop-out .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{bottom:10px}.premium-nav-pointer-framed .premium-menu-link-parent::before{content:""}.premium-nav-pointer-framed .premium-menu-link-parent::after,.premium-nav-pointer-framed .premium-menu-link-parent::before{background:0 0;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.premium-nav-pointer-framed.premium-nav-animation-grow .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.premium-nav-pointer-framed.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before{width:3px;height:3px}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::before{border-width:0 0 3px 3px;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity 20ms .18s;transition:width .1s,height .1s .1s,opacity 20ms .18s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before{-webkit-transition:opacity 20ms,height .1s,width .1s .1s;transition:opacity 20ms,height .1s,width .1s .1s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after{-webkit-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;transition:opacity 20ms .2s,height .1s .2s,width .1s .3s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-menu-link-parent:hover::before{width:100%;height:100%}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before{-webkit-transition:opacity 20ms,height .1s,width .1s .1s;transition:opacity 20ms,height .1s,width .1s .1s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after{-webkit-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;transition:opacity 20ms .2s,height .1s .2s,width .1s .3s}.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-draw .premium-active-item .premium-menu-link-parent::before{width:100%;height:100%}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before{border-width:3px 0 0 3px}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent::before{width:3px;height:3px}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:focus::before,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-menu-link-parent:hover::before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::after,.premium-nav-pointer-framed.premium-nav-animation-corners .premium-active-item .premium-menu-link-parent::before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-grow .premium-menu-link-parent:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-shrink .premium-menu-link-parent:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-sink .premium-menu-link-parent:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-float .premium-menu-link-parent:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-skew .premium-menu-link-parent:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:focus,.premium-nav-pointer-text.premium-nav-animation-rotate .premium-menu-link-parent:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.premium-nav-pointer-background .premium-menu-link-parent::before{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.premium-nav-pointer-background .premium-menu-link-parent::after,.premium-nav-pointer-background .premium-menu-link-parent::before{content:"";-webkit-transition:.3s;transition:.3s}.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent::before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-grow .premium-menu-link-parent:hover::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-pointer-background.premium-nav-animation-grow .premium-active-item .premium-menu-link-parent::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-pointer-background.premium-nav-animation-shrink .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:.3;transition:.3}.premium-nav-pointer-background.premium-nav-animation-sweep-left .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{left:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-right .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{right:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-up .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{top:100%}.premium-nav-pointer-background.premium-nav-animation-sweep-down .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{bottom:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after{top:0;left:0;right:0;bottom:0;background:#55595c;background-color:#55595c;z-index:-1}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::before{top:0;bottom:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent::after{top:100%;bottom:0}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::before{bottom:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:focus::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-menu-link-parent:hover::after{top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::before{bottom:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-vertical .premium-active-item .premium-menu-link-parent::after{top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-out-vertical .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{bottom:50%;top:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::before{right:0;left:100%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent::after{right:100%;left:0}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::before,.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::before{left:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:focus::after,.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-menu-link-parent:hover::after{right:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::before{left:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-in-horizontal .premium-active-item .premium-menu-link-parent::after{right:50%}.premium-nav-pointer-background.premium-nav-animation-shutter-out-horizontal .premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::before{left:50%;right:50%}.premium-active-item::after,.premium-active-item::before,.premium-menu-link-parent:focus::after,.premium-menu-link-parent:focus::before,.premium-menu-link-parent:hover::after,.premium-menu-link-parent:hover::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-nav-menu-item .premium-mega-content-container,.premium-nav-menu-item .premium-sub-menu{-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s}[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-mega-content-container,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-nav-menu-item.premium-item-hovered>.premium-sub-menu,[class*=premium-nav-slide-].premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu.premium-item-hovered>.premium-sub-menu{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-sub-menu,.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-content-container,.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-sub-menu{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px)}.premium-nav-slide-up.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px)}.premium-nav-slide-down.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-45%);-ms-transform:translateX(-45%);transform:translateX(-45%)}.premium-nav-slide-left.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static .premium-mega-content-container{-webkit-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translateX(-55%)}.premium-nav-slide-right.premium-nav-hor:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-nav-slide-down.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,.premium-nav-slide-up.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-nav-slide-left.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container,.premium-nav-slide-right.premium-nav-ver:not(.premium-hamburger-menu) .premium-mega-item-static.premium-item-hovered .premium-mega-content-container{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.premium-mega-content-container .premium-rn-badge,.premium-rn-badge{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:10px;-webkit-transition:all .3s;transition:all .3s}.premium-nav-ver.premium-vertical-left .premium-rn-badge{top:50%;left:10px;right:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-nav-ver.premium-vertical-left .premium-mega-content-container .premium-rn-badge{left:unset;right:10px}.has-pa-badge:hover{-webkit-transition:all .3s;transition:all .3s}.premium-sub-item-badge{-webkit-transition:all .3s;transition:all .3s}.premium-mega-content-container .premium-badge-dot .premium-rn-badge,.premium-mega-content-container .premium-badge-dot .premium-sub-item-badge,.premium-sub-menu .premium-badge-dot .premium-rn-badge,.premium-sub-menu .premium-badge-dot .premium-sub-item-badge{font-size:0;min-width:1px;padding:3px;border-radius:50%;-webkit-transition:all .3s;transition:all .3s}.premium-mega-content-container .premium-badge-pulse:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-pulse:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-pulse:hover .premium-rn-badge,.premium-sub-menu .premium-badge-pulse:hover .premium-sub-item-badge{-webkit-animation:badge-pulse-grow .5s alternate infinite ease-in-out;animation:badge-pulse-grow .5s alternate infinite ease-in-out}.premium-mega-content-container .premium-badge-buzz:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-buzz:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-buzz:hover .premium-rn-badge,.premium-sub-menu .premium-badge-buzz:hover .premium-sub-item-badge{-webkit-animation:badge-buzz .5s alternate infinite ease-in-out;animation:badge-buzz .5s alternate infinite ease-in-out}.premium-mega-content-container .premium-badge-slide-right .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-right .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-right .premium-rn-badge,.premium-sub-menu .premium-badge-slide-right .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px);transform:translateY(-50%) translateX(-5px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-mega-content-container .premium-badge-slide-right:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-right:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-right:hover .premium-rn-badge,.premium-sub-menu .premium-badge-slide-right:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px);transform:translateY(-50%) translateX(5px)}.premium-mega-content-container .premium-badge-slide-left .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-left .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-left .premium-rn-badge,.premium-sub-menu .premium-badge-slide-left .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(5px);-ms-transform:translateY(-50%) translateX(5px);transform:translateY(-50%) translateX(5px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.premium-mega-content-container .premium-badge-slide-left:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-slide-left:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-slide-left:hover .premium-rn-badge,.premium-sub-menu .premium-badge-slide-left:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) translateX(-5px);-ms-transform:translateY(-50%) translateX(-5px);transform:translateY(-50%) translateX(-5px)}.premium-mega-content-container .premium-badge-expand .premium-rn-badge,.premium-mega-content-container .premium-badge-expand .premium-sub-item-badge,.premium-sub-menu .premium-badge-expand .premium-rn-badge,.premium-sub-menu .premium-badge-expand .premium-sub-item-badge{-webkit-transform:translateY(-50%) scaleX(0);-ms-transform:translateY(-50%) scaleX(0);transform:translateY(-50%) scaleX(0);-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.premium-mega-content-container .premium-badge-expand:hover .premium-rn-badge,.premium-mega-content-container .premium-badge-expand:hover .premium-sub-item-badge,.premium-sub-menu .premium-badge-expand:hover .premium-rn-badge,.premium-sub-menu .premium-badge-expand:hover .premium-sub-item-badge{-webkit-transform:translateY(-50%) scaleX(1);-ms-transform:translateY(-50%) scaleX(1);transform:translateY(-50%) scaleX(1)}@-webkit-keyframes badge-pulse-grow{to{-webkit-transform:translateY(-50%) scale(1.07);transform:translateY(-50%) scale(1.07)}}@keyframes badge-pulse-grow{to{-webkit-transform:translateY(-50%) scale(1.07);transform:translateY(-50%) scale(1.07)}}@-webkit-keyframes badge-buzz{50%{-webkit-transform:translateY(-50%) translateX(3px) rotate(2deg);transform:translateY(-50%) translateX(3px) rotate(2deg)}100%{-webkit-transform:translateY(-50%) translateX(-3px) rotate(-2deg);transform:translateY(-50%) translateX(-3px) rotate(-2deg)}}@keyframes badge-buzz{50%{-webkit-transform:translateY(-50%) translateX(3px) rotate(3deg);transform:translateY(-50%) translateX(3px) rotate(3deg)}100%{-webkit-transform:translateY(-50%) translateX(-3px) rotate(-3deg);transform:translateY(-50%) translateX(-3px) rotate(-3deg)}}body.premium-scroll-disabled{overflow-y:hidden;height:100vh;margin:0}.elementor-sticky__spacer .premium-nav-widget-container{visibility:unset!important;opacity:unset!important}.elementor-sticky__spacer .premium-mega-content-container{visibility:hidden!important;opacity:0!important}.pa-rec-not-icon-wrap{position:relative;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#000;border-radius:100%;padding:10px;cursor:pointer}.pa-rec-not-icon-wrap svg{width:50px;height:50px;display:block}.pa-rec-not-icon-wrap i{font-size:50px}.pa-rec-not-icon-wrap img{display:block}.pa-rec-not-icon-wrap .premium-not-icon{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;fill:#fff}.pa-rec-not-icon-wrap .premium-not-icon-text{margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-rec-not-icon-wrap .premium-icon-with-no-post{display:none}.pa-rec-not-number{display:-webkit-flex;display:-ms-flexbox;display:flex;width:25px;height:25px;position:absolute;top:-5px;right:-5px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;background-color:red;border-radius:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-rec-posts-container{position:fixed;background:#f7f7f7;height:100vh;top:0;width:30vw;z-index:99999}.pa-container-left .pa-rec-posts-container{left:0}.pa-container-right .pa-rec-posts-container{right:0}.pa-rec-posts-body{max-height:90vh;scrollbar-width:none;overflow-y:scroll}.pa-rec-posts-body::-webkit-scrollbar{width:0!important}.pa-rec-posts-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-rec-posts-header .pa-rec-posts-close{cursor:pointer;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.pa-rec-posts-header .pa-rec-posts-close-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-rec-title-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-rec-title-wrap svg{width:50px;height:50px;display:block}.pa-rec-title-wrap i{font-size:50px}.pa-rec-posts-overlay{position:fixed;top:0;right:0;width:100vw;height:100vh;max-width:100%;max-height:100%;display:none;z-index:9999;opacity:0;background-color:rgba(7,7,7,.5215686275)}.pa-rec-posts-container .premium-blog-thumbnail-container{overflow:hidden}.pa-rec-posts-container .premium-blog-thumbnail-container .below-entry-meta,.pa-rec-posts-container .premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:block}@media (max-width:768px){.premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-skin-side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.rtl .premium-blog-squares-effect:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-person-container{position:relative}.premium-person-image-container{position:relative;text-align:center;overflow:hidden}.premium-person-image-container .premium-person-image-wrap{overflow:hidden}.premium-person-scale-effect .premium-person-image-container img,.premium-person-zoomout-effect .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-sepia-effect .premium-person-image-container img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-person-bright-effect .premium-person-image-container img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-person-zoomin-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-zoomout-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-person-grayscale-effect:hover .premium-person-image-container img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-person-blur-effect:hover .premium-person-image-container img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-person-sepia-effect:hover .premium-person-image-container img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-person-bright-effect:hover .premium-person-image-container img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-person-trans-effect:hover .premium-person-image-container img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-person-container .premium-person-image-container img{width:100%;height:100%;display:block;object-fit:cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-person-style2 .premium-person-social{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;opacity:0}.premium-person-style2 .premium-person-image-container:hover .premium-person-social{opacity:1}.premium-person-list-item a{display:inline-block}.premium-person-style2 .premium-person-list-item a{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-person-info-container{padding:30px 15px}.premium-person-name{margin:0 0 5px;font-weight:700;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.premium-person-title{margin:0 0 20px;padding:0}.premium-person-content{margin:0 0 30px}ul.premium-person-social-list{margin:0!important;padding:0}.premium-person-social-list .premium-person-list-item{display:inline;list-style:none}.premium-person-social-list li{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-social-list li i{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:18px}.premium-person-defaults-yes li.premium-person-facebook:hover a{background-color:#3b5998!important}.premium-person-defaults-yes li.premium-person-twitter:hover a{background-color:#55acee!important}.premium-person-defaults-yes li.premium-person-linkedin:hover a{background-color:#0077b5!important}.premium-person-defaults-yes li.premium-person-google:hover a{background-color:#dc4e41!important}.premium-person-defaults-yes li.premium-person-youtube:hover a{background-color:#b31217!important}.premium-person-defaults-yes li.premium-person-instagram:hover a{background-color:#e4405f!important}.premium-person-defaults-yes li.premium-person-skype:hover a{background-color:#00aff0!important}.premium-person-defaults-yes li.premium-person-pinterest:hover a{background-color:#bd081c!important}.premium-person-defaults-yes li.premium-person-dribbble:hover a{background-color:#ea4c89!important}.premium-person-defaults-yes li.premium-person-mail:hover a{background-color:#b23121!important}.premium-person-defaults-yes li.premium-person-behance:hover a{background-color:#1769ff!important}.premium-person-defaults-yes li.premium-person-whatsapp:hover a{background-color:#25d366!important}.premium-person-defaults-yes li.premium-person-telegram:hover a{background-color:#08c!important}.premium-person-defaults-yes li.premium-person-site:hover a{background-color:#0055a5!important}.premium-person-social-list li:hover a{box-shadow:none}.premium-person-social-list li a:focus{box-shadow:none;outline:0}.elementor-widget-premium-addon-person{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-premium-addon-person .elementor-widget-container{width:100%}.premium-persons-container.multiple-persons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-person-style1 .premium-person-container{overflow:hidden}.premium-person-style1 .premium-person-container .premium-person-info{position:absolute;top:auto;right:0;left:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-person-style1 .premium-person-container:hover .premium-person-info{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-person-style1 .premium-person-social-list li:hover{bottom:5px}.premium-person-style1.multiple-persons:not([data-persons-equal=yes]){-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-person-style1 .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-person-style1 .slick-slide{height:inherit!important}.premium-person-style3 .premium-person-info-container{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-person-style3 .premium-person-title-desc-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-person-style3 .premium-person-name-icons-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-person-style3 .premium-person-title{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:0}.premium-person-style3 .premium-person-title span{display:inline-block}.premium-person-style3 .premium-person-name{padding-left:10px}.premium-person-style3 .premium-person-social-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.premium-person-style3 .premium-person-list-item{line-height:0}.premium-person-style3 .premium-person-list-item a{padding:5px 10px 0 0;margin:5px 0}.premium-person-style3 .premium-person-container:hover .premium-person-title{opacity:1}.premium-person-style3 .premium-person-container:hover .premium-person-social-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(15px) rotate(90deg);-ms-transform:translateX(15px) rotate(90deg);transform:translateX(15px) rotate(90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-persons-title-ccw .premium-person-title{width:auto;-webkit-margin-end:20px;margin-inline-end:20px;-webkit-transform:translateX(15px) rotate(-90deg);-ms-transform:translateX(15px) rotate(-90deg);transform:translateX(15px) rotate(-90deg);-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.rtl .premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.rtl .premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-person-style3 .premium-person-list-item a{padding:5px 0 0 10px}.rtl .premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.rtl .premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(15px) rotate(-90deg);-ms-transform:translateX(15px) rotate(-90deg);transform:translateX(15px) rotate(-90deg)}.rtl .premium-persons-title-ccw .premium-person-title{-webkit-transform:translateX(-15px) rotate(90deg);-ms-transform:translateX(-15px) rotate(90deg);transform:translateX(-15px) rotate(90deg);-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.rtl .premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-pinterest-feed__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-pinterest-feed__pins-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-pinterest-feed__pin-outer-wrapper{padding:0 2.5px}.premium-pinterest-feed__pin-wrapper{height:100%}.premium-pinterest-feed__pin-creator a{display:inline-block;text-transform:capitalize}.premium-pinterest-feed__shares{margin-left:auto}.premium-pinterest-feed__share-outer{-webkit-order:10;-ms-flex-order:10;order:10}.premium-pinterest-feed__meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-pinterest-feed__pin-media{cursor:pointer;position:relative;overflow:hidden}.premium-pinterest-feed__pin-media img{width:100%;height:100%!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.premium-pinterest-feed__cover_wrap{width:100%;overflow:hidden}.premium-pinterest-feed__pinterest-icon svg{display:block}.premium-pinterest-feed__overlay{position:absolute;left:0;top:0;bottom:0;right:0;z-index:8}.premium-pinterest-feed__pin-meta-wrapper{z-index:9}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper,.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-pinterest-feed__pin-layout-1 .premium-pinterest-feed__pin-meta-wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:0;-ms-flex-order:0;order:0}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-inner-meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-desc{-webkit-order:1;-ms-flex-order:1;order:1;margin-top:auto!important}.premium-pinterest-feed__pin-layout-2 .premium-pinterest-feed__pin-media{width:100%;height:100%}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media,.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper{width:50%}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__meta{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media{height:400px}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-media img{object-fit:cover}.premium-pinterest-feed__pin-layout-3 .premium-pinterest-feed__pin-desc{text-align:center}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-wrapper:hover .premium-pinterest-feed__pin-meta-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pinterest-icon{position:absolute;top:10px;left:10px;z-index:1}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-desc{padding-left:15px}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-meta-wrapper{padding:30px 15px 15px 0;position:absolute;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);bottom:10px}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__pin-media{width:100%;height:100%}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dots{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-pinterest-feed__pin-layout-4 .premium-pinterest-feed__dot{width:7px;height:7px;border-radius:100%;background-color:#fff;display:inline-block;margin:0 3px}.premium-pinterest-feed__profile-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:12px;margin-bottom:5px}.premium-pinterest-feed__profile-header>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-pinterest-feed__profile-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:20px;font-weight:400}.premium-pinterest-feed__profile-counts span{display:inline-block;white-space:nowrap}.premium-pinterest-feed__profile-counts>span{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 5px;margin:0 4px;-webkit-column-gap:6px;column-gap:6px}.premium-pinterest-feed__user-info-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pinterest-feed__user-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;column-gap:15px}.premium-pinterest-feed__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden}.premium-pinterest-feed__avatar img{width:100%;height:100%;border-radius:50%}.premium-pinterest-feed__username a{text-transform:capitalize;font-size:17px;color:#202020;font-weight:700px}.premium-pinterest-feed__follow-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 20px;background:#ed455e;color:#fff;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-column-gap:5px;column-gap:5px}.premium-pinterest-feed__follow-button .premium-pinterest-feed__pinterest-icon *{fill:#fff!important}.premium-pinterest-feed__follow-button:hover{color:#fff}.premium-pinterest-feed__profile-desc{font-size:14px;line-height:20px;font-weight:400;margin-top:10px;margin-bottom:10px}.premium-pinterest-feed__board-trigger-wrapper,.premium-pinterest-feed__load-more-wrapper{width:100%;text-align:center}.premium-pinterest-feed__board-trigger,.premium-pinterest-feed__load-more-btn{cursor:pointer;display:inline-block;padding:7px 20px;margin-bottom:4px;margin-top:4px;border:none;border-radius:5px;background-color:#efefef}.premium-pinterest-feed__boards-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-pinterest-feed__board-wrapper{position:relative;width:250px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;cursor:pointer;overflow:hidden;margin:4px}.premium-pinterest-feed__board-wrapper>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-pinterest-feed__board-wrapper span{display:inline-block}.premium-pinterest-feed__board-wrapper>a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.premium-pinterest-feed__board-wrapper .premium-pinterest-feed__pinterest-icon{position:absolute;top:10px;left:10px;z-index:1}.premium-pinterest-feed__board-cover{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pinterest-feed__board-layout-cover .premium-pinterest-feed__board-cover img{width:100%;height:100%;object-fit:cover}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:2px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(1),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(2){width:-webkit-calc((100% - 2px)/ 2);width:calc((100% - 2px)/ 2)}.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(3),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(4),.premium-pinterest-feed__board-layout-2 .premium-pinterest-feed__board-cover img:nth-of-type(5){width:-webkit-calc((100% - 4px)/ 3);width:calc((100% - 4px)/ 3)}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:2px;height:150px}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider{width:35%;display:grid;height:100%;max-height:100%;overflow:hidden;gap:2px}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover .premium-cover-divider img{width:100%;height:100%;object-fit:cover}.premium-pinterest-feed__board-layout-3 .premium-pinterest-feed__board-cover>img:nth-of-type(1){width:-webkit-calc(65% - 2px);width:calc(65% - 2px)}.premium-carousel-yes .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-carousel-yes.premium-pinterest-feed__grid .slick-slide{height:inherit!important}.premium-carousel-yes ul.slick-dots{width:100%}.premium-read-more{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;white-space:nowrap}.premium-display-none{display:none}.premium-pinterest-feed__masonry .premium-pinterest-feed__content-wrapper{width:100%}.premium-post-ticker__content,.premium-post-ticker__date-wrapper,.premium-post-ticker__header-wrapper,.premium-post-ticker__outer-wrapper,.premium-post-ticker__post-wrapper,.premium-post-ticker__title-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-post-ticker__title-wrapper img{max-width:unset}.premium-post-ticker__outer-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-post-ticker__date-wrapper,.premium-post-ticker__header-wrapper,.premium-post-ticker__title-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-post-ticker__post-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:7px 20px}.premium-post-ticker__post-wrapper a,.premium-post-ticker__post-wrapper i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-post-ticker__post-wrapper.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;position:relative}.premium-post-ticker__content{width:100%;background-color:#ececed}.premium-post-ticker__posts-wrapper{min-width:0;min-height:0}.premium-post-ticker__posts-wrapper .slick-list,.premium-post-ticker__posts-wrapper .slick-track{height:100%}.premium-post-ticker__outer-wrapper,.premium-post-ticker__post-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-post-ticker__post-wrapper,.premium-post-ticker__title-wrapper{-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__date,.premium-post-ticker__title{white-space:nowrap}.premium-post-ticker__post-title,.premium-post-ticker__title{margin:0;text-transform:capitalize}.premium-post-ticker__title{font-size:15px}.premium-post-ticker__post-title{font-size:17px}.premium-post-ticker__post-title a{display:inline-block}.premium-post-ticker__post-date{font-size:12px;margin-left:6px}.premium-post-ticker__separator{position:absolute;right:0;width:2px;height:20px;background:#000;z-index:1}.premium-post-ticker__icon-wrapper{-webkit-order:1;-ms-flex-order:1;order:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-post-ticker__icon-wrapper>svg{width:50px;height:50px}.premium-post-ticker__icon-wrapper img{width:50px}.premium-post-ticker__icon-wrapper .premium-drawable-icon,.premium-post-ticker__icon-wrapper .premium-lottie-animation{width:50px;height:50px;line-height:50px}.premium-post-ticker__icon-wrapper .premium-drawable-icon svg,.premium-post-ticker__icon-wrapper .premium-lottie-animation svg{width:100%;height:100%}.premium-post-ticker__thumbnail-wrapper a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}.premium-post-ticker__thumbnail-wrapper img{width:50px}.premium-post-ticker__post-author{font-size:12px}.premium-post-ticker__arrows{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:99;-webkit-column-gap:2px;column-gap:2px}.premium-post-ticker__arrows a{cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;box-shadow:none;padding:0 5px;border:1px solid currentColor;border-radius:0}.premium-post-ticker__hidden{visibility:hidden;opacity:0}.premium-post-ticker__change-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__change-wrapper .up{color:#009e73}.premium-post-ticker__change-wrapper .down{color:#d94040}.premium-post-ticker__change-percent{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-post-ticker__change-wrapper,.premium-post-ticker__symbol{margin:0 50px}.premium-post-ticker__symbol-icon{border-radius:50%!important}.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper,.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper{background:#7a7a7a}.premium-post-ticker__layout-1 .premium-post-ticker__date-wrapper{font-size:13px;margin-bottom:5px}.premium-post-ticker__layout-1 .premium-post-ticker__title-wrapper{padding:0 25px}.premium-post-ticker__layout-2 .premium-post-ticker__date-wrapper{margin:0;padding:0 25px}.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper{position:relative;padding:3px 10px}.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper::after{content:"";position:absolute;width:30%;height:100%;left:100%;bottom:0;-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper{z-index:99;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);position:relative}.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper::after{content:"";position:absolute;width:20px;height:100%;left:99%;bottom:0;-webkit-clip-path:polygon(0 0,34% 0,100% 50%,34% 100%,0 100%);clip-path:polygon(0 0,34% 0,100% 50%,34% 100%,0 100%)}.premium-post-ticker__layout-3 .premium-post-ticker__date-wrapper,.premium-post-ticker__layout-3 .premium-post-ticker__title-wrapper{padding:3px 7px}.premium-post-ticker__layout-3 .premium-post-ticker__post-wrapper{padding:10px 20px}.premium-post-ticker__layout-3 .premium-post-ticker__content{padding-top:10px}.premium-post-ticker__layout-4 .slick-list{overflow-x:visible}.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.premium-post-ticker__layout-4 .premium-post-ticker__arrows{background:0 0;-webkit-order:2;-ms-flex-order:2;order:2}.premium-post-ticker__layout-4 .premium-post-ticker__arrows a{padding:0 1px;line-height:15px}.premium-post-ticker__layout-4 .premium-post-ticker__arrows i{font-size:15px}.premium-post-ticker__layout-4 .premium-post-ticker__arrows .prev-arrow{-webkit-order:1;-ms-flex-order:1;order:1}.premium-post-ticker__layout-4 .premium-post-ticker__title-wrapper{margin:0 5px}.premium-post-ticker__layout-4 .premium-post-ticker__content{overflow-x:auto;overflow-y:hidden}.premium-post-ticker__layout-4 .premium-post-ticker__change-wrapper span{text-align:center}.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child{position:relative}.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after{content:"";position:absolute;width:0;height:0;left:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999;border-width:8px 0 8px 7px;border-style:solid;border-color:transparent transparent transparent currentColor}.premium-typing-yes .premium-post-ticker__post-wrapper>div:first-child{-webkit-order:1;-ms-flex-order:1;order:1}.premium-typing-yes .premium-post-ticker__post-title{position:relative}.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after{content:"";position:absolute;opacity:1}.premium-reversed-yes .premium-post-ticker__content{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-reversed-yes.premium-post-ticker__layout-2 .premium-post-ticker__outer-wrapper,.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__outer-wrapper,.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__outer-wrapper{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper,.premium-reversed-yes.premium-post-ticker__layout-4 .premium-post-ticker__header-wrapper{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-reversed-yes.premium-post-ticker__layout-2 .premium-post-ticker__title-wrapper::after{left:unset;right:100%;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}.premium-reversed-yes.premium-post-ticker__layout-3 .premium-post-ticker__header-wrapper::after{left:unset;right:99%;-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,34% 100%,0 50%);clip-path:polygon(34% 0,100% 0,100% 100%,34% 100%,0 50%)}.premium-reversed-yes.premium-post-ticker__layout-4 .slick-list{direction:rtl}.premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child{position:relative}.premium-reversed-yes.premium-ticker-pointer-yes:not(.premium-post-ticker__layout-3) .premium-post-ticker__content>div:first-child::after{left:-7px;top:50%;border-width:8px 8px 7px 0;border-color:transparent currentColor transparent transparent}.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-title.premium-text-typing::after{right:100%}.premium-reversed-yes.premium-fade-yes .premium-post-ticker__post-wrapper,.premium-reversed-yes.premium-typing-yes .premium-post-ticker__post-wrapper{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-pricing-table-container{position:relative;text-align:center;display:inline-block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:0}.premium-pricing-icon-container .premium-pricing-icon{display:inline-block}.premium-pricing-icon-container .premium-pricing-image{overflow:hidden}.premium-pricing-icon-container .premium-pricing-image img{width:25px;height:25px;object-fit:cover}.premium-badge-left:not(.premium-badge-flag){position:absolute;top:0}.premium-badge-right:not(.premium-badge-flag){position:absolute;top:0;right:0}.premium-badge-left{left:0}.premium-badge-triangle.premium-badge-left .corner{width:0;height:0;border-top:150px solid;border-bottom:150px solid transparent;border-right:150px solid transparent}.premium-badge-triangle.premium-badge-right .corner{width:0;height:0;border-bottom:150px solid transparent;border-right:150px solid;border-left:150px solid transparent}.premium-badge-triangle span{position:absolute;top:35px;width:100px;text-align:center;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;text-transform:uppercase}.premium-badge-triangle.premium-badge-right span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0}.premium-badge-circle{min-width:4em;min-height:4em;line-height:4em;text-align:center;border-radius:100%;position:absolute;z-index:1}.premium-badge-stripe{position:absolute;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:15em;overflow:hidden;height:15em}.premium-badge-stripe.premium-badge-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-badge-stripe .corner{text-align:center;left:0;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase}.premium-badge-flag.premium-badge-right .corner{right:-8px;border-radius:4px 4px 0 4px}.premium-badge-flag.premium-badge-right .corner::after,.premium-badge-flag.premium-badge-right .corner::before{right:0}.premium-badge-flag.premium-badge-left .corner{left:-8px;border-radius:4px 4px 4px 0}.premium-badge-flag.premium-badge-left .corner::after,.premium-badge-flag.premium-badge-left .corner::before{left:0}.premium-badge-flag .corner{text-align:center;padding:3px 15px;position:absolute;top:10%}.premium-badge-flag .corner::after,.premium-badge-flag .corner::before{content:"";display:block;position:absolute;width:0;height:0;top:100%;border-bottom:8px solid transparent}.elementor-widget-premium-addon-pricing-table{overflow:visible!important}.premium-badge-flag.premium-badge-right .corner::after{border-left:8px solid rgba(0,0,0,.2)}.premium-badge-flag.premium-badge-left .corner::before{border-right:8px solid rgba(0,0,0,.2)}.premium-pricing-price-currency{position:relative}.premium-pricing-button-container{display:block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:0}.premium-pricing-list .premium-pricing-list-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-pricing-list .premium-pricing-list-item svg{width:50px;height:50px}.premium-pricing-list .premium-pricing-list-item img{width:30px;height:30px;object-fit:cover}.premium-pricing-list .premium-pricing-list-span{position:relative}.premium-pricing-list .list-item-tooltip{border-bottom:1px dotted}.premium-pricing-list .premium-pricing-list-tooltip{position:absolute;top:-webkit-calc(100% + 1px);top:calc(100% + 1px);inset-inline-start:0;visibility:hidden;padding:15px 20px;border-radius:5px;min-width:200px;overflow:hidden;text-align:start;font-size:.8rem;color:#fff;background-color:#aaa}.premium-pricing-features-left .premium-pricing-list-span{text-align:start}.premium-pricing-features-center .premium-pricing-list-span{text-align:center}.premium-pricing-features-right .premium-pricing-list-span{text-align:end}.premium-pricing-list-span:hover .premium-pricing-list-tooltip{z-index:99;visibility:visible;opacity:1}.premium-pricing-slashed-price-value{display:inline-block;font-size:20px;font-weight:400;-webkit-margin-end:5px;margin-inline-end:5px}.premium-pricing-price-value{font-size:70px}.premium-pricing-description-container li{list-style-position:inside;text-indent:-40px}@-moz-document url-prefix(){.premium-pricing-description-container li{text-indent:0}}.premium-pricing-button-container .premium-pricing-price-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:6px 12px;text-align:center;color:#fff;background:#6ec1e4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.rtl .premium-badge-stripe .corner{-webkit-transform:rotate(-45deg) translateY(-50%) translateX(-10px);-ms-transform:rotate(-45deg) translateY(-50%) translateX(-10px);transform:rotate(-45deg) translateY(-50%) translateX(-10px)}.rtl .premium-badge-left.premium-badge-triangle span{left:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:start;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{-webkit-margin-end:4px;margin-inline-end:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{-webkit-margin-start:4px;margin-inline-start:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;inset-inline-start:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:inline-start;width:0%;height:100%;font-size:12px;background:#6ec1e4;text-align:center;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);position:absolute;overflow:hidden;line-height:20px;-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-container p:first-of-type{margin:0;float:left}.premium-progressbar-container p:nth-of-type(2){margin:0;float:right}.premium-progressbar-name{inset-inline-start:50%;top:0;inset-inline-end:0;-webkit-transform:translateX(-12.5px);-ms-transform:translateX(-12.5px);transform:translateX(-12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:inline-start;width:0;inset-inline-start:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;inset-inline-start:50%;display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-progressbar-pin{-webkit-border-start:1px solid;border-inline-start:1px solid;height:12px;inset-inline-start:50%;display:inline-block}.premium-progressbar-circle-wrap,.premium-progressbar-hf-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle-content,.premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.premium-progressbar-circle-wrap .premium-lottie-animation,.premium-progressbar-hf-circle-wrap .premium-lottie-animation{line-height:1}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;inset-inline-start:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;border-radius:50%}.premium-progressbar-hf-container{position:relative;width:200px;height:200px}.premium-progressbar-hf-circle-wrap{overflow:hidden}.premium-progressbar-hf-circle-wrap .premium-progressbar-left-label{-webkit-order:1;-ms-flex-order:1;order:1}.premium-progressbar-hf-circle{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0)}.premium-progressbar-hf-circle-progress{position:absolute;left:0;top:0;height:100%;width:100%;border:12px solid #000;border-radius:50%;-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 1.5s linear;transition:-webkit-transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.premium-progressbar-circle-inner{height:100%;width:100%;border:12px solid #eee;border-radius:50%}.premium-progressbar-hf-labels{margin:0 auto;position:relative;font-size:12px;font-weight:400;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@media (max-width:768px){.premium-progressbar-center-label{-webkit-transform:rotate(-90deg)!important;-ms-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important;float:none!important;-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}}.rtl .premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.rtl .premium-progressbar-arrow{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.rtl .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@-webkit-keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:100% 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes progress-bar-gradient{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}.premium-search__container{position:relative}.premium-search__container.is-focused .premium-search__input-wrap::after{width:100%;background-color:#4d7bfb}.premium-search__container.is-focused .premium-search__label{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;opacity:1}.premium-search__spinner .premium-loading-feed{display:block!important;position:relative!important}.premium-search__input-wrap{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.premium-search__input-wrap .premium-search__input{width:100%;height:100%;outline:0;border-radius:0;border:1px solid #eee;background-color:#fff;padding:8px 16px}.premium-search__input-wrap .premium-search__input:focus{outline:0;border:1px solid #eee;box-shadow:none}.premium-search__label{padding:8px 0}.premium-search__input-btn-wrap{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.premium-search__type-select{height:100%;background-color:#fff;outline:0;border-radius:0;border:1px solid #eee}.premium-search__type-select:focus{outline:0;border:1px solid #eee;box-shadow:none}.premium-search__btn-wrap{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__spinner{position:absolute;inset-inline-end:5px}.premium-search__remove-wrap{position:absolute;inset-inline-end:20px;cursor:pointer}.premium-search__remove-wrap .premium-search__remove-icon{font-size:15px;background:#aaa;padding:12px;border-radius:100%;width:20px;height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__btn[type=button]{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.premium-search__btn[type=button] svg{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__query-wrap{position:absolute;left:0;z-index:6;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.premium-search__query-wrap.query-hidden{display:none}.premium-search__query-wrap .premium-loading-feed{position:absolute;inset:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-search__query-wrap .slick-track{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-search__query-wrap .slick-slide{height:inherit!important}.premium-search__query-wrap ul.slick-dots{width:100%}.premium-search__query-wrap .slick-disabled{opacity:0;visibility:hidden}.premium-search__posts-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;overflow-y:scroll}.premium-search__results-number{width:100%;margin-left:5px;margin-bottom:10px}.premium-search__select-after .premium-search__input-wrap{-webkit-order:1;-ms-flex-order:1;order:1}.premium-search__select-after .premium-search__type-filter{-webkit-order:2;-ms-flex-order:2;order:2}.premium-search__select-after .premium-search__btn-wrap{-webkit-order:3;-ms-flex-order:3;order:3}.premium-search__post-inner{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#f5f5f5;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-search__link{position:absolute;inset:0;z-index:1}.premium-search__post-content .premium-search__post-title{font-size:18px}.premium-search__post-content .premium-search__post-title a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__post-content .premium-search-excerpt-link{background-color:transparent!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__overlay{position:absolute;inset:0;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search__overlay a{width:100%;height:100%}.premium-search__post-excerpt{margin:0}.premium-search__thumbnail-wrap{position:relative}.premium-search__thumbnail-wrap span{display:none}.premium-search__thumbnail{text-align:center;overflow:hidden}.premium-search__thumbnail img{width:100%;display:block;object-fit:cover;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-search__skin-classic .premium-search__post-title{margin:20px 20px 10px}.premium-search__skin-classic .premium-search__excerpt-wrap{margin:0 20px 20px}.premium-search__skin-classic .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-search__skin-side .premium-search__post-title{margin:20px 20px 10px}.premium-search__skin-side .premium-search__excerpt-wrap{margin:0 20px 20px}.premium-search__skin-side .premium-search__post-inner{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-search__skin-side .premium-search__post-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1;-ms-flex:1;flex:1}.premium-search__skin-banner .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-search__skin-banner .premium-search__post-content{position:absolute;width:100%;bottom:-5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3;-webkit-transition:bottom .3s ease-in-out;transition:bottom .3s ease-in-out;padding:30px}.premium-search__skin-banner .premium-search__post-wrap:hover .premium-search__post-content{bottom:0}.premium-search__arrow-top a.carousel-arrow{top:0}.premium-search__arrow-middle a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-decoration:none}.premium-search__arrow-bottom a.carousel-arrow{bottom:0}.premium-search__effect-scale img,.premium-search__effect-zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-search__effect-sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-search__effect-sepia .premium-search__post-wrap:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-search__effect-bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-search__effect-bright .premium-search__post-wrap:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-search__effect-trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-search__effect-trans .premium-search__post-wrap:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-search__effect-zoomin .premium-search__post-wrap:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-search__effect-zoomout .premium-search__post-wrap:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-search__effect-scale .premium-search__post-wrap:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-search__effect-gray .premium-search__post-wrap:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-search__effect-blur .premium-search__post-wrap:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-search__footer{width:100%}.premium-search-form__pagination-container{text-align:right}.premium-search-form__pagination-container span{cursor:default}.premium-search-form__pagination-container .page-numbers{display:inline-block;border:none;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 .4em .4em 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search-anim-yes .premium-search__input-wrap::after{display:block;position:absolute;width:0;height:2px;content:"";bottom:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-search-anim-middle-yes .premium-search__input-wrap::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-search-anim-label .premium-search__input::-webkit-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-webkit-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input:-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input:-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::-webkit-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-webkit-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input:-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input:-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::-ms-input-placeholder,.premium-search-anim-label-pos-back .premium-search__input::-ms-input-placeholder{color:transparent!important}.premium-search-anim-label .premium-search__input::placeholder,.premium-search-anim-label-pos-back .premium-search__input::placeholder{color:transparent!important}.premium-search-anim-label .premium-search__label,.premium-search-anim-label-pos-back .premium-search__label{position:relative;z-index:2;-webkit-transform:translateX(10px) translateY(30px);-ms-transform:translateX(10px) translateY(30px);transform:translateX(10px) translateY(30px);opacity:.3;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-search-anim-css-filters .premium-search__label,.premium-search-anim-label-letter .premium-search__label{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-highlighted-text{margin:0!important;padding:0!important}@media (max-width:768px){.premium-search__container:not(.premium-search__skin-banner) .premium-search__post-content{top:0;margin:0;padding:15px}.premium-search__skin-side .premium-search__post-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.premium-tcloud-term-wrap{margin:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tcloud-hidden{opacity:0;visibility:hidden}.premium-tcloud-canvas-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-tcloud-default .premium-tcloud-term,.premium-tcloud-ribbon .premium-tcloud-term{background-color:var(--tag-color);padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tcloud-default .premium-tcloud-term:hover,.premium-tcloud-ribbon .premium-tcloud-term:hover{background-color:var(--tag-hover-color)}.premium-tcloud-default .premium-tcloud-term:hover::before,.premium-tcloud-ribbon .premium-tcloud-term:hover::before{border-color:transparent var(--tag-hover-color) transparent transparent}.premium-tcloud-default .premium-tcloud-term-link,.premium-tcloud-ribbon .premium-tcloud-term-link{color:var(--tag-text-color);-webkit-transition:all .3s ease-in-out,font-size 0s;transition:all .3s ease-in-out,font-size 0s;line-height:1}.premium-tcloud-default .premium-tcloud-term{border:1px solid var(--tag-color)}.premium-tcloud-canvas{cursor:pointer}.premium-tcloud-ribbon .premium-tcloud-term{position:relative}.premium-tcloud-ribbon .premium-tcloud-term::before{position:absolute;content:"";top:0;right:100%;margin:0 auto;width:0;height:0;border-style:solid;border-width:var(--tag-ribbon-size) var(--tag-ribbon-size) var(--tag-ribbon-size) 0;border-color:transparent var(--tag-color) transparent transparent;-webkit-transition:all .3s ease-in-out,border-width 0s;transition:all .3s ease-in-out,border-width 0s}.premium-tcloud-ribbon .premium-tcloud-term::after{position:absolute;content:"";top:50%;left:-8px;margin:0 auto;width:5px;height:5px;border-radius:100%;background-color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tcloud-sphere .premium-tcloud-terms-container{display:none}.rtl .premium-tcloud-ribbon .premium-tcloud-term::before{left:-14px}.premium-testimonial-box.multiple-testimonials{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-testimonial-job,.premium-testimonial-person-name{margin:0;color:#212121}.premium-testimonial-text-wrapper{margin:10px 0}.premium-testimonial-heading{font-size:24px;color:#212121;font-weight:700;margin-bottom:10px}.premium-testimonial-heading p{margin:0}.premium-testimonial-person-name{font-size:21px;font-weight:600;margin-bottom:5px}.premium-testimonial-job{font-size:18px}.premium-testimonial-container{position:relative;width:100%}.premium-testimonial-img-wrapper{overflow:hidden;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-img-wrapper img{object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:20px}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-testimonial-lower-quote{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-testimonial__rating-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin1 .premium-testimonial-heading,.premium-testimonial__skin1 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin1 .premium-testimonial-author-info{-webkit-order:3;-ms-flex-order:3;order:3}.premium-testimonial__skin1 .premium-testimonial-upper-quote{top:0;left:12px}.premium-testimonial__skin1 .premium-testimonial-lower-quote{bottom:3px;right:12px}.premium-testimonial__skin1 .premium-testimonial__rating-wrapper{-webkit-order:4;-ms-flex-order:4;order:4}.premium-testimonial__skin2 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin2 .premium-testimonial__img-info{-webkit-order:4;-ms-flex-order:4;order:4}.premium-testimonial__skin3 .premium-testimonial-heading{-webkit-order:1;-ms-flex-order:1;order:1}.premium-testimonial__skin3 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin3 .premium-testimonial-lower-quote{top:12px;right:12px}.premium-testimonial__skin4 .premium-testimonial-text-wrapper{-webkit-order:2;-ms-flex-order:2;order:2}.premium-testimonial__skin4 .premium-testimonial-upper-quote{bottom:-25px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-testimonial__img-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-testimonial__img-bottom .premium-testimonial-img-wrapper,.premium-testimonial__img-top .premium-testimonial-img-wrapper{position:absolute;z-index:1}.premium-testimonial__img-top .premium-testimonial-img-wrapper{top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-testimonial__img-top .premium-testimonial-heading:first-child,.premium-testimonial__img-top .premium-testimonial-text-wrapper:first-child{margin-top:40px}.premium-testimonial__img-bottom .premium-testimonial-img-wrapper{bottom:0;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.premium-testimonial__img-bottom .premium-testimonial-job{margin-bottom:40px}.premium-testimonial__carousel{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.premium-testimonial__carousel .slick-slide{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial__carousel .slick-slide:not(.slick-center){-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:.6;-webkit-filter:grayscale(70%);filter:grayscale(70%)}.premium-testimonial__carousel-img{cursor:pointer}.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-job,.elementor-widget-premium-addon-testimonials:not(.premium-testimonial__skin1):not(.premium-testimonial__skin4) .premium-testimonial-person-name{margin:0 10px}.pa-txt-sc__item-container,.pa-txt-sc__outer-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.pa-txt-sc__outer-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.pa-txt-sc__outer-container .premium-lottie-animation{width:150px;height:150px}.pa-txt-sc__outer-container .premium-lottie-animation>svg{width:100%;height:100%}.pa-txt-sc__hov-item{position:absolute;visibility:hidden;opacity:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:opacity .13s;transition:opacity .13s}.pa-txt-sc__hov-item :not(.pa-txt-sc__item-img){left:0;top:0}.pa-txt-sc__hov-item.pa-txt-sc__item-img{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.pa-txt-sc__hov-hide:hover .pa-txt-sc__main-item{visibility:hidden;opacity:0}.pa-txt-sc__item-container{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item{visibility:visible!important}.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item,.pa-txt-sc__item-container:hover .pa-txt-sc__main-item{-webkit-transition:opacity .13s ease-in-out;transition:opacity .13s ease-in-out}.pa-txt-sc__item-text{font-size:35px;margin:0}.pa-txt-sc__item-text.pa-txt-sc__main-item{width:100%}.pa-txt-sc__link{position:absolute;top:0;left:0;right:0;bottom:0}.pa-txt-sc__item-icon,.pa-txt-sc__item-svg{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pa-txt-sc__effect-grow{-webkit-clip-path:inset(0 100% 100% 0);clip-path:inset(0 100% 100% 0);-webkit-transition:1.2s cubic-bezier(.16,.09,0,1.02);transition:1.2s cubic-bezier(.16,.09,0,1.02)}.pa-txt-sc__effect-circle svg.outline-svg,.pa-txt-sc__effect-curly svg.outline-svg,.pa-txt-sc__effect-diagonal svg.outline-svg,.pa-txt-sc__effect-double-underline svg.outline-svg,.pa-txt-sc__effect-h-underline svg.outline-svg,.pa-txt-sc__effect-outline svg.outline-svg,.pa-txt-sc__effect-strikethrough svg.outline-svg,.pa-txt-sc__effect-underline-zigzag svg.outline-svg,.pa-txt-sc__effect-x svg.outline-svg{fill:none;stroke-width:2px;position:absolute;left:-5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:110%;height:113%}.pa-txt-sc__effect-circle svg.outline-svg.outline,.pa-txt-sc__effect-curly svg.outline-svg.outline,.pa-txt-sc__effect-diagonal svg.outline-svg.outline,.pa-txt-sc__effect-double-underline svg.outline-svg.outline,.pa-txt-sc__effect-h-underline svg.outline-svg.outline,.pa-txt-sc__effect-outline svg.outline-svg.outline,.pa-txt-sc__effect-strikethrough svg.outline-svg.outline,.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline,.pa-txt-sc__effect-x svg.outline-svg.outline{stroke:currentColor}.pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child,.pa-txt-sc__effect-x svg.outline-svg.outline path:first-child{-webkit-animation:pa-svg-outline .5s ease-in-out 0s forwards;animation:pa-svg-outline .5s ease-in-out 0s forwards;stroke-dasharray:1740 1742;stroke-dashoffset:1741}.pa-txt-sc__effect-circle svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-curly svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-diagonal svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-double-underline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-h-underline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-outline svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:nth-child(2),.pa-txt-sc__effect-x svg.outline-svg.outline path:nth-child(2){-webkit-animation:pa-svg-outline .5s ease-in-out 499ms forwards;animation:pa-svg-outline .5s ease-in-out 499ms forwards;stroke-dasharray:1743 1745;stroke-dashoffset:1744}.pa-txt-sc__effect-min-mask .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;background:inherit}.pa-txt-sc__effect-min-mask .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.pa-txt-sc__effect-underline::after{content:"";position:absolute;width:100%;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);height:2px;bottom:0;left:0;background-color:currentColor;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:-webkit-transform .25s ease-out;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;z-index:1}.pa-txt-sc__effect-underline.underline::after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.pa-txt-sc__effect-hvr-pulse-grow.hvr-pulse-grow{-webkit-animation:hvr-pulse-grow .3s ease-in-out alternate infinite;animation:hvr-pulse-grow .3s ease-in-out alternate infinite}.pa-txt-sc__effect-hvr-buzz.hvr-buzz{-webkit-animation:hvr-buzz .3s ease-in-out alternate infinite;animation:hvr-buzz .3s ease-in-out alternate infinite}.pa-txt-sc__effect-rotate{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.pa-txt-sc__effect-rotate.rotate{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.pa-txt-sc__effect-d-rotate{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transform:rotateY(0);transform:rotateY(0)}.pa-txt-sc__effect-d-rotate.d-rotate{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.pa-txt-sc__effect-hvr-wobble-vertical{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.pa-txt-sc__effect-hvr-wobble-vertical.hvr-wobble-vertical{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.pa-txt-sc__effect-hvr-float-shadow{-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.pa-txt-sc__effect-hvr-float-shadow:after{pointer-events:none;position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow::after{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}.pa-clipped-bg span{background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}@-webkit-keyframes pa-svg-outline{100%{stroke-dashoffset:0}}@keyframes pa-svg-outline{100%{stroke-dashoffset:0}}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(3deg);transform:translateX(3px) rotate(3deg)}100%{-webkit-transform:translateX(-3px) rotate(-3deg);transform:translateX(-3px) rotate(-3deg)}}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.premium-tiktok-feed__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-tiktok-feed__videos-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-tiktok-feed__video-outer-wrapper{padding:2.5px}.premium-tiktok-feed__video-wrapper{height:100%}.premium-tiktok-feed__video-wrapper video{height:100%}.premium-tiktok-feed__video-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;column-gap:12px;cursor:pointer;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #d7d7d7}.premium-tiktok-feed__video-counts span{display:inline-block;white-space:nowrap}.premium-tiktok-feed__vid-creator a{display:inline-block;font-size:17px;text-transform:lowercase}.premium-tiktok-feed__created-at{font-size:14px}.premium-tiktok-feed__shares{position:relative;margin-left:auto;z-index:11}.premium-tiktok-feed__meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-tiktok-feed__video-media{cursor:pointer;overflow:hidden;position:relative}.premium-tiktok-feed__video-media img,.premium-tiktok-feed__video-media video{width:100%;height:100%!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-tiktok-feed__video-media .premium-tiktok-feed__play-icon{position:absolute;right:20px;top:20px;z-index:9}.premium-tiktok-feed__video-link{position:absolute;inset:0;z-index:10}.premium-tiktok-feed__vid-desc{font-size:14px;line-height:20px;font-weight:200}.premium-tiktok-feed__profile-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:12px;margin-bottom:5px}.premium-tiktok-feed__profile-header>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-tiktok-feed__profile-counts{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:20px;font-weight:400}.premium-tiktok-feed__profile-counts span{display:inline-block;white-space:nowrap}.premium-tiktok-feed__profile-counts>span{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:3px 5px;margin:0 4px;-webkit-column-gap:6px;column-gap:6px}.premium-tiktok-feed__user-info-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__user-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;column-gap:15px}.premium-tiktok-feed__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden}.premium-tiktok-feed__avatar img{width:100%;height:100%;border-radius:50%}.premium-tiktok-feed__username a{text-transform:lowercase;font-size:17px;font-weight:700px}.premium-tiktok-feed__follow-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 20px;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-column-gap:5px;column-gap:5px}.premium-tiktok-feed__follow-button svg{width:100%;height:100%}.premium-tiktok-feed__profile-desc{font-size:14px;line-height:20px;font-weight:400;margin-top:10px;margin-bottom:10px}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper,.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__vid-meta-wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:0;-ms-flex-order:0;order:0}.premium-tiktok-feed__vid-layout-1 .premium-tiktok-feed__video-counts{position:relative;-webkit-order:4;-ms-flex-order:4;order:4}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-wrapper{position:relative;cursor:pointer;overflow:hidden}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-inner-meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc{margin-top:auto!important}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-counts{-webkit-order:1;-ms-flex-order:1;order:1}.premium-tiktok-feed__vid-layout-2 .premium-tiktok-feed__video-media{width:100%;height:100%}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper,.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media{width:50%}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-meta-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__meta{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-counts{position:absolute;bottom:0;left:0;width:100%;padding:15px}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media{height:400px}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__video-media img{object-fit:cover}.premium-tiktok-feed__vid-layout-3 .premium-tiktok-feed__vid-desc{text-align:center}.premium-tiktok-feed__load-more-wrapper{width:100%;text-align:center}.premium-tiktok-feed__load-more-btn{cursor:pointer;display:inline-block;padding:7px 20px;margin-bottom:4px;margin-top:4px;border:none;border-radius:5px;background-color:#efefef}.premium-tiktok-feed .premium-display-none{display:none}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-header,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-wrapper{background:#eee}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__follow-button{background-color:#202020;color:#fff}.premium-tiktok-feed__scheme-light .custom-fa,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__created-at,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-counts,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__profile-desc,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__username a,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-creator a,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts>span>i,.premium-tiktok-feed__scheme-light .premium-tiktok-sharer{color:#202020}.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg,.premium-tiktok-feed__scheme-light .premium-tiktok-feed__video-counts svg *{color:#202020}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-header,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-wrapper{background:#202020}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__follow-button{background-color:#eee;color:#202020}.premium-tiktok-feed__scheme-dark .fa.custom-fa{-webkit-text-stroke-color:#fff}.premium-tiktok-feed__scheme-dark .custom-fa,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__created-at,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-counts,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__profile-desc,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__username a,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-creator a,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__vid-desc,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts>span>i,.premium-tiktok-feed__scheme-dark .premium-tiktok-sharer{color:#fff}.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg,.premium-tiktok-feed__scheme-dark .premium-tiktok-feed__video-counts svg *{color:#fff}.premium-carousel-yes .premium-tiktok-feed__videos-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-carousel-yes.premium-tiktok-feed__grid .slick-slide{height:inherit!important}.premium-tiktok-feed__tiktok-icon.premium-tiktok-icon-video{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-tiktok-feed-modal-iframe-modal{display:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-ms-user-select:none;user-select:none}.premium-tiktok-feed-modal-iframe-modal .premium-tiktok-feed__video-content{height:90%}.premium-tiktok-feed-modal-iframe-modal iframe{width:325px;height:100%;max-width:605px}.premium-tiktok-temp-close{position:absolute;top:24px;right:40px;color:#a4afb7;font-size:20px;z-index:1000;cursor:pointer}.premium-tiktok-temp-close:hover{color:#495157}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{-webkit-margin-end:10px;margin-inline-end:10px}.premium-title-icon-row-reverse .premium-title-icon{-webkit-margin-start:10px;margin-inline-start:10px}.premium-title-flex-start .premium-title-header{text-align:left}.premium-title-center .premium-title-header{text-align:center}.premium-title-flex-end .premium-title-header{text-align:right}.premium-title-style3,.premium-title-style4{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-width:0;-webkit-border-start:3px solid #6ec1e4;border-inline-start:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;inset-inline-start:50%;bottom:0;-webkit-margin-start:-2px;margin-inline-start:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}@keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}.premium-title-noise-yes .premium-title-text{position:relative}.premium-title-noise-yes .premium-title-text::before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 #00f;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-1 3s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-noise-yes .premium-title-text::after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:0;background:0 0;overflow:hidden;clip:rect(0,900px,0,0);animation:pa-noise-anim-2 2s infinite linear alternate-reverse;width:100%;height:100%}.premium-title-clipped .premium-title-text{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@-webkit-keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,205px,0)}5%{clip:rect(88px,9999px,185px,0)}10%{clip:rect(81px,9999px,55px,0)}15%{clip:rect(38px,9999px,260px,0)}20%{clip:rect(62px,9999px,220px,0)}25%{clip:rect(5px,9999px,262px,0)}30%{clip:rect(9px,9999px,158px,0)}35%{clip:rect(17px,9999px,286px,0)}40%{clip:rect(97px,9999px,238px,0)}45%{clip:rect(9px,9999px,21px,0)}50%{clip:rect(94px,9999px,128px,0)}55%{clip:rect(53px,9999px,182px,0)}60%{clip:rect(2px,9999px,122px,0)}65%{clip:rect(24px,9999px,135px,0)}70%{clip:rect(45px,9999px,99px,0)}75%{clip:rect(75px,9999px,22px,0)}80%{clip:rect(9px,9999px,156px,0)}85%{clip:rect(56px,9999px,147px,0)}90%{clip:rect(53px,9999px,164px,0)}95%{clip:rect(86px,9999px,63px,0)}100%{clip:rect(63px,9999px,81px,0)}}@keyframes pa-noise-anim-1{0%{clip:rect(52px,9999px,205px,0)}5%{clip:rect(88px,9999px,185px,0)}10%{clip:rect(81px,9999px,55px,0)}15%{clip:rect(38px,9999px,260px,0)}20%{clip:rect(62px,9999px,220px,0)}25%{clip:rect(5px,9999px,262px,0)}30%{clip:rect(9px,9999px,158px,0)}35%{clip:rect(17px,9999px,286px,0)}40%{clip:rect(97px,9999px,238px,0)}45%{clip:rect(9px,9999px,21px,0)}50%{clip:rect(94px,9999px,128px,0)}55%{clip:rect(53px,9999px,182px,0)}60%{clip:rect(2px,9999px,122px,0)}65%{clip:rect(24px,9999px,135px,0)}70%{clip:rect(45px,9999px,99px,0)}75%{clip:rect(75px,9999px,22px,0)}80%{clip:rect(9px,9999px,156px,0)}85%{clip:rect(56px,9999px,147px,0)}90%{clip:rect(53px,9999px,164px,0)}95%{clip:rect(86px,9999px,63px,0)}100%{clip:rect(63px,9999px,81px,0)}}@-webkit-keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,164px,0)}5%{clip:rect(19px,9999px,120px,0)}10%{clip:rect(17px,9999px,29px,0)}15%{clip:rect(46px,9999px,208px,0)}20%{clip:rect(28px,9999px,192px,0)}25%{clip:rect(64px,9999px,129px,0)}30%{clip:rect(58px,9999px,249px,0)}35%{clip:rect(18px,9999px,272px,0)}40%{clip:rect(61px,9999px,199px,0)}45%{clip:rect(63px,9999px,88px,0)}50%{clip:rect(59px,9999px,251px,0)}55%{clip:rect(20px,9999px,117px,0)}60%{clip:rect(49px,9999px,98px,0)}65%{clip:rect(70px,9999px,16px,0)}70%{clip:rect(70px,9999px,115px,0)}75%{clip:rect(82px,9999px,50px,0)}80%{clip:rect(25px,9999px,251px,0)}85%{clip:rect(76px,9999px,92px,0)}90%{clip:rect(2px,9999px,186px,0)}95%{clip:rect(9px,9999px,285px,0)}100%{clip:rect(41px,9999px,189px,0)}}@keyframes pa-noise-anim-2{0%{clip:rect(14px,9999px,164px,0)}5%{clip:rect(19px,9999px,120px,0)}10%{clip:rect(17px,9999px,29px,0)}15%{clip:rect(46px,9999px,208px,0)}20%{clip:rect(28px,9999px,192px,0)}25%{clip:rect(64px,9999px,129px,0)}30%{clip:rect(58px,9999px,249px,0)}35%{clip:rect(18px,9999px,272px,0)}40%{clip:rect(61px,9999px,199px,0)}45%{clip:rect(63px,9999px,88px,0)}50%{clip:rect(59px,9999px,251px,0)}55%{clip:rect(20px,9999px,117px,0)}60%{clip:rect(49px,9999px,98px,0)}65%{clip:rect(70px,9999px,16px,0)}70%{clip:rect(70px,9999px,115px,0)}75%{clip:rect(82px,9999px,50px,0)}80%{clip:rect(25px,9999px,251px,0)}85%{clip:rect(76px,9999px,92px,0)}90%{clip:rect(2px,9999px,186px,0)}95%{clip:rect(9px,9999px,285px,0)}100%{clip:rect(41px,9999px,189px,0)}}@-webkit-keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}@keyframes pa-shinny-text{0%{background-position:100%}100%{background-position:-100%}}.premium-global-tooltip{display:none}.premium-global-tooltip-content .premium-tootltip-icon img{display:inline-block;vertical-align:middle}.premium-global-tooltip-content .premium-tooltip-gallery,.premium-global-tooltip-content .premium-tootltip-icon{display:inline-block}.premium-global-tooltip-content .premium-tooltip-gallery img,.premium-global-tooltip-content .premium-tootltip-icon img{width:100%;height:100%;object-fit:cover}.premium-video-box-transform{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.premium-video-box-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-video-box-container>div{position:relative;overflow:hidden}.premium-video-box-image-container{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-size:cover;background-position:50%;cursor:pointer;margin:auto;-webkit-transition:.2s all;transition:.2s all}.premium-video-box-play-icon-container{position:absolute;z-index:2;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(252,252,252,.35)}.premium-video-box-description-container{position:absolute;z-index:2;padding:5px;text-align:center;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-video-box-text{margin-bottom:0!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-play-icon{padding:15px;-webkit-transform:translateX(4%);-ms-transform:translateX(4%);transform:translateX(4%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vid-lightbox-container,.premium-video-box-video-container{position:absolute;top:0;inset-inline-start:0;z-index:2;width:100%;height:100%;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;overflow:hidden;cursor:pointer}.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container{opacity:0;visibility:hidden}.premium-video-box-video-container iframe{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.premium-video-box-video-container video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;background-color:#000;object-fit:contain}.premium-video-box-container .premium-video-box-vimeo-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:0;inset-inline-start:0;z-index:3;margin:10px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;-webkit-margin-end:4.6em;margin-inline-end:4.6em}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait{width:60px;height:60px;background:rgba(23,35,34,.75);-webkit-margin-end:1px;margin-inline-end:1px;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:0}.premium-video-box-vimeo-portrait img{width:50px;height:50px;margin:5px;padding:0;border:0;border-radius:50%}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers{font-size:10px}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title{max-width:100%;font-size:2em!important;font-weight:700;margin:0;padding:.1em .2em;background:rgba(23,35,34,.75);display:inline-block;text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline{font-size:1.2em!important;font-weight:400;color:#fff;margin-top:.1em;padding:.2em .5em;background:rgba(23,35,34,.75);text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-playlist-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-video-box-playlist-container .premium-video-box-container{height:100%;overflow:hidden}.premium-video-box-container:hover .premium-video-box-image-container.zoomin{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.zoomout{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-video-box-container:hover .premium-video-box-image-container.gray{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-video-box-container:hover .premium-video-box-image-container.blur{-webkit-filter:blur(3px);filter:blur(3px)}.premium-video-box-container:hover .premium-video-box-image-container.sepia{-webkit-filter:sepia(0);filter:sepia(0)}.premium-video-box-container:hover .premium-video-box-image-container.trans{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.bright{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-video-box-image-container.gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-video-box-image-container.scale,.premium-video-box-image-container.zoomout{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-video-box-image-container.sepia{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-video-box-image-container.bright{-webkit-filter:brightness(1);filter:brightness(1)}.premium-video-box-image-container.trans{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-video-box-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.premium-video-box-container.premium-video-box-sticky-apply{z-index:99;overflow:unset}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{position:fixed!important;z-index:99999;height:225px;width:400px;background:#fff}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap{visibility:hidden}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{box-shadow:unset}.premium-video-box-sticky-close,.premium-video-box-sticky-infobar{display:none}.premium-video-box-sticky-apply .premium-video-box-sticky-close{position:absolute;padding:5px;cursor:pointer;z-index:99999;height:14px;width:14px;box-sizing:content-box;border-radius:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-video-box-sticky-apply .premium-video-box-play-icon-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-video-box-sticky-apply .premium-video-box-play-icon{-webkit-transition:none;transition:none}.premium-video-box-sticky-apply .premium-video-box-sticky-infobar{display:block;position:relative;top:100%;width:100%;padding:5px;text-align:center;z-index:9999;margin-top:-1px}.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable{cursor:move}.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;top:20px}.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;bottom:20px}.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;top:20px}.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;bottom:20px}.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-end:auto;inset-inline-start:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{inset-inline-start:auto;inset-inline-end:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{bottom:55px}.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;inset-inline-end:-10px}.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;inset-inline-start:-10px}.premium-video-box-filter-sticky{-webkit-filter:none!important;filter:none!important}.premium-mscroll-yes.elementor-widget-premium-addon-video-box div{cursor:default}.premium-video-box-background{width:100%}.premium-video-box-background+div{position:absolute;width:80%;height:80%;top:0;inset-inline-start:0}.premium-videobox-layout2 .premium-videobox-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:50%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-videobox-layout2 .premium-videobox-column:first-child .premium-video-box-trigger{height:100%}.premium-videobox-layout2 .premium-videobox-column:nth-child(2){-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:-webkit-calc(100% - var(--pa-first-column-width));width:calc(100% - var(--pa-first-column-width))}.premium-videobox-layout2 .premium-videobox-column:nth-child(2) .premium-video-box-container{height:auto!important}.rtl .premium-video-box-description-container,.rtl .premium-video-box-play-icon-container{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.rtl .premium-video-box-play-icon{-webkit-transform:translateX(-4%);-ms-transform:translateX(-4%);transform:translateX(-4%)}.rtl .premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(-5deg);-ms-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.rtl .premium-video-box-image-container.trans{-webkit-transform:translateX(15px) scale(1.1);-ms-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.premium-vscroll-inner{position:relative;min-height:100%}.premium-vscroll-inner .premium-vscroll-dots{position:fixed;z-index:100;opacity:1;margin-top:-32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-wrap .premium-vscroll-nav-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dots,.premium-vscroll-wrap .premium-vscroll-dots-hide{opacity:0;visibility:hidden}.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide){opacity:1;visibility:visible}.premium-vscroll-dots.middle{top:50%;margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-dots.top{top:40px}.premium-vscroll-dots.bottom{bottom:30px}.premium-vscroll-dots.right{inset-inline-end:17px}.premium-vscroll-dots.left{inset-inline-start:17px}.premium-vscroll-inner ul.premium-vscroll-dots-list,.premium-vscroll-wrap .premium-vscroll-nav-menu{margin:0!important;padding:0}.premium-vscroll-inner ul.premium-vscroll-dots-list li{width:14px;height:13px;margin:7px;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:visible}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span{top:2px;inset-inline-start:2.5px;width:8px;height:8px;border:1px solid #000;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;padding-left:.4em;padding-right:.4em}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip{inset-inline-end:27px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item{width:4px;height:30px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span{width:100%;height:100%;border-radius:0}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";inset-inline-start:-webkit-calc(100% - 1px);inset-inline-start:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;-webkit-border-start:6px solid;border-inline-start:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip{inset-inline-start:27px}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";inset-inline-end:-webkit-calc(100% - 1px);inset-inline-end:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;-webkit-border-end:6px solid;border-inline-end:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){.premium-vscroll-dots.right{inset-inline-end:7px}.premium-vscroll-dots.left{inset-inline-start:7px}}.premium-vscroll-nav-menu{position:fixed;top:20px;height:40px;z-index:100;padding:0;margin:0}.premium-vscroll-nav-menu.left{inset-inline-start:0}.premium-vscroll-nav-menu.right{inset-inline-end:0}.premium-vscroll-nav-menu .premium-vscroll-nav-item{display:inline-block;margin:10px;color:#000;background:#fff;background:rgba(255,255,255,.3)}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{padding:9px 18px;display:block;cursor:pointer;color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus{outline:0}.multiscroll-nav li a:focus{outline:0}.premium-vscroll-temp .slimScrollBar{visibility:hidden}[data-hijacking=off] .premium-vscroll-temp{height:100vh}[data-hijacking=off] .premium-vscroll-temp>div{opacity:0;top:0;left:0;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}[data-hijacking=off] .premium-vscroll-temp:first-of-type>div::before{display:none;position:absolute;width:100%;top:20px;z-index:2}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp{position:relative;-webkit-perspective:1800px;perspective:1800px}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp>div{position:absolute;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}[data-hijacking=off][data-animation=rotate] .premium-vscroll-temp:last-of-type>div{opacity:1!important;-webkit-transform:translateY(0) scale(1) rotateX(0)!important;transform:translateY(0) scale(1) rotateX(0)!important}[data-hijacking=off][data-animation=parallax] .premium-vscroll-temp>div{position:fixed}[data-hijacking=off][data-animation=scaleDown] .premium-vscroll-temp>div{position:fixed}[data-hijacking=off] .premium-vscroll-parallax-last{-webkit-transform:translateY(0) scale(1)!important;-ms-transform:translateY(0) scale(1)!important;transform:translateY(0) scale(1)!important}[data-hijacking=off] .premium-vscroll-parallax-position{position:unset!important}.premium-weather__outer-wrapper{position:relative}.premium-weather__outer-wrapper *{z-index:10}.premium-weather__temp-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__desc-wrapper,.premium-weather__outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-weather__basic-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__icon-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__icon-wrapper i{font-size:70px}.premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__icon-wrapper img,.premium-weather__icon-wrapper>svg{width:70px;height:70px}.premium-weather__icon-wrapper .premium-lottie-animation svg{width:100%;height:100%}.premium-weather__city-name{font-size:30px;display:inline-block;color:#54595f}.premium-weather__current-weather .premium-weather__temp-wrapper span{font-size:35px}.premium-weather__temp-unit{position:relative;font-size:20px;top:-5px}.premium-weather__temp-val{font-size:45px;font-weight:600}.premium-weather__desc-wrapper{margin-left:50px}.premium-weather__desc{font-size:20px;text-transform:capitalize;white-space:nowrap}.premium-weather__feels-like{font-size:13px;color:#54595f;white-space:nowrap}.premium-weather__extra-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:50px;column-gap:50px}.premium-weather__extra-weather.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__extra-weather>div{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:5px;margin-top:10px}.premium-weather__extra-weather svg{width:16px;height:16px}.premium-weather__extra-weather span{white-space:nowrap;font-size:15px}.premium-weather__forecast{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:10px}.premium-weather__forecast .premium-weather__forecast-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast .premium-weather__forecast-item.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__forecast-item-date{white-space:nowrap;font-size:15px}.premium-weather__forecast .premium-weather__forecast-item .premium-weather__temp-wrapper{font-size:20px;font-weight:600}.premium-weather__hourly-item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__hourly-item.slick-slide{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.premium-weather__hourly-item .premium-weather__icon-wrapper{margin-bottom:5px}.premium-weather__hourly-item .premium-weather__icon-wrapper i{font-size:35px}.premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__hourly-item .premium-weather__icon-wrapper img,.premium-weather__hourly-item .premium-weather__icon-wrapper>svg{width:35px;height:35px}.premium-weather__hourly-item .premium-weather__temp-wrapper span{font-size:20px}.premium-weather__hourly-item .premium-weather__hourly-item-date{display:inline-block;white-space:nowrap;font-size:13px;margin-bottom:5px}@media (max-width:1024px){.premium-weather__layout-2 .premium-weather__extra-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.premium-weather__layout-2 .premium-weather__basic-weather{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-weather__layout-2 .premium-weather__basic-weather .premium-weather__icon-weather{width:70px;height:70px}.premium-weather__layout-2 .premium-weather__desc-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__layout-2 .premium-weather__extra-outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__layout-2 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-weather__layout-3 .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:40px;margin-bottom:10px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-outer-wrapper,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__extra-weather{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper i{font-size:80px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper img,.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__icon-wrapper>svg{width:80px;height:80px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__desk{font-size:20px}.premium-weather__layout-3 .premium-weather__current-weather .premium-weather__basic-weather .premium-weather__feels-like{font-size:10px}.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__temp-wrapper span{font-size:60px}.premium-weather__layout-3 .premium-weather__extra-outer-wrapper .premium-weather__extra-weather{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-max,.premium-weather__layout-2 .premium-weather__forecast-item .premium-weather__temp-min,.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-max,.premium-weather__layout-3 .premium-weather__forecast-item .premium-weather__temp-min{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.premium-daily-forecast__style-1 .premium-weather__forecast,.premium-daily-forecast__style-2 .premium-weather__forecast,.premium-daily-forecast__style-3 .premium-weather__forecast{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.premium-daily-forecast__style-1 .premium-weather__forecast-item,.premium-daily-forecast__style-2 .premium-weather__forecast-item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:20px}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper{font-size:17px;font-weight:600}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__temp-wrapper,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__temp-wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:6px;column-gap:6px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__temp-wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:50px}.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-1 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:50px;height:50px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-date{-webkit-order:2;-ms-flex-order:2;order:2}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:45px}.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-2 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:45px;height:45px}.premium-daily-forecast__style-3 .premium-weather__forecast-item{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__forecast-item-data{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper i{font-size:40px}.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper img,.premium-daily-forecast__style-3 .premium-weather__forecast-item .premium-weather__icon-wrapper>svg{width:40px;height:40px}.premium-daily-forecast__style-4 .premium-weather__forecast{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item{width:100%;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper i{font-size:30px}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper .premium-lottie-animation,.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper img,.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data{gap:50px;margin-left:auto}.premium-daily-forecast__style-4 .premium-weather__forecast .premium-weather__forecast-item-data>:not(.premium-weather__icon-wrapper){min-width:30px;text-align:center}.premium-daily-forecast__style-1 .premium-weather__forecast-item,.premium-daily-forecast__style-2 .premium-weather__forecast-item,.premium-daily-forecast__style-3 .premium-weather__forecast-item,.premium-daily-forecast__style-4 .premium-weather__forecast{background-color:#f0f0f0;padding:15px}.premium-daily-forecast__style-3 .premium-weather__forecast-item,.premium-daily-forecast__style-4 .premium-weather__forecast{border-radius:15px}.premium-daily-forecast__style-4 .premium-weather__forecast-item{padding:10px 0 10px 0}.premium-hours-vertical .premium-weather__hourly-item,.premium-weather__tab-content .premium-weather__hourly-item{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-hours-vertical .premium-weather__hourly-data,.premium-weather__tab-content .premium-weather__hourly-data{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:50px;column-gap:50px}.premium-hours-vertical .premium-weather__hourly-data>*,.premium-weather__tab-content .premium-weather__hourly-data>*{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;column-gap:5px}.premium-hours-vertical .premium-weather__hourly-item-date{font-size:15px}.premium-hours-vertical .premium-weather__hourly-item{padding:10px 0 10px 0}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data i{font-size:15px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data svg{width:15px;height:15px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper i{font-size:30px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper .premium-lottie-animation,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper img,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-hours-vertical .premium-weather__hourly-item .premium-weather__hourly-data>:not(.premium-weather__icon-wrapper)>span,.premium-hours-vertical .premium-weather__hourly-item .premium-weather__temp-wrapper>span{font-size:16px;font-weight:600}.premium-weather__forecast-tabs-wrapper{overflow-x:auto;overflow-y:hidden}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers{list-style:none;margin:0;padding:0}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li{background:#f0f0f0;border-radius:10px;padding:10px 0 10px 0;margin:20px 10px 0 10px;cursor:pointer;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.premium-weather__forecast-tabs-wrapper .premium-weather__tabs-headers li:hover{background:#e4e3e3}.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content:not(.current){display:none}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators{width:100%;border-bottom:1px solid #dedede;padding:20px 0 20px 0}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator i{font-size:17px}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-indicator svg{width:17px;height:17px}.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators .premium-weather__weather-data-wrapper{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:50px;column-gap:50px}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item>*,.premium-weather__forecast-tabs-wrapper .premium-weather__weather-indicators>*{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item-date,.premium-weather__forecast-tabs-wrapper .premium-weather__tab-content .premium-weather__hourly-item>:not(.premium-weather__hourly-item-date):not(.premium-weather__icon-wrapper){font-size:15px}.premium-weather__forecast-tabs-wrapper .premium-weather__hourly-item{padding:15px 0 15px 0}.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper i{font-size:30px}.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper .premium-lottie-animation,.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper img,.premium-weather__forecast-tabs-wrapper .premium-weather__icon-wrapper>svg{width:30px;height:30px}.premium-weather-space-between .premium-weather__tab-header{-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.premium-weather__layout-1 .premium-weather__hourly-forecast-wrapper,.premium-weather__layout-2.premium-weather__hourly-yes .premium-weather__extra-outer-wrapper,.premium-weather__layout-3 .premium-weather__hourly-forecast-wrapper{background-color:#f0f0f0;border-radius:20px;padding:25px 15px 25px 15px;margin:25px 0 15px 0}.premium-cw-sec-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}@media (min-width:2400px){.premium-cw-sec-widescreen-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-widescreen-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-widescreen-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-widescreen-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-widescreen-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1366px){.premium-cw-sec-laptop-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-laptop-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-laptop-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-laptop-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-laptop-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1200px){.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-tablet_extra-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-tablet_extra-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-tablet_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-tablet_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:1024px){.premium-cw-sec-tablet-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-tablet-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-tablet-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-tablet-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-tablet-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:880px){.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-mobile_extra-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-mobile_extra-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-mobile_extra-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-mobile_extra-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}@media (max-width:767px){.premium-cw-sec-mobile-inline .premium-weather__current-weather{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-cw-sec-mobile-inline .premium-weather__current-weather>*{-webkit-order:1;-ms-flex-order:1;order:1}.premium-cw-sec-mobile-block .premium-weather__current-weather{display:block}.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-weather__layout-1.premium-cw-mobile-block .premium-weather__basic-weather .premium-weather__city-wrapper{width:100%}.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather{-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}.premium-weather__layout-1.premium-cw-mobile-inline .premium-weather__basic-weather .premium-weather__city-wrapper{width:unset}}.elementor-widget-premium-woo-categories{width:100%}.premium-woo-cats__list li.product-category{width:100%}.premium-woo-cats__list-wrap ul.products{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none outside;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-woo-cats__list-wrap .woocommerce-loop-category__title{margin:10px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__list-wrap .woocommerce-loop-category__title sup{margin-left:5px}.premium-woo-cats__list-wrap ul.slick-dots{width:100%}.premium-woo-cats__category{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-cats__img-wrap{position:relative;overflow:hidden;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-wrap img{width:100%;display:block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-overlay{position:absolute;inset:0;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.premium-woo-cats__content-wrap{position:relative;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__count{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__desc{margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-cats__img-zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-cats__img-zoomout li.product:hover img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-cats__img-zoomin img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-cats__img-zoomin li.product:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-cats__img-gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-cats__img-gray li.product:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-cats__img-sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-cats__img-sepia li.product:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-cats__img-bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-cats__img-bright li.product:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-cats__img-trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-woo-cats__img-trans li.product:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-cats__img-scale li.product:hover img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);transform:scaleX(1.3) scaleY(1.3) rotate(5deg)}.premium-woo-cats__content-below .premium-woo-cats__category{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-cats__content-above .premium-woo-cats__category{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.premium-woo-cats__content-next .premium-woo-cats__category{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-premium-woo-cta .pa-wrapper-container{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-btn-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-woo-btn-container .premium-woo-cta-button{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;border:none}.premium-woo-btn-container .premium-woo-btn-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .premium-add-icon-image{border-color:#000;width:100%;height:100%}.premium-woo-btn-container .premium-woo-btn-icon{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .premium-woo-icon-hidden .premium-woo-btn-icon{display:none}.premium-woo-btn-container .premium-woo-cta-button:focus{outline:0}.premium-woo-btn-container .premium-button-text-icon-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-btn-container img{cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-btn-container .quantity-input-wrapper{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:inherit}.premium-woo-btn-container input[type=number].product-quantity::-webkit-inner-spin-button,.premium-woo-btn-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-wrapper-woo-cta .quantity-grouped-wrapper{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:7px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:inherit}.premium-wrapper-woo-cta .grouped_product_qty,.premium-wrapper-woo-cta .product-quantity{color:#222;font-size:16px;height:43px;width:70px!important;border-style:solid!important;border-width:1px 1px 1px 1px!important;text-align:center;border-radius:0!important;-webkit-appearance:textfield;appearance:textfield;height:100%;padding:0;margin:0;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta input[type=number].grouped_product_qty::-webkit-inner-spin-button,.premium-wrapper-woo-cta input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;height:100%}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .quantity-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#222;background-color:#fff;border-color:#e0e0e0;-webkit-transition-duration:.5s;transition-duration:.5s;height:21.5px;font-size:13px;width:33px;border-style:solid;border-width:1px 1px 1px 1px;cursor:pointer;border-radius:0;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-plus:before{content:"\f067"}.premium-wrapper-woo-cta .add-to-cart-icons-quantity-wrapper .fa-minus:before{content:"\f068"}.premium-wrapper-woo-cta .view-cart-button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-cta-message-box{text-align:center}.premium-wrapper-woo-cta .unavailable-message{text-align:center}.premium-wrapper-woo-cta .product-quantity-message{display:block;margin-bottom:10px;-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%}.premium-wrapper-woo-cta .premium-grouped-product,.premium-wrapper-woo-cta .premium-variations{border-collapse:separate;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product th,.premium-wrapper-woo-cta .premium-variations th{border:none;vertical-align:middle;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product td,.premium-wrapper-woo-cta .premium-variations td{border:none;text-align:center;vertical-align:middle;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-wrapper-woo-cta .premium-grouped-product .pa-qty-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-wrapper-woo-cta .pro-wish{display:inline;margin-left:10px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-woo-cta__spinner{position:relative;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-wrapper-woo-cta .premium-woo-cta__spinner.loader-visible{margin-left:10px}.premium-wrapper-woo-cta .premium-woo-cta__spinner .premium-loading-feed{display:block!important;position:relative!important}.pa-external .quantity-input-wrapper,.pa-grouped .quantity-input-wrapper{display:none}.ast-single-post .entry-content .premium-woocommerce a{text-decoration:none}.premium-woocommerce .premium-woo-qv-btn{cursor:pointer}.premium-woocommerce:not(.premium-woo-skin-grid-7) li.product .star-rating{margin:0 auto .5em}.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-featured-wrap .premium-woo-product-featured,.premium-woocommerce:not(.premium-woo-skin-grid-10) .premium-woo-product-sale-wrap .premium-woo-product-onsale{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;margin:.5em .6em}.premium-woocommerce .pa-out-of-stock{display:block;text-align:center;color:#fff;min-width:2em;min-height:2em;line-height:2em;padding:.3em .6em;top:7px;inset-inline-start:9px;margin:0}.premium-woocommerce .woocommerce-loop-product__title{margin-bottom:.5em;font-size:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-category{display:block;font-size:.85em;margin-bottom:.5em;line-height:1.3}.premium-woocommerce .premium-woo-products-inner ul.products{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none outside;-webkit-column-gap:0;column-gap:0}.premium-woocommerce .premium-woo-products-inner ul.products li.product{margin:0 0 10px;padding:0 10px}.premium-woocommerce .premium-woo-products-inner ul.products li.product .premium-woo-product-wrapper{overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .woocommerce-loop-product__link{position:relative;display:block!important;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .pa-out-of-stock,.premium-woocommerce .premium-woo-ribbon-container{position:absolute;z-index:9}.premium-woocommerce .premium-woo-ribbon-container{top:0;inset-inline-start:0}.premium-woo-product-thumbnail{position:relative;overflow:hidden}.premium-woo-product-thumbnail .woocommerce-loop-product__link img{display:block;margin:0;width:100%}.premium-woo-product-featured-wrap,.premium-woo-product-sale-wrap{margin:0}.premium-woocommerce .premium-woo-products-details-wrap{padding:1em 1.2em}.premium-woocommerce li.product .price{display:block;line-height:1.3;font-weight:700;margin-bottom:.5em;font-size:.9em}.premium-woocommerce li.product .price del{display:inline-block;font-weight:400;background:0 0;opacity:1}.premium-woocommerce li.product .price ins{display:inline-block;background:0 0;text-decoration:none;font-weight:inherit}.premium-woocommerce li.product .price .amount{color:inherit!important}.premium-woocommerce li.product .premium-woo-product-desc p{margin:0}.premium-woo-product-align-left .premium-woocommerce li.product .star-rating{margin-left:0;margin-right:auto}.premium-woo-product-align-center .premium-woocommerce li.product .star-rating{margin-left:auto;margin-right:auto}.premium-woo-product-align-right .premium-woocommerce li.product .star-rating{margin-left:auto;margin-right:0}.premium-woo-products-pagination ul.page-numbers{display:-webkit-flex;display:-ms-flexbox;display:flex;list-style-type:none;margin:0;margin-top:10px;padding:0;border:none;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-products-pagination ul.page-numbers li{margin:0 .4em .4em 0;padding:0;text-align:center}.premium-woo-products-pagination ul.page-numbers li .page-numbers{margin:0;text-decoration:none;color:#000;border:1px solid #54595f;line-height:1;font-size:1em;font-weight:400;padding:.75em;display:block;min-width:2.5em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-products-pagination ul.page-numbers li .page-numbers.current,.premium-woo-products-pagination ul.page-numbers li .page-numbers:hover{background-color:#54595f;color:#fff;outline:0}.premium-woo-quick-view-loader .premium-loading-feed,.premium-woocommerce .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.2);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woocommerce .woocommerce-loop-product__link img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-product__hover-zoomout .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-zoomout li.product:hover .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin .woocommerce-loop-product__link img{-webkit-transform:none;-ms-transform:none;transform:none}.premium-woo-product__hover-zoomin li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-woo-product__hover-gray .woocommerce-loop-product__link img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-woo-product__hover-gray li.product:hover .woocommerce-loop-product__link img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-woo-product__hover-sepia .woocommerce-loop-product__link img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-woo-product__hover-sepia li.product:hover .woocommerce-loop-product__link img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-woo-product__hover-bright .woocommerce-loop-product__link img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-woo-product__hover-bright li.product:hover .woocommerce-loop-product__link img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-woo-product__hover-trans .woocommerce-loop-product__link img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-woo-product__hover-trans li.product:hover .woocommerce-loop-product__link img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-woo-product__hover-scale li.product:hover .woocommerce-loop-product__link img{-webkit-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);-ms-transform:scaleX(1.3) scaleY(1.3) rotate(5deg);transform:scaleX(1.3) scaleY(1.3) rotate(5deg)}.premium-woocommerce .premium-woo-product__on_hover{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0}.premium-woo-product__hover-swap li.product:hover .premium-woo-product__on_hover{opacity:1}.premium-woo-skin-grid-1 .premium-woo-qv-btn,.premium-woo-skin-grid-3 .premium-woo-qv-btn,.premium-woo-skin-grid-4 .premium-woo-qv-btn{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.premium-woo-skin-grid-4 .premium-woo-qv-btn{-webkit-transition-delay:.1s;transition-delay:.1s}.premium-woo-skin-grid-1 .premium-woo-qv-icon,.premium-woo-skin-grid-3 .premium-woo-qv-icon,.premium-woo-skin-grid-4 .premium-woo-qv-icon,.premium-woo-skin-grid-6 .premium-woo-qv-icon{-webkit-margin-start:.5em;margin-inline-start:.5em}.premium-woo-product-thumbnail:hover .premium-woo-qv-btn-translate{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-woo-product-wrapper .premium-woo-qv-data{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;cursor:pointer}.premium-woo-skin-grid-1 .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 .premium-woo-product-actions-wrapper{position:absolute;top:.7em;right:1em;-webkit-transform:translate3d(15px,0,0);transform:translate3d(15px,0,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:9}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-cart-btn{position:relative;display:block;margin:0 0 3px;background:#fff;text-align:center;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woocommerce .premium-woo-product-actions-wrapper .premium-woo-add-cart-icon{display:block;color:#54595f;width:30px;line-height:30px;height:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-skin-grid-1 li.product:hover .premium-woo-product-actions-wrapper,.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-actions-wrapper{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0);opacity:1}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.premium-woocommerce .premium-woo-cart-btn.adding .premium-woo-add-cart-icon::before{content:"\f013"}.premium-woocommerce .premium-woo-cart-btn.added .premium-woo-add-cart-icon::before{content:"\f00c"}.premium-woo-skin-grid-2 li.product .premium-woo-products-details-wrap{position:absolute;background:#fff;bottom:0;left:0;width:100%;z-index:2;padding:0;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;transition:transform .4s,opacity .2s;transition:transform .4s,opacity .2s,-webkit-transform .4s;-webkit-transform:translateZ(0) translateY(5px);transform:translateZ(0) translateY(5px)}.premium-woo-skin-grid-2 .premium-woo-product-details{padding:15px 0}.premium-woo-skin-grid-2 li.product:hover .premium-woo-products-details-wrap{opacity:1;-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0)}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper{position:static;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-2 .premium-woo-product-actions-wrapper>*{-webkit-flex:1;-ms-flex:1;flex:1;min-width:50%}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .button{display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-skin-grid-2 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{background-color:#54595f}.premium-woo-skin-grid-4 li.product .premium-woo-products-details-wrap{position:absolute;left:0;right:0;top:50%;-webkit-transform:scale(.9) translateZ(0) translateY(-50%);transform:scale(.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;-webkit-transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s,-webkit-transform .3s}.premium-woo-skin-grid-4 li.product .premium-woo-product-overlay,.premium-woo-skin-grid-8 li.product .premium-woo-product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;background-color:rgba(27,27,23,.3);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.premium-woo-skin-grid-4 li.product:hover .premium-woo-product-overlay,.premium-woo-skin-grid-8 li.product:hover .premium-woo-product-overlay{opacity:1;visibility:visible;z-index:1}.premium-woo-skin-grid-4 li.product:hover .premium-woo-products-details-wrap{-webkit-transform:scale(1) translateZ(0) translateY(-50%);transform:scale(1) translateZ(0) translateY(-50%);opacity:1}.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-skin-grid-5 li.product .premium-woo-product-actions-wrapper .premium-woo-qv-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#54595f;padding:10px;-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s}.premium-woo-skin-grid-5 li.product .premium-woo-products-details-wrap{width:75%}.premium-woo-skin-grid-5 .premium-woo-product-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-product-align-right .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.premium-woo-product-align-center .premium-woo-skin-grid-5 .premium-woo-product-actions-wrapper{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-skin-grid-6 .premium-woo-qv-btn{position:absolute;top:50%;left:50%;min-width:40%;text-align:center;padding:5px;background:rgba(2,2,2,.5);color:#fff;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:2}.premium-woo-skin-grid-6 li.product:hover .premium-woo-qv-btn{opacity:1;visibility:visible}.premium-woo-product-align-left .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-left .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right .premium-woo-skin-grid-6 li.product .premium-woo-product-info .star-rating,.premium-woo-product-align-right .premium-woo-skin-grid-7 li.product .premium-woo-product-info .star-rating{margin:0}.premium-woo-skin-grid-6 li.product .premium-woo-product-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.premium-woo-product-align-center .premium-woocommerce li.product .premium-woo-product-info{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-product-align-right .premium-woocommerce li.product .premium-woo-product-info{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-woo-skin-grid-6 li.product .premium-woo-product-gallery-images{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:10px;width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-woo-product-gallery-images .premium-woo-product__gallery_image{width:20%;margin:0 .2em;border:2px solid #aaa;cursor:pointer}.premium-woo-products-metro li.product .premium-woo-product-thumbnail,.premium-woo-products-metro li.product .premium-woo-product-thumbnail img,.premium-woo-products-metro li.product .premium-woo-product-wrapper,.premium-woo-products-metro li.product .woocommerce-LoopProduct-link{height:100%}.premium-woo-products-metro ul.products li.product{margin-bottom:0}.premium-woo-products-metro li.product .premium-woo-product-thumbnail img{object-fit:cover}.premium-carousel-hidden{opacity:0;visibility:hidden}.premium-woocommerce:not(.premium-woo-skin-grid-7) .slick-arrow{border-radius:50%}.premium-woocommerce ul.slick-dots{width:100%}html.premium-woo-qv-opened,html.premium-woo-qv-opened body{overflow:hidden}.premium-woo-quick-view-back{position:fixed;visibility:hidden;overflow:hidden;background:rgba(2,2,2,.5);opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s;z-index:999}.premium-woo-quick-view-active{top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible}#premium-woo-quick-view-modal{position:fixed;visibility:hidden;opacity:0;top:0;left:0;width:100%;height:100%;z-index:1400;text-align:center;-webkit-transition:all .3s;transition:all .3s;overflow-x:hidden;overflow-y:auto}#premium-woo-quick-view-modal.active{visibility:visible;opacity:1}#premium-woo-quick-view-modal.active .premium-woo-content-main{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;width:100%}#premium-woo-quick-view-modal .premium-woo-content-main-wrapper{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;padding:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#premium-woo-quick-view-modal .premium-woo-content-main{position:relative;pointer-events:none;max-width:100%;text-align:left;z-index:1045;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .5s;transition:opacity .3s,-webkit-transform .5s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s;margin:0 auto}#premium-woo-quick-view-modal .premium-woo-lightbox-content{position:relative;display:table;pointer-events:auto;background-color:#fff;width:975px;margin:20px auto;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);overflow:hidden}#premium-woo-quick-view-modal .premium-woo-product>.product{display:-webkit-flex;display:-ms-flexbox;display:flex}#premium-woo-quick-view-modal .premium-woo-product-summary{padding:30px}#premium-woo-quick-view-modal .premium-woo-product-summary .quantity{min-width:auto}#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-inner-spin-button,#premium-woo-quick-view-modal .premium-woo-product-summary .quantity input[type=number]::-webkit-outer-spin-button{display:unset}#premium-woo-quick-view-modal .added_to_cart{margin-left:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-modal .premium-woo-qv-desc{margin-bottom:30px}#premium-woo-quick-view-modal .woocommerce-product-details__short-description p{margin:0}#premium-woo-quick-view-modal .premium-woo-atc-button{margin-bottom:10px}#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-product-summary,#premium-woo-quick-view-modal.inline .premium-woo-product>.product .premium-woo-qv-image-slider{width:50%}#premium-woo-quick-view-modal.block .premium-woo-product>.product{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.premium-woo-lightbox-content .woocommerce-loop-product__title{font-size:30px;margin-bottom:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-lightbox-content .price{margin-bottom:10px}.premium-woo-lightbox-content .premium-woo-qv-meta{border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.premium-woo-lightbox-content .product_meta>span{display:block!important;border:none;font-size:13px;margin-bottom:5px}.premium-woo-lightbox-content .premium-woo-atc-button button.button.alt{display:inline-block;background-color:#6ec1e4;color:#fff;padding:10px 40px;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-lightbox-content form.cart{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px;padding:0;border:none;width:100%}.premium-woo-lightbox-content form.cart table{border:none;margin-bottom:20px;border-collapse:collapse;width:100%}.premium-woo-lightbox-content form.cart table tbody{display:table-row-group;border:none}.premium-woo-lightbox-content form.cart table tbody tr{border-bottom:1px solid #ccc}.premium-woo-lightbox-content form.cart table tbody tr td{background:rgba(0,0,0,0);vertical-align:middle!important;padding:15px 15px 15px 0!important}.premium-woo-lightbox-content form.cart .group_table td{border:none}.premium-woo-lightbox-content form.cart .group_table td:first-child{width:4em;text-align:center}.premium-woo-lightbox-content form.cart.variations_form{display:block}.premium-woo-lightbox-content form.cart.grouped_form{display:block}.premium-woo-lightbox-content form.cart.grouped_form table .button{line-height:1.2em}.premium-woo-lightbox-content form.cart.grouped_form .quantity{width:100%}.premium-woo-lightbox-content form.cart.grouped_form .qty{min-width:100px;padding:10px}.premium-woo-lightbox-content form.cart table.variations th{background-color:#fff}.premium-woo-lightbox-content form.cart div.woocommerce-variation-add-to-cart{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-woo-lightbox-content form.cart div.quantity{margin-right:15px;width:auto}.premium-woo-lightbox-content form.cart div.quantity input[type=number]{min-width:90px}.premium-woo-lightbox-content form.cart div.quantity a,.premium-woo-lightbox-content form.cart div.quantity input{height:100%;border:1px solid;box-sizing:border-box}.premium-woo-lightbox-content form.cart div.quantity .qty:focus{outline:0}.premium-qv-badge{position:absolute;top:0;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width:15em;height:15em;overflow:hidden;z-index:9}.premium-qv-badge .corner{text-align:center;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background-color:red;color:#fff}.premium-woo-quick-view-close{position:absolute;font-size:22px;top:10px;right:10px;text-align:center;z-index:2;color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#premium-woo-quick-view-content div.images{opacity:1!important;margin:0}.premium-woocommerce li.product .added_to_cart.wc-forward{display:none}.premium-woo-atc-button .add_to_cart_button .premium-woo-cart-loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin-left:5px;vertical-align:baseline}.premium-woo-lightbox-content div.star-rating,.premium-woocommerce div.star-rating{display:block;float:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;position:relative;height:1em;line-height:1;font-size:.857em;width:5.4em;font-family:star}.premium-woo-lightbox-content div.star-rating::before,.premium-woocommerce div.star-rating::before{content:"sssss";color:#54595f;float:left;top:0;left:0;position:absolute}.premium-woo-lightbox-content div.star-rating span,.premium-woocommerce div.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.premium-woo-lightbox-content div.star-rating span::before,.premium-woocommerce div.star-rating span::before{content:"SSSSS";color:inherit;top:0;position:absolute;left:0}.premium-woo-lightbox-content .star-rating{margin-bottom:20px}.premium-woo-products-details-wrap .premium-woo-atc-button .button{display:inline-block;background-color:#6ec1e4;color:#fff;padding:10px 40px;cursor:pointer;text-decoration:none;overflow:visible;font-weight:700;background-image:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-woo-qv-image-slider{position:relative}.premium-woo-qv-image-slider li{list-style:none}.premium-woo-qv-image-slider .flex-control-nav{margin:0;padding:0;width:100%;position:absolute;bottom:10px;text-align:center}.premium-woo-qv-image-slider .flex-control-nav li{margin:0 6px;display:inline-block;vertical-align:middle}.premium-woo-qv-image-slider .flex-control-nav li a{width:11px;height:11px;display:block;cursor:pointer;text-indent:-9999px;box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.premium-woo-qv-image-slider .flex-control-nav li a.flex-active{cursor:default}.premium-woo-qv-image-slider .flex-control-nav li a:focus{outline:0}.premium-woo-qv-image-slider img{object-fit:cover;width:100%}.premium-woo-qv-image-slider .flex-direction-nav{margin:0;padding:0;list-style:none}.premium-woo-qv-image-slider .flex-direction-nav a{text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:2em;height:2em;position:absolute;top:50%;z-index:10;cursor:pointer;color:rgba(0,0,0,.8);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-woo-qv-image-slider .flex-direction-nav .flex-next,.premium-woo-qv-image-slider .flex-direction-nav .flex-prev{font-family:"Font Awesome 5 Free";font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.premium-woo-qv-image-slider .flex-direction-nav .flex-prev{left:10px}.premium-woo-qv-image-slider .flex-direction-nav .flex-prev::before{content:"\f104"}.premium-woo-qv-image-slider .flex-direction-nav .flex-next{right:10px}.premium-woo-qv-image-slider .flex-direction-nav .flex-next::before{content:"\f105"}.premium-woo-load-more{position:relative}.premium-woo-load-more .premium-woo-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:10px 20px}.premium-woo-load-more-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.premium-woo-load-more-btn span{margin-right:3px}.premium-woo-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.premium-woo-title-above-yes .premium-woo-product__link{opacity:0}@media (max-width:544px){#premium-woo-quick-view-content .premium-woo-lightbox-content{display:block}}@media (max-width:767px){.premium-woo-qv-btn{display:none}}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{-js-display:flex;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;border-color:#000}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:-2px;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:-2px;height:10px;margin-left:-9px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}html .anwp-pg-wrap{box-sizing:border-box;-ms-overflow-style:scrollbar;}.anwp-pg-wrap *,.anwp-pg-wrap :after,.anwp-pg-wrap :before{box-sizing:inherit;}.anwp-pg-wrap .d-none{display:none !important;}.anwp-pg-wrap .d-inline{display:inline !important;}.anwp-pg-wrap .d-inline-block{display:inline-block !important;}.anwp-pg-wrap .d-block{display:block !important;}.anwp-pg-wrap .d-table{display:table !important;}.anwp-pg-wrap .d-table-row{display:table-row !important;}.anwp-pg-wrap .d-table-cell{display:table-cell !important;}.anwp-pg-wrap .d-flex{display:flex !important;}.anwp-pg-wrap .d-inline-flex{display:inline-flex !important;}@media (min-width:576px){.anwp-pg-wrap .d-sm-none{display:none !important;}.anwp-pg-wrap .d-sm-inline{display:inline !important;}.anwp-pg-wrap .d-sm-inline-block{display:inline-block !important;}.anwp-pg-wrap .d-sm-block{display:block !important;}.anwp-pg-wrap .d-sm-table{display:table !important;}.anwp-pg-wrap .d-sm-table-row{display:table-row !important;}.anwp-pg-wrap .d-sm-table-cell{display:table-cell !important;}.anwp-pg-wrap .d-sm-flex{display:flex !important;}.anwp-pg-wrap .d-sm-inline-flex{display:inline-flex !important;}}@media (min-width:768px){.anwp-pg-wrap .d-md-none{display:none !important;}.anwp-pg-wrap .d-md-inline{display:inline !important;}.anwp-pg-wrap .d-md-inline-block{display:inline-block !important;}.anwp-pg-wrap .d-md-block{display:block !important;}.anwp-pg-wrap .d-md-table{display:table !important;}.anwp-pg-wrap .d-md-table-row{display:table-row !important;}.anwp-pg-wrap .d-md-table-cell{display:table-cell !important;}.anwp-pg-wrap .d-md-flex{display:flex !important;}.anwp-pg-wrap .d-md-inline-flex{display:inline-flex !important;}}@media (min-width:992px){.anwp-pg-wrap .d-lg-none{display:none !important;}.anwp-pg-wrap .d-lg-inline{display:inline !important;}.anwp-pg-wrap .d-lg-inline-block{display:inline-block !important;}.anwp-pg-wrap .d-lg-block{display:block !important;}.anwp-pg-wrap .d-lg-table{display:table !important;}.anwp-pg-wrap .d-lg-table-row{display:table-row !important;}.anwp-pg-wrap .d-lg-table-cell{display:table-cell !important;}.anwp-pg-wrap .d-lg-flex{display:flex !important;}.anwp-pg-wrap .d-lg-inline-flex{display:inline-flex !important;}}@media (min-width:1200px){.anwp-pg-wrap .d-xl-none{display:none !important;}.anwp-pg-wrap .d-xl-inline{display:inline !important;}.anwp-pg-wrap .d-xl-inline-block{display:inline-block !important;}.anwp-pg-wrap .d-xl-block{display:block !important;}.anwp-pg-wrap .d-xl-table{display:table !important;}.anwp-pg-wrap .d-xl-table-row{display:table-row !important;}.anwp-pg-wrap .d-xl-table-cell{display:table-cell !important;}.anwp-pg-wrap .d-xl-flex{display:flex !important;}.anwp-pg-wrap .d-xl-inline-flex{display:inline-flex !important;}}.anwp-pg-wrap .position-static{position:static !important;}.anwp-pg-wrap .position-relative{position:relative !important;}.anwp-pg-wrap .position-absolute{position:absolute !important;}.anwp-pg-wrap .position-fixed{position:fixed !important;}.anwp-pg-wrap .position-sticky{position:-webkit-sticky !important;position:sticky !important;}.anwp-pg-wrap .flex-row{flex-direction:row !important;}.anwp-pg-wrap .flex-column{flex-direction:column !important;}.anwp-pg-wrap .flex-row-reverse{flex-direction:row-reverse !important;}.anwp-pg-wrap .flex-column-reverse{flex-direction:column-reverse !important;}.anwp-pg-wrap .flex-wrap{flex-wrap:wrap !important;}.anwp-pg-wrap .flex-nowrap{flex-wrap:nowrap !important;}.anwp-pg-wrap .flex-wrap-reverse{flex-wrap:wrap-reverse !important;}.anwp-pg-wrap .flex-fill{flex:1 1 auto !important;}.anwp-pg-wrap .flex-grow-0{flex-grow:0 !important;}.anwp-pg-wrap .flex-grow-1{flex-grow:1 !important;}.anwp-pg-wrap .flex-shrink-0{flex-shrink:0 !important;}.anwp-pg-wrap .flex-shrink-1{flex-shrink:1 !important;}.anwp-pg-wrap .justify-content-start{justify-content:flex-start !important;}.anwp-pg-wrap .justify-content-end{justify-content:flex-end !important;}.anwp-pg-wrap .justify-content-center{justify-content:center !important;}.anwp-pg-wrap .justify-content-between{justify-content:space-between !important;}.anwp-pg-wrap .justify-content-around{justify-content:space-around !important;}.anwp-pg-wrap .align-items-start{align-items:flex-start !important;}.anwp-pg-wrap .align-items-end{align-items:flex-end !important;}.anwp-pg-wrap .align-items-center{align-items:center !important;}.anwp-pg-wrap .align-items-baseline{align-items:baseline !important;}.anwp-pg-wrap .align-items-stretch{align-items:stretch !important;}.anwp-pg-wrap .align-content-start{align-content:flex-start !important;}.anwp-pg-wrap .align-content-end{align-content:flex-end !important;}.anwp-pg-wrap .align-content-center{align-content:center !important;}.anwp-pg-wrap .align-content-between{align-content:space-between !important;}.anwp-pg-wrap .align-content-around{align-content:space-around !important;}.anwp-pg-wrap .align-content-stretch{align-content:stretch !important;}.anwp-pg-wrap .align-self-auto{align-self:auto !important;}.anwp-pg-wrap .align-self-start{align-self:flex-start !important;}.anwp-pg-wrap .align-self-end{align-self:flex-end !important;}.anwp-pg-wrap .align-self-center{align-self:center !important;}.anwp-pg-wrap .align-self-baseline{align-self:baseline !important;}.anwp-pg-wrap .align-self-stretch{align-self:stretch !important;}@media (min-width:576px){.anwp-pg-wrap .flex-sm-row{flex-direction:row !important;}.anwp-pg-wrap .flex-sm-column{flex-direction:column !important;}.anwp-pg-wrap .flex-sm-row-reverse{flex-direction:row-reverse !important;}.anwp-pg-wrap .flex-sm-column-reverse{flex-direction:column-reverse !important;}.anwp-pg-wrap .flex-sm-wrap{flex-wrap:wrap !important;}.anwp-pg-wrap .flex-sm-nowrap{flex-wrap:nowrap !important;}.anwp-pg-wrap .flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important;}.anwp-pg-wrap .flex-sm-fill{flex:1 1 auto !important;}.anwp-pg-wrap .flex-sm-grow-0{flex-grow:0 !important;}.anwp-pg-wrap .flex-sm-grow-1{flex-grow:1 !important;}.anwp-pg-wrap .flex-sm-shrink-0{flex-shrink:0 !important;}.anwp-pg-wrap .flex-sm-shrink-1{flex-shrink:1 !important;}.anwp-pg-wrap .justify-content-sm-start{justify-content:flex-start !important;}.anwp-pg-wrap .justify-content-sm-end{justify-content:flex-end !important;}.anwp-pg-wrap .justify-content-sm-center{justify-content:center !important;}.anwp-pg-wrap .justify-content-sm-between{justify-content:space-between !important;}.anwp-pg-wrap .justify-content-sm-around{justify-content:space-around !important;}.anwp-pg-wrap .align-items-sm-start{align-items:flex-start !important;}.anwp-pg-wrap .align-items-sm-end{align-items:flex-end !important;}.anwp-pg-wrap .align-items-sm-center{align-items:center !important;}.anwp-pg-wrap .align-items-sm-baseline{align-items:baseline !important;}.anwp-pg-wrap .align-items-sm-stretch{align-items:stretch !important;}.anwp-pg-wrap .align-content-sm-start{align-content:flex-start !important;}.anwp-pg-wrap .align-content-sm-end{align-content:flex-end !important;}.anwp-pg-wrap .align-content-sm-center{align-content:center !important;}.anwp-pg-wrap .align-content-sm-between{align-content:space-between !important;}.anwp-pg-wrap .align-content-sm-around{align-content:space-around !important;}.anwp-pg-wrap .align-content-sm-stretch{align-content:stretch !important;}.anwp-pg-wrap .align-self-sm-auto{align-self:auto !important;}.anwp-pg-wrap .align-self-sm-start{align-self:flex-start !important;}.anwp-pg-wrap .align-self-sm-end{align-self:flex-end !important;}.anwp-pg-wrap .align-self-sm-center{align-self:center !important;}.anwp-pg-wrap .align-self-sm-baseline{align-self:baseline !important;}.anwp-pg-wrap .align-self-sm-stretch{align-self:stretch !important;}}@media (min-width:768px){.anwp-pg-wrap .flex-md-row{flex-direction:row !important;}.anwp-pg-wrap .flex-md-column{flex-direction:column !important;}.anwp-pg-wrap .flex-md-row-reverse{flex-direction:row-reverse !important;}.anwp-pg-wrap .flex-md-column-reverse{flex-direction:column-reverse !important;}.anwp-pg-wrap .flex-md-wrap{flex-wrap:wrap !important;}.anwp-pg-wrap .flex-md-nowrap{flex-wrap:nowrap !important;}.anwp-pg-wrap .flex-md-wrap-reverse{flex-wrap:wrap-reverse !important;}.anwp-pg-wrap .flex-md-fill{flex:1 1 auto !important;}.anwp-pg-wrap .flex-md-grow-0{flex-grow:0 !important;}.anwp-pg-wrap .flex-md-grow-1{flex-grow:1 !important;}.anwp-pg-wrap .flex-md-shrink-0{flex-shrink:0 !important;}.anwp-pg-wrap .flex-md-shrink-1{flex-shrink:1 !important;}.anwp-pg-wrap .justify-content-md-start{justify-content:flex-start !important;}.anwp-pg-wrap .justify-content-md-end{justify-content:flex-end !important;}.anwp-pg-wrap .justify-content-md-center{justify-content:center !important;}.anwp-pg-wrap .justify-content-md-between{justify-content:space-between !important;}.anwp-pg-wrap .justify-content-md-around{justify-content:space-around !important;}.anwp-pg-wrap .align-items-md-start{align-items:flex-start !important;}.anwp-pg-wrap .align-items-md-end{align-items:flex-end !important;}.anwp-pg-wrap .align-items-md-center{align-items:center !important;}.anwp-pg-wrap .align-items-md-baseline{align-items:baseline !important;}.anwp-pg-wrap .align-items-md-stretch{align-items:stretch !important;}.anwp-pg-wrap .align-content-md-start{align-content:flex-start !important;}.anwp-pg-wrap .align-content-md-end{align-content:flex-end !important;}.anwp-pg-wrap .align-content-md-center{align-content:center !important;}.anwp-pg-wrap .align-content-md-between{align-content:space-between !important;}.anwp-pg-wrap .align-content-md-around{align-content:space-around !important;}.anwp-pg-wrap .align-content-md-stretch{align-content:stretch !important;}.anwp-pg-wrap .align-self-md-auto{align-self:auto !important;}.anwp-pg-wrap .align-self-md-start{align-self:flex-start !important;}.anwp-pg-wrap .align-self-md-end{align-self:flex-end !important;}.anwp-pg-wrap .align-self-md-center{align-self:center !important;}.anwp-pg-wrap .align-self-md-baseline{align-self:baseline !important;}.anwp-pg-wrap .align-self-md-stretch{align-self:stretch !important;}}@media (min-width:992px){.anwp-pg-wrap .flex-lg-row{flex-direction:row !important;}.anwp-pg-wrap .flex-lg-column{flex-direction:column !important;}.anwp-pg-wrap .flex-lg-row-reverse{flex-direction:row-reverse !important;}.anwp-pg-wrap .flex-lg-column-reverse{flex-direction:column-reverse !important;}.anwp-pg-wrap .flex-lg-wrap{flex-wrap:wrap !important;}.anwp-pg-wrap .flex-lg-nowrap{flex-wrap:nowrap !important;}.anwp-pg-wrap .flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important;}.anwp-pg-wrap .flex-lg-fill{flex:1 1 auto !important;}.anwp-pg-wrap .flex-lg-grow-0{flex-grow:0 !important;}.anwp-pg-wrap .flex-lg-grow-1{flex-grow:1 !important;}.anwp-pg-wrap .flex-lg-shrink-0{flex-shrink:0 !important;}.anwp-pg-wrap .flex-lg-shrink-1{flex-shrink:1 !important;}.anwp-pg-wrap .justify-content-lg-start{justify-content:flex-start !important;}.anwp-pg-wrap .justify-content-lg-end{justify-content:flex-end !important;}.anwp-pg-wrap .justify-content-lg-center{justify-content:center !important;}.anwp-pg-wrap .justify-content-lg-between{justify-content:space-between !important;}.anwp-pg-wrap .justify-content-lg-around{justify-content:space-around !important;}.anwp-pg-wrap .align-items-lg-start{align-items:flex-start !important;}.anwp-pg-wrap .align-items-lg-end{align-items:flex-end !important;}.anwp-pg-wrap .align-items-lg-center{align-items:center !important;}.anwp-pg-wrap .align-items-lg-baseline{align-items:baseline !important;}.anwp-pg-wrap .align-items-lg-stretch{align-items:stretch !important;}.anwp-pg-wrap .align-content-lg-start{align-content:flex-start !important;}.anwp-pg-wrap .align-content-lg-end{align-content:flex-end !important;}.anwp-pg-wrap .align-content-lg-center{align-content:center !important;}.anwp-pg-wrap .align-content-lg-between{align-content:space-between !important;}.anwp-pg-wrap .align-content-lg-around{align-content:space-around !important;}.anwp-pg-wrap .align-content-lg-stretch{align-content:stretch !important;}.anwp-pg-wrap .align-self-lg-auto{align-self:auto !important;}.anwp-pg-wrap .align-self-lg-start{align-self:flex-start !important;}.anwp-pg-wrap .align-self-lg-end{align-self:flex-end !important;}.anwp-pg-wrap .align-self-lg-center{align-self:center !important;}.anwp-pg-wrap .align-self-lg-baseline{align-self:baseline !important;}.anwp-pg-wrap .align-self-lg-stretch{align-self:stretch !important;}}@media (min-width:1200px){.anwp-pg-wrap .flex-xl-row{flex-direction:row !important;}.anwp-pg-wrap .flex-xl-column{flex-direction:column !important;}.anwp-pg-wrap .flex-xl-row-reverse{flex-direction:row-reverse !important;}.anwp-pg-wrap .flex-xl-column-reverse{flex-direction:column-reverse !important;}.anwp-pg-wrap .flex-xl-wrap{flex-wrap:wrap !important;}.anwp-pg-wrap .flex-xl-nowrap{flex-wrap:nowrap !important;}.anwp-pg-wrap .flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important;}.anwp-pg-wrap .flex-xl-fill{flex:1 1 auto !important;}.anwp-pg-wrap .flex-xl-grow-0{flex-grow:0 !important;}.anwp-pg-wrap .flex-xl-grow-1{flex-grow:1 !important;}.anwp-pg-wrap .flex-xl-shrink-0{flex-shrink:0 !important;}.anwp-pg-wrap .flex-xl-shrink-1{flex-shrink:1 !important;}.anwp-pg-wrap .justify-content-xl-start{justify-content:flex-start !important;}.anwp-pg-wrap .justify-content-xl-end{justify-content:flex-end !important;}.anwp-pg-wrap .justify-content-xl-center{justify-content:center !important;}.anwp-pg-wrap .justify-content-xl-between{justify-content:space-between !important;}.anwp-pg-wrap .justify-content-xl-around{justify-content:space-around !important;}.anwp-pg-wrap .align-items-xl-start{align-items:flex-start !important;}.anwp-pg-wrap .align-items-xl-end{align-items:flex-end !important;}.anwp-pg-wrap .align-items-xl-center{align-items:center !important;}.anwp-pg-wrap .align-items-xl-baseline{align-items:baseline !important;}.anwp-pg-wrap .align-items-xl-stretch{align-items:stretch !important;}.anwp-pg-wrap .align-content-xl-start{align-content:flex-start !important;}.anwp-pg-wrap .align-content-xl-end{align-content:flex-end !important;}.anwp-pg-wrap .align-content-xl-center{align-content:center !important;}.anwp-pg-wrap .align-content-xl-between{align-content:space-between !important;}.anwp-pg-wrap .align-content-xl-around{align-content:space-around !important;}.anwp-pg-wrap .align-content-xl-stretch{align-content:stretch !important;}.anwp-pg-wrap .align-self-xl-auto{align-self:auto !important;}.anwp-pg-wrap .align-self-xl-start{align-self:flex-start !important;}.anwp-pg-wrap .align-self-xl-end{align-self:flex-end !important;}.anwp-pg-wrap .align-self-xl-center{align-self:center !important;}.anwp-pg-wrap .align-self-xl-baseline{align-self:baseline !important;}.anwp-pg-wrap .align-self-xl-stretch{align-self:stretch !important;}}.anwp-pg-wrap .w-25{width:25% !important;}.anwp-pg-wrap .w-50{width:50% !important;}.anwp-pg-wrap .w-75{width:75% !important;}.anwp-pg-wrap .w-100{width:100% !important;}.anwp-pg-wrap .w-auto{width:auto !important;}.anwp-pg-wrap .h-25{height:25% !important;}.anwp-pg-wrap .h-50{height:50% !important;}.anwp-pg-wrap .h-75{height:75% !important;}.anwp-pg-wrap .h-100{height:100% !important;}.anwp-pg-wrap .h-auto{height:auto !important;}.anwp-pg-wrap .mw-100{max-width:100% !important;}.anwp-pg-wrap .mh-100{max-height:100% !important;}.anwp-pg-wrap .min-vw-100{min-width:100vw !important;}.anwp-pg-wrap .min-vh-100{min-height:100vh !important;}.anwp-pg-wrap .vw-100{width:100vw !important;}.anwp-pg-wrap .vh-100{height:100vh !important;}.anwp-pg-wrap .m-0{margin:0 !important;}.anwp-pg-wrap .mt-0,.anwp-pg-wrap .my-0{margin-top:0 !important;}.anwp-pg-wrap .mr-0,.anwp-pg-wrap .mx-0{margin-right:0 !important;}.anwp-pg-wrap .mb-0,.anwp-pg-wrap .my-0{margin-bottom:0 !important;}.anwp-pg-wrap .ml-0,.anwp-pg-wrap .mx-0{margin-left:0 !important;}.anwp-pg-wrap .m-1{margin:.25rem !important;}.anwp-pg-wrap .mt-1,.anwp-pg-wrap .my-1{margin-top:.25rem !important;}.anwp-pg-wrap .mr-1,.anwp-pg-wrap .mx-1{margin-right:.25rem !important;}.anwp-pg-wrap .mb-1,.anwp-pg-wrap .my-1{margin-bottom:.25rem !important;}.anwp-pg-wrap .ml-1,.anwp-pg-wrap .mx-1{margin-left:.25rem !important;}.anwp-pg-wrap .m-2{margin:.5rem !important;}.anwp-pg-wrap .mt-2,.anwp-pg-wrap .my-2{margin-top:.5rem !important;}.anwp-pg-wrap .mr-2,.anwp-pg-wrap .mx-2{margin-right:.5rem !important;}.anwp-pg-wrap .mb-2,.anwp-pg-wrap .my-2{margin-bottom:.5rem !important;}.anwp-pg-wrap .ml-2,.anwp-pg-wrap .mx-2{margin-left:.5rem !important;}.anwp-pg-wrap .m-3{margin:1rem !important;}.anwp-pg-wrap .mt-3,.anwp-pg-wrap .my-3{margin-top:1rem !important;}.anwp-pg-wrap .mr-3,.anwp-pg-wrap .mx-3{margin-right:1rem !important;}.anwp-pg-wrap .mb-3,.anwp-pg-wrap .my-3{margin-bottom:1rem !important;}.anwp-pg-wrap .ml-3,.anwp-pg-wrap .mx-3{margin-left:1rem !important;}.anwp-pg-wrap .m-4{margin:1.5rem !important;}.anwp-pg-wrap .mt-4,.anwp-pg-wrap .my-4{margin-top:1.5rem !important;}.anwp-pg-wrap .mr-4,.anwp-pg-wrap .mx-4{margin-right:1.5rem !important;}.anwp-pg-wrap .mb-4,.anwp-pg-wrap .my-4{margin-bottom:1.5rem !important;}.anwp-pg-wrap .ml-4,.anwp-pg-wrap .mx-4{margin-left:1.5rem !important;}.anwp-pg-wrap .m-5{margin:3rem !important;}.anwp-pg-wrap .mt-5,.anwp-pg-wrap .my-5{margin-top:3rem !important;}.anwp-pg-wrap .mr-5,.anwp-pg-wrap .mx-5{margin-right:3rem !important;}.anwp-pg-wrap .mb-5,.anwp-pg-wrap .my-5{margin-bottom:3rem !important;}.anwp-pg-wrap .ml-5,.anwp-pg-wrap .mx-5{margin-left:3rem !important;}.anwp-pg-wrap .p-0{padding:0 !important;}.anwp-pg-wrap .pt-0,.anwp-pg-wrap .py-0{padding-top:0 !important;}.anwp-pg-wrap .pr-0,.anwp-pg-wrap .px-0{padding-right:0 !important;}.anwp-pg-wrap .pb-0,.anwp-pg-wrap .py-0{padding-bottom:0 !important;}.anwp-pg-wrap .pl-0,.anwp-pg-wrap .px-0{padding-left:0 !important;}.anwp-pg-wrap .p-1{padding:.25rem !important;}.anwp-pg-wrap .pt-1,.anwp-pg-wrap .py-1{padding-top:.25rem !important;}.anwp-pg-wrap .pr-1,.anwp-pg-wrap .px-1{padding-right:.25rem !important;}.anwp-pg-wrap .pb-1,.anwp-pg-wrap .py-1{padding-bottom:.25rem !important;}.anwp-pg-wrap .pl-1,.anwp-pg-wrap .px-1{padding-left:.25rem !important;}.anwp-pg-wrap .p-2{padding:.5rem !important;}.anwp-pg-wrap .pt-2,.anwp-pg-wrap .py-2{padding-top:.5rem !important;}.anwp-pg-wrap .pr-2,.anwp-pg-wrap .px-2{padding-right:.5rem !important;}.anwp-pg-wrap .pb-2,.anwp-pg-wrap .py-2{padding-bottom:.5rem !important;}.anwp-pg-wrap .pl-2,.anwp-pg-wrap .px-2{padding-left:.5rem !important;}.anwp-pg-wrap .p-3{padding:1rem !important;}.anwp-pg-wrap .pt-3,.anwp-pg-wrap .py-3{padding-top:1rem !important;}.anwp-pg-wrap .pr-3,.anwp-pg-wrap .px-3{padding-right:1rem !important;}.anwp-pg-wrap .pb-3,.anwp-pg-wrap .py-3{padding-bottom:1rem !important;}.anwp-pg-wrap .pl-3,.anwp-pg-wrap .px-3{padding-left:1rem !important;}.anwp-pg-wrap .p-4{padding:1.5rem !important;}.anwp-pg-wrap .pt-4,.anwp-pg-wrap .py-4{padding-top:1.5rem !important;}.anwp-pg-wrap .pr-4,.anwp-pg-wrap .px-4{padding-right:1.5rem !important;}.anwp-pg-wrap .pb-4,.anwp-pg-wrap .py-4{padding-bottom:1.5rem !important;}.anwp-pg-wrap .pl-4,.anwp-pg-wrap .px-4{padding-left:1.5rem !important;}.anwp-pg-wrap .p-5{padding:3rem !important;}.anwp-pg-wrap .pt-5,.anwp-pg-wrap .py-5{padding-top:3rem !important;}.anwp-pg-wrap .pr-5,.anwp-pg-wrap .px-5{padding-right:3rem !important;}.anwp-pg-wrap .pb-5,.anwp-pg-wrap .py-5{padding-bottom:3rem !important;}.anwp-pg-wrap .pl-5,.anwp-pg-wrap .px-5{padding-left:3rem !important;}.anwp-pg-wrap .m-n1{margin:-.25rem !important;}.anwp-pg-wrap .mt-n1,.anwp-pg-wrap .my-n1{margin-top:-.25rem !important;}.anwp-pg-wrap .mr-n1,.anwp-pg-wrap .mx-n1{margin-right:-.25rem !important;}.anwp-pg-wrap .mb-n1,.anwp-pg-wrap .my-n1{margin-bottom:-.25rem !important;}.anwp-pg-wrap .ml-n1,.anwp-pg-wrap .mx-n1{margin-left:-.25rem !important;}.anwp-pg-wrap .m-n2{margin:-.5rem !important;}.anwp-pg-wrap .mt-n2,.anwp-pg-wrap .my-n2{margin-top:-.5rem !important;}.anwp-pg-wrap .mr-n2,.anwp-pg-wrap .mx-n2{margin-right:-.5rem !important;}.anwp-pg-wrap .mb-n2,.anwp-pg-wrap .my-n2{margin-bottom:-.5rem !important;}.anwp-pg-wrap .ml-n2,.anwp-pg-wrap .mx-n2{margin-left:-.5rem !important;}.anwp-pg-wrap .m-n3{margin:-1rem !important;}.anwp-pg-wrap .mt-n3,.anwp-pg-wrap .my-n3{margin-top:-1rem !important;}.anwp-pg-wrap .mr-n3,.anwp-pg-wrap .mx-n3{margin-right:-1rem !important;}.anwp-pg-wrap .mb-n3,.anwp-pg-wrap .my-n3{margin-bottom:-1rem !important;}.anwp-pg-wrap .ml-n3,.anwp-pg-wrap .mx-n3{margin-left:-1rem !important;}.anwp-pg-wrap .m-n4{margin:-1.5rem !important;}.anwp-pg-wrap .mt-n4,.anwp-pg-wrap .my-n4{margin-top:-1.5rem !important;}.anwp-pg-wrap .mr-n4,.anwp-pg-wrap .mx-n4{margin-right:-1.5rem !important;}.anwp-pg-wrap .mb-n4,.anwp-pg-wrap .my-n4{margin-bottom:-1.5rem !important;}.anwp-pg-wrap .ml-n4,.anwp-pg-wrap .mx-n4{margin-left:-1.5rem !important;}.anwp-pg-wrap .m-n5{margin:-3rem !important;}.anwp-pg-wrap .mt-n5,.anwp-pg-wrap .my-n5{margin-top:-3rem !important;}.anwp-pg-wrap .mr-n5,.anwp-pg-wrap .mx-n5{margin-right:-3rem !important;}.anwp-pg-wrap .mb-n5,.anwp-pg-wrap .my-n5{margin-bottom:-3rem !important;}.anwp-pg-wrap .ml-n5,.anwp-pg-wrap .mx-n5{margin-left:-3rem !important;}.anwp-pg-wrap .m-auto{margin:auto !important;}.anwp-pg-wrap .mt-auto,.anwp-pg-wrap .my-auto{margin-top:auto !important;}.anwp-pg-wrap .mr-auto,.anwp-pg-wrap .mx-auto{margin-right:auto !important;}.anwp-pg-wrap .mb-auto,.anwp-pg-wrap .my-auto{margin-bottom:auto !important;}.anwp-pg-wrap .ml-auto,.anwp-pg-wrap .mx-auto{margin-left:auto !important;}@media (min-width:576px){.anwp-pg-wrap .m-sm-0{margin:0 !important;}.anwp-pg-wrap .mt-sm-0,.anwp-pg-wrap .my-sm-0{margin-top:0 !important;}.anwp-pg-wrap .mr-sm-0,.anwp-pg-wrap .mx-sm-0{margin-right:0 !important;}.anwp-pg-wrap .mb-sm-0,.anwp-pg-wrap .my-sm-0{margin-bottom:0 !important;}.anwp-pg-wrap .ml-sm-0,.anwp-pg-wrap .mx-sm-0{margin-left:0 !important;}.anwp-pg-wrap .m-sm-1{margin:.25rem !important;}.anwp-pg-wrap .mt-sm-1,.anwp-pg-wrap .my-sm-1{margin-top:.25rem !important;}.anwp-pg-wrap .mr-sm-1,.anwp-pg-wrap .mx-sm-1{margin-right:.25rem !important;}.anwp-pg-wrap .mb-sm-1,.anwp-pg-wrap .my-sm-1{margin-bottom:.25rem !important;}.anwp-pg-wrap .ml-sm-1,.anwp-pg-wrap .mx-sm-1{margin-left:.25rem !important;}.anwp-pg-wrap .m-sm-2{margin:.5rem !important;}.anwp-pg-wrap .mt-sm-2,.anwp-pg-wrap .my-sm-2{margin-top:.5rem !important;}.anwp-pg-wrap .mr-sm-2,.anwp-pg-wrap .mx-sm-2{margin-right:.5rem !important;}.anwp-pg-wrap .mb-sm-2,.anwp-pg-wrap .my-sm-2{margin-bottom:.5rem !important;}.anwp-pg-wrap .ml-sm-2,.anwp-pg-wrap .mx-sm-2{margin-left:.5rem !important;}.anwp-pg-wrap .m-sm-3{margin:1rem !important;}.anwp-pg-wrap .mt-sm-3,.anwp-pg-wrap .my-sm-3{margin-top:1rem !important;}.anwp-pg-wrap .mr-sm-3,.anwp-pg-wrap .mx-sm-3{margin-right:1rem !important;}.anwp-pg-wrap .mb-sm-3,.anwp-pg-wrap .my-sm-3{margin-bottom:1rem !important;}.anwp-pg-wrap .ml-sm-3,.anwp-pg-wrap .mx-sm-3{margin-left:1rem !important;}.anwp-pg-wrap .m-sm-4{margin:1.5rem !important;}.anwp-pg-wrap .mt-sm-4,.anwp-pg-wrap .my-sm-4{margin-top:1.5rem !important;}.anwp-pg-wrap .mr-sm-4,.anwp-pg-wrap .mx-sm-4{margin-right:1.5rem !important;}.anwp-pg-wrap .mb-sm-4,.anwp-pg-wrap .my-sm-4{margin-bottom:1.5rem !important;}.anwp-pg-wrap .ml-sm-4,.anwp-pg-wrap .mx-sm-4{margin-left:1.5rem !important;}.anwp-pg-wrap .m-sm-5{margin:3rem !important;}.anwp-pg-wrap .mt-sm-5,.anwp-pg-wrap .my-sm-5{margin-top:3rem !important;}.anwp-pg-wrap .mr-sm-5,.anwp-pg-wrap .mx-sm-5{margin-right:3rem !important;}.anwp-pg-wrap .mb-sm-5,.anwp-pg-wrap .my-sm-5{margin-bottom:3rem !important;}.anwp-pg-wrap .ml-sm-5,.anwp-pg-wrap .mx-sm-5{margin-left:3rem !important;}.anwp-pg-wrap .p-sm-0{padding:0 !important;}.anwp-pg-wrap .pt-sm-0,.anwp-pg-wrap .py-sm-0{padding-top:0 !important;}.anwp-pg-wrap .pr-sm-0,.anwp-pg-wrap .px-sm-0{padding-right:0 !important;}.anwp-pg-wrap .pb-sm-0,.anwp-pg-wrap .py-sm-0{padding-bottom:0 !important;}.anwp-pg-wrap .pl-sm-0,.anwp-pg-wrap .px-sm-0{padding-left:0 !important;}.anwp-pg-wrap .p-sm-1{padding:.25rem !important;}.anwp-pg-wrap .pt-sm-1,.anwp-pg-wrap .py-sm-1{padding-top:.25rem !important;}.anwp-pg-wrap .pr-sm-1,.anwp-pg-wrap .px-sm-1{padding-right:.25rem !important;}.anwp-pg-wrap .pb-sm-1,.anwp-pg-wrap .py-sm-1{padding-bottom:.25rem !important;}.anwp-pg-wrap .pl-sm-1,.anwp-pg-wrap .px-sm-1{padding-left:.25rem !important;}.anwp-pg-wrap .p-sm-2{padding:.5rem !important;}.anwp-pg-wrap .pt-sm-2,.anwp-pg-wrap .py-sm-2{padding-top:.5rem !important;}.anwp-pg-wrap .pr-sm-2,.anwp-pg-wrap .px-sm-2{padding-right:.5rem !important;}.anwp-pg-wrap .pb-sm-2,.anwp-pg-wrap .py-sm-2{padding-bottom:.5rem !important;}.anwp-pg-wrap .pl-sm-2,.anwp-pg-wrap .px-sm-2{padding-left:.5rem !important;}.anwp-pg-wrap .p-sm-3{padding:1rem !important;}.anwp-pg-wrap .pt-sm-3,.anwp-pg-wrap .py-sm-3{padding-top:1rem !important;}.anwp-pg-wrap .pr-sm-3,.anwp-pg-wrap .px-sm-3{padding-right:1rem !important;}.anwp-pg-wrap .pb-sm-3,.anwp-pg-wrap .py-sm-3{padding-bottom:1rem !important;}.anwp-pg-wrap .pl-sm-3,.anwp-pg-wrap .px-sm-3{padding-left:1rem !important;}.anwp-pg-wrap .p-sm-4{padding:1.5rem !important;}.anwp-pg-wrap .pt-sm-4,.anwp-pg-wrap .py-sm-4{padding-top:1.5rem !important;}.anwp-pg-wrap .pr-sm-4,.anwp-pg-wrap .px-sm-4{padding-right:1.5rem !important;}.anwp-pg-wrap .pb-sm-4,.anwp-pg-wrap .py-sm-4{padding-bottom:1.5rem !important;}.anwp-pg-wrap .pl-sm-4,.anwp-pg-wrap .px-sm-4{padding-left:1.5rem !important;}.anwp-pg-wrap .p-sm-5{padding:3rem !important;}.anwp-pg-wrap .pt-sm-5,.anwp-pg-wrap .py-sm-5{padding-top:3rem !important;}.anwp-pg-wrap .pr-sm-5,.anwp-pg-wrap .px-sm-5{padding-right:3rem !important;}.anwp-pg-wrap .pb-sm-5,.anwp-pg-wrap .py-sm-5{padding-bottom:3rem !important;}.anwp-pg-wrap .pl-sm-5,.anwp-pg-wrap .px-sm-5{padding-left:3rem !important;}.anwp-pg-wrap .m-sm-n1{margin:-.25rem !important;}.anwp-pg-wrap .mt-sm-n1,.anwp-pg-wrap .my-sm-n1{margin-top:-.25rem !important;}.anwp-pg-wrap .mr-sm-n1,.anwp-pg-wrap .mx-sm-n1{margin-right:-.25rem !important;}.anwp-pg-wrap .mb-sm-n1,.anwp-pg-wrap .my-sm-n1{margin-bottom:-.25rem !important;}.anwp-pg-wrap .ml-sm-n1,.anwp-pg-wrap .mx-sm-n1{margin-left:-.25rem !important;}.anwp-pg-wrap .m-sm-n2{margin:-.5rem !important;}.anwp-pg-wrap .mt-sm-n2,.anwp-pg-wrap .my-sm-n2{margin-top:-.5rem !important;}.anwp-pg-wrap .mr-sm-n2,.anwp-pg-wrap .mx-sm-n2{margin-right:-.5rem !important;}.anwp-pg-wrap .mb-sm-n2,.anwp-pg-wrap .my-sm-n2{margin-bottom:-.5rem !important;}.anwp-pg-wrap .ml-sm-n2,.anwp-pg-wrap .mx-sm-n2{margin-left:-.5rem !important;}.anwp-pg-wrap .m-sm-n3{margin:-1rem !important;}.anwp-pg-wrap .mt-sm-n3,.anwp-pg-wrap .my-sm-n3{margin-top:-1rem !important;}.anwp-pg-wrap .mr-sm-n3,.anwp-pg-wrap .mx-sm-n3{margin-right:-1rem !important;}.anwp-pg-wrap .mb-sm-n3,.anwp-pg-wrap .my-sm-n3{margin-bottom:-1rem !important;}.anwp-pg-wrap .ml-sm-n3,.anwp-pg-wrap .mx-sm-n3{margin-left:-1rem !important;}.anwp-pg-wrap .m-sm-n4{margin:-1.5rem !important;}.anwp-pg-wrap .mt-sm-n4,.anwp-pg-wrap .my-sm-n4{margin-top:-1.5rem !important;}.anwp-pg-wrap .mr-sm-n4,.anwp-pg-wrap .mx-sm-n4{margin-right:-1.5rem !important;}.anwp-pg-wrap .mb-sm-n4,.anwp-pg-wrap .my-sm-n4{margin-bottom:-1.5rem !important;}.anwp-pg-wrap .ml-sm-n4,.anwp-pg-wrap .mx-sm-n4{margin-left:-1.5rem !important;}.anwp-pg-wrap .m-sm-n5{margin:-3rem !important;}.anwp-pg-wrap .mt-sm-n5,.anwp-pg-wrap .my-sm-n5{margin-top:-3rem !important;}.anwp-pg-wrap .mr-sm-n5,.anwp-pg-wrap .mx-sm-n5{margin-right:-3rem !important;}.anwp-pg-wrap .mb-sm-n5,.anwp-pg-wrap .my-sm-n5{margin-bottom:-3rem !important;}.anwp-pg-wrap .ml-sm-n5,.anwp-pg-wrap .mx-sm-n5{margin-left:-3rem !important;}.anwp-pg-wrap .m-sm-auto{margin:auto !important;}.anwp-pg-wrap .mt-sm-auto,.anwp-pg-wrap .my-sm-auto{margin-top:auto !important;}.anwp-pg-wrap .mr-sm-auto,.anwp-pg-wrap .mx-sm-auto{margin-right:auto !important;}.anwp-pg-wrap .mb-sm-auto,.anwp-pg-wrap .my-sm-auto{margin-bottom:auto !important;}.anwp-pg-wrap .ml-sm-auto,.anwp-pg-wrap .mx-sm-auto{margin-left:auto !important;}}@media (min-width:768px){.anwp-pg-wrap .m-md-0{margin:0 !important;}.anwp-pg-wrap .mt-md-0,.anwp-pg-wrap .my-md-0{margin-top:0 !important;}.anwp-pg-wrap .mr-md-0,.anwp-pg-wrap .mx-md-0{margin-right:0 !important;}.anwp-pg-wrap .mb-md-0,.anwp-pg-wrap .my-md-0{margin-bottom:0 !important;}.anwp-pg-wrap .ml-md-0,.anwp-pg-wrap .mx-md-0{margin-left:0 !important;}.anwp-pg-wrap .m-md-1{margin:.25rem !important;}.anwp-pg-wrap .mt-md-1,.anwp-pg-wrap .my-md-1{margin-top:.25rem !important;}.anwp-pg-wrap .mr-md-1,.anwp-pg-wrap .mx-md-1{margin-right:.25rem !important;}.anwp-pg-wrap .mb-md-1,.anwp-pg-wrap .my-md-1{margin-bottom:.25rem !important;}.anwp-pg-wrap .ml-md-1,.anwp-pg-wrap .mx-md-1{margin-left:.25rem !important;}.anwp-pg-wrap .m-md-2{margin:.5rem !important;}.anwp-pg-wrap .mt-md-2,.anwp-pg-wrap .my-md-2{margin-top:.5rem !important;}.anwp-pg-wrap .mr-md-2,.anwp-pg-wrap .mx-md-2{margin-right:.5rem !important;}.anwp-pg-wrap .mb-md-2,.anwp-pg-wrap .my-md-2{margin-bottom:.5rem !important;}.anwp-pg-wrap .ml-md-2,.anwp-pg-wrap .mx-md-2{margin-left:.5rem !important;}.anwp-pg-wrap .m-md-3{margin:1rem !important;}.anwp-pg-wrap .mt-md-3,.anwp-pg-wrap .my-md-3{margin-top:1rem !important;}.anwp-pg-wrap .mr-md-3,.anwp-pg-wrap .mx-md-3{margin-right:1rem !important;}.anwp-pg-wrap .mb-md-3,.anwp-pg-wrap .my-md-3{margin-bottom:1rem !important;}.anwp-pg-wrap .ml-md-3,.anwp-pg-wrap .mx-md-3{margin-left:1rem !important;}.anwp-pg-wrap .m-md-4{margin:1.5rem !important;}.anwp-pg-wrap .mt-md-4,.anwp-pg-wrap .my-md-4{margin-top:1.5rem !important;}.anwp-pg-wrap .mr-md-4,.anwp-pg-wrap .mx-md-4{margin-right:1.5rem !important;}.anwp-pg-wrap .mb-md-4,.anwp-pg-wrap .my-md-4{margin-bottom:1.5rem !important;}.anwp-pg-wrap .ml-md-4,.anwp-pg-wrap .mx-md-4{margin-left:1.5rem !important;}.anwp-pg-wrap .m-md-5{margin:3rem !important;}.anwp-pg-wrap .mt-md-5,.anwp-pg-wrap .my-md-5{margin-top:3rem !important;}.anwp-pg-wrap .mr-md-5,.anwp-pg-wrap .mx-md-5{margin-right:3rem !important;}.anwp-pg-wrap .mb-md-5,.anwp-pg-wrap .my-md-5{margin-bottom:3rem !important;}.anwp-pg-wrap .ml-md-5,.anwp-pg-wrap .mx-md-5{margin-left:3rem !important;}.anwp-pg-wrap .p-md-0{padding:0 !important;}.anwp-pg-wrap .pt-md-0,.anwp-pg-wrap .py-md-0{padding-top:0 !important;}.anwp-pg-wrap .pr-md-0,.anwp-pg-wrap .px-md-0{padding-right:0 !important;}.anwp-pg-wrap .pb-md-0,.anwp-pg-wrap .py-md-0{padding-bottom:0 !important;}.anwp-pg-wrap .pl-md-0,.anwp-pg-wrap .px-md-0{padding-left:0 !important;}.anwp-pg-wrap .p-md-1{padding:.25rem !important;}.anwp-pg-wrap .pt-md-1,.anwp-pg-wrap .py-md-1{padding-top:.25rem !important;}.anwp-pg-wrap .pr-md-1,.anwp-pg-wrap .px-md-1{padding-right:.25rem !important;}.anwp-pg-wrap .pb-md-1,.anwp-pg-wrap .py-md-1{padding-bottom:.25rem !important;}.anwp-pg-wrap .pl-md-1,.anwp-pg-wrap .px-md-1{padding-left:.25rem !important;}.anwp-pg-wrap .p-md-2{padding:.5rem !important;}.anwp-pg-wrap .pt-md-2,.anwp-pg-wrap .py-md-2{padding-top:.5rem !important;}.anwp-pg-wrap .pr-md-2,.anwp-pg-wrap .px-md-2{padding-right:.5rem !important;}.anwp-pg-wrap .pb-md-2,.anwp-pg-wrap .py-md-2{padding-bottom:.5rem !important;}.anwp-pg-wrap .pl-md-2,.anwp-pg-wrap .px-md-2{padding-left:.5rem !important;}.anwp-pg-wrap .p-md-3{padding:1rem !important;}.anwp-pg-wrap .pt-md-3,.anwp-pg-wrap .py-md-3{padding-top:1rem !important;}.anwp-pg-wrap .pr-md-3,.anwp-pg-wrap .px-md-3{padding-right:1rem !important;}.anwp-pg-wrap .pb-md-3,.anwp-pg-wrap .py-md-3{padding-bottom:1rem !important;}.anwp-pg-wrap .pl-md-3,.anwp-pg-wrap .px-md-3{padding-left:1rem !important;}.anwp-pg-wrap .p-md-4{padding:1.5rem !important;}.anwp-pg-wrap .pt-md-4,.anwp-pg-wrap .py-md-4{padding-top:1.5rem !important;}.anwp-pg-wrap .pr-md-4,.anwp-pg-wrap .px-md-4{padding-right:1.5rem !important;}.anwp-pg-wrap .pb-md-4,.anwp-pg-wrap .py-md-4{padding-bottom:1.5rem !important;}.anwp-pg-wrap .pl-md-4,.anwp-pg-wrap .px-md-4{padding-left:1.5rem !important;}.anwp-pg-wrap .p-md-5{padding:3rem !important;}.anwp-pg-wrap .pt-md-5,.anwp-pg-wrap .py-md-5{padding-top:3rem !important;}.anwp-pg-wrap .pr-md-5,.anwp-pg-wrap .px-md-5{padding-right:3rem !important;}.anwp-pg-wrap .pb-md-5,.anwp-pg-wrap .py-md-5{padding-bottom:3rem !important;}.anwp-pg-wrap .pl-md-5,.anwp-pg-wrap .px-md-5{padding-left:3rem !important;}.anwp-pg-wrap .m-md-n1{margin:-.25rem !important;}.anwp-pg-wrap .mt-md-n1,.anwp-pg-wrap .my-md-n1{margin-top:-.25rem !important;}.anwp-pg-wrap .mr-md-n1,.anwp-pg-wrap .mx-md-n1{margin-right:-.25rem !important;}.anwp-pg-wrap .mb-md-n1,.anwp-pg-wrap .my-md-n1{margin-bottom:-.25rem !important;}.anwp-pg-wrap .ml-md-n1,.anwp-pg-wrap .mx-md-n1{margin-left:-.25rem !important;}.anwp-pg-wrap .m-md-n2{margin:-.5rem !important;}.anwp-pg-wrap .mt-md-n2,.anwp-pg-wrap .my-md-n2{margin-top:-.5rem !important;}.anwp-pg-wrap .mr-md-n2,.anwp-pg-wrap .mx-md-n2{margin-right:-.5rem !important;}.anwp-pg-wrap .mb-md-n2,.anwp-pg-wrap .my-md-n2{margin-bottom:-.5rem !important;}.anwp-pg-wrap .ml-md-n2,.anwp-pg-wrap .mx-md-n2{margin-left:-.5rem !important;}.anwp-pg-wrap .m-md-n3{margin:-1rem !important;}.anwp-pg-wrap .mt-md-n3,.anwp-pg-wrap .my-md-n3{margin-top:-1rem !important;}.anwp-pg-wrap .mr-md-n3,.anwp-pg-wrap .mx-md-n3{margin-right:-1rem !important;}.anwp-pg-wrap .mb-md-n3,.anwp-pg-wrap .my-md-n3{margin-bottom:-1rem !important;}.anwp-pg-wrap .ml-md-n3,.anwp-pg-wrap .mx-md-n3{margin-left:-1rem !important;}.anwp-pg-wrap .m-md-n4{margin:-1.5rem !important;}.anwp-pg-wrap .mt-md-n4,.anwp-pg-wrap .my-md-n4{margin-top:-1.5rem !important;}.anwp-pg-wrap .mr-md-n4,.anwp-pg-wrap .mx-md-n4{margin-right:-1.5rem !important;}.anwp-pg-wrap .mb-md-n4,.anwp-pg-wrap .my-md-n4{margin-bottom:-1.5rem !important;}.anwp-pg-wrap .ml-md-n4,.anwp-pg-wrap .mx-md-n4{margin-left:-1.5rem !important;}.anwp-pg-wrap .m-md-n5{margin:-3rem !important;}.anwp-pg-wrap .mt-md-n5,.anwp-pg-wrap .my-md-n5{margin-top:-3rem !important;}.anwp-pg-wrap .mr-md-n5,.anwp-pg-wrap .mx-md-n5{margin-right:-3rem !important;}.anwp-pg-wrap .mb-md-n5,.anwp-pg-wrap .my-md-n5{margin-bottom:-3rem !important;}.anwp-pg-wrap .ml-md-n5,.anwp-pg-wrap .mx-md-n5{margin-left:-3rem !important;}.anwp-pg-wrap .m-md-auto{margin:auto !important;}.anwp-pg-wrap .mt-md-auto,.anwp-pg-wrap .my-md-auto{margin-top:auto !important;}.anwp-pg-wrap .mr-md-auto,.anwp-pg-wrap .mx-md-auto{margin-right:auto !important;}.anwp-pg-wrap .mb-md-auto,.anwp-pg-wrap .my-md-auto{margin-bottom:auto !important;}.anwp-pg-wrap .ml-md-auto,.anwp-pg-wrap .mx-md-auto{margin-left:auto !important;}}@media (min-width:992px){.anwp-pg-wrap .m-lg-0{margin:0 !important;}.anwp-pg-wrap .mt-lg-0,.anwp-pg-wrap .my-lg-0{margin-top:0 !important;}.anwp-pg-wrap .mr-lg-0,.anwp-pg-wrap .mx-lg-0{margin-right:0 !important;}.anwp-pg-wrap .mb-lg-0,.anwp-pg-wrap .my-lg-0{margin-bottom:0 !important;}.anwp-pg-wrap .ml-lg-0,.anwp-pg-wrap .mx-lg-0{margin-left:0 !important;}.anwp-pg-wrap .m-lg-1{margin:.25rem !important;}.anwp-pg-wrap .mt-lg-1,.anwp-pg-wrap .my-lg-1{margin-top:.25rem !important;}.anwp-pg-wrap .mr-lg-1,.anwp-pg-wrap .mx-lg-1{margin-right:.25rem !important;}.anwp-pg-wrap .mb-lg-1,.anwp-pg-wrap .my-lg-1{margin-bottom:.25rem !important;}.anwp-pg-wrap .ml-lg-1,.anwp-pg-wrap .mx-lg-1{margin-left:.25rem !important;}.anwp-pg-wrap .m-lg-2{margin:.5rem !important;}.anwp-pg-wrap .mt-lg-2,.anwp-pg-wrap .my-lg-2{margin-top:.5rem !important;}.anwp-pg-wrap .mr-lg-2,.anwp-pg-wrap .mx-lg-2{margin-right:.5rem !important;}.anwp-pg-wrap .mb-lg-2,.anwp-pg-wrap .my-lg-2{margin-bottom:.5rem !important;}.anwp-pg-wrap .ml-lg-2,.anwp-pg-wrap .mx-lg-2{margin-left:.5rem !important;}.anwp-pg-wrap .m-lg-3{margin:1rem !important;}.anwp-pg-wrap .mt-lg-3,.anwp-pg-wrap .my-lg-3{margin-top:1rem !important;}.anwp-pg-wrap .mr-lg-3,.anwp-pg-wrap .mx-lg-3{margin-right:1rem !important;}.anwp-pg-wrap .mb-lg-3,.anwp-pg-wrap .my-lg-3{margin-bottom:1rem !important;}.anwp-pg-wrap .ml-lg-3,.anwp-pg-wrap .mx-lg-3{margin-left:1rem !important;}.anwp-pg-wrap .m-lg-4{margin:1.5rem !important;}.anwp-pg-wrap .mt-lg-4,.anwp-pg-wrap .my-lg-4{margin-top:1.5rem !important;}.anwp-pg-wrap .mr-lg-4,.anwp-pg-wrap .mx-lg-4{margin-right:1.5rem !important;}.anwp-pg-wrap .mb-lg-4,.anwp-pg-wrap .my-lg-4{margin-bottom:1.5rem !important;}.anwp-pg-wrap .ml-lg-4,.anwp-pg-wrap .mx-lg-4{margin-left:1.5rem !important;}.anwp-pg-wrap .m-lg-5{margin:3rem !important;}.anwp-pg-wrap .mt-lg-5,.anwp-pg-wrap .my-lg-5{margin-top:3rem !important;}.anwp-pg-wrap .mr-lg-5,.anwp-pg-wrap .mx-lg-5{margin-right:3rem !important;}.anwp-pg-wrap .mb-lg-5,.anwp-pg-wrap .my-lg-5{margin-bottom:3rem !important;}.anwp-pg-wrap .ml-lg-5,.anwp-pg-wrap .mx-lg-5{margin-left:3rem !important;}.anwp-pg-wrap .p-lg-0{padding:0 !important;}.anwp-pg-wrap .pt-lg-0,.anwp-pg-wrap .py-lg-0{padding-top:0 !important;}.anwp-pg-wrap .pr-lg-0,.anwp-pg-wrap .px-lg-0{padding-right:0 !important;}.anwp-pg-wrap .pb-lg-0,.anwp-pg-wrap .py-lg-0{padding-bottom:0 !important;}.anwp-pg-wrap .pl-lg-0,.anwp-pg-wrap .px-lg-0{padding-left:0 !important;}.anwp-pg-wrap .p-lg-1{padding:.25rem !important;}.anwp-pg-wrap .pt-lg-1,.anwp-pg-wrap .py-lg-1{padding-top:.25rem !important;}.anwp-pg-wrap .pr-lg-1,.anwp-pg-wrap .px-lg-1{padding-right:.25rem !important;}.anwp-pg-wrap .pb-lg-1,.anwp-pg-wrap .py-lg-1{padding-bottom:.25rem !important;}.anwp-pg-wrap .pl-lg-1,.anwp-pg-wrap .px-lg-1{padding-left:.25rem !important;}.anwp-pg-wrap .p-lg-2{padding:.5rem !important;}.anwp-pg-wrap .pt-lg-2,.anwp-pg-wrap .py-lg-2{padding-top:.5rem !important;}.anwp-pg-wrap .pr-lg-2,.anwp-pg-wrap .px-lg-2{padding-right:.5rem !important;}.anwp-pg-wrap .pb-lg-2,.anwp-pg-wrap .py-lg-2{padding-bottom:.5rem !important;}.anwp-pg-wrap .pl-lg-2,.anwp-pg-wrap .px-lg-2{padding-left:.5rem !important;}.anwp-pg-wrap .p-lg-3{padding:1rem !important;}.anwp-pg-wrap .pt-lg-3,.anwp-pg-wrap .py-lg-3{padding-top:1rem !important;}.anwp-pg-wrap .pr-lg-3,.anwp-pg-wrap .px-lg-3{padding-right:1rem !important;}.anwp-pg-wrap .pb-lg-3,.anwp-pg-wrap .py-lg-3{padding-bottom:1rem !important;}.anwp-pg-wrap .pl-lg-3,.anwp-pg-wrap .px-lg-3{padding-left:1rem !important;}.anwp-pg-wrap .p-lg-4{padding:1.5rem !important;}.anwp-pg-wrap .pt-lg-4,.anwp-pg-wrap .py-lg-4{padding-top:1.5rem !important;}.anwp-pg-wrap .pr-lg-4,.anwp-pg-wrap .px-lg-4{padding-right:1.5rem !important;}.anwp-pg-wrap .pb-lg-4,.anwp-pg-wrap .py-lg-4{padding-bottom:1.5rem !important;}.anwp-pg-wrap .pl-lg-4,.anwp-pg-wrap .px-lg-4{padding-left:1.5rem !important;}.anwp-pg-wrap .p-lg-5{padding:3rem !important;}.anwp-pg-wrap .pt-lg-5,.anwp-pg-wrap .py-lg-5{padding-top:3rem !important;}.anwp-pg-wrap .pr-lg-5,.anwp-pg-wrap .px-lg-5{padding-right:3rem !important;}.anwp-pg-wrap .pb-lg-5,.anwp-pg-wrap .py-lg-5{padding-bottom:3rem !important;}.anwp-pg-wrap .pl-lg-5,.anwp-pg-wrap .px-lg-5{padding-left:3rem !important;}.anwp-pg-wrap .m-lg-n1{margin:-.25rem !important;}.anwp-pg-wrap .mt-lg-n1,.anwp-pg-wrap .my-lg-n1{margin-top:-.25rem !important;}.anwp-pg-wrap .mr-lg-n1,.anwp-pg-wrap .mx-lg-n1{margin-right:-.25rem !important;}.anwp-pg-wrap .mb-lg-n1,.anwp-pg-wrap .my-lg-n1{margin-bottom:-.25rem !important;}.anwp-pg-wrap .ml-lg-n1,.anwp-pg-wrap .mx-lg-n1{margin-left:-.25rem !important;}.anwp-pg-wrap .m-lg-n2{margin:-.5rem !important;}.anwp-pg-wrap .mt-lg-n2,.anwp-pg-wrap .my-lg-n2{margin-top:-.5rem !important;}.anwp-pg-wrap .mr-lg-n2,.anwp-pg-wrap .mx-lg-n2{margin-right:-.5rem !important;}.anwp-pg-wrap .mb-lg-n2,.anwp-pg-wrap .my-lg-n2{margin-bottom:-.5rem !important;}.anwp-pg-wrap .ml-lg-n2,.anwp-pg-wrap .mx-lg-n2{margin-left:-.5rem !important;}.anwp-pg-wrap .m-lg-n3{margin:-1rem !important;}.anwp-pg-wrap .mt-lg-n3,.anwp-pg-wrap .my-lg-n3{margin-top:-1rem !important;}.anwp-pg-wrap .mr-lg-n3,.anwp-pg-wrap .mx-lg-n3{margin-right:-1rem !important;}.anwp-pg-wrap .mb-lg-n3,.anwp-pg-wrap .my-lg-n3{margin-bottom:-1rem !important;}.anwp-pg-wrap .ml-lg-n3,.anwp-pg-wrap .mx-lg-n3{margin-left:-1rem !important;}.anwp-pg-wrap .m-lg-n4{margin:-1.5rem !important;}.anwp-pg-wrap .mt-lg-n4,.anwp-pg-wrap .my-lg-n4{margin-top:-1.5rem !important;}.anwp-pg-wrap .mr-lg-n4,.anwp-pg-wrap .mx-lg-n4{margin-right:-1.5rem !important;}.anwp-pg-wrap .mb-lg-n4,.anwp-pg-wrap .my-lg-n4{margin-bottom:-1.5rem !important;}.anwp-pg-wrap .ml-lg-n4,.anwp-pg-wrap .mx-lg-n4{margin-left:-1.5rem !important;}.anwp-pg-wrap .m-lg-n5{margin:-3rem !important;}.anwp-pg-wrap .mt-lg-n5,.anwp-pg-wrap .my-lg-n5{margin-top:-3rem !important;}.anwp-pg-wrap .mr-lg-n5,.anwp-pg-wrap .mx-lg-n5{margin-right:-3rem !important;}.anwp-pg-wrap .mb-lg-n5,.anwp-pg-wrap .my-lg-n5{margin-bottom:-3rem !important;}.anwp-pg-wrap .ml-lg-n5,.anwp-pg-wrap .mx-lg-n5{margin-left:-3rem !important;}.anwp-pg-wrap .m-lg-auto{margin:auto !important;}.anwp-pg-wrap .mt-lg-auto,.anwp-pg-wrap .my-lg-auto{margin-top:auto !important;}.anwp-pg-wrap .mr-lg-auto,.anwp-pg-wrap .mx-lg-auto{margin-right:auto !important;}.anwp-pg-wrap .mb-lg-auto,.anwp-pg-wrap .my-lg-auto{margin-bottom:auto !important;}.anwp-pg-wrap .ml-lg-auto,.anwp-pg-wrap .mx-lg-auto{margin-left:auto !important;}}@media (min-width:1200px){.anwp-pg-wrap .m-xl-0{margin:0 !important;}.anwp-pg-wrap .mt-xl-0,.anwp-pg-wrap .my-xl-0{margin-top:0 !important;}.anwp-pg-wrap .mr-xl-0,.anwp-pg-wrap .mx-xl-0{margin-right:0 !important;}.anwp-pg-wrap .mb-xl-0,.anwp-pg-wrap .my-xl-0{margin-bottom:0 !important;}.anwp-pg-wrap .ml-xl-0,.anwp-pg-wrap .mx-xl-0{margin-left:0 !important;}.anwp-pg-wrap .m-xl-1{margin:.25rem !important;}.anwp-pg-wrap .mt-xl-1,.anwp-pg-wrap .my-xl-1{margin-top:.25rem !important;}.anwp-pg-wrap .mr-xl-1,.anwp-pg-wrap .mx-xl-1{margin-right:.25rem !important;}.anwp-pg-wrap .mb-xl-1,.anwp-pg-wrap .my-xl-1{margin-bottom:.25rem !important;}.anwp-pg-wrap .ml-xl-1,.anwp-pg-wrap .mx-xl-1{margin-left:.25rem !important;}.anwp-pg-wrap .m-xl-2{margin:.5rem !important;}.anwp-pg-wrap .mt-xl-2,.anwp-pg-wrap .my-xl-2{margin-top:.5rem !important;}.anwp-pg-wrap .mr-xl-2,.anwp-pg-wrap .mx-xl-2{margin-right:.5rem !important;}.anwp-pg-wrap .mb-xl-2,.anwp-pg-wrap .my-xl-2{margin-bottom:.5rem !important;}.anwp-pg-wrap .ml-xl-2,.anwp-pg-wrap .mx-xl-2{margin-left:.5rem !important;}.anwp-pg-wrap .m-xl-3{margin:1rem !important;}.anwp-pg-wrap .mt-xl-3,.anwp-pg-wrap .my-xl-3{margin-top:1rem !important;}.anwp-pg-wrap .mr-xl-3,.anwp-pg-wrap .mx-xl-3{margin-right:1rem !important;}.anwp-pg-wrap .mb-xl-3,.anwp-pg-wrap .my-xl-3{margin-bottom:1rem !important;}.anwp-pg-wrap .ml-xl-3,.anwp-pg-wrap .mx-xl-3{margin-left:1rem !important;}.anwp-pg-wrap .m-xl-4{margin:1.5rem !important;}.anwp-pg-wrap .mt-xl-4,.anwp-pg-wrap .my-xl-4{margin-top:1.5rem !important;}.anwp-pg-wrap .mr-xl-4,.anwp-pg-wrap .mx-xl-4{margin-right:1.5rem !important;}.anwp-pg-wrap .mb-xl-4,.anwp-pg-wrap .my-xl-4{margin-bottom:1.5rem !important;}.anwp-pg-wrap .ml-xl-4,.anwp-pg-wrap .mx-xl-4{margin-left:1.5rem !important;}.anwp-pg-wrap .m-xl-5{margin:3rem !important;}.anwp-pg-wrap .mt-xl-5,.anwp-pg-wrap .my-xl-5{margin-top:3rem !important;}.anwp-pg-wrap .mr-xl-5,.anwp-pg-wrap .mx-xl-5{margin-right:3rem !important;}.anwp-pg-wrap .mb-xl-5,.anwp-pg-wrap .my-xl-5{margin-bottom:3rem !important;}.anwp-pg-wrap .ml-xl-5,.anwp-pg-wrap .mx-xl-5{margin-left:3rem !important;}.anwp-pg-wrap .p-xl-0{padding:0 !important;}.anwp-pg-wrap .pt-xl-0,.anwp-pg-wrap .py-xl-0{padding-top:0 !important;}.anwp-pg-wrap .pr-xl-0,.anwp-pg-wrap .px-xl-0{padding-right:0 !important;}.anwp-pg-wrap .pb-xl-0,.anwp-pg-wrap .py-xl-0{padding-bottom:0 !important;}.anwp-pg-wrap .pl-xl-0,.anwp-pg-wrap .px-xl-0{padding-left:0 !important;}.anwp-pg-wrap .p-xl-1{padding:.25rem !important;}.anwp-pg-wrap .pt-xl-1,.anwp-pg-wrap .py-xl-1{padding-top:.25rem !important;}.anwp-pg-wrap .pr-xl-1,.anwp-pg-wrap .px-xl-1{padding-right:.25rem !important;}.anwp-pg-wrap .pb-xl-1,.anwp-pg-wrap .py-xl-1{padding-bottom:.25rem !important;}.anwp-pg-wrap .pl-xl-1,.anwp-pg-wrap .px-xl-1{padding-left:.25rem !important;}.anwp-pg-wrap .p-xl-2{padding:.5rem !important;}.anwp-pg-wrap .pt-xl-2,.anwp-pg-wrap .py-xl-2{padding-top:.5rem !important;}.anwp-pg-wrap .pr-xl-2,.anwp-pg-wrap .px-xl-2{padding-right:.5rem !important;}.anwp-pg-wrap .pb-xl-2,.anwp-pg-wrap .py-xl-2{padding-bottom:.5rem !important;}.anwp-pg-wrap .pl-xl-2,.anwp-pg-wrap .px-xl-2{padding-left:.5rem !important;}.anwp-pg-wrap .p-xl-3{padding:1rem !important;}.anwp-pg-wrap .pt-xl-3,.anwp-pg-wrap .py-xl-3{padding-top:1rem !important;}.anwp-pg-wrap .pr-xl-3,.anwp-pg-wrap .px-xl-3{padding-right:1rem !important;}.anwp-pg-wrap .pb-xl-3,.anwp-pg-wrap .py-xl-3{padding-bottom:1rem !important;}.anwp-pg-wrap .pl-xl-3,.anwp-pg-wrap .px-xl-3{padding-left:1rem !important;}.anwp-pg-wrap .p-xl-4{padding:1.5rem !important;}.anwp-pg-wrap .pt-xl-4,.anwp-pg-wrap .py-xl-4{padding-top:1.5rem !important;}.anwp-pg-wrap .pr-xl-4,.anwp-pg-wrap .px-xl-4{padding-right:1.5rem !important;}.anwp-pg-wrap .pb-xl-4,.anwp-pg-wrap .py-xl-4{padding-bottom:1.5rem !important;}.anwp-pg-wrap .pl-xl-4,.anwp-pg-wrap .px-xl-4{padding-left:1.5rem !important;}.anwp-pg-wrap .p-xl-5{padding:3rem !important;}.anwp-pg-wrap .pt-xl-5,.anwp-pg-wrap .py-xl-5{padding-top:3rem !important;}.anwp-pg-wrap .pr-xl-5,.anwp-pg-wrap .px-xl-5{padding-right:3rem !important;}.anwp-pg-wrap .pb-xl-5,.anwp-pg-wrap .py-xl-5{padding-bottom:3rem !important;}.anwp-pg-wrap .pl-xl-5,.anwp-pg-wrap .px-xl-5{padding-left:3rem !important;}.anwp-pg-wrap .m-xl-n1{margin:-.25rem !important;}.anwp-pg-wrap .mt-xl-n1,.anwp-pg-wrap .my-xl-n1{margin-top:-.25rem !important;}.anwp-pg-wrap .mr-xl-n1,.anwp-pg-wrap .mx-xl-n1{margin-right:-.25rem !important;}.anwp-pg-wrap .mb-xl-n1,.anwp-pg-wrap .my-xl-n1{margin-bottom:-.25rem !important;}.anwp-pg-wrap .ml-xl-n1,.anwp-pg-wrap .mx-xl-n1{margin-left:-.25rem !important;}.anwp-pg-wrap .m-xl-n2{margin:-.5rem !important;}.anwp-pg-wrap .mt-xl-n2,.anwp-pg-wrap .my-xl-n2{margin-top:-.5rem !important;}.anwp-pg-wrap .mr-xl-n2,.anwp-pg-wrap .mx-xl-n2{margin-right:-.5rem !important;}.anwp-pg-wrap .mb-xl-n2,.anwp-pg-wrap .my-xl-n2{margin-bottom:-.5rem !important;}.anwp-pg-wrap .ml-xl-n2,.anwp-pg-wrap .mx-xl-n2{margin-left:-.5rem !important;}.anwp-pg-wrap .m-xl-n3{margin:-1rem !important;}.anwp-pg-wrap .mt-xl-n3,.anwp-pg-wrap .my-xl-n3{margin-top:-1rem !important;}.anwp-pg-wrap .mr-xl-n3,.anwp-pg-wrap .mx-xl-n3{margin-right:-1rem !important;}.anwp-pg-wrap .mb-xl-n3,.anwp-pg-wrap .my-xl-n3{margin-bottom:-1rem !important;}.anwp-pg-wrap .ml-xl-n3,.anwp-pg-wrap .mx-xl-n3{margin-left:-1rem !important;}.anwp-pg-wrap .m-xl-n4{margin:-1.5rem !important;}.anwp-pg-wrap .mt-xl-n4,.anwp-pg-wrap .my-xl-n4{margin-top:-1.5rem !important;}.anwp-pg-wrap .mr-xl-n4,.anwp-pg-wrap .mx-xl-n4{margin-right:-1.5rem !important;}.anwp-pg-wrap .mb-xl-n4,.anwp-pg-wrap .my-xl-n4{margin-bottom:-1.5rem !important;}.anwp-pg-wrap .ml-xl-n4,.anwp-pg-wrap .mx-xl-n4{margin-left:-1.5rem !important;}.anwp-pg-wrap .m-xl-n5{margin:-3rem !important;}.anwp-pg-wrap .mt-xl-n5,.anwp-pg-wrap .my-xl-n5{margin-top:-3rem !important;}.anwp-pg-wrap .mr-xl-n5,.anwp-pg-wrap .mx-xl-n5{margin-right:-3rem !important;}.anwp-pg-wrap .mb-xl-n5,.anwp-pg-wrap .my-xl-n5{margin-bottom:-3rem !important;}.anwp-pg-wrap .ml-xl-n5,.anwp-pg-wrap .mx-xl-n5{margin-left:-3rem !important;}.anwp-pg-wrap .m-xl-auto{margin:auto !important;}.anwp-pg-wrap .mt-xl-auto,.anwp-pg-wrap .my-xl-auto{margin-top:auto !important;}.anwp-pg-wrap .mr-xl-auto,.anwp-pg-wrap .mx-xl-auto{margin-right:auto !important;}.anwp-pg-wrap .mb-xl-auto,.anwp-pg-wrap .my-xl-auto{margin-bottom:auto !important;}.anwp-pg-wrap .ml-xl-auto,.anwp-pg-wrap .mx-xl-auto{margin-left:auto !important;}}.anwp-pg-wrap .text-decoration-none{text-decoration:none !important;}.anwp-pg-wrap .anwp-btn-outline-secondary{display:inline-block;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;font-size:1rem;line-height:1.5;-o-border-image:initial;border-image:initial;padding:.375rem .75rem;border-radius:4px;transition:color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;color:#6c757d;border:1px solid #6c757d;}.anwp-pg-wrap .anwp-btn-outline-secondary:not(:disabled):not(.disabled){cursor:pointer;}.anwp-pg-wrap .anwp-btn-outline-secondary:active,.anwp-pg-wrap .anwp-btn-outline-secondary:focus,.anwp-pg-wrap .anwp-btn-outline-secondary:hover,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:active,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:focus,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:hover{background-color:#f5f5f5;color:#6c757d;border:1px solid #6c757d;}.anwp-pg-pagination{display:flex;padding-left:0;list-style:none;border-radius:4px;margin-top:25px;}.anwp-pg-pagination-loader{position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px;}.anwp-pg-posts-wrapper{position:relative;}.anwp-pg-posts-wrapper:not(.anwp-pg-pagination--loading) .anwp-pg-pagination-loader{display:none;}.anwp-pg-posts-wrapper.anwp-pg-pagination--loading>:not(.anwp-pg-pagination-loader){opacity:.1;}.anwp-page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0085ba;background-color:#fff;border:1px solid #dee2e6;}.anwp-page-link:hover{z-index:2;color:#004e6e;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}.anwp-page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,133,186,.25);}.anwp-page-item{min-width:32px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.anwp-page-item:first-child .anwp-page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.anwp-page-item:last-child .anwp-page-link{border-top-right-radius:4px;border-bottom-right-radius:4px;}.anwp-page-item .anwp-page-link--active{z-index:3;color:#fff !important;background-color:#0085ba;border-color:#0085ba;}.anwp-page-item .anwp-page-link--disabled{color:#6c757d !important;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;opacity:.7;}.anwp-container,.anwp-container-fluid,.anwp-container-lg,.anwp-container-md,.anwp-container-sm,.anwp-container-xl{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;}@media (min-width:576px){.anwp-container,.anwp-container-sm{max-width:540px;}}@media (min-width:768px){.anwp-container,.anwp-container-md,.anwp-container-sm{max-width:720px;}}@media (min-width:992px){.anwp-container,.anwp-container-lg,.anwp-container-md,.anwp-container-sm{max-width:960px;}}@media (min-width:1200px){.anwp-container,.anwp-container-lg,.anwp-container-md,.anwp-container-sm,.anwp-container-xl{max-width:1140px;}}.anwp-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;}.anwp-no-gutters{margin-right:0;margin-left:0;}.anwp-no-gutters>.anwp-col,.anwp-no-gutters>[class*=anwp-col-]{padding-right:0;padding-left:0;}.anwp-col,.anwp-col-1,.anwp-col-2,.anwp-col-3,.anwp-col-4,.anwp-col-5,.anwp-col-6,.anwp-col-7,.anwp-col-8,.anwp-col-9,.anwp-col-10,.anwp-col-11,.anwp-col-12,.anwp-col-auto,.anwp-col-lg,.anwp-col-lg-1,.anwp-col-lg-2,.anwp-col-lg-3,.anwp-col-lg-4,.anwp-col-lg-5,.anwp-col-lg-6,.anwp-col-lg-7,.anwp-col-lg-8,.anwp-col-lg-9,.anwp-col-lg-10,.anwp-col-lg-11,.anwp-col-lg-12,.anwp-col-lg-auto,.anwp-col-md,.anwp-col-md-1,.anwp-col-md-2,.anwp-col-md-3,.anwp-col-md-4,.anwp-col-md-5,.anwp-col-md-6,.anwp-col-md-7,.anwp-col-md-8,.anwp-col-md-9,.anwp-col-md-10,.anwp-col-md-11,.anwp-col-md-12,.anwp-col-md-auto,.anwp-col-sm,.anwp-col-sm-1,.anwp-col-sm-2,.anwp-col-sm-3,.anwp-col-sm-4,.anwp-col-sm-5,.anwp-col-sm-6,.anwp-col-sm-7,.anwp-col-sm-8,.anwp-col-sm-9,.anwp-col-sm-10,.anwp-col-sm-11,.anwp-col-sm-12,.anwp-col-sm-auto,.anwp-col-xl,.anwp-col-xl-1,.anwp-col-xl-2,.anwp-col-xl-3,.anwp-col-xl-4,.anwp-col-xl-5,.anwp-col-xl-6,.anwp-col-xl-7,.anwp-col-xl-8,.anwp-col-xl-9,.anwp-col-xl-10,.anwp-col-xl-11,.anwp-col-xl-12,.anwp-col-xl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px;}.anwp-col{flex-basis:0;flex-grow:1;max-width:100%;}.anwp-row-cols-1>*{flex:0 0 100%;max-width:100%;}.anwp-row-cols-2>*{flex:0 0 50%;max-width:50%;}.anwp-row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-row-cols-4>*{flex:0 0 25%;max-width:25%;}.anwp-row-cols-5>*{flex:0 0 20%;max-width:20%;}.anwp-row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-auto{flex:0 0 auto;width:auto;max-width:100%;}.anwp-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;}.anwp-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-3{flex:0 0 25%;max-width:25%;}.anwp-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;}.anwp-col-6{flex:0 0 50%;max-width:50%;}.anwp-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;}.anwp-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;}.anwp-col-9{flex:0 0 75%;max-width:75%;}.anwp-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;}.anwp-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;}.anwp-col-12{flex:0 0 100%;max-width:100%;}.anwp-order-first{order:-1;}.anwp-order-last{order:13;}.anwp-order-0{order:0;}.anwp-order-1{order:1;}.anwp-order-2{order:2;}.anwp-order-3{order:3;}.anwp-order-4{order:4;}.anwp-order-5{order:5;}.anwp-order-6{order:6;}.anwp-order-7{order:7;}.anwp-order-8{order:8;}.anwp-order-9{order:9;}.anwp-order-10{order:10;}.anwp-order-11{order:11;}.anwp-order-12{order:12;}.anwp-offset-1{margin-left:8.3333333333%;}.anwp-offset-2{margin-left:16.6666666667%;}.anwp-offset-3{margin-left:25%;}.anwp-offset-4{margin-left:33.3333333333%;}.anwp-offset-5{margin-left:41.6666666667%;}.anwp-offset-6{margin-left:50%;}.anwp-offset-7{margin-left:58.3333333333%;}.anwp-offset-8{margin-left:66.6666666667%;}.anwp-offset-9{margin-left:75%;}.anwp-offset-10{margin-left:83.3333333333%;}.anwp-offset-11{margin-left:91.6666666667%;}@media (min-width:576px){.anwp-col-sm{flex-basis:0;flex-grow:1;max-width:100%;}.anwp-row-cols-sm-1>*{flex:0 0 100%;max-width:100%;}.anwp-row-cols-sm-2>*{flex:0 0 50%;max-width:50%;}.anwp-row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-row-cols-sm-4>*{flex:0 0 25%;max-width:25%;}.anwp-row-cols-sm-5>*{flex:0 0 20%;max-width:20%;}.anwp-row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%;}.anwp-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;}.anwp-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-sm-3{flex:0 0 25%;max-width:25%;}.anwp-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;}.anwp-col-sm-6{flex:0 0 50%;max-width:50%;}.anwp-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;}.anwp-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;}.anwp-col-sm-9{flex:0 0 75%;max-width:75%;}.anwp-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;}.anwp-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;}.anwp-col-sm-12{flex:0 0 100%;max-width:100%;}.anwp-order-sm-first{order:-1;}.anwp-order-sm-last{order:13;}.anwp-order-sm-0{order:0;}.anwp-order-sm-1{order:1;}.anwp-order-sm-2{order:2;}.anwp-order-sm-3{order:3;}.anwp-order-sm-4{order:4;}.anwp-order-sm-5{order:5;}.anwp-order-sm-6{order:6;}.anwp-order-sm-7{order:7;}.anwp-order-sm-8{order:8;}.anwp-order-sm-9{order:9;}.anwp-order-sm-10{order:10;}.anwp-order-sm-11{order:11;}.anwp-order-sm-12{order:12;}.anwp-offset-sm-0{margin-left:0;}.anwp-offset-sm-1{margin-left:8.3333333333%;}.anwp-offset-sm-2{margin-left:16.6666666667%;}.anwp-offset-sm-3{margin-left:25%;}.anwp-offset-sm-4{margin-left:33.3333333333%;}.anwp-offset-sm-5{margin-left:41.6666666667%;}.anwp-offset-sm-6{margin-left:50%;}.anwp-offset-sm-7{margin-left:58.3333333333%;}.anwp-offset-sm-8{margin-left:66.6666666667%;}.anwp-offset-sm-9{margin-left:75%;}.anwp-offset-sm-10{margin-left:83.3333333333%;}.anwp-offset-sm-11{margin-left:91.6666666667%;}}@media (min-width:768px){.anwp-col-md{flex-basis:0;flex-grow:1;max-width:100%;}.anwp-row-cols-md-1>*{flex:0 0 100%;max-width:100%;}.anwp-row-cols-md-2>*{flex:0 0 50%;max-width:50%;}.anwp-row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-row-cols-md-4>*{flex:0 0 25%;max-width:25%;}.anwp-row-cols-md-5>*{flex:0 0 20%;max-width:20%;}.anwp-row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-md-auto{flex:0 0 auto;width:auto;max-width:100%;}.anwp-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;}.anwp-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-md-3{flex:0 0 25%;max-width:25%;}.anwp-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;}.anwp-col-md-6{flex:0 0 50%;max-width:50%;}.anwp-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;}.anwp-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;}.anwp-col-md-9{flex:0 0 75%;max-width:75%;}.anwp-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;}.anwp-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;}.anwp-col-md-12{flex:0 0 100%;max-width:100%;}.anwp-order-md-first{order:-1;}.anwp-order-md-last{order:13;}.anwp-order-md-0{order:0;}.anwp-order-md-1{order:1;}.anwp-order-md-2{order:2;}.anwp-order-md-3{order:3;}.anwp-order-md-4{order:4;}.anwp-order-md-5{order:5;}.anwp-order-md-6{order:6;}.anwp-order-md-7{order:7;}.anwp-order-md-8{order:8;}.anwp-order-md-9{order:9;}.anwp-order-md-10{order:10;}.anwp-order-md-11{order:11;}.anwp-order-md-12{order:12;}.anwp-offset-md-0{margin-left:0;}.anwp-offset-md-1{margin-left:8.3333333333%;}.anwp-offset-md-2{margin-left:16.6666666667%;}.anwp-offset-md-3{margin-left:25%;}.anwp-offset-md-4{margin-left:33.3333333333%;}.anwp-offset-md-5{margin-left:41.6666666667%;}.anwp-offset-md-6{margin-left:50%;}.anwp-offset-md-7{margin-left:58.3333333333%;}.anwp-offset-md-8{margin-left:66.6666666667%;}.anwp-offset-md-9{margin-left:75%;}.anwp-offset-md-10{margin-left:83.3333333333%;}.anwp-offset-md-11{margin-left:91.6666666667%;}}@media (min-width:992px){.anwp-col-lg{flex-basis:0;flex-grow:1;max-width:100%;}.anwp-row-cols-lg-1>*{flex:0 0 100%;max-width:100%;}.anwp-row-cols-lg-2>*{flex:0 0 50%;max-width:50%;}.anwp-row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-row-cols-lg-4>*{flex:0 0 25%;max-width:25%;}.anwp-row-cols-lg-5>*{flex:0 0 20%;max-width:20%;}.anwp-row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%;}.anwp-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;}.anwp-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-lg-3{flex:0 0 25%;max-width:25%;}.anwp-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;}.anwp-col-lg-6{flex:0 0 50%;max-width:50%;}.anwp-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;}.anwp-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;}.anwp-col-lg-9{flex:0 0 75%;max-width:75%;}.anwp-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;}.anwp-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;}.anwp-col-lg-12{flex:0 0 100%;max-width:100%;}.anwp-order-lg-first{order:-1;}.anwp-order-lg-last{order:13;}.anwp-order-lg-0{order:0;}.anwp-order-lg-1{order:1;}.anwp-order-lg-2{order:2;}.anwp-order-lg-3{order:3;}.anwp-order-lg-4{order:4;}.anwp-order-lg-5{order:5;}.anwp-order-lg-6{order:6;}.anwp-order-lg-7{order:7;}.anwp-order-lg-8{order:8;}.anwp-order-lg-9{order:9;}.anwp-order-lg-10{order:10;}.anwp-order-lg-11{order:11;}.anwp-order-lg-12{order:12;}.anwp-offset-lg-0{margin-left:0;}.anwp-offset-lg-1{margin-left:8.3333333333%;}.anwp-offset-lg-2{margin-left:16.6666666667%;}.anwp-offset-lg-3{margin-left:25%;}.anwp-offset-lg-4{margin-left:33.3333333333%;}.anwp-offset-lg-5{margin-left:41.6666666667%;}.anwp-offset-lg-6{margin-left:50%;}.anwp-offset-lg-7{margin-left:58.3333333333%;}.anwp-offset-lg-8{margin-left:66.6666666667%;}.anwp-offset-lg-9{margin-left:75%;}.anwp-offset-lg-10{margin-left:83.3333333333%;}.anwp-offset-lg-11{margin-left:91.6666666667%;}}@media (min-width:1200px){.anwp-col-xl{flex-basis:0;flex-grow:1;max-width:100%;}.anwp-row-cols-xl-1>*{flex:0 0 100%;max-width:100%;}.anwp-row-cols-xl-2>*{flex:0 0 50%;max-width:50%;}.anwp-row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-row-cols-xl-4>*{flex:0 0 25%;max-width:25%;}.anwp-row-cols-xl-5>*{flex:0 0 20%;max-width:20%;}.anwp-row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%;}.anwp-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;}.anwp-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;}.anwp-col-xl-3{flex:0 0 25%;max-width:25%;}.anwp-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.anwp-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;}.anwp-col-xl-6{flex:0 0 50%;max-width:50%;}.anwp-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;}.anwp-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;}.anwp-col-xl-9{flex:0 0 75%;max-width:75%;}.anwp-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;}.anwp-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;}.anwp-col-xl-12{flex:0 0 100%;max-width:100%;}.anwp-order-xl-first{order:-1;}.anwp-order-xl-last{order:13;}.anwp-order-xl-0{order:0;}.anwp-order-xl-1{order:1;}.anwp-order-xl-2{order:2;}.anwp-order-xl-3{order:3;}.anwp-order-xl-4{order:4;}.anwp-order-xl-5{order:5;}.anwp-order-xl-6{order:6;}.anwp-order-xl-7{order:7;}.anwp-order-xl-8{order:8;}.anwp-order-xl-9{order:9;}.anwp-order-xl-10{order:10;}.anwp-order-xl-11{order:11;}.anwp-order-xl-12{order:12;}.anwp-offset-xl-0{margin-left:0;}.anwp-offset-xl-1{margin-left:8.3333333333%;}.anwp-offset-xl-2{margin-left:16.6666666667%;}.anwp-offset-xl-3{margin-left:25%;}.anwp-offset-xl-4{margin-left:33.3333333333%;}.anwp-offset-xl-5{margin-left:41.6666666667%;}.anwp-offset-xl-6{margin-left:50%;}.anwp-offset-xl-7{margin-left:58.3333333333%;}.anwp-offset-xl-8{margin-left:66.6666666667%;}.anwp-offset-xl-9{margin-left:75%;}.anwp-offset-xl-10{margin-left:83.3333333333%;}.anwp-offset-xl-11{margin-left:91.6666666667%;}}.anwp-box-border{box-sizing:border-box;}.anwp-box-content{box-sizing:content-box;}.anwp-link-cover,.anwp-position-cover{position:absolute;top:0;bottom:0;left:0;right:0;}.anwp-flex-1{flex:1 1 0%;}.anwp-flex-auto{flex:1 1 auto;}.anwp-flex-initial{flex:0 1 auto;}.anwp-flex-none{flex:none;}@media (min-width:576px){.anwp-flex-sm-1{flex:1 1 0%;}.anwp-flex-sm-auto{flex:1 1 auto;}.anwp-flex-sm-initial{flex:0 1 auto;}.anwp-flex-sm-none{flex:none;}}@media (min-width:768px){.anwp-flex-md-1{flex:1 1 0%;}.anwp-flex-md-auto{flex:1 1 auto;}.anwp-flex-md-initial{flex:0 1 auto;}.anwp-flex-md-none{flex:none;}}@media (min-width:992px){.anwp-flex-lg-1{flex:1 1 0%;}.anwp-flex-lg-auto{flex:1 1 auto;}.anwp-flex-lg-initial{flex:0 1 auto;}.anwp-flex-lg-none{flex:none;}}@media (min-width:1200px){.anwp-flex-xl-1{flex:1 1 0%;}.anwp-flex-xl-auto{flex:1 1 auto;}.anwp-flex-xl-initial{flex:0 1 auto;}.anwp-flex-xl-none{flex:none;}}.anwp-image-background-contain,.anwp-image-background-cover{background-position:50% 50%;background-repeat:no-repeat;}.anwp-image-background-cover{background-size:cover;}.anwp-image-background-contain{background-size:contain;}.anwp-user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important;}.anwp-user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;}.anwp-user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;}.anwp-object-contain{-o-object-fit:contain;object-fit:contain;}.anwp-object-cover{-o-object-fit:cover;object-fit:cover;}.anwp-object-fill{-o-object-fit:fill;object-fit:fill;}.anwp-object-none{-o-object-fit:none;object-fit:none;}.anwp-object-scale-down{-o-object-fit:scale-down;object-fit:scale-down;}.anwp-opacity-0{opacity:0;}.anwp-opacity-10{opacity:.1;}.anwp-opacity-20{opacity:.2;}.anwp-opacity-30{opacity:.3;}.anwp-opacity-40{opacity:.4;}.anwp-opacity-50{opacity:.5;}.anwp-opacity-60{opacity:.6;}.anwp-opacity-70{opacity:.7;}.anwp-opacity-80{opacity:.8;}.anwp-opacity-90{opacity:.9;}.anwp-opacity-100{opacity:1;}.anwp-overflow-auto{overflow:auto;}.anwp-overflow-hidden{overflow:hidden;}.anwp-overflow-visible{overflow:visible;}.anwp-overflow-scroll{overflow:scroll;}.anwp-overflow-x-auto{overflow-x:auto;}.anwp-overflow-y-auto{overflow-y:auto;}.anwp-overflow-x-hidden{overflow-x:hidden;}.anwp-overflow-y-hidden{overflow-y:hidden;}.anwp-overflow-x-visible{overflow-x:visible;}.anwp-overflow-y-visible{overflow-y:visible;}.anwp-overflow-x-scroll{overflow-x:scroll;}.anwp-overflow-y-scroll{overflow-y:scroll;}.anwp-rounded-none{border-radius:0 !important;}.anwp-rounded-sm{border-radius:.125rem !important;}.anwp-rounded{border-radius:.25rem !important;}.anwp-rounded-md{border-radius:.375rem !important;}.anwp-rounded-lg{border-radius:.5rem !important;}.anwp-max-width-1{max-width:1px;}.anwp-max-width-100{max-width:100%;}.anwp-min-width-0{min-width:0;}.anwp-fill-current{fill:currentColor !important;}.anwp-stroke-current{stroke:currentColor !important;}.anwp-stroke-0{stroke-width:0;}.anwp-stroke-1{stroke-width:1;}.anwp-stroke-2{stroke-width:2;}.anwp-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.anwp-text-truncate-multiline{overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal;}.anwp-text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;}.anwp-text-justify{text-align:justify !important;}.anwp-text-wrap{white-space:normal !important;}.anwp-text-nowrap{white-space:nowrap !important;}.anwp-text-left{text-align:left !important;}.anwp-text-right{text-align:right !important;}.anwp-text-center{text-align:center !important;}@media (min-width:576px){.anwp-text-sm-left{text-align:left !important;}.anwp-text-sm-right{text-align:right !important;}.anwp-text-sm-center{text-align:center !important;}}@media (min-width:768px){.anwp-text-md-left{text-align:left !important;}.anwp-text-md-right{text-align:right !important;}.anwp-text-md-center{text-align:center !important;}}@media (min-width:992px){.anwp-text-lg-left{text-align:left !important;}.anwp-text-lg-right{text-align:right !important;}.anwp-text-lg-center{text-align:center !important;}}@media (min-width:1200px){.anwp-text-xl-left{text-align:left !important;}.anwp-text-xl-right{text-align:right !important;}.anwp-text-xl-center{text-align:center !important;}}.anwp-text-lowercase{text-transform:lowercase !important;}.anwp-text-uppercase{text-transform:uppercase !important;}.anwp-text-capitalize{text-transform:capitalize !important;}.anwp-leading-1{line-height:1;}.anwp-leading-1-25{line-height:1.25;}.anwp-leading-1-5{line-height:1.5;}.anwp-leading-2{line-height:2;}.anwp-break-normal{overflow-wrap:normal;word-break:normal;}.anwp-break-words{overflow-wrap:break-word;word-break:break-word;}.anwp-break-all{word-break:break-all;}.anwp-z-0{z-index:0 !important;}.anwp-z-1{z-index:1 !important;}.anwp-z-2{z-index:2 !important;}.anwp-pg-wrap .anwp-max-width-1{max-width:1px;}.anwp-pg-wrap .anwp-min-width-0{min-width:0;}.anwp-pg-wrap .anwp-hidden{visibility:hidden;}.anwp-pg-wrap .anwp-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.anwp-pg-wrap .anwp-flex-even{flex:1;}@media (min-width:576px){.anwp-pg-wrap .anwp-flex-sm-even{flex:1;}}.anwp-pg-wrap .anwp-pg-updated:not(.anwp-pg-published){display:none;}.anwp-pg-wrap .anwp-bg-light{background-color:#f8f9fa;}.anwp-pg-wrap .anwp-bg-white{background-color:#fff;}.anwp-pg-wrap .anwp-bg-secondary{background-color:#6c757d;}.anwp-pg-wrap .anwp-bg-primary{background-color:#0085ba;}.anwp-pg-wrap .anwp-bg-success{background-color:#388e3c;}.anwp-pg-wrap .anwp-bg-info{background-color:#17a2b8;}.anwp-pg-wrap .anwp-bg-warning{background-color:#fbc02d;}.anwp-pg-wrap .anwp-bg-danger{background-color:#dc3545;}.anwp-pg-wrap .anwp-bg-dark{background-color:#343a40;}.anwp-pg-wrap .anwp-bg-transparent{background-color:transparent;}.anwp-pg-wrap .anwp-link,.anwp-pg-wrap .site-content .anwp-link{transition:color .2s ease-in-out 0s;}.anwp-pg-wrap .anwp-link:hover,.anwp-pg-wrap .site-content .anwp-link:hover{color:#0085ba;}.bg-dark .anwp-pg-wrap .anwp-link:active,.bg-dark .anwp-pg-wrap .anwp-link:focus,.bg-dark .anwp-pg-wrap .anwp-link:hover,.bg-dark .anwp-pg-wrap .site-content .anwp-link:active,.bg-dark .anwp-pg-wrap .site-content .anwp-link:focus,.bg-dark .anwp-pg-wrap .site-content .anwp-link:hover{color:#80c2dd;}.anwp-pg-wrap .anwp-pg-wrap+.anwp-pg-wrap{margin-top:1.5rem;}.anwp-pg-wrap .anwp-link-without-effects,.anwp-pg-wrap .anwp-link-without-effects:active,.anwp-pg-wrap .anwp-link-without-effects:focus,.anwp-pg-wrap .anwp-link-without-effects:hover{text-decoration:none !important;box-shadow:none !important;border-bottom:none !important;}.anwp-pg-wrap .anwp-pg-swiper-wrapper .swiper-wrapper{overflow:visible !important;}.anwp-pg-wrap .anwp-link-cover,.anwp-pg-wrap .anwp-position-cover{position:absolute;top:0;bottom:0;left:0;right:0;}.anwp-pg-wrap .anwp-image-background-contain,.anwp-pg-wrap .anwp-image-background-cover{background-position:50% 50%;background-repeat:no-repeat;}.anwp-pg-wrap .anwp-image-background-cover{background-size:cover;}.anwp-pg-wrap .anwp-image-background-contain{background-size:contain;}.anwp-pg-wrap .anwp-semi-opacity{opacity:.5;}.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn.anwp-pg-load-more--active .anwp-pg-load-more__label,.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn:not(.anwp-pg-load-more--active) .anwp-pg-wave{display:none !important;}.anwp-pg-wrap .anwp-pg-wave{margin:0 auto;height:24px;text-align:center;font-size:10px;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect{background-color:rgba(41,41,41,.7);height:80%;width:8px;display:inline-block;-webkit-animation:anwpPGWaveStretchDelay 1.2s ease-in-out infinite;animation:anwpPGWaveStretchDelay 1.2s ease-in-out infinite;margin:0 2px;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect3{-webkit-animation-delay:-1s;animation-delay:-1s;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s;}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s;}@-webkit-keyframes anwpPGWaveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4);}20%{-webkit-transform:scaleY(1);transform:scaleY(1);}}@keyframes anwpPGWaveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4);}20%{-webkit-transform:scaleY(1);transform:scaleY(1);}}.anwp-pg-wrap .anwp-pg-height-150{height:150px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-150{height:300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-150{height:302px;}.anwp-pg-wrap .anwp-pg-height-160{height:160px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-160{height:320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-160{height:322px;}.anwp-pg-wrap .anwp-pg-height-170{height:170px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-170{height:340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-170{height:342px;}.anwp-pg-wrap .anwp-pg-height-180{height:180px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-180{height:360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-180{height:362px;}.anwp-pg-wrap .anwp-pg-height-190{height:190px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-190{height:380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-190{height:382px;}.anwp-pg-wrap .anwp-pg-height-200{height:200px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-200{height:400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-200{height:402px;}.anwp-pg-wrap .anwp-pg-height-210{height:210px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-210{height:420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-210{height:422px;}.anwp-pg-wrap .anwp-pg-height-220{height:220px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-220{height:440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-220{height:442px;}.anwp-pg-wrap .anwp-pg-height-230{height:230px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-230{height:460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-230{height:462px;}.anwp-pg-wrap .anwp-pg-height-240{height:240px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-240{height:480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-240{height:482px;}.anwp-pg-wrap .anwp-pg-height-250{height:250px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-250{height:500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-250{height:502px;}.anwp-pg-wrap .anwp-pg-height-260{height:260px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-260{height:520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-260{height:522px;}.anwp-pg-wrap .anwp-pg-height-270{height:270px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-270{height:540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-270{height:542px;}.anwp-pg-wrap .anwp-pg-height-280{height:280px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-280{height:560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-280{height:562px;}.anwp-pg-wrap .anwp-pg-height-290{height:290px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-290{height:580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-290{height:582px;}.anwp-pg-wrap .anwp-pg-height-300{height:300px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-300{height:600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-300{height:602px;}.anwp-pg-wrap .anwp-pg-height-310{height:310px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-310{height:620px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-310{height:622px;}.anwp-pg-wrap .anwp-pg-height-320{height:320px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-320{height:640px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-320{height:642px;}.anwp-pg-wrap .anwp-pg-height-330{height:330px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-330{height:660px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-330{height:662px;}.anwp-pg-wrap .anwp-pg-height-340{height:340px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-340{height:680px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-340{height:682px;}.anwp-pg-wrap .anwp-pg-height-350{height:350px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-350{height:700px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-350{height:702px;}.anwp-pg-wrap .anwp-pg-height-360{height:360px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-360{height:720px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-360{height:722px;}.anwp-pg-wrap .anwp-pg-height-370{height:370px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-370{height:740px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-370{height:742px;}.anwp-pg-wrap .anwp-pg-height-380{height:380px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-380{height:760px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-380{height:762px;}.anwp-pg-wrap .anwp-pg-height-390{height:390px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-390{height:780px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-390{height:782px;}.anwp-pg-wrap .anwp-pg-height-400{height:400px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-400{height:800px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-400{height:802px;}.anwp-pg-wrap .anwp-pg-height-410{height:410px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-410{height:820px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-410{height:822px;}.anwp-pg-wrap .anwp-pg-height-420{height:420px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-420{height:840px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-420{height:842px;}.anwp-pg-wrap .anwp-pg-height-430{height:430px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-430{height:860px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-430{height:862px;}.anwp-pg-wrap .anwp-pg-height-440{height:440px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-440{height:880px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-440{height:882px;}.anwp-pg-wrap .anwp-pg-height-450{height:450px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-450{height:900px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-450{height:902px;}.anwp-pg-wrap .anwp-pg-height-460{height:460px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-460{height:920px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-460{height:922px;}.anwp-pg-wrap .anwp-pg-height-470{height:470px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-470{height:940px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-470{height:942px;}.anwp-pg-wrap .anwp-pg-height-480{height:480px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-480{height:960px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-480{height:962px;}.anwp-pg-wrap .anwp-pg-height-490{height:490px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-490{height:980px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-490{height:982px;}.anwp-pg-wrap .anwp-pg-height-500{height:500px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-500{height:1000px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-500{height:1002px;}.anwp-pg-wrap .anwp-pg-height-510{height:510px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-510{height:1020px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-510{height:1022px;}.anwp-pg-wrap .anwp-pg-height-520{height:520px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-520{height:1040px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-520{height:1042px;}.anwp-pg-wrap .anwp-pg-height-530{height:530px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-530{height:1060px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-530{height:1062px;}.anwp-pg-wrap .anwp-pg-height-540{height:540px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-540{height:1080px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-540{height:1082px;}.anwp-pg-wrap .anwp-pg-height-550{height:550px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-550{height:1100px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-550{height:1102px;}.anwp-pg-wrap .anwp-pg-height-560{height:560px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-560{height:1120px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-560{height:1122px;}.anwp-pg-wrap .anwp-pg-height-570{height:570px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-570{height:1140px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-570{height:1142px;}.anwp-pg-wrap .anwp-pg-height-580{height:580px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-580{height:1160px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-580{height:1162px;}.anwp-pg-wrap .anwp-pg-height-590{height:590px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-590{height:1180px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-590{height:1182px;}.anwp-pg-wrap .anwp-pg-height-600{height:600px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-600{height:1200px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-600{height:1202px;}.anwp-pg-wrap .anwp-pg-height-610{height:610px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-610{height:1220px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-610{height:1222px;}.anwp-pg-wrap .anwp-pg-height-620{height:620px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-620{height:1240px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-620{height:1242px;}.anwp-pg-wrap .anwp-pg-height-630{height:630px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-630{height:1260px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-630{height:1262px;}.anwp-pg-wrap .anwp-pg-height-640{height:640px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-640{height:1280px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-640{height:1282px;}.anwp-pg-wrap .anwp-pg-height-650{height:650px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-650{height:1300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-650{height:1302px;}.anwp-pg-wrap .anwp-pg-height-660{height:660px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-660{height:1320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-660{height:1322px;}.anwp-pg-wrap .anwp-pg-height-670{height:670px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-670{height:1340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-670{height:1342px;}.anwp-pg-wrap .anwp-pg-height-680{height:680px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-680{height:1360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-680{height:1362px;}.anwp-pg-wrap .anwp-pg-height-690{height:690px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-690{height:1380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-690{height:1382px;}.anwp-pg-wrap .anwp-pg-height-700{height:700px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-700{height:1400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-700{height:1402px;}.anwp-pg-wrap .anwp-pg-height-710{height:710px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-710{height:1420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-710{height:1422px;}.anwp-pg-wrap .anwp-pg-height-720{height:720px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-720{height:1440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-720{height:1442px;}.anwp-pg-wrap .anwp-pg-height-730{height:730px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-730{height:1460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-730{height:1462px;}.anwp-pg-wrap .anwp-pg-height-740{height:740px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-740{height:1480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-740{height:1482px;}.anwp-pg-wrap .anwp-pg-height-750{height:750px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-750{height:1500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-750{height:1502px;}.anwp-pg-wrap .anwp-pg-height-760{height:760px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-760{height:1520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-760{height:1522px;}.anwp-pg-wrap .anwp-pg-height-770{height:770px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-770{height:1540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-770{height:1542px;}.anwp-pg-wrap .anwp-pg-height-780{height:780px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-780{height:1560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-780{height:1562px;}.anwp-pg-wrap .anwp-pg-height-790{height:790px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-790{height:1580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-790{height:1582px;}.anwp-pg-wrap .anwp-pg-height-800{height:800px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-800{height:1600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-800{height:1602px;}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-150{height:150px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-150{height:300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-150{height:302px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-160{height:160px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-160{height:320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-160{height:322px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-170{height:170px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-170{height:340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-170{height:342px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-180{height:180px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-180{height:360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-180{height:362px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-190{height:190px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-190{height:380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-190{height:382px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-200{height:200px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-200{height:400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-200{height:402px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-210{height:210px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-210{height:420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-210{height:422px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-220{height:220px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-220{height:440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-220{height:442px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-230{height:230px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-230{height:460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-230{height:462px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-240{height:240px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-240{height:480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-240{height:482px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-250{height:250px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-250{height:500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-250{height:502px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-260{height:260px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-260{height:520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-260{height:522px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-270{height:270px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-270{height:540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-270{height:542px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-280{height:280px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-280{height:560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-280{height:562px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-290{height:290px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-290{height:580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-290{height:582px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-300{height:300px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-300{height:600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-300{height:602px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-310{height:310px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-310{height:620px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-310{height:622px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-320{height:320px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-320{height:640px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-320{height:642px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-330{height:330px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-330{height:660px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-330{height:662px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-340{height:340px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-340{height:680px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-340{height:682px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-350{height:350px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-350{height:700px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-350{height:702px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-360{height:360px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-360{height:720px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-360{height:722px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-370{height:370px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-370{height:740px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-370{height:742px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-380{height:380px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-380{height:760px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-380{height:762px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-390{height:390px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-390{height:780px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-390{height:782px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-400{height:400px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-400{height:800px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-400{height:802px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-410{height:410px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-410{height:820px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-410{height:822px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-420{height:420px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-420{height:840px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-420{height:842px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-430{height:430px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-430{height:860px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-430{height:862px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-440{height:440px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-440{height:880px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-440{height:882px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-450{height:450px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-450{height:900px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-450{height:902px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-460{height:460px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-460{height:920px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-460{height:922px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-470{height:470px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-470{height:940px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-470{height:942px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-480{height:480px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-480{height:960px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-480{height:962px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-490{height:490px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-490{height:980px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-490{height:982px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-500{height:500px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-500{height:1000px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-500{height:1002px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-510{height:510px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-510{height:1020px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-510{height:1022px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-520{height:520px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-520{height:1040px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-520{height:1042px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-530{height:530px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-530{height:1060px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-530{height:1062px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-540{height:540px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-540{height:1080px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-540{height:1082px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-550{height:550px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-550{height:1100px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-550{height:1102px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-560{height:560px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-560{height:1120px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-560{height:1122px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-570{height:570px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-570{height:1140px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-570{height:1142px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-580{height:580px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-580{height:1160px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-580{height:1162px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-590{height:590px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-590{height:1180px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-590{height:1182px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-600{height:600px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-600{height:1200px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-600{height:1202px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-610{height:610px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-610{height:1220px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-610{height:1222px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-620{height:620px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-620{height:1240px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-620{height:1242px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-630{height:630px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-630{height:1260px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-630{height:1262px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-640{height:640px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-640{height:1280px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-640{height:1282px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-650{height:650px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-650{height:1300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-650{height:1302px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-660{height:660px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-660{height:1320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-660{height:1322px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-670{height:670px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-670{height:1340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-670{height:1342px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-680{height:680px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-680{height:1360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-680{height:1362px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-690{height:690px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-690{height:1380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-690{height:1382px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-700{height:700px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-700{height:1400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-700{height:1402px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-710{height:710px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-710{height:1420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-710{height:1422px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-720{height:720px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-720{height:1440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-720{height:1442px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-730{height:730px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-730{height:1460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-730{height:1462px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-740{height:740px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-740{height:1480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-740{height:1482px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-750{height:750px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-750{height:1500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-750{height:1502px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-760{height:760px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-760{height:1520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-760{height:1522px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-770{height:770px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-770{height:1540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-770{height:1542px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-780{height:780px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-780{height:1560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-780{height:1562px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-790{height:790px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-790{height:1580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-790{height:1582px;}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-800{height:800px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-800{height:1600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-800{height:1602px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-150{height:150px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-150{height:300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-150{height:302px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-160{height:160px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-160{height:320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-160{height:322px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-170{height:170px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-170{height:340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-170{height:342px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-180{height:180px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-180{height:360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-180{height:362px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-190{height:190px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-190{height:380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-190{height:382px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-200{height:200px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-200{height:400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-200{height:402px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-210{height:210px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-210{height:420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-210{height:422px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-220{height:220px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-220{height:440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-220{height:442px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-230{height:230px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-230{height:460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-230{height:462px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-240{height:240px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-240{height:480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-240{height:482px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-250{height:250px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-250{height:500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-250{height:502px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-260{height:260px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-260{height:520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-260{height:522px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-270{height:270px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-270{height:540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-270{height:542px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-280{height:280px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-280{height:560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-280{height:562px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-290{height:290px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-290{height:580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-290{height:582px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-300{height:300px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-300{height:600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-300{height:602px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-310{height:310px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-310{height:620px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-310{height:622px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-320{height:320px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-320{height:640px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-320{height:642px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-330{height:330px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-330{height:660px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-330{height:662px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-340{height:340px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-340{height:680px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-340{height:682px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-350{height:350px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-350{height:700px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-350{height:702px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-360{height:360px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-360{height:720px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-360{height:722px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-370{height:370px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-370{height:740px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-370{height:742px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-380{height:380px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-380{height:760px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-380{height:762px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-390{height:390px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-390{height:780px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-390{height:782px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-400{height:400px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-400{height:800px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-400{height:802px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-410{height:410px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-410{height:820px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-410{height:822px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-420{height:420px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-420{height:840px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-420{height:842px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-430{height:430px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-430{height:860px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-430{height:862px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-440{height:440px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-440{height:880px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-440{height:882px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-450{height:450px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-450{height:900px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-450{height:902px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-460{height:460px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-460{height:920px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-460{height:922px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-470{height:470px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-470{height:940px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-470{height:942px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-480{height:480px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-480{height:960px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-480{height:962px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-490{height:490px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-490{height:980px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-490{height:982px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-500{height:500px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-500{height:1000px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-500{height:1002px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-510{height:510px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-510{height:1020px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-510{height:1022px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-520{height:520px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-520{height:1040px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-520{height:1042px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-530{height:530px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-530{height:1060px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-530{height:1062px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-540{height:540px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-540{height:1080px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-540{height:1082px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-550{height:550px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-550{height:1100px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-550{height:1102px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-560{height:560px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-560{height:1120px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-560{height:1122px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-570{height:570px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-570{height:1140px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-570{height:1142px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-580{height:580px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-580{height:1160px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-580{height:1162px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-590{height:590px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-590{height:1180px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-590{height:1182px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-600{height:600px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-600{height:1200px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-600{height:1202px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-610{height:610px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-610{height:1220px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-610{height:1222px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-620{height:620px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-620{height:1240px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-620{height:1242px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-630{height:630px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-630{height:1260px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-630{height:1262px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-640{height:640px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-640{height:1280px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-640{height:1282px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-650{height:650px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-650{height:1300px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-650{height:1302px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-660{height:660px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-660{height:1320px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-660{height:1322px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-670{height:670px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-670{height:1340px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-670{height:1342px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-680{height:680px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-680{height:1360px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-680{height:1362px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-690{height:690px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-690{height:1380px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-690{height:1382px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-700{height:700px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-700{height:1400px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-700{height:1402px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-710{height:710px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-710{height:1420px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-710{height:1422px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-720{height:720px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-720{height:1440px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-720{height:1442px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-730{height:730px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-730{height:1460px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-730{height:1462px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-740{height:740px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-740{height:1480px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-740{height:1482px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-750{height:750px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-750{height:1500px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-750{height:1502px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-760{height:760px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-760{height:1520px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-760{height:1522px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-770{height:770px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-770{height:1540px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-770{height:1542px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-780{height:780px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-780{height:1560px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-780{height:1562px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-790{height:790px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-790{height:1580px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-790{height:1582px;}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-800{height:800px;}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-800{height:1600px;}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-800{height:1602px;}}.anwp-pg-wrap .anwp-pg-icon{display:inline-block;width:16px;height:16px;stroke-width:0;stroke:none;fill:#595959;}.anwp-pg-wrap .anwp-pg-icon--trans{fill:transparent;}.anwp-pg-wrap .anwp-pg-icon--feather{stroke:currentColor !important;fill:none;stroke-width:2px;}.anwp-pg-wrap .anwp-pg-icon--s1em{width:1em;height:1em;}.anwp-pg-wrap .anwp-pg-icon--s28{width:28px;height:28px;}.anwp-pg-wrap .anwp-pg-icon--s24{width:24px;height:24px;}.anwp-pg-wrap .anwp-pg-icon--s18{width:18px;height:18px;}.anwp-pg-wrap .anwp-pg-icon--s14{width:14px;height:14px;}.anwp-pg-wrap .anwp-pg-icon--s12{width:12px;height:12px;}.anwp-pg-wrap .anwp-pg-icon--s8{width:8px;height:8px;}.anwp-pg-wrap .anwp-pg-icon--primary{fill:#0085ba;}.anwp-pg-wrap .anwp-pg-icon--white{fill:#fff;}.anwp-pg-wrap .anwp-pg-icon--danger{fill:#dc3545;}.anwp-pg-wrap .anwp-pg-icon--success{fill:#388e3c;}.anwp-pg-wrap .anwp-pg-icon.text-secondary{fill:#6c757d;opacity:.5;}.elementor-element.elementor-element-edit-mode.elementor-widget.elementor-widget-empty[class*=elementor-widget-anwp-pg-]{min-height:50px;}.anwp-pg-pro-element:before,.anwp-pg-pro-promotion-icon:before{content:"pro";position:absolute;top:5px;left:5px;background-color:#d48a0f;color:#fff;font-size:10px;font-style:normal;padding:3px 5px 2px;opacity:.8;text-transform:uppercase;display:inline-block;}.anwp-pg-element:after{content:"AnWP";position:absolute;top:5px;right:5px;color:#848484;border:1px solid #969696;border-radius:2px;font-size:9px;font-style:normal;padding:2px 4px;opacity:.9;display:inline-block;}.anwp-pg-pro-news-ticker__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgMTguNUguNXYtOGgyN3Y4ek03LjUgMTF2N00xOSAxMy41aDZNMTAgMTMuNWg2TTE5IDE1LjVoNk0xMCAxNS41aDYiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==");}.anwp-pg-pro-news-ticker__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-simple-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSA3LjVoLTd2LTdoN3Y3ek03LjUgMTcuNWgtN3YtN2g3djd6TTcuNSAyNy41aC03di03aDd2N3pNMTcuNSA3LjVoLTd2LTdoN3Y3ek0xNy41IDE3LjVoLTd2LTdoN3Y3ek0xNy41IDI3LjVoLTd2LTdoN3Y3ek0yNy41IDcuNWgtN3YtN2g3djd6TTI3LjUgMTcuNWgtN3YtN2g3djd6TTI3LjUgMjcuNWgtN3YtN2g3djd6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=");}.anwp-pg-simple-grid__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-light-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSA2LjVoLTR2LTRoNHY0ek00LjUgMTMuNWgtNHYtNGg0djR6TTQuNSAyMC41aC00di00aDR2NHpNNC41IDI3LjVoLTR2LTRoNHY0ek0xOC41IDYuNWgtNHYtNGg0djR6TTE4LjUgMTMuNWgtNHYtNGg0djR6TTE4LjUgMjAuNWgtNHYtNGg0djR6TTE4LjUgMjcuNWgtNHYtNGg0djR6TTYgMy41aDVNNiAxMC41aDVNNiAxNy41aDVNNiAyNC41aDVNMjAgMy41aDVNMjAgMTAuNWg1TTIwIDE3LjVoNU0yMCAyNC41aDVNNiA1LjVoNk02IDEyLjVoNk02IDE5LjVoNk02IDI2LjVoNk0yMCA1LjVoNk0yMCAxMi41aDZNMjAgMTkuNWg2TTIwIDI2LjVoNiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PC9zdmc+");}.anwp-pg-light-grid__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-classic-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgNy41aC0xMnYtN2gxMnY3ek0yNy41IDIyLjVoLTEydi03aDEydjd6TTEyLjUgMjIuNUguNXYtN2gxMnY3ek0xMi41IDcuNUguNXYtN2gxMnY3ek0wIDExLjVoMTNNMTUgMTEuNWgxM00wIDkuNWgxM00xNSA5LjVoMTNNMTUgMjQuNWgxM00wIDI0LjVoMTNNMTUgMjYuNWgxM00wIDI2LjVoMTMiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==");}.anwp-pg-classic-grid__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-classic-blog__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMjQuNWgtMTB2LTloMTB2OXpNMTEuNSAxMi41aC0xMHYtOWgxMHY5ek0xMyAxOC41aDVNMTMgNi41aDVNMTMgMTYuNWgxME0xMyA0LjVoMTBNMTMgMjEuNWgxNE0xMyA5LjVoMTRNMTMgMjMuNWgxNE0xMyAxMS41aDE0IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=");}.anwp-pg-classic-blog__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-simple-slider__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjUgMjAuNWgtN3YtMTNoN3YxM3pNMTIuNSAyMC41aC03di0xM2g3djEzek0yNSAxMGwyIDQtMiA0TTMgMThsLTItNCAyLTQiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==");}.anwp-pg-simple-slider__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-classic-slider__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1IDEwbDIgNC0yIDRNMyAxOGwtMi00IDItNE0xMi41IDE2LjVoLTd2LTloN3Y5ek0yMi41IDE2LjVoLTd2LTloN3Y5ek01IDIwLjVoOE0xNSAyMC41aDhNNSAxOC41aDhNMTUgMTguNWg4IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=");}.anwp-pg-classic-slider__admin-icon.nitro-lazy{background-image:none !important;}.anwp-pg-hero-block__admin-icon{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjUgMTMuNWgtNnYtNmg2djZ6TTI3LjUgMTMuNWgtNnYtNmg2djZ6TTE5LjUgMjEuNWgtNnYtNmg2djZ6TTI3LjUgMjEuNWgtNnYtNmg2djZ6TTExLjUgMjEuNUguNXYtMTRoMTF2MTR6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=");}.anwp-pg-hero-block__admin-icon.nitro-lazy{background-image:none !important;}.anwp-grid_card_bg_effect-darken_only .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:none !important;transform:none !important;}.anwp-pg-not-ready{opacity:0;visibility:hidden;}.anwp-pg-ready .anwp-pg-not-ready{opacity:1;visibility:visible;}body:not(.anwp-pg-ready) .anwp-pg-not-ready-0{display:none !important;}.elementor-control-section_anwp_pro_promo_tab .elementor-panel-heading-toggle,.elementor-control-section_anwp_pro_promo_tab .elementor-section-title{color:#d48a0f;}.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:24px;height:24px;}.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:36px;height:36px;}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px;}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:auto;bottom:10px;right:10px;}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:10px;right:auto;left:10px;}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon.anwp-pg-post-teaser__format-icon--has-comments{top:30px;}.anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px;}.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px;}.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px;}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:5px;bottom:5px;margin-top:0;margin-right:0;}.anwp-pg-post-teaser__post-icon--position-top-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:5px;right:5px;bottom:auto;margin-top:0;margin-right:0;}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:5px;left:5px;right:auto;bottom:auto;margin-top:0;margin-right:0;}.anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:10px;right:10px;}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:10px;bottom:10px;}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px;}.anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:10px;right:10px;}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:10px;bottom:10px;}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px;}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px;}.anwp-pg-wrap .anwp-pg-no-transform .anwp-pg-post-teaser:hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:none !important;transform:none !important;}.anwp-pg-wrap .anwp-pg-post-teaser{font-size:16px;}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail{overflow:hidden;}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:10px;position:absolute;background-color:rgba(0,0,0,.5);border:2px solid #fff;border-radius:50%;right:10px;left:auto;padding:6px;z-index:1;}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon--has-category{top:30px;}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:16px;height:16px;}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-bg{transition:all .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-img{transition:all .4s ease-in-out 0s;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;}.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser__top-meta{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);}.anwp-pg-wrap .anwp-pg-post-teaser__top-meta>span{padding:4px 6px;background-color:rgba(39,52,58,.8);color:#fff;font-size:.75em;line-height:1;text-align:center;}.anwp-pg-wrap .anwp-pg-post-teaser__bottom-meta{font-size:.75em;color:#f5f5f5;padding:0 12px;}.anwp-pg-wrap .anwp-pg-post-teaser__category-wrapper{color:#fff;font-size:.75em;line-height:1;text-transform:uppercase;}.anwp-pg-wrap .anwp-pg-post-teaser__title{font-size:1em;line-height:1.2em;word-spacing:1px;letter-spacing:.5px;text-transform:uppercase;font-weight:500;padding:0 12px;-webkit-transform:translateZ(0);transform:translateZ(0);}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__muted_bg{position:absolute;bottom:0;left:0;right:0;top:30%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.4) 40%,rgba(0,0,0,.8));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=0);}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta:before{position:absolute;content:"";width:40px;border-top:1px solid #fff;top:-4px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta{text-shadow:1px 1px 1px rgba(0,0,0,.7);}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__muted_bg{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABpJREFUCJljZGBg8GVgYDBmYmBgMGZgYDgLAAg2AYRjQjgZAAAAAElFTkSuQmCC");}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__title{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta:before{position:absolute;content:"";width:40px;border-top:1px solid #fff;top:-4px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta{text-shadow:1px 1px 1px rgba(0,0,0,.7);}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__top-meta{min-height:20px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-block{background-color:rgba(34,34,34,.6);width:75%;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta{top:4px;text-shadow:1px 1px 1px rgba(0,0,0,.7);}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta+.anwp-pg-post-teaser__title{margin-bottom:-5px;margin-top:3px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;min-height:2.4em;line-height:1.2em;color:#fff;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail-img{min-height:150px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta{position:absolute;top:0;left:0;z-index:2;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;line-height:1.5;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__title{font-size:1.1em;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt{font-size:.9em;line-height:1.2em;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail-img{height:80px !important;width:80px !important;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail{min-width:80px;max-height:80px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.2em;line-height:1em;font-size:.9em;margin-top:2px;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;max-height:1.5em;line-height:1.5;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta>.anwp-pg-post-teaser__bottom-meta-item:first-child>.anwp-pg-icon{margin-left:-2px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__category-wrapper{font-size:10px;line-height:12px;display:inline-block;font-weight:500;letter-spacing:.5px;border-radius:2px;white-space:nowrap;border:1px solid;padding:1px 8px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__content{padding-left:12px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e:hover .anwp-pg-post-teaser__content{background-color:#fafafa;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail-img{height:120px !important;width:120px !important;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail{min-width:120px;max-height:120px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:3.3em;line-height:1.1em;font-size:1em;margin-top:2px;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;max-height:1.5em;line-height:1.5;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta>.anwp-pg-post-teaser__bottom-meta-item:first-child>.anwp-pg-icon{margin-left:-2px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__category-wrapper{font-size:10px;line-height:12px;display:inline-block;font-weight:500;letter-spacing:.5px;border-radius:2px;white-space:nowrap;border:1px solid;padding:1px 8px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__content{padding-left:12px;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f:hover .anwp-pg-post-teaser__content{background-color:#fafafa;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__top-meta{position:absolute;top:0;left:0;z-index:2;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;line-height:1.2;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__title{font-size:1.1em;padding:0;font-weight:600;word-spacing:normal;letter-spacing:normal;text-transform:unset;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__excerpt{font-size:.9em;line-height:1.3em;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-classic-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail-classic-bg{transition:all .4s ease-in-out 0s;}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-read-more__btn{font-size:.9em;}.anwp-pg-wrap .anwp-pg-post-teaser__category-column{position:absolute;top:0;right:0;}.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-category__wrapper-filled{padding-top:4px;padding-bottom:4px;}.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-post-teaser__category-wrapper+.anwp-pg-post-teaser__category-wrapper{margin-top:4px;}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta .anwp-pg-post-teaser__category-column,.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column{max-width:calc(100% - 50px);}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column{max-width:calc(100% - 100px);}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick{margin-top:-10px;margin-bottom:-10px;}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick .anwp-pg-post-teaser{margin-top:10px;margin-bottom:10px;}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin{margin:-1px;}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin .anwp-pg-post-teaser{border:1px solid transparent;}.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser+.anwp-pg-post-teaser{margin-top:30px;}@media (min-width:768px){.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__content{padding-left:20px;}}.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta{margin-top:15px;margin-bottom:15px;}.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser__bottom-meta{margin-top:10px;margin-bottom:10px;}.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser.anwp-pg-post-teaser--with-read-more{height:auto;padding-bottom:10px;}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button{transition:background-color .5s;}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button:hover{background-color:rgba(34,34,34,.4);}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-prev{left:6px;padding:4px;}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-next{right:6px;padding:4px;}.anwp-pg-wrap .anwp-pg-light-grid{margin-bottom:-20px;}.anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser{margin-bottom:20px;}.anwp-pg-wrap .anwp-pg-classic-grid{margin-bottom:-20px;}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser{margin-bottom:20px;}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__content{padding-bottom:20px;border-bottom:1px solid #ddd;}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__bottom-meta{margin-top:10px;margin-bottom:10px;}.anwp-pg-wrap .anwp-pg-hero-block .anwp-pg-hero-main-block .anwp-pg-post-teaser__title{font-size:1.5em;}.anwp-pg-wrap .anwp-pg-hero-block.anwp-pg-gutter--thin .anwp-pg-post-teaser{border:1px solid #fff;}.anwp-pg-wrap .anwp-pg-widget-header{border:none;}.anwp-pg-wrap .anwp-pg-widget-header__title{margin-top:0 !important;margin-bottom:0 !important;z-index:1;font-weight:400;}.anwp-pg-wrap .anwp-pg-widget-header__secondary-line{z-index:0;}.anwp-pg-wrap .anwp-pg-widget-header__icon{margin-right:8px;}.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;bottom:0;}.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__title{padding:3px 15px;}.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;top:0;}.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__title{padding:3px 15px;}.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;bottom:0;}.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__title{padding-bottom:5px;}.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;top:0;}.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__title{padding-top:5px;}.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100px;bottom:0;}.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__title{padding-bottom:5px;}.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;left:0;top:0;bottom:0;}.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__title{padding-left:10px;}.anwp-pg-wrap .anwp-pg-flex-slider .elementor-swiper-button{transition:background-color .5s;}.anwp-pg-wrap .anwp-pg-flex-slider .elementor-swiper-button:hover{background-color:rgba(34,34,34,.4);}