.hero--container .hero--cta{text-align:center;background:var(--bg-inverse);color:var(--fg-on-inverse);border-radius:8px;padding:72px}@media only screen and (max-width:765px){.hero--container .hero--cta{padding:2.25rem}}.hero--container .hero--cta--heading{margin:0 184px 16px 184px;color:var(--fg-on-inverse)!important}@media only screen and (max-width:1150px){.hero--container .hero--cta--heading{margin:0 auto 16px}}.hero--container .hero--cta p{margin:0 254px 30px 254px;color:var(--text-grey)}@media (prefers-color-scheme:dark){.hero--container .hero--cta p{color:var(--text-inverse)}}@media only screen and (max-width:1150px){.hero--container .hero--cta p{margin:0 auto 30px}}.hero--container .hero--cta--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-top:1.5rem}.hero--container .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;padding:0 16px;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:600}.hero--container .btn:hover{text-decoration:underline}.hero--container .btn--primary{color:var(--fg-1);border:1px solid var(--border-strong);background:var(--bg-surface)}.hero--container .btn--primary::after{content:"";width:17px;height:17px;margin-left:8px;display:inline-block;-webkit-mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat;mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat;background-color:currentColor}.hero--container .btn--secondary{background:0 0;color:var(--fg-on-inverse);border:1px solid var(--fg-on-inverse)}