/* Mixins
================================================== */
/* Breakpoints
================================================== */
.section-topfoldpageheader .heading {
  margin-top: 2.25em;
  margin-bottom: 0.3em;
  color: var(--color-dark-grey);
}
.section-topfoldpageheader .heading strong {
  display: block;
  color: var(--color-teal);
}
.section-topfoldpageheader .btn {
  margin-bottom: 1em;
}
.section-topfoldpageheader img {
  width: 100%;
  display: block;
  max-width: 42em;
  display: block;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  margin-top: 2.5em;
}
.section-topfoldpageheader p {
  font-size: 1.1em;
}
@media (min-width: 769px) {
  .section-topfoldpageheader .heading {
    margin-top: 3.5em;
  }
  .section-topfoldpageheader img {
    left: 1em;
  }
}

.loans-marquee {
  display: block;
  overflow: hidden;
  height: 1.2em;
  position: relative;
}
.loans-marquee .swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loans-marquee .swiper-wrapper,
.loans-marquee .swiper-slide,
.loans-marquee .swiper {
  height: 100%;
  width: 100%;
}
.loans-marquee .swiper-slide {
  background-color: #FFF;
}
.loans-marquee .swiper-slide-active {
  transition-delay: 0;
}
.loans-marquee .swiper-slide-next {
  transition-delay: 0.25s;
}