.hero-section{background-color:#082032;background:radial-gradient(circle at 70% 30%,#113653 0,#082032 70%);color:#fff;font-family:inherit!important;overflow:hidden;padding:0 20px;position:relative;-webkit-font-smoothing:antialiased}.hero__container{align-items:center;display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1300px;padding-top:40px}.hero__headline{font-size:36px;line-height:1.15;margin-bottom:24px}.hero__headline,.hero__headline h1{font-family:inherit!important;font-weight:500}.hero__headline h1{color:#fff;margin-bottom:0!important;margin-top:0!important}.hero__headline b,.hero__headline span[style*=color],.hero__headline strong{color:#ffb09c!important;font-weight:700!important}.hero__subhead,.hero__subhead p{color:#e0e6ed;font-family:inherit!important;font-size:18px;line-height:1.6;margin-bottom:32px;max-width:600px}.hero__actions{display:flex;flex-direction:column;gap:16px;max-width:400px;width:100%}.hero__btn{align-items:center;display:inline-flex;font-family:inherit!important;font-size:16px;font-weight:600;justify-content:center;padding:14px 24px;position:relative;text-decoration:none;transition:transform .2s ease,opacity .2s ease;width:100%}.hero__btn:hover{transform:translateY(-2px)}.hero__btn--outline{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.25);border-radius:8px;color:#fff;justify-content:space-between}.hero__btn--outline:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.hero__btn--outline .btn-text{font-family:inherit!important;font-weight:400}.hero__btn--outline .arrow{font-size:18px;margin-left:10px}.hero__btn--solid{background-color:#ffb09c;border:none;border-radius:50px;color:#0b2a45;font-weight:700}.hero__btn--solid:hover{background-color:#ffcbbd}.hero__image-wrapper{display:flex;justify-content:center;margin-bottom:-4px;max-width:500px;position:relative;width:100%;z-index:1}.hero__image-wrapper img{display:block;height:auto;width:100%}.animate-item{animation:fadeUp .8s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:992px){.hero-section{align-items:flex-end;display:flex;min-height:700px;padding:0 40px}.hero__container{align-items:flex-end;flex-direction:row;height:100%;justify-content:space-between;padding-top:60px;text-align:left;width:100%}.hero__content{padding-bottom:100px;padding-right:20px;width:60%}.hero__headline h1{font-size:56px!important}.hero__actions{align-items:flex-start;width:auto}.hero__btn{min-width:300px;width:auto}.hero__image-wrapper{justify-content:flex-end;margin-right:-20px;max-width:none;padding-bottom:0;width:40%}.hero__image-wrapper img{max-width:120%}}