/* Add custom CSS styles below */ 

section.s-block.s-block--anime.s-block--video_text > div.flex {
  background-color: #F6F6F6;
}

section.s-block.s-block--statistics .container .statistics-list .statistics-slide.swiper-slide .statistics-list__item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 80px;
  height: 150px;
  background-image: url("https://i.ibb.co/4nXWN4X2/0d97c8cbc11f807184d24a9538dcadc2-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

section.s-block.s-block--statistics .container .statistics-list .statistics-slide.swiper-slide .statistics-list__item {
  background-color: #F6F6F6;
}

section.s-block.s-block-store-footer-data::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://i.ibb.co/5gmWN0hq/2f7f33933e88c229c17a2254e38f6921-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: 999;
}

section.s-block.s-block-store-footer-data::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://i.ibb.co/HTk9bZnZ/d24cedf085c1b3a1c198950f24549bf3-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

footer.store-footer {
  background: linear-gradient(180deg, #666666, #000000);
}

.footer-bottom {
  background: transparent;
}