.masthead-section{background-color:var(--color-background);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--color-text);padding:4rem 0}@media (min-width:768px){.masthead-section{padding:3rem 0}}.masthead-wrapper{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.masthead-wrapper{padding:0 1rem}}@media (max-width:991px){.masthead-wrapper{flex-direction:column!important}}.masthead-wrapper--split{display:flex;flex-direction:column;gap:2rem}@media (max-width:991px){.masthead-wrapper--split{flex-direction:column!important}}@media (min-width:992px){.masthead-wrapper--split{align-items:center;flex-direction:row;gap:3rem}}@media (min-width:1024px){.masthead-wrapper--split{gap:4rem}}.masthead-content{flex:1;width:100%}.masthead-wrapper--split .masthead-content{flex:1;max-width:none}@media (max-width:991px){.masthead-wrapper--split .masthead-content{flex:0 0 100%;width:100%}}.masthead-content.text-center{text-align:center}.masthead-content .headline,.masthead-content h1,.masthead-content h2{color:var(--color-accent)!important;margin-bottom:1.5rem}.masthead-content h1{font-size:35px}@media (min-width:768px){.masthead-content h1{font-size:4rem}}@media (min-width:1024px){.masthead-content h1{font-size:79px}}.masthead-content .body-content,.masthead-content .body-content p,.masthead-content p{color:inherit;font-size:1.125rem;line-height:1.5;margin-bottom:2rem}.masthead-content .body-content h1,.masthead-content .body-content h2,.masthead-content .body-content h3,.masthead-content .body-content h4,.masthead-content .body-content h5,.masthead-content .body-content h6{color:var(--color-accent)!important}.masthead-content .eyebrow{color:inherit;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.masthead-content .body-content{margin-bottom:2rem}.button-container{display:flex;gap:1.5rem;margin-top:2rem}@media screen and (max-width:576px){.button-container{align-items:flex-start;flex-direction:column;gap:1rem}}.masthead-image,.text-center .button-container{justify-content:center}.masthead-image{align-items:center;display:flex;flex:1}.masthead-wrapper--split .masthead-image{flex:0 0 auto;max-width:500px;width:100%}@media (max-width:991px){.masthead-wrapper--split .masthead-image{flex:0 0 100%;max-width:100%;width:100%}}@media (min-width:992px){.masthead-wrapper--split .masthead-image{flex:0 0 45%;max-width:none}}.masthead-image img{border-radius:8px;display:block;height:auto;max-width:100%}.masthead-section .button{border-radius:12px;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out}.masthead-section .button--primary{background-color:var(--coral-base,#d9534f);border:2px solid var(--coral-base,#d9534f);color:#fff}.masthead-section .button--primary:focus,.masthead-section .button--primary:hover{background-color:var(--coral-dark,#b22c28);border-color:var(--coral-dark,#b22c28);color:#fff}