section.hero-banner{background-color:#e6f9fe;display:flex;justify-content:space-between;overflow-x:clip;padding-top:180px;position:relative}.hero-banner__mask{background-position:bottom;background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:50%;position:absolute;transform:translateX(-55%);width:2040px;z-index:0}.hero-banner__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-left:auto;margin-right:auto;max-width:1066px;width:100%;z-index:2}.hero-banner__grid h1{font-weight:400}.hero-banner__grid p{font-size:24px}.hero-banner__people img{bottom:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-banner__content{padding-left:20px}.hero-banner__content__bottom{display:flex;gap:30px}.hero-banner__content__bottom .video-cta__container{position:relative}.hero-banner__content__bottom .video-cta__container:after{background-color:transparent;border:1px solid var(--dark-blue);border-radius:100%;content:"";height:46px;left:0;position:absolute;top:0;width:46px}.hero-banner__content__bottom .video-cta{text-decoration:underline;transition:.3s}.hero-banner__content__bottom .video-cta:hover{transform:translateY(-5px)!important}.hero-banner__content__bottom .video-cta svg{margin-right:12px}.hero-banner__video-wrapper{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;max-width:1000px;opacity:0;padding:0 20px;position:absolute;top:0;transform:translateX(-50%);transition:.3s ease-in-out;width:100%;z-index:1}.hero-banner__video-wrapper.open{opacity:1;z-index:10000000}.hero-banner__video-wrapper.play svg{opacity:0}.hero-banner__video-wrapper svg path,.hero-banner__video-wrapper svg>g>g{transition:all .3s ease-in-out}.hero-banner__video-wrapper video{cursor:pointer;height:100%;width:100%}.hero-banner__video-wrapper.paused svg,.hero-banner__video-wrapper.play .video-container:hover svg{opacity:1}.hero-banner__video-wrapper svg{bottom:50%;cursor:pointer;display:block;height:25%;opacity:0;position:absolute;right:50%;transform:translate(50%,50%);transition:.3s ease-in-out;width:50%}.hero-banner__video-wrapper svg:hover>g>path{fill:var(--white)}.hero-banner__video-wrapper svg:hover>g>g{stroke:var(--white)}.hero-banner__video-wrapper svg:hover>g>g,.hero-banner__video-wrapper svg:hover>g>path{transition:.25s ease-in-out}button#close-video{margin-bottom:15px}@media screen and (max-width:1024px) and (min-width:768px){.hero-banner__content{max-width:60%}}@media screen and (max-width:767px){section.hero-banner{padding-top:130px}section.hero-banner:before{background-color:var(--light-grey);content:"";height:50%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-banner__mask{background-position:100% 100%;height:171vw;left:-26%;max-height:960px;transform:translateX(21%);width:121%}.hero-banner__content{padding:0 20px}.hero-banner__content__bottom{display:block}}@media screen and (max-width:450px){section.hero-banner:before{height:60%}}