.lp * {
    box-sizing: border-box
}

@-moz-document url-prefix() {
    .lp .pure-g {
        flex-flow: wrap;
    }
}

.lp h1,
.lp h2,
.lp h3,
.lp h4,
.lp h5,
.lp strong {
    font-family: 'SprintSansWeb', sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.231em;
    display: inline-block;
}

.lp .bau-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp .yellow-bar {
    width: 66%;
    height: 10px;
    background-color: #FFCE0A;
    margin-bottom: 20px;
}

.lp .pure-img.centered {
    margin: 0 auto;
}

.lp .button {
    margin-top: 18px;
    margin-bottom: 18px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-decoration: none;
    background-color: #464646;
    border-color: #464646;
    color: #fff!important;
    border-radius: 40px;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.45;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lp .button-brand-primary {
    background-color: #ffce0a;
    border-color: #ffce0a;
    color: #000!important;
}

.lp .button-brand-secondary {
    background-color: #fff;
    border-color: #ffce0a;
    color: #000!important;
}

.lp .centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.lp .text-center {
    text-align: center;
}

.mobile {
    display: none;
}

.lp .modal-content {
    display: none;
}

.lp-overlay {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    cursor: pointer;
}

.lp-overlay-content {
    display: block;
    background-color: #FFF;
    border-radius: 3px;
    position: absolute;
    padding: 1em 2em;
    z-index: 1011;
    display: none;
    cursor: default;
    max-width: 99%;
    top: 0;
    left: 0;
    margin: 1em auto;
    border: solid 1px rgba(0, 0, 0, 0.5);
}

.lp-overlay-content .close {
    display: block;
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    right: 10px;
    margin-top: -10px;
    z-index: 1012;
}

.base,
.prospect {
    display: none;
}

.lp.CC .base,
.lp.CP .prospect {
    display: block;
}

.lp.CC .prospect,
.lp.CP .base {
    display: none;
}

.lp .legal-collapse {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.lp .legal-collapse .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent, white);
}

footer {
    margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .wired {
        display: none;
    }
}
