.hero-plain{margin-top:var(--space-4);overflow:visible;position:relative}.hero-plain :where(h1,p){color:var(--c-white)}.hero-plain header p:last-child{margin-bottom:0}.hero-plain .lead a{text-decoration:underline}.hero-plain__inner{align-items:stretch;background-color:var(--c-box-bg);border-radius:var(--radius-x);display:grid;grid-template-rows:1fr auto 1fr;height:100%;isolation:isolate;justify-items:stretch;margin:0 auto;max-width:var(--size-max-content);min-height:480px;overflow:hidden;position:relative;text-align:center}.hero-plain__background{display:grid;inset:0;place-items:center;position:absolute;z-index:0}.hero-plain__background-image,.hero-plain__background-overlay{inset:0;position:absolute}.hero-plain__background-image{height:100%;object-fit:cover;object-position:center;width:100%}.hero-plain__background-overlay{background:linear-gradient(180deg,rgba(0,15,64,.9) 0,rgba(0,15,64,.3));inset:0;pointer-events:none;position:absolute}.hero-plain__content{grid-row:2;justify-self:center;margin:0 auto;max-width:92rem;position:relative;z-index:1}.hero-plain__content .actions{justify-content:center;margin-top:var(--space-3)}.hero-plain__trustpilot{align-self:end;grid-row:3;justify-self:stretch;padding-bottom:var(--space-4);position:relative;width:100%;z-index:20}@media (max-width:767px){.hero-plain{margin-top:0}.hero-plain__inner{border-radius:0 0 var(--radius-x) var(--radius-x)}.hero-plain__trustpilot .trustpilot-widget{min-height:0!important}}