<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.open-account-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.open-account-buttons .inline-space {
    display: flex;
}

.open-account-buttons .inline-space .agreement-button {
    align-self: center;
    display: flex;
}

.agreement-button .button-glyph,
.open-account-buttons .inline-space .agreement-button .button-content {
    float: none;
    align-self: center;
}

.de-button {
    width: 334px;
}

.vi-button {
    width: 284px;
}

.inline-no-space .btn-primary-fix {
    width: 456px;
}

.agreement-button {
    width: 270px;
}</pre></body></html>