<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body #product-intro .words-slide {
  background: #6adb66 url('../img/zombie-crowd-killer/hero.png');
  background-size: 80%;
  background-position: right center;
  background-repeat: no-repeat;
  padding-bottom: 88px;
}

@media (max-width: 1473px) {
  body #product-intro .words-slide {
    background-size: 90%;
  }
}

@media (max-width: 1305px) {
  body #product-intro .words-slide {
    background-size: cover;
    background-position: left center;
  }
}

@media (max-width: 769px) {
  body #product-intro .words-slide {
    background-color: #6adb66 !important;
  }
}

body #product-intro .words-slide .container .row .product .text .product-name {
  color: #2a1d13;
}

body #product-intro .words-slide .container .row .product .text .product-intro {
  color: #2f752d;
}

body
  #product-intro
  .words-slide
  .container
  .row
  .product
  .text
  .product-properties
  .category
  .title-category {
  color: #2f752d;
}

body
  #product-intro
  .words-slide
  .container
  .row
  .product
  .text
  .product-properties
  .category
  .type-category {
  color: #13182a;
}

body #section-about2 .container-fluid .row .info-product2 .text {
  max-width: 554px;
}

body #section-about .container-fluid .row .satelite {
  background: #e3f2b6 url('../img/zombie-crowd-killer/about-1.jpg') center
    center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

body #section-about2 .container-fluid .row .satelite2 {
  background: url('../img/zombie-crowd-killer/about-2.png') right top no-repeat;
  background-size: 80%;
}

@media (max-width: 1341px) {
  body #section-about2 .container-fluid .row .satelite2 {
    background: url('../img/zombie-crowd-killer/about-2.png') right top
      no-repeat;
    background-size: cover;
  }
}

body #screens {
  max-height: 1212px;
  padding-top: 100px;
  background-color: #6adb66;
  background-image: none;
}

.my-cards-row img {
  box-shadow: none;
}

body #screens .screens-container .screens-row .title {
  margin-bottom: 50px !important;
}

.my-cards-row {
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .my-cards-row {
    margin-bottom: 100px !important;
  }
}
</pre></body></html>