.block.animateIn,
.articles .items.flex .item.animateIn,
.offers .items.flex .item.animateIn,
.results .items.flex .item.animateIn,
.footer.animateIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.articles .items.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles .items.carousel .item {
  margin-bottom: 4rem;
}

.articles .items.carousel .item:nth-child(3n+3) {
  margin-right: 0;
}

@media (max-width: 840px) {
  .articles .items.carousel .item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1024px) {
  .articles .items.carousel .item {
    width: 32%;
    max-width: none;
  }

  .articles .items.carousel .item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .articles .items.carousel .item {
    width: calc(50% - 0.75rem);
  }

  .articles .items.carousel .item:nth-child(3n+3) {
    margin-right: 1.5rem;
  }

  .articles .items.carousel .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .articles .items.carousel .item {
    width: 100%;
    margin-right: 0;
  }

  .articles .items.carousel .item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.offers .items.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers .items.carousel .item {
  margin-bottom: 4rem;
  text-decoration: none !important;
}

.offers .items.carousel .item:nth-child(3n+3) {
  margin-right: 0;
}

@media (max-width: 840px) {
  .offers .items.carousel .item {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1024px) {
  .offers .items.carousel .item {
    width: 32%;
    max-width: none;
  }

  .offers .items.carousel .item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .offers .items.carousel .item {
    width: calc(50% - 0.75rem);
  }

  .offers .items.carousel .item:nth-child(3n+3) {
    margin-right: 1.5rem;
  }

  .offers .items.carousel .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .offers .items.carousel .item {
    width: 100%;
    margin-right: 0;
  }

  .offers .items.carousel .item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 840px) {
  .logos .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery_thumbnails {
  margin-left: 0;
  margin-right: 0;
}

.gallery_thumbnails .items.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
}

.gallery_thumbnails .items.carousel .item:last-child {
  margin-right: 0;
}

#desktop-bnr {
  display: block;
}

@media (max-width: 720px) {
  #desktop-bnr {
    display: none;
  }
}

#mobile-bnr {
  display: none;
}

@media (max-width: 720px) {
  #mobile-bnr {
    display: block;
  }
}

