.rd-custom-hero {
    height:400px;
    position:relative;
    display:grid;
    place-items:center;
    text-align:center;
    color:white;
    margin-top:78px;
    padding:24px
}
.rd-custom-hero>img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.rd-custom-hero:after {
    content:'';
    position:absolute;
    inset:0;
    background:#0006
}
.rd-custom-hero>div {
    position:relative;
    z-index:1;
    max-width:680px
}
.rd-custom-hero h1 {
    font:500 clamp(2.5rem,5vw,3.75rem) 'Cormorant Garamond',serif;
    color:white
}
.rd-custom-hero p {
    margin-top:16px;
    font-size:20px
}
.rd-custom-steps {
    padding:48px 24px;
    border-bottom:1px solid var(--rd-border);
    text-align:center
}
.rd-custom-steps h2 {
    margin-bottom:32px
}
.rd-custom-form {
    padding:64px 24px;
    max-width:848px;
    margin:auto
}
.rd-custom-form h2 {
    font:500 24px 'Cormorant Garamond',serif;
    margin:12px 0 24px
}
.rd-form-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px
}
.rd-form-help {
    font-size:14px;
    color:var(--rd-muted)
}
.rd-upload {
    border:2px dashed var(--rd-border);
    border-radius:8px;
    padding:24px;
    text-align:center
}
.rd-upload input {
    height:auto
}
.rd-upload small {
    font-weight:300
}
