.f-carousel {
  border-radius: 1rem;
}

#smooth-content {
  will-change: transform;
}

.hero {
  background-color: #45588b;
  background-image: linear-gradient(to bottom, #45588b, #9C91B9);
  position: relative;
}

.hero .wrap {
  min-height: 100vh;
}

.image-block {
  z-index: 2;
  pointer-events: none;
}

.parallax-img {
  will-change: transform;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  display: block;
  width: 100%;
  height: auto;
}

.parallax-img.loaded {
  opacity: 1 !important;
  transition-delay: 0s !important;
}

.js-anim-logo img {
  min-width: 240px;
}

@media (max-width: 539px) {
  #smooth-wrapper {
    height: auto;
    overflow: visible;
  }
  #smooth-content {
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 540px) {
  .hero .wrap {
    min-height: auto;
    height: 100vh;
  }
}
.features img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}