@charset "UTF-8";
.N82E4F3CA--d {
    overflow: hidden;
    color: white;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 100px 0 100px;
    
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.N82E4F3CA--signup-top {
    display: inline-block;
    background: #f62f2f;
    margin: 0 auto;
    padding: 0.7em 2em;
    color: #ffffff;
    text-decoration: none;
    font-weight: 100;
    font-size: 21px;
}
.N82E4F3CA--signup-top:hover {
    background: #d92828;
}
