@keyframes slideUp {
  /* Slide 1 visible */
  0% {
    transform: translateY(0);
  }
  22% {
    transform: translateY(0);
  }
  /* Move to Slide 2 */
  32% {
    transform: translateY(-1.1em);
  }
  55% {
    transform: translateY(-1.1em);
  }
  /* Move to Slide 3 */
  65% {
    transform: translateY(-2.2em);
  }
  88% {
    transform: translateY(-2.2em);
  }
  /* Move to duplicate Slide 1 */
  98% {
    transform: translateY(-3.3em);
  }
  100% {
    transform: translateY(-3.3em);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3em);
  } /* 3 original slides */
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#home .hero {
  height: 100vh;
  min-height: 600px;
}
#home .hero .hero-bg {
  background-image: url("/i/hero-home.jpg");
}
#home .hero h1 {
  font-size: 4.1rem;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
}
#home .hero h1 ce span {
  opacity: 0.5;
  display: inline-block;
  animation: fadeIn 0.05s forwards;
}
#home .s2 {
  padding: 7.5rem 0 0 0;
  background: #fff;
}
#home .s2 h2 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
  color: #1E2859;
  margin-bottom: 1.2rem;
}
#home .s2 h2 .accent {
  color: #457EC0;
}
#home .s2 .slides {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: inherit;
}
#home .s2 .slides-inner {
  display: block;
  animation: slideUp 7s infinite;
  height: 1.1em;
}
#home .s2 .slide {
  display: block;
  line-height: inherit;
}
#home .s2 .btn-outline {
  margin-top: 7.5rem;
}
#home .s2 p {
  font-size: 1.25rem;
  line-height: 1.28;
  font-weight: 300;
  color: #1E2859;
}
#home .s2 .cols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #E2E2E5;
  opacity: 0;
  margin-top: 60px;
}
#home .s2 .cols > div {
  width: 33.33%;
  max-width: calc((1230px + 2rem) / 3);
  padding-left: 1rem;
  border-right: 1px solid #E2E2E5;
  opacity: 0;
  padding-bottom: 7.5rem;
}
#home .s2 .cols > div:last-child {
  border-right: none;
}
#home .s2 .cols > div p {
  padding-right: 1rem;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  color: #1E2859;
  padding-top: 2rem;
}
#home .s2 .cols > div p strong {
  font-weight: 400;
  color: #457EC0;
}
#home .s2 .cols.in-view {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#home .s2 .cols.in-view > div {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#home .s2 .cols.in-view > div:nth-child(1) {
  transition-delay: 0s;
}
#home .s2 .cols.in-view > div:nth-child(2) {
  transition-delay: 0.5s;
}
#home .s2 .cols.in-view > div:nth-child(3) {
  transition-delay: 1s;
}
@media screen and (max-width: 980px) {
  #home .hero {
    min-height: 500px;
  }
  #home .hero h1 {
    line-height: 1.25em;
    font-size: 3rem;
  }
  #home .hero .hero-bg {
    background-position: right top;
  }
  #home .hero .content {
    padding-bottom: 6rem;
  }
  #home .s2 {
    padding: 5rem 0 0 0;
  }
  #home .s2 h2 {
    font-size: 2rem;
  }
  #home .s2 .cols > div {
    padding-bottom: 5rem;
  }
  #home .s2 .cols > div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #home .hero {
    min-height: 400px;
  }
  #home .hero h1 {
    font-size: 2.2rem;
  }
  #home .hero h1 {
    font-size: 1.5rem;
  }
  #home .s2 {
    padding: 4rem 0 0 0;
  }
  #home .s2 h2 {
    font-size: 1.5rem;
  }
  #home .s2 .cols {
    flex-direction: column;
  }
  #home .s2 .cols > div {
    padding-bottom: 1rem;
    border-right: none;
    border-top: 1px solid #E2E2E5;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
  #home .s2 .cols > div:nth-child(1) {
    border-top: none;
  }
  #home .s2 .cols > div p {
    padding: 0 1rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

/*# sourceMappingURL=home.css.map */
