<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-layout-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px 8px;
}

.lp-layout-container &gt; *:last-child {
    margin-bottom: 0;
}

.sectionSurvey-content {
    max-width: 760px;
    padding: 0 20px;
}

#LoginForm.section {
    margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
    .sectionSurvey-content .layout-container.of-width-small {
        padding: 0;
    }
}

.button.of-inputElement {
    white-space: inherit;
}

.buttonList.of-item-center {
    -ms-flex-pack: center;
    justify-content: center;
}</pre></body></html>