/* Add custom CSS styles below */rqmura-hero{
    position:relative;
    overflow:hidden;
    text-align:center;
    padding:120px 20px;
    background:#0B1020;
    border-radius:24px;
}

.rqmura-hero h1{
    font-size:72px;
    font-weight:900;
    color:white;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.rqmura-hero p{
    color:#cfd3dc;
    font-size:20px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.rqmura-btn{
    display:inline-block;
    background:#B11226;
    color:white;
    padding:14px 30px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    position:relative;
    z-index:2;
}

.rqmura-glow{
    position:absolute;
    width:500px;
    height:500px;
    background:#B11226;
    filter:blur(180px);
    opacity:.25;
    top:-200px;
    left:50%;
    transform:translateX(-50%);
}