.hero{width:100%;display:flex;flex-direction:column;align-items:center}.hero__bg{position:relative;width:100%;min-height:682px;overflow:hidden}.hero__bg-zoom{transform:scale(1.25);will-change:transform}.hero__bg-image,.hero__bg-zoom{position:absolute;inset:0;width:100%;height:100%}.hero__bg-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero__bg-overlay{position:absolute;inset:0;background-color:rgb(216,232,242);opacity:.01}.hero__logo-wrapper{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding-top:200px;padding-bottom:80px}.hero__logo{width:600px;max-width:90%;height:auto;display:block}@keyframes floatIn{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}.hero__animate{animation:floatIn .8s cubic-bezier(.445,.05,.55,.95) backwards}@media (max-width:1024px){.hero__bg{min-height:500px}.hero__logo-wrapper{padding-top:140px;padding-bottom:60px}.hero__logo{width:450px}}@media (max-width:768px){.hero__bg{min-height:400px}.hero__logo-wrapper{padding-top:100px;padding-bottom:40px}.hero__logo{width:320px}}.intro{width:100%;background-color:#ffffff;display:flex;flex-direction:column;align-items:center;padding:100px 20px 80px}.intro__inner{max-width:940px;width:100%;text-align:center}.intro__title{font-size:32px;font-weight:500;margin:0 0 20px}.intro__description,.intro__title{line-height:1.6em;color:rgb(0,0,0)}.intro__description{font-size:16px;font-weight:300;letter-spacing:normal;max-width:1000px;margin:50px auto 40px}.intro__cta{display:inline-block;font-size:16px;font-weight:700;line-height:1.4em;text-align:center;text-decoration:none;padding:14px 60px;border:1px solid rgb(12,59,95);background-color:transparent;color:rgb(12,59,95);border-radius:0;cursor:pointer;transition:background-color .3s ease,color .3s ease;min-width:548px;margin-top:50px}.intro__cta:hover{background-color:rgb(12,59,95);color:rgb(255,255,255)}@keyframes introFloatIn{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}.intro__animate{animation:introFloatIn .8s cubic-bezier(.445,.05,.55,.95) backwards}.intro__animate--delay-1{animation-delay:.1s}.intro__animate--delay-2{animation-delay:.2s}.intro__animate--delay-3{animation-delay:.3s}@media (max-width:1024px){.intro__cta{min-width:auto;width:100%;max-width:548px}}@media (max-width:768px){.intro__title{font-size:24px}.intro__description{font-size:15px}.intro{padding:40px 20px 60px}.intro__cta{min-width:auto;width:100%;padding:14px 30px}}