@charset "UTF-8";

#header.simple {
    margin-bottom: 0 !important;
}

#main .lp-jumbotron p {
    margin-top: 0;
}

#main.lp {
    margin-top: 0 !important;
}

.lp-jumbotron {
    position: relative;
    overflow: hidden;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column;
    max-width: 970px;
    margin: 0 auto;
}

.lp-jumbotron-image {
    z-index: 10;
    position: relative;
    order: -1;
    text-align: center;
}

.lp-jumbotron-image::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100vw;
    min-width: 970px;
    height: 149px;
    transform: translateX(-50%);
    background-image: url("../../../../img/landing_page/req/marker/ed_fp-1000_01102971_bg_img_01.png");
    background-position: top center;
    background-repeat: repeat-x;
    content: "";
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    color: #232a56;
    font-size: 20px;
    line-height: 1.3;
}

.lp-jumbotron-subtitle {
    display: block;
    margin-bottom: 8px;
    color: #232a56;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

.lp-utility-textAlign-center {
    text-align: center;
}
