@-webkit-keyframes slideIn{0%{left:100%;transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideIn{0%{left:100%;transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes slideOut{0%{transform:translate(-100%)}to{transform:translate(-200%)}}@keyframes slideOut{0%{transform:translate(-100%)}to{transform:translate(-200%)}}.carousel{opacity:0;overflow:hidden;position:relative;transition:opacity .34s}.carousel.ready{opacity:1}.carousel .carousel-item{-webkit-animation-duration:.34s;animation-duration:.34s;-webkit-animation-name:slideOut;animation-name:slideOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;height:100%;left:100%;position:absolute;top:0;width:100%}@media (max-width:767px){.carousel .carousel-item h2{line-height:.9}}.carousel .carousel-item.active{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:slideIn;animation-name:slideIn}.carousel .carousel-pager{bottom:4rem;display:flex;justify-content:center;position:absolute;width:100%}.carousel .carousel-pager-item{background-color:#fff;border:none;border-radius:100px;height:6px;margin:0 10px 0 0;padding:0;width:22px}.carousel .carousel-pager-item:last-of-type{margin-right:0}.carousel .carousel-pager-item.active{background-color:#1a1a1a}
