/* Add custom CSS styles below */ 
body {
  background-color: #F6F6F6 !important;
}

:nth-child(1 of section.s-block.s-block--statistics)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://i.ibb.co/8DwPWQxr/4a115662614fb5a57207c38420dfe44e-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

:nth-child(1 of section.s-block.s-block--statistics)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://i.ibb.co/jPsfvfRb/71f2b555c60d6cab4e428937ffd0b93b-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--statistics)::before {
    width: 100px;
  }
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--statistics)::after {
    width: 70px;
  }
}

@media(min-width: 1024px) {
  :nth-child(1 of section.s-block.s-block--statistics) .container .statistics-list .grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--statistics) .container .statistics-list .grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

:nth-child(1 of section.s-block.s-block--statistics) {
  background-color: #02224E;
}

:nth-child(1 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item {
  background: transparent;
  border-color: transparent;
}

:nth-child(1 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item .inner .img_cover {
  border-radius: 10px;
}

:nth-child(1 of section.s-block.s-block--statistics) {
  margin-top: 0;
  padding: 2rem 0;
}

:nth-child(1 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item .inner p {
    font-weight: 500;
}

section.s-block.s-block--statistics .container .statistics-list .grid .statistics-slide .statistics-list__item .inner strong {
  color: #fff;
}

section.s-block.s-block--statistics .container .statistics-list .grid .statistics-slide .statistics-list__item .inner p {
  color: #fff;
}

@media(min-width: 1024px) {
  :nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

:nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item .inner .img_cover {
  border-radius: 10px;
  margin-right: 0;
}

:nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item {
  background: #02224E;
  border-color: transparent;
}

:nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item .inner {
  text-align: start;
  align-items: start;
  padding: 1rem;
}

:nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item .inner p {
    text-align: start;
    font-weight: 500;
}

:nth-child(2 of section.s-block.s-block--statistics) .container .statistics-list .grid .statistics-slide .statistics-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-image: url("https://i.ibb.co/zTs497kT/5a5cea5f2f1dfa4ef68234760b32c963-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}