
/* Rahao Navigation Manager 6.0.6 */
.rahao-custom-page-active .rs-custom-hero{
    padding:112px 0 90px;
    background:linear-gradient(145deg,#fbf4ea,#fff 52%,#e7f1ed);
}
.rahao-custom-page-active .rs-custom-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);
    gap:75px;
    align-items:center;
}
.rahao-custom-page-active .rs-custom-hero h1{
    max-width:850px;
    margin:15px 0 22px;
    color:#073f3d;
    font-family:var(--rs-serif);
    font-size:clamp(58px,6.8vw,96px);
    font-weight:500;
    line-height:.95;
    letter-spacing:-.05em;
}
.rahao-custom-page-active .rs-custom-lead{
    max-width:760px;
    color:#536661;
    font-size:19px;
    line-height:1.78;
}
.rahao-custom-page-active .rs-custom-featured{
    overflow:hidden;
    min-height:460px;
    border-radius:32px;
    background:#e6efeb;
    box-shadow:0 30px 80px rgba(7,63,61,.12);
}
.rahao-custom-page-active .rs-custom-featured img{
    width:100%;
    height:460px;
    object-fit:cover;
}
.rahao-custom-page-active .rs-custom-featured-placeholder{
    display:grid;
    min-height:460px;
    place-items:center;
    background:radial-gradient(circle,#fff 0 18%,transparent 18.5% 32%,rgba(7,94,92,.09) 32.5% 33%,transparent 33.5%),linear-gradient(145deg,#dcebe5,#f4e5d7);
    color:#075e5c;
}
.rahao-custom-page-active .rs-custom-featured-placeholder strong{
    font-family:var(--rs-serif);
    font-size:35px;
    font-weight:500;
}
.rahao-custom-page-active .rs-custom-content-section{
    padding:100px 0 120px;
    background:#fff;
}
.rahao-custom-page-active .rs-custom-content{
    width:min(880px,100%);
    margin:0 auto;
    color:#4f625d;
    font-size:17px;
    line-height:1.82;
}
.rahao-custom-page-active .rs-custom-content :is(h2,h3,h4){
    margin:1.5em 0 .55em;
    color:#073f3d;
    font-family:var(--rs-serif);
    font-weight:500;
    line-height:1.08;
}
.rahao-custom-page-active .rs-custom-content h2{font-size:clamp(39px,4.4vw,58px)}
.rahao-custom-page-active .rs-custom-content h3{font-size:32px}
.rahao-custom-page-active .rs-custom-content a{color:#075e5c;font-weight:750}
.rahao-custom-page-active .rs-custom-content img{max-width:100%;height:auto;border-radius:22px}
.rahao-custom-page-active .rs-custom-content blockquote{
    margin:38px 0;
    padding:28px 30px;
    border-left:4px solid #934729;
    background:#f7eee5;
    color:#31534d;
    font-family:var(--rs-serif);
    font-size:27px;
    line-height:1.35;
}
.rahao-navigation-admin .rahao-nav-row.is-dragging{opacity:.55}
@media(max-width:850px){
    .rahao-custom-page-active .rs-custom-hero-grid{grid-template-columns:1fr}
    .rahao-custom-page-active .rs-custom-featured{width:min(620px,100%)}
}
@media(max-width:600px){
    .rahao-custom-page-active .rs-custom-hero{padding:80px 0 70px}
    .rahao-custom-page-active .rs-custom-hero h1{font-size:49px}
    .rahao-custom-page-active .rs-custom-featured,
    .rahao-custom-page-active .rs-custom-featured img,
    .rahao-custom-page-active .rs-custom-featured-placeholder{min-height:340px;height:340px}
    .rahao-custom-page-active .rs-custom-content-section{padding:72px 0 90px}
}
