.section--splash-page{display:grid;margin:0 auto;max-width:1400px}.section--splash-page .launchimg{grid-area:1/1;height:100%}.section--splash-page .column2{display:flex;flex-direction:column;grid-area:1/1;justify-content:flex-end;padding:2rem}.section--splash-page .column2 .rtf{padding:1rem}.section--splash-page .column2 h1,.section--splash-page .column2 h2{margin:0}.section--splash-page .column2>*{background:hsla(0,0%,100%,.75);width:100%}.section--splash-page .column2>*,.section--splash-page form{-webkit-backdrop-filter:blur(3px) brightness(1.3);backdrop-filter:blur(3px) brightness(1.3)}.section--splash-page form{background:hsla(0,0%,100%,.85);padding:1rem;width:auto}form .telcode{display:flex;margin-bottom:.5rem}form .telcode:before{background:var(--c-off-white);border:1px solid var(--c-grey);border-right:0;content:"+44";display:block;display:grid;place-content:center;width:8ch}form .telcode label{left:10ch}.input-group-btn{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:stretch;margin-top:1rem}.input-group-btn>a,.input-group-btn>button{flex:1 1 auto}.section--splash-page>small{color:var(--c-grey);display:block;grid-column:1/-1;margin:4rem auto;text-align:center;width:min(90%,100ch)}@media screen and (min-width:700.02px){.section--splash-page{grid-template-columns:1fr 1fr}.section--splash-page .launchimg{max-height:100vh;max-height:calc(100vh - 100px)}.section--splash-page .column2{grid-area:1/2/2/3;justify-content:center}}