[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.67s cubic-bezier(.59,.41,.68,.49),
    transform 0.67s cubic-bezier(.28,1.1,.74,1);
  transition-delay: 0.15s;
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-content {
  padding: 0px 24px;
}

footer {
  display: none;
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 1388px;
  position: relative;
}

.banner {
  padding: 184px 0 0 0;
}

.big-tiles-section {
  width: 100%;
  padding: 0px;
}

.dnd_section_features_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-carousel-section {
  width: 100%;
  padding: 0;
}

h5 {
  font-size: 16px !important;
  line-height: auto !important;
  font-weight: 500 !important;
  color: #001D3D !important;
}

.collective-form-section {
  max-width: 924px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-item-padding {
  padding-bottom: 5px;
  padding-top: 5px;
}

@media (min-width: 1020px) {
  h5 {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .card-carousel-section {
    max-width: 1388px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}
}

@media (min-width: 1280px) {
  .banner {
    padding: 328px 0 0;
  }
}
