.cta-band{background:var(--theme-color-4);padding:0;max-width:none;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.cta-band__inner{max-width:1200px;margin:0 auto;background:var(--theme-color-0);border-radius:10px;padding:60px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:30px;box-shadow:0 0 0 #00000026}.cta-band__title{margin:0;color:#fff}.cta-band__subtitle{margin:-10px 0 0;max-width:760px;color:rgba(255,255,255,.9);line-height:1.6}.cta-band__button{display:inline-flex;align-items:center;justify-content:center;padding:17px 34px;border-radius:5px;background:#fff;color:var(--theme-color-0);font-weight:700;text-transform:uppercase;letter-spacing:.02em;text-decoration:none}.cta-band__button:focus,.cta-band__button:hover{background:var(--theme-color-7);color:#fff}@media (max-width:976px){.cta-band__inner{padding:48px 40px;border-radius:0}}@media (max-width:767px){.cta-band__inner{padding:64px 24px;gap:20px}}