.homepage-hero-module{background:linear-gradient(180deg,var(--color-white) 0,var(--color-bright-pink) 100%);padding-top:16rem}.homepage-hero-module .inner-wrapper{align-items:center;display:flex;flex-direction:column}.homepage-hero-module .title{margin-bottom:1rem;max-width:115.5rem}.homepage-hero-module h1{color:var(--color-navy);text-align:center}.homepage-hero-module .content{margin-left:auto;margin-right:auto;max-width:72.8rem}.homepage-hero-module .content *{color:var(--color-navy)}.homepage-hero-module .btn-white,.homepage-hero-module .btn-white:hover{border-color:var(--color-white)}.homepage-hero-module .buttons-wrapper{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:1.2rem;margin-top:2.5rem}.homepage-hero-module .extra-icon{align-items:center;display:flex;justify-content:center;margin-top:.5rem}.homepage-hero-module #hero-video,.homepage-hero-module #hero-video span{display:flex}.homepage-hero-module #hero-video span:first-child{margin-right:.9rem}.homepage-hero-module #hero-video:hover svg path{stroke:var(--color-white);fill:var(--color-white)}.homepage-hero-module #hero-video:hover svg circle{stroke:var(--color-white)}.homepage-hero-module .image{display:flex}.homepage-hero-module .video-container{backdrop-filter:blur(4px);background:rgba(0,0,0,.3);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:999999}.homepage-hero-module .video-container.show{opacity:1;pointer-events:all}.homepage-hero-module .video-wrapper{background-color:transparent;display:flex;height:65rem;height:auto;justify-content:flex-end;left:50%;margin:0;position:relative;top:50%;transform:translate(-50%,calc(-50% + 2.5rem));width:90%}.homepage-hero-module #close-video{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:0;border-radius:.5rem;cursor:pointer;display:flex;flex-shrink:0;height:3rem;justify-content:center;padding:.5rem;position:absolute;right:0;top:-5rem;transition:all .3s ease-in-out;width:3rem}.homepage-hero-module #close-video path{transition:all .3s ease-in-out}.homepage-hero-module #close-video:hover{background:var(--color-pink)}.homepage-hero-module #close-video:hover path{fill:var(--color-white)}@media (max-width:768px){.homepage-hero-module{padding-top:10rem}}