.video-hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:500px;overflow:hidden;padding:3rem 0 3rem 1.5rem;position:relative;z-index:0}@media screen and (min-width:768px){.video-hero{min-height:600px;padding:4rem 0 4rem 1rem}}@media screen and (min-width:1024px){.video-hero{min-height:700px;padding:5rem 0 5rem 1rem}}@media screen and (min-width:1440px){.video-hero{min-height:750px;padding:6rem 0 6rem 1rem}}@media screen and (min-width:1472px){.video-hero{padding-left:0;padding-right:0}}.video-hero__background{background:linear-gradient(180deg,#fff 3.85%,hsla(0,0%,100%,0) 52.88%,#fff 95.19%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.video-hero__container{align-items:center;display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1440px;position:relative;width:100%;z-index:3}@media screen and (min-width:1024px){.video-hero__container{align-items:center;flex-direction:row;gap:4rem;justify-content:space-between}}@media screen and (min-width:1472px){.video-hero__container{margin-left:auto;margin-right:auto}}.video-hero__content{color:#333;display:flex;flex:1;flex-direction:column;gap:1.5rem;max-width:100%;text-align:left}@media screen and (min-width:768px){.video-hero__content{flex-direction:row}}@media screen and (min-width:1024px){.video-hero__content{gap:2rem}}@media screen and (min-width:1200px){.video-hero__content{gap:2.5rem}}@media screen and (min-width:768px){.video-hero__copy-cta{display:flex;flex:0 0 40%;flex-direction:column;justify-content:center}.video-hero__description{margin-bottom:1rem}}.video-hero__video-cta{align-items:flex-end;display:flex;flex-direction:column;gap:1.9rem;justify-content:center}@media screen and (min-width:768px){.video-hero__video-cta{align-items:flex-end;flex:1}}.video-hero__video-wrapper{flex-shrink:0;width:100%}.video-hero__video-container{aspect-ratio:16/9;border-radius:110px 0 0 110px;overflow:hidden;position:relative;width:100%}@media screen and (min-width:768px){.video-hero__video-container{border-radius:150px 0 0 150px}}@media screen and (min-width:1200px){.video-hero__video-container{border-radius:200px 0 0 200px}}@media screen and (min-width:1440px){.video-hero__video-container{border-radius:250px 0 0 250px}}.video-hero__video-container:before{animation:spin 1s linear infinite;border:3px solid rgba(74,108,247,.3);border-radius:50%;border-top-color:#4a6cf7;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px;z-index:10}.video-hero__video-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:12}.video-hero__youtube-player{display:block;height:100%;position:relative;width:100%;z-index:11}.video-hero__youtube-player iframe{border:none;height:100%;width:100%}.video-hero__cta{display:flex;justify-content:center}@media screen and (min-width:1024px){.video-hero__cta{justify-content:flex-start;margin-top:1rem}}.video-hero__cta--copy{display:none}@media screen and (min-width:768px){.video-hero__cta--copy{display:block}}.video-hero__cta--video{margin-right:1.5rem}@media screen and (min-width:768px){.video-hero__cta--video{display:none}}.video-hero__content{animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}