section.front-hero {
  padding-bottom: calc(var(--base-margin) * 2);
}
@media screen and (max-width: 63.9375em) {
  section.front-hero {
    padding-top: 0;
  }
}
section.front-hero h1 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}
@media screen and (min-width: 64em) {
  section.front-hero h1 {
    font-size: 2.8125rem;
    line-height: 3.375rem;
  }
}
section.front-hero .content.grid-2 h1 {
  text-align: left;
}
section.front-hero .img-wrapper {
  height: 0;
  padding-bottom: 106.8702290076%;
  position: relative;
}
section.front-hero .img-wrapper > * {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  section.front-hero .img-wrapper:nth-child(2) {
    top: -60px;
  }
}
section.front-hero .img-wrapper:nth-child(1), section.front-hero .img-wrapper:nth-child(3) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
section.front-hero .carousel {
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  section.front-hero .carousel {
    overflow: hidden;
  }
}
section.front-hero .carousel .slides {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section.front-hero .carousel .slides li {
  list-style: none;
}
section.front-hero .carousel button {
  display: none;
}
section.front-hero .carousel .pagination {
  display: none;
}