.hero-bg {
  background-image: url('/assets/media/home/KWLX3190_41_11zon_31_11zon.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

body.pq-page-home #inner-wrap {
  margin-top: 0;
  padding-top: 0;
}

body.pq-page-home .pq-block-header {
  margin-bottom: 0;
}

body.pq-page-home .content-wrap,
body.pq-page-home .entry-content-wrap,
body.pq-page-home .entry-content.single-content,
body.pq-page-home #primary,
body.pq-page-home #main,
body.pq-page-home .content-container,
body.pq-page-home .site-main {
  margin-top: 0;
  padding-top: 0;
}

body.pq-page-home .pq-row-layout-id9_f34cad-c7,
body.pq-page-home .pq-row-layout-id9_f34cad-c7 .hero-bg {
  margin-top: 0;
  padding-top: 0;
}

.text-shadow-lg {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 1s ease-out forwards;
}
