<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.lp-jumbotron {
    background: #000000;
    color: #ffffff;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 30px 20px;
    background: url(../../../img/landing_page/pr_gs_survey/bg_01.png) no-repeat 93px top;
}

.lp-jumbotron-body {
    width: 450px;
}

.lp-jumbotron-title {
    font-size: 3rem;
}

.lp-jumbotron-image {
    align-self: flex-start;
    margin-right: 60px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding-top: 3.09278vw;
        padding-bottom: 3.09278vw;
        background-position-x: 7.21649vw;
        background-size: 35.97938vw;
    }
    .lp-jumbotron-body {
        width: 46.39175vw;
    }
    .lp-jumbotron-title {
        font-size: 3.09278vw;
    }
    .lp-jumbotron-image {
        width: 27.83505vw;
        margin-right: 6.18557vw;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        flex-direction: column;
        background: none;
    }
    .lp-jumbotron-body {
        width: 100%;
        max-width: inherit;
        margin-bottom: 30px;
        text-align: center;
    }
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
    .lp-jumbotron-image {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-smallScreen-text-small {
        font-size: 2rem;
    }
}
</pre></body></html>