.global-cta{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;isolation:isolate}.global-cta-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.global-cta.has-bg-image::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:-1}.global-cta .container{position:relative;z-index:2}.global-cta .cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-sm);max-width:800px;margin-left:auto;margin-right:auto;padding:var(--space-lg);border-radius:var(--border-radius-md);box-shadow:0 10px 30px rgb(0 0 0 / .1)}.global-cta.theme-white{background-color:var(--background-color)}.global-cta.theme-white .cta-content{background-color:var(--nv-blue)}.global-cta.theme-white .cta-content h2,.global-cta.theme-white .cta-content p{color:var(--nv-white)}.global-cta.theme-blue{background-color:var(--nv-blue)}.global-cta.theme-blue .cta-content{background-color:var(--nv-white)}.global-cta.theme-blue .cta-content h2,.global-cta.theme-blue .cta-content p{color:var(--nv-blue)}.global-cta.theme-blue.has-bg-image::before{background-color:rgb(0 44 71 / .6)}