.wbk_welcomeStep__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.wbk_welcomeStep__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;

    h1 {
        margin-top: 40px;
    }

    p {
        margin-top: 25px;
    }
}

.wbk_welcomeStep__logo {
    max-width: 200px;
    height: auto;
}

.wbk_welcomeStep__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #111827;
    margin: 0;
}

.wbk_welcomeStep__description {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #4b5563;
    margin: 0;
    text-align: center;
}

.wbk_welcomeStep__actions {
    margin-top: 32px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wbk_welcomeStep__launchButton {
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid transparent;
    background-color: #14b8a9;
    border-color: #14b8a9;
    color: #ffffff;
    transition: 0.3s all ease;
    cursor: pointer;
    font-family: inherit;

    &:hover {
        background-color: #0e9482;
        border-color: #0e9482;
    }
}

.wbk_welcomeStep__skipLinkWrapper {
    margin-top: 15px;

    a {
        text-decoration: none;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        color: #6b7280;

        &:hover {
            text-decoration: underline;
        }
    }
}
