.fullscreen-hero-module{align-items:center;display:flex;font-family:Poppins,sans-serif;height:100vh;justify-content:flex-start;opacity:0;overflow:hidden;padding-left:80px;position:relative;text-align:left;transform:translateY(40px);transition:opacity 1s ease-out,transform 1s ease-out;width:100%}.fullscreen-hero-module.fade-in{opacity:1;transform:translateY(0)}.hero-background{object-fit:cover;z-index:1}.hero-background,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background-color:rgba(0,0,0,.5);z-index:2}.hero-content-wrapper{backdrop-filter:blur(8px);background:rgba(0,0,0,.4);border-radius:16px;max-width:800px;padding:40px;position:relative;z-index:3}.hero-content{color:#fff!important}.fullscreen-hero-module .hero-header{color:#fff!important;font-size:64px;font-weight:600;line-height:1.2;margin-bottom:24px}.fullscreen-hero-module .hero-header,.fullscreen-hero-module .hero-header *{color:#fff!important}.fullscreen-hero-module .hero-subheader{color:#f0f0f0!important;font-size:28px;font-weight:400;margin-bottom:48px}.hero-cta{background:#fff;border-radius:6px;color:#24338f;display:inline-block;font-size:18px;font-weight:500;padding:14px 28px;text-decoration:none;transition:all .3s ease}.hero-cta:hover{background:#24338f;color:#fff}@media (max-width:768px){.fullscreen-hero-module{justify-content:center;padding-left:20px}.hero-header{font-size:42px}.hero-subheader{font-size:20px}.hero-content-wrapper{padding:20px}}